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


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

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

1.14
date	2011.10.24.03.33.10;	author stas;	state Exp;
branches;
next	1.13;

1.13
date	2007.04.21.07.29.15;	author stas;	state Exp;
branches;
next	1.12;

1.12
date	2007.03.27.22.11.59;	author stas;	state Exp;
branches;
next	1.11;

1.11
date	2006.08.08.06.57.46;	author clsung;	state Exp;
branches;
next	1.10;

1.10
date	2006.08.05.13.22.04;	author clsung;	state Exp;
branches;
next	1.9;

1.9
date	2006.07.24.13.24.08;	author clsung;	state Exp;
branches;
next	1.8;

1.8
date	2005.11.11.01.17.42;	author linimon;	state Exp;
branches;
next	1.7;

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

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

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

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

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

1.2
date	2001.03.07.18.00.40;	author knu;	state Exp;
branches;
next	1.1;

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


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:		Programming Ruby--The Book
# Date created:			8 March 2001
# Whom:				Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: head/lang/ruby-programmingruby/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	programmingruby
PORTVERSION=	0.4
PORTREVISION=	2
CATEGORIES=	lang ruby
MASTER_SITES=	http://dev.rubycentral.com/downloads/files/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	ProgrammingRuby-${PORTVERSION}
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	ruby
EXTRACT_ONLY=	#empty

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	The source of the Programming Ruby ("pick-axe") book in XML and HTML

USE_RUBY=	yes
RUBY_NO_BUILD_DEPENDS=	yes
RUBY_NO_RUN_DEPENDS=	yes

NO_BUILD=	yes
NO_WRKSUBDIR=	yes
DOCSDIR=	${RUBY_MODDOCDIR}

do-install:
	${MKDIR} ${RUBY_MODDOCDIR}
	@@${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${RUBY_MODDOCDIR}
	@@${FIND} ${RUBY_MODDOCDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
	@@${FIND} ${RUBY_MODDOCDIR}/ -type d -exec ${CHMOD} 755 {} \;
	@@${FIND} ${RUBY_MODDOCDIR}/ -exec ${CHOWN} ${SHAREOWN}:${SHAREGRP} {} \;
	@@${FIND} -d ${RUBY_MODDOCDIR}/ -type f | \
		${SED} -e 's,^${PREFIX}/,,' >> ${TMPPLIST}
	@@${FIND} -d ${RUBY_MODDOCDIR}/ -type d | \
		${SED} -e 's,^${PREFIX}/,@@dirrm ,' >> ${TMPPLIST}
	@@${ECHO_CMD} "@@unexec rmdir ${RUBY_DOCDIR} 2>/dev/null || true" \
		>> ${TMPPLIST}

.include <bsd.port.mk>
@


1.15
log
@Send ports@@ ruby ports over ruby@@
most of these were from stas@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
@
text
@d19 1
a19 1
MAINTAINER=	ports@@FreeBSD.org
@


1.13
log
@- Set correct permissions and gid on install.

Reported by:	kris
@
text
@d19 1
a19 1
MAINTAINER=	stas@@FreeBSD.org
@


1.12
log
@- Change my email.

Suggested by:	skv
@
text
@d34 2
a35 1
	@@${FIND} ${RUBY_MODDOCDIR}/ -type f -exec ${CHOWN} ${SHAREOWN} {} \;
@


1.11
log
@- Fix building on 4.x.
- bump PORTREVISION

PR:		ports/101634
Submitted by:	maintainer (Stanislav Sedov)
@
text
@d19 1
a19 1
MAINTAINER=	ssedov@@mbsd.msk.ru
@


1.10
log
@- Deinstall RUBY_DOCDIR as well

PR:		ports/101347
Submitted by:	maintainer (Stanislav Sedov)
@
text
@d10 1
a10 1
PORTREVISION=	1
d17 1
d32 1
a32 1
	@@${TAR} -xf ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -C ${RUBY_MODDOCDIR}
@


1.9
log
@- Use PORTDOCS feature
- Speedup install (no need to double-copy)
- Set correct permissions on installed files
- Fix install without ruby
- Take maintainership

PR:		ports/100626
Submitted by:	Stanislav Sedov <ssedov_AT_mbsd dot msk dot ru>
@
text
@d10 1
a27 1
PORTDOCS=	*
d34 6
@


1.8
log
@With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
@
text
@d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
d25 3
d31 3
a33 1
	${CP} -R ${WRKSRC}/* ${RUBY_MODDOCDIR}/
@


1.7
log
@De-pkg-comment.
@
text
@d17 1
a17 1
MAINTAINER=	knu@@FreeBSD.org
@


1.6
log
@Use RUBY_MOD*.
@
text
@d18 1
@


1.5
log
@Update to 0.4.

Submitted by:	Jerry A! <jerry@@thehutt.org>
@
text
@a24 2
DOCDIR=		${RUBY_DOCDIR}/${PORTNAME}

d26 2
a27 2
	${MKDIR} ${DOCDIR}
	${CP} -R ${WRKSRC}/* ${DOCDIR}/
@


1.4
log
@Update to 0.3a.
@
text
@d9 1
a9 1
PORTVERSION=	0.3a
a25 3

post-extract:
	${RM} -f ${WRKSRC}/html/.??*.swp ${WRKSRC}/xml/*~
@


1.3
log
@Update to 0.3.

PR:		ports/32322
Submitted by:	Christopher Elkins <chrise@@scardini.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.3
d26 3
@


1.2
log
@Correct the date created, and a few wording fixes.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/ruby-programmingruby/Makefile,v 1.1 2001/03/07 17:50:50 knu Exp $
d9 1
a9 1
PORTVERSION=	0.2
d11 1
a11 1
MASTER_SITES=	http://www.rubycentral.com/downloads/files/
@


1.1
log
@Add ruby-programmingruby, the source of the Programming Ruby
("pick-axe") book in XML and HTML.

It is released under the Open Publication license.
@
text
@d1 2
a2 2
# New ports collection makefile for:		Programming Ruby
# Date created:			8 February 2001
d5 1
a5 1
# $FreeBSD$
@

