head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2011.11.01.22.59.34;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2011.10.24.03.33.10;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.23.00.59.36;	author stas;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ruby-doc-stdlib
# Date created:		2006-08-04
# Whom:			Alexander Novitsky <alecn2002@@yandex.ru>
#
# $FreeBSD: head/lang/ruby-doc-stdlib/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	stdlib
PORTVERSION=	0.10.1
CATEGORIES=	lang ruby
MASTER_SITES=	http://www.ruby-doc.org/download/stdlib/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}doc-
DISTNAME=	ruby-doc-${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	ruby

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	Documentation for the Ruby language standard library

USE_RUBY=	yes
NO_BUILD=	yes

.include <bsd.port.pre.mk>

do-install:
	${MKDIR} ${RUBY_DOCDIR}/
	@@(cd ${WRKSRC} && \
		${RUBY} install.rb --force --doc-base ${RUBY_DOCDIR}/)

plist:
	truncate -s0 pkg-plist

	@@${FIND} -ds ${RUBY_MODDOCDIR}/ ! -type d | \
		${SED} 's,^${RUBY_MODDOCDIR},%%RUBY_MODDOCDIR%%,' \
		>> pkg-plist

	@@${FIND} -ds ${RUBY_MODDOCDIR}/ -type d | ${SORT} -r | ${SED} -E -e \
		's,^${RUBY_MODDOCDIR}(.*),@@dirrm %%RUBY_MODDOCDIR%%\1,' \
		>> pkg-plist

	@@${ECHO_CMD} "@@dirrmtry %%RUBY_DOCDIR%%" >> pkg-plist

.include <bsd.port.post.mk>
@


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


1.2
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
@d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
@


1.1
log
@Add ruby-doc-stdlib 0.10.1, documentation for the Ruby language standard
library.

Submitter doesn't respond, thus I'll maintain the port.

PR:		ports/101423 (based on)
Submitted by:	Alexander Novitsky <alecn2002 at yandex.ru>
@
text
@d17 1
a17 1
MAINTAINER=	stas@@FreeBSD.org
@

