diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-30 09:33:04 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-30 09:33:04 +0000 |
commit | 1209849ef05125c30a79a10cf7d0666f004b26d1 (patch) | |
tree | 4310cd4da3b49d8617668aa5acd8daad83c9b426 /lang | |
parent | b51506e3fbe4da9adec88bca38fc2f37277581fc (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/ruby-usersguide/Makefile | 32 | ||||
-rw-r--r-- | lang/ruby-usersguide/distinfo | 1 | ||||
-rw-r--r-- | lang/ruby-usersguide/pkg-comment | 1 | ||||
-rw-r--r-- | lang/ruby-usersguide/pkg-descr | 6 | ||||
-rw-r--r-- | lang/ruby-usersguide/pkg-plist | 30 |
6 files changed, 71 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 44d1f6b1a372..7d3a21d68588 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -101,6 +101,7 @@ SUBDIR += ruby-man SUBDIR += ruby-perl SUBDIR += ruby-python + SUBDIR += ruby-usersguide SUBDIR += scheme48 SUBDIR += schemetoc SUBDIR += scm diff --git a/lang/ruby-usersguide/Makefile b/lang/ruby-usersguide/Makefile new file mode 100644 index 000000000000..78ba9d427f83 --- /dev/null +++ b/lang/ruby-usersguide/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ruby-usersguide +# Date created: 30 Aug 2000 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= ruby-usersguide +PORTVERSION= ${VERSION} +CATEGORIES+= lang ruby +MASTER_SITES?= http://www.math.sci.hokudai.ac.jp/~gotoken/ruby/ +DISTNAME= ${SHORTNAME}-${PORTVERSION} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +SHORTNAME= ${PORTNAME:S/usersguide/uguide/} +VERSION?= 981227 + +PLIST_SUB= RUBY_VER="${RUBY_VER}" LANGSUFFIX="${LANGSUFFIX}" + +WRKSRC= ${WRKDIR}/${SHORTNAME} + +NO_BUILD= yes + +DOCDIR= ${PREFIX}/share/doc/ruby/${PORTNAME}${LANGSUFFIX} + +do-install: + ${MKDIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/index.html ${WRKSRC}/uguide* ${DOCDIR} + +.include <bsd.port.mk> diff --git a/lang/ruby-usersguide/distinfo b/lang/ruby-usersguide/distinfo new file mode 100644 index 000000000000..4a7268c2825d --- /dev/null +++ b/lang/ruby-usersguide/distinfo @@ -0,0 +1 @@ +MD5 (ruby/ruby-uguide-981227.tar.gz) = 24eadcd067278901da9ad70efb146b07 diff --git a/lang/ruby-usersguide/pkg-comment b/lang/ruby-usersguide/pkg-comment new file mode 100644 index 000000000000..3880c948e3c7 --- /dev/null +++ b/lang/ruby-usersguide/pkg-comment @@ -0,0 +1 @@ +Ruby users guide, in HTML format diff --git a/lang/ruby-usersguide/pkg-descr b/lang/ruby-usersguide/pkg-descr new file mode 100644 index 000000000000..1bdab93a80b4 --- /dev/null +++ b/lang/ruby-usersguide/pkg-descr @@ -0,0 +1,6 @@ +Ruby is the interpreted scripting language for quick and easy +object-oriented programming. It has many features to process text +files and to do system management tasks. This package contains the +Ruby users guide in HTML format. + +WWW: http://www.ruby-lang.org/ diff --git a/lang/ruby-usersguide/pkg-plist b/lang/ruby-usersguide/pkg-plist new file mode 100644 index 000000000000..b0ed2c99c1db --- /dev/null +++ b/lang/ruby-usersguide/pkg-plist @@ -0,0 +1,30 @@ +share/doc/ruby/ruby-usersguide/index.html +share/doc/ruby/ruby-usersguide/uguide.css +share/doc/ruby/ruby-usersguide/uguide00.html +share/doc/ruby/ruby-usersguide/uguide01.html +share/doc/ruby/ruby-usersguide/uguide02.html +share/doc/ruby/ruby-usersguide/uguide03.html +share/doc/ruby/ruby-usersguide/uguide04.html +share/doc/ruby/ruby-usersguide/uguide05.html +share/doc/ruby/ruby-usersguide/uguide06.html +share/doc/ruby/ruby-usersguide/uguide07.html +share/doc/ruby/ruby-usersguide/uguide08.html +share/doc/ruby/ruby-usersguide/uguide09.html +share/doc/ruby/ruby-usersguide/uguide10.html +share/doc/ruby/ruby-usersguide/uguide11.html +share/doc/ruby/ruby-usersguide/uguide12.html +share/doc/ruby/ruby-usersguide/uguide13.html +share/doc/ruby/ruby-usersguide/uguide14.html +share/doc/ruby/ruby-usersguide/uguide15.html +share/doc/ruby/ruby-usersguide/uguide16.html +share/doc/ruby/ruby-usersguide/uguide17.html +share/doc/ruby/ruby-usersguide/uguide18.html +share/doc/ruby/ruby-usersguide/uguide19.html +share/doc/ruby/ruby-usersguide/uguide20.html +share/doc/ruby/ruby-usersguide/uguide21.html +share/doc/ruby/ruby-usersguide/uguide22.html +share/doc/ruby/ruby-usersguide/uguide23.html +share/doc/ruby/ruby-usersguide/uguide24.html +share/doc/ruby/ruby-usersguide/uguide25.html +@dirrm share/doc/ruby/ruby-usersguide +@unexec rmdir %D/share/doc/ruby 2>/dev/null || true |