head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.14
	RELEASE_5_4_0:1.14
	RELEASE_4_11_0:1.14
	RELEASE_5_3_0:1.14
	RELEASE_4_10_0:1.14
	RELEASE_5_2_1:1.14
	RELEASE_5_2_0:1.14
	RELEASE_4_9_0:1.14
	RELEASE_5_1_0:1.14
	RELEASE_4_8_0:1.14
	RELEASE_5_0_0:1.13
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.10
	RELEASE_4_6_1:1.10
	RELEASE_4_6_0:1.10
	RELEASE_5_0_DP1:1.10
	RELEASE_4_5_0:1.10
	RELEASE_4_4_0:1.10
	RELEASE_4_3_0:1.9
	RELEASE_4_2_0:1.6
	RELEASE_4_1_1:1.4;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2009.07.10.01.50.55;	author pgollucci;	state Exp;
branches;
next	1.14;

1.14
date	2003.02.20.18.38.00;	author knu;	state Exp;
branches;
next	1.13;

1.13
date	2002.11.10.16.46.53;	author lioux;	state Exp;
branches;
next	1.12;

1.12
date	2002.11.06.22.45.52;	author adamw;	state Exp;
branches;
next	1.11;

1.11
date	2002.10.06.21.29.40;	author knu;	state Exp;
branches;
next	1.10;

1.10
date	2001.05.23.10.57.24;	author olgeni;	state Exp;
branches;
next	1.9;

1.9
date	2001.01.24.12.43.14;	author olgeni;	state Exp;
branches;
next	1.8;

1.8
date	2001.01.24.12.05.14;	author olgeni;	state Exp;
branches;
next	1.7;

1.7
date	2000.11.19.10.23.40;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2000.09.26.09.58.59;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2000.09.26.08.01.55;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2000.09.07.07.58.12;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2000.09.05.12.44.12;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2000.09.05.01.50.35;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	2000.08.18.18.53.11;	author knu;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ruby-man
# Date created:			Sat Aug 17 17:10:02 CEST 2000
# Whom:				olgeni@@uli.it
#
# $FreeBSD: head/lang/ruby-man/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	ruby-man
PORTVERSION=	1.4.6
CATEGORIES+=	lang ruby
MASTER_SITES=	${MASTER_SITE_RUBY}
MASTER_SITE_SUBDIR=	doc
DISTNAME=	${PORTNAME}-${PORTVERSION}${LANGSUFFIX}
DIST_SUBDIR=	ruby

MAINTAINER?=	ruby@@FreeBSD.org
COMMENT?=	Ruby reference manual, in HTML format

USE_RUBY=	yes
RUBY_NO_BUILD_DEPENDS=	yes
RUBY_NO_RUN_DEPENDS=	yes

RUBY_MODNAME=	ruby-man${LANGSUFFIX}

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}${LANGSUFFIX}
NO_BUILD=	yes
PLIST_SUB=	LANGSUFFIX="${LANGSUFFIX}"

do-install:
	${MKDIR} ${RUBY_MODDOCDIR}
	${INSTALL_DATA} ${WRKSRC}/*.html ${RUBY_MODDOCDIR}

.include <bsd.port.mk>
@


1.15
log
@- pass to ruby@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@De-pkg-comment.
@
text
@d16 1
a16 1
MAINTAINER?=	ports@@FreeBSD.org
@


1.13
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d17 1
@


1.12
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a17 2
PORTCOMMENT=	Ruby reference manual, in HTML format

@


1.11
log
@Use RUBY_MOD*.
@
text
@d18 2
@


1.10
log
@Drop maintainership.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/ruby-man/Makefile,v 1.9 2001/01/24 12:43:14 olgeni Exp $
d22 2
a27 2
DOCDIR=		${RUBY_DOCDIR}/ruby-man${LANGSUFFIX}

d29 2
a30 2
	${MKDIR} ${DOCDIR}
	${INSTALL_DATA} ${WRKSRC}/*.html ${DOCDIR}
@


1.9
log
@Use proper capitalization (freebsd.org -> FreeBSD.org)

Noted by: sobomax
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/ruby-man/Makefile,v 1.8 2001/01/24 12:05:14 olgeni Exp $
d16 1
a16 1
MAINTAINER?=	olgeni@@FreeBSD.org
@


1.8
log
@Change maintainer email address (olgeni@@uli.it -> olgeni@@freebsd.org)
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/ruby-man/Makefile,v 1.7 2000/11/19 10:23:40 knu Exp $
d16 1
a16 1
MAINTAINER?=	olgeni@@freebsd.org
@


1.7
log
@Allow slave ports to override MAINTAINER.  This fixes the MAINTAINER
of japanese/ruby-man.

Submitted by:	sanpei
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/ruby-man/Makefile,v 1.6 2000/09/26 09:58:59 knu Exp $
d16 1
a16 1
MAINTAINER?=	olgeni@@uli.it
@


1.6
log
@Define USE_RUBY so that bsd.ruby.mk is automatically included.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/ruby-man/Makefile,v 1.5 2000/09/26 08:01:55 knu Exp $
d16 1
a16 1
MAINTAINER=	olgeni@@uli.it
@


1.5
log
@Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/ruby-man/Makefile,v 1.4 2000/09/07 07:58:12 knu Exp $
d14 1
d18 3
a20 3
DIST_SUBDIR=	ruby

PLIST_SUB=	LANGSUFFIX="${LANGSUFFIX}"
a22 1

d24 1
@


1.4
log
@Update with bsd.ruby.mk.

Do not add a trailing version number to the name of the installed
directory.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/ruby-man/Makefile,v 1.3 2000/09/05 12:44:12 knu Exp $
d31 1
a31 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
.include <bsd.port.post.mk>
@


1.3
log
@Use MASTER_SITE_RUBY.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/ruby-man/Makefile,v 1.2 2000/09/05 01:50:35 steve Exp $
d19 1
a19 1
PLIST_SUB=	RUBY_VER="${RUBY_VER}" LANGSUFFIX="${LANGSUFFIX}"
d21 1
a21 2
RUBY_VER?=	1.4
WRKSRC=		${WRKDIR}/${PORTNAME}-${RUBY_VER}${LANGSUFFIX}
d25 1
a25 1
DOCDIR=		${PREFIX}/share/doc/ruby/ruby-man-${RUBY_VER}${LANGSUFFIX}
d31 3
a33 1
.include <bsd.port.mk>
@


1.2
log
@Add a bunch of MASTER_SITES.

PR:		20761
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/ruby-man/Makefile,v 1.1 2000/08/18 18:53:11 knu Exp $
d11 2
a12 6
MASTER_SITES=	ftp://ftp.netlab.co.jp/pub/lang/ruby/doc/ \
		ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/doc/ \
		ftp://ftp.iij.ad.jp/pub/lang/ruby/doc/ \
		ftp://blade.nagaokaut.ac.jp/pub/lang/ruby/doc/ \
		ftp://ftp.krnet.ne.jp/pub/ruby/doc/ \
		ftp://mirror.nucba.ac.jp/mirror/ruby/doc/
@


1.1
log
@Add {lang,japanese}/ruby-man, Ruby reference manual, in HTML format.
These are English version and Japanese version, respectively.

PR:		ports/20690
Submitted by:	Jimmy Olgeni <olgeni@@uli.it>

(I added japanese/ruby-man as a slave port to lang/ruby-man)
@
text
@d5 1
a5 1
# $FreeBSD$
d11 6
a16 1
MASTER_SITES=	ftp://ftp.netlab.co.jp/pub/lang/ruby/doc/
a17 1
DIST_SUBDIR=	ruby
d20 2
@

