1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

lang/ruby-usersguide:

- Replace with Mark Slagell's retranslation version.
  - Add an Author: credit to DESCR.

japanese/ruby-usersguide:
  - Use MASTER_SITE_RUBY.
  - Add Authors: credits to DESCR.
This commit is contained in:
Akinori MUSHA 2000-09-04 08:53:48 +00:00
parent e20ef52339
commit 1acbe9eb43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32241
6 changed files with 25 additions and 9 deletions

View File

@ -7,7 +7,9 @@
MASTERDIR= ${.CURDIR}/../../lang/ruby-usersguide
MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/doc/
MASTER_SITES= ${MASTER_SITE_RUBY}
MASTER_SITE_SUBDIR= doc
DISTNAME= ${SHORTNAME}-${VERSION}
CATEGORIES= japanese
@ -20,7 +22,4 @@ PKGDIR= ${.CURDIR}/pkg
LANGSUFFIX= -jp
pre-install:
${LN} -sf uguide00.html ${WRKSRC}/index.html
.include "${MASTERDIR}/Makefile"

View File

@ -4,3 +4,4 @@ files and to do system management tasks. This package contains
Japanese version of the Ruby users guide in HTML format.
WWW: http://www.ruby-lang.org/
Author: Yukihiro Matsumoto <matz@netlab.co.jp>

View File

@ -8,14 +8,14 @@
PORTNAME= ruby-usersguide
PORTVERSION= ${VERSION}
CATEGORIES+= lang ruby
MASTER_SITES?= http://www.math.sci.hokudai.ac.jp/~gotoken/ruby/
DISTNAME= ${SHORTNAME}-${PORTVERSION}
MASTER_SITES?= http://www.cs.iastate.edu/~slagell/ruby/
DISTNAME?= ${SHORTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
SHORTNAME= ${PORTNAME:S/usersguide/uguide/}
VERSION?= 981227
VERSION?= 20000904
PLIST_SUB= RUBY_VER="${RUBY_VER}" LANGSUFFIX="${LANGSUFFIX}"
@ -25,8 +25,12 @@ NO_BUILD= yes
DOCDIR= ${PREFIX}/share/doc/ruby/${PORTNAME}${LANGSUFFIX}
post-extract:
if [ -f ${WRKSRC}/ansi.com ]; then ${RM} ${WRKSRC}/ansi.com; fi
do-install:
${MKDIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/index.html ${WRKSRC}/uguide* ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/* ${DOCDIR}
${LN} -fs uguide00.html ${DOCDIR}/index.html
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (ruby/ruby-uguide-981227.tar.gz) = 24eadcd067278901da9ad70efb146b07
MD5 (ruby/ruby-uguide.tar.gz) = 951b7c743599b85fc435525a73f08dd3

View File

@ -4,3 +4,8 @@ files and to do system management tasks. This package contains the
Ruby users guide in HTML format.
WWW: http://www.ruby-lang.org/
Authors:
Yukihiro Matsumoto <matz@netlab.co.jp> (Japanese version)
GOTO Kentaro <gotoken@notwork.org> (Initial translation)
Julian Fondren (ditto)
Mark Slagell <slagell@cs.iastate.edu> (Retranslation)

View File

@ -1,4 +1,10 @@
share/doc/ruby/ruby-usersguide/README.txt
share/doc/ruby/ruby-usersguide/a2l.gif
share/doc/ruby/ruby-usersguide/a2r.gif
share/doc/ruby/ruby-usersguide/a2u.gif
share/doc/ruby/ruby-usersguide/eval.rb
share/doc/ruby/ruby-usersguide/index.html
share/doc/ruby/ruby-usersguide/install.html
share/doc/ruby/ruby-usersguide/uguide.css
share/doc/ruby/ruby-usersguide/uguide00.html
share/doc/ruby/ruby-usersguide/uguide01.html
@ -26,5 +32,6 @@ 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
share/doc/ruby/ruby-usersguide/uguide26.html
@dirrm share/doc/ruby/ruby-usersguide
@unexec rmdir %D/share/doc/ruby 2>/dev/null || true