Index: head/devel/ruby-amstd/Makefile =================================================================== --- head/devel/ruby-amstd/Makefile (revision 40083) +++ head/devel/ruby-amstd/Makefile (revision 40084) @@ -1,62 +1,62 @@ # New ports collection makefile for: Ruby-amstd # Date created: 7 Aug 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= amstd PORTVERSION= 1.9.6 CATEGORIES= devel ruby -MASTER_SITES= http://www1.u-netsurf.ne.jp/~brew/mine/soft/ +MASTER_SITES= http://www.xdsl.ne.jp/Cd/aamine/soft/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_RUBY= yes NO_BUILD= yes DOCS_EN= README.en DOCS_JA= README.ja amstd-ja.rd MODULES= bench.rb \ bug.rb \ collfrom.rb \ constdef.rb \ dispatch.rb \ errutil.rb \ extmod.rb \ fileutils.rb \ futils.rb \ gconst.rb \ getdep.rb \ info.rb \ must.rb \ pipeline.rb \ rbparams.rb \ recycle.rb \ rubyemu.rb \ strquote.rb \ symbol.rb \ timer.rb \ to_s.rb \ version.rb do-install: ${MKDIR} ${RUBY_SITELIBDIR}/amstd .for f in ${MODULES} ${INSTALL_DATA} ${WRKSRC}/lib/amstd/${f} \ ${RUBY_SITELIBDIR}/amstd/ .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_DOCDIR}/amstd/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/amstd/ .endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/amstd/ja/ .endfor .endif .include Property changes on: head/devel/ruby-amstd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/devel/ruby-amstd/pkg-descr =================================================================== --- head/devel/ruby-amstd/pkg-descr (revision 40083) +++ head/devel/ruby-amstd/pkg-descr (revision 40084) @@ -1,18 +1,18 @@ This is the AMbicious STanDard library, available under GPL2. It is a collection of miscellaneous Ruby modules by Minero Aoki. Several modules of his are using those modules. bench.rb: very simple benchmark packing.rb: makes package (.tar.gz) bug.rb: 'bug!' method pipeline.rb: filter file dispatch.rb: "event handler" method rbparams.rb: parameters related ruby errutil.rb: protects exception recycle.rb: recycles objects extmod.rb: abstract/property methods rubyemu.rb: ruby emuration futils.rb: file utilities strquote.rb: String#quoted gconst.rb: defines global constant timer.rb: timer class getdep.rb: gets file dependency to_s.rb: _name2str, _type2str inst.rb: helps installation version.rb: VersionNumber class must.rb: must/must_have/must_be methods -Author: Minero Aoki -WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html +Author: Minero Aoki +WWW: http://www.xdsl.ne.jp/Cd/aamine/en/index.html Property changes on: head/devel/ruby-amstd/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/ruby-racc/Makefile =================================================================== --- head/devel/ruby-racc/Makefile (revision 40083) +++ head/devel/ruby-racc/Makefile (revision 40084) @@ -1,79 +1,79 @@ # New ports collection makefile for: Ruby-Racc # Date created: 7 Aug 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= racc PORTVERSION= 1.3.8 CATEGORIES= devel ruby -MASTER_SITES= http://www1.u-netsurf.ne.jp/~brew/mine/soft/ +MASTER_SITES= http://www.xdsl.ne.jp/Cd/aamine/soft/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org .if !defined(RUNTIME) RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime \ ${RUBY_SITELIBDIR}/strscan.rb:${PORTSDIR}/devel/ruby-strscan .endif USE_RUBY= yes USE_RUBY_AMSTD= yes USE_RUBY_SETUP= yes DOCS_EN= changes.html command.html debug.html grammer.html \ index.html parser.html usage.html DOCS_JA= changes.html command.html debug.html grammer.html \ index.html parser.html usage.html EXAMPLES= array.y array2.y calc-ja.y calc.y conflict.y \ hash.y lalr.y lists.y syntax.y yyerr.y post-extract: ${PERL} -i -ne '/^amstd\b/ || /^strscan\b/ || print' ${WRKSRC}/lib/PATHCONV ${RM} -rf ${WRKSRC}/lib/amstd ${WRKSRC}/lib/strscan .if defined(RUNTIME) ${PERL} -i -ne '/^racc\b/ || print' ${WRKSRC}/bin/PATHCONV ${RM} -rf ${WRKSRC}/bin/racc ${PERL} -i -ne '/^cscan\b/ || print' ${WRKSRC}/ext/PATHCONV ${RM} -rf ${WRKSRC}/ext/cscan ${PERL} -i -ne '/^racc\b/ || print' ${WRKSRC}/lib/PATHCONV ${RM} -rf ${WRKSRC}/lib/racc .else ${RM} -rf ${WRKSRC}/ext ${PERL} -i -ne '/^raccrt\b/ || print' ${WRKSRC}/lib/PATHCONV ${RM} -rf ${WRKSRC}/lib/raccrt ${RM} -rf ${WRKSRC}/lib/racc/parser.rb .endif .if !defined(RUNTIME) post-patch: ${PERL} -i -pe '$$. == 1 && s,^#!\s*\S+,#!${RUBY},' \ ${WRKSRC}/misc/racc2y \ ${WRKSRC}/misc/y2racc .endif do-install: .if defined(RUNTIME) ${MKDIR} ${RUBY_SITELIBDIR}/racc ${MKDIR} ${RUBY_SITEARCHLIBDIR}/racc .else ${INSTALL_SCRIPT} ${WRKSRC}/bin/racc/racc \ ${WRKSRC}/misc/racc2y ${WRKSRC}/misc/y2racc ${PREFIX}/bin/ .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/racc .for f in ${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_EXAMPLESDIR}/racc/ .endfor ${MKDIR} ${RUBY_DOCDIR}/racc/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/doc.en/${f} ${RUBY_DOCDIR}/racc/ .endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/doc.ja/${f} ${RUBY_DOCDIR}/racc/ja/ .endfor .endif .endif .include Property changes on: head/devel/ruby-racc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.22 \ No newline at end of property +1.23 \ No newline at end of property Index: head/devel/ruby-racc/pkg-descr =================================================================== --- head/devel/ruby-racc/pkg-descr (revision 40083) +++ head/devel/ruby-racc/pkg-descr (revision 40084) @@ -1,6 +1,6 @@ Racc is an LALR(1) parser generator for Ruby. It is written in Ruby and generates Ruby code. Almost all functions of yacc(1) is implemented. -Author: Minero Aoki -WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html +Author: Minero Aoki +WWW: http://www.xdsl.ne.jp/Cd/aamine/en/index.html Property changes on: head/devel/ruby-racc/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/ruby-strscan/Makefile =================================================================== --- head/devel/ruby-strscan/Makefile (revision 40083) +++ head/devel/ruby-strscan/Makefile (revision 40084) @@ -1,41 +1,41 @@ # New ports collection makefile for: Ruby-strscan # Date created: 7 Aug 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= strscan PORTVERSION= 0.6.2 CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www1.u-netsurf.ne.jp/~brew/mine/soft/ + http://www.xdsl.ne.jp/Cd/aamine/soft/ MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_RUBY= yes USE_RUBY_AMSTD= yes USE_RUBY_SETUP= yes DOCS_EN= README.en \ doc.en/changes.html doc.en/index.html \ doc.en/reference.html doc.en/usage.html DOCS_JA= README.ja \ doc.ja/changes.html doc.ja/index.html \ doc.ja/reference.html doc.ja/usage.html do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_DOCDIR}/strscan/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/strscan/ .endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/strscan/ja/ .endfor .endif .include Property changes on: head/devel/ruby-strscan/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/devel/ruby-strscan/pkg-descr =================================================================== --- head/devel/ruby-strscan/pkg-descr (revision 40083) +++ head/devel/ruby-strscan/pkg-descr (revision 40084) @@ -1,5 +1,5 @@ StrScanner is a fast string scanner class for Ruby. It is very useful in writing a parser. -Author: Minero Aoki -WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html +Author: Minero Aoki +WWW: http://www.xdsl.ne.jp/Cd/aamine/en/index.html Property changes on: head/devel/ruby-strscan/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/ruby-textbuf/Makefile =================================================================== --- head/devel/ruby-textbuf/Makefile (revision 40083) +++ head/devel/ruby-textbuf/Makefile (revision 40084) @@ -1,39 +1,39 @@ # New ports collection makefile for: Ruby- # Date created: 19 Jan 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= textbuf PORTVERSION= 0.3.8 CATEGORIES= devel ruby -MASTER_SITES= http://www1.u-netsurf.ne.jp/~brew/mine/soft/ +MASTER_SITES= http://www.xdsl.ne.jp/Cd/aamine/soft/ MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org USE_RUBY= yes USE_RUBY_AMSTD= yes USE_RUBY_SETUP= yes DOCS_EN= README.en DOCS_JA= README.ja do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/textbuf/ja ${INSTALL_DATA} ${WRKSRC}/stest.rb ${RUBY_EXAMPLESDIR}/textbuf/ ${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_EXAMPLESDIR}/textbuf/ja/ ${MKDIR} ${RUBY_DOCDIR}/textbuf/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/textbuf/ .endfor .for f in ${DOCS_JA} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/textbuf/ja/ .endfor .endif .include Property changes on: head/devel/ruby-textbuf/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/ruby-textbuf/pkg-descr =================================================================== --- head/devel/ruby-textbuf/pkg-descr (revision 40083) +++ head/devel/ruby-textbuf/pkg-descr (revision 40084) @@ -1,4 +1,4 @@ Textbuf is a gapped text buffer extention for Ruby. -Author: Minero Aoki -WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html +Author: Minero Aoki +WWW: http://www.xdsl.ne.jp/Cd/aamine/en/index.html Property changes on: head/devel/ruby-textbuf/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/mail/ruby-tmail/Makefile =================================================================== --- head/mail/ruby-tmail/Makefile (revision 40083) +++ head/mail/ruby-tmail/Makefile (revision 40084) @@ -1,41 +1,41 @@ # New ports collection makefile for: Ruby-TMail # Date created: 22 Aug 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= tmail PORTVERSION= 0.9.3 CATEGORIES= mail ruby MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www1.u-netsurf.ne.jp/~brew/mine/soft/ + http://www.xdsl.ne.jp/Cd/aamine/soft/ MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime \ ${RUBY_SITELIBDIR}/strscan.rb:${PORTSDIR}/devel/ruby-strscan USE_RUBY= yes USE_RUBY_AMSTD= yes USE_RUBY_SETUP= yes post-patch: ${RUBY} -i -ne '/\btmail\b/ and print' \ ${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV for d in cparse cscan; do ${RM} -rf ${WRKSRC}/ext/$$d; done for d in amstd raccrt strscan; do ${RM} -rf ${WRKSRC}/lib/$$d; done do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/tmail ${CP} -R ${WRKSRC}/sample/ ${RUBY_EXAMPLESDIR}/tmail/ ${MKDIR} ${RUBY_DOCDIR}/tmail/ja ${CP} -R ${WRKSRC}/README.en ${WRKSRC}/doc.en/ ${RUBY_DOCDIR}/tmail/ ${CP} -R ${WRKSRC}/README.ja ${WRKSRC}/doc.ja/ ${RUBY_DOCDIR}/tmail/ja/ .endif .include Property changes on: head/mail/ruby-tmail/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/mail/ruby-tmail/pkg-descr =================================================================== --- head/mail/ruby-tmail/pkg-descr (revision 40083) +++ head/mail/ruby-tmail/pkg-descr (revision 40084) @@ -1,5 +1,5 @@ TMail is a mail manipulating library for Ruby, with RFC822 and MIME multipart support. -Author: Minero Aoki -WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html +Author: Minero Aoki +WWW: http://www.xdsl.ne.jp/Cd/aamine/en/index.html Property changes on: head/mail/ruby-tmail/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/mail/rubygem-tmail/Makefile =================================================================== --- head/mail/rubygem-tmail/Makefile (revision 40083) +++ head/mail/rubygem-tmail/Makefile (revision 40084) @@ -1,41 +1,41 @@ # New ports collection makefile for: Ruby-TMail # Date created: 22 Aug 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= tmail PORTVERSION= 0.9.3 CATEGORIES= mail ruby MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www1.u-netsurf.ne.jp/~brew/mine/soft/ + http://www.xdsl.ne.jp/Cd/aamine/soft/ MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime \ ${RUBY_SITELIBDIR}/strscan.rb:${PORTSDIR}/devel/ruby-strscan USE_RUBY= yes USE_RUBY_AMSTD= yes USE_RUBY_SETUP= yes post-patch: ${RUBY} -i -ne '/\btmail\b/ and print' \ ${WRKSRC}/ext/PATHCONV ${WRKSRC}/lib/PATHCONV for d in cparse cscan; do ${RM} -rf ${WRKSRC}/ext/$$d; done for d in amstd raccrt strscan; do ${RM} -rf ${WRKSRC}/lib/$$d; done do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/tmail ${CP} -R ${WRKSRC}/sample/ ${RUBY_EXAMPLESDIR}/tmail/ ${MKDIR} ${RUBY_DOCDIR}/tmail/ja ${CP} -R ${WRKSRC}/README.en ${WRKSRC}/doc.en/ ${RUBY_DOCDIR}/tmail/ ${CP} -R ${WRKSRC}/README.ja ${WRKSRC}/doc.ja/ ${RUBY_DOCDIR}/tmail/ja/ .endif .include Property changes on: head/mail/rubygem-tmail/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/mail/rubygem-tmail/pkg-descr =================================================================== --- head/mail/rubygem-tmail/pkg-descr (revision 40083) +++ head/mail/rubygem-tmail/pkg-descr (revision 40084) @@ -1,5 +1,5 @@ TMail is a mail manipulating library for Ruby, with RFC822 and MIME multipart support. -Author: Minero Aoki -WWW: http://www1.u-netsurf.ne.jp/~brew/mine/en/index.html +Author: Minero Aoki +WWW: http://www.xdsl.ne.jp/Cd/aamine/en/index.html Property changes on: head/mail/rubygem-tmail/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property