Index: head/biology/ruby-bio/Makefile =================================================================== --- head/biology/ruby-bio/Makefile (revision 85825) +++ head/biology/ruby-bio/Makefile (revision 85826) @@ -1,45 +1,45 @@ # New ports collection makefile for: BioRuby # Date created: 24 October 2001 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= bio -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= biology ruby MASTER_SITES= ftp://ftp.bioruby.org/bioruby/ MASTER_SITE_SUBDIR= knu PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}ruby-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= Integrated environment for Bioinformatics written in Ruby USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb post-patch: ${RUBY} -i -pe 'gsub(%r"(/etc/bioinformatics/)") { "${PREFIX}" + $$1 }' \ ${WRKSRC}/doc/Tutorial.rd.ja \ ${WRKSRC}/lib/bio/io/registry.rb do-install: ${MKDIR} ${PREFIX}/etc/bioinformatics .for f in etc/bioinformatics/seqdatabase.ini ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${f}.sample if [ ! -f ${PREFIX}/${f} ]; then \ ${CP} -p ${PREFIX}/${f}.sample ${PREFIX}/${f}; \ fi .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${CP} -R ${WRKSRC}/sample/ ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR}/ja ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README ${RUBY_MODDOCDIR}/ ${INSTALL_DATA} ${WRKSRC}/doc/*.ja ${RUBY_MODDOCDIR}/ja/ .endif .include Property changes on: head/biology/ruby-bio/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/biology/ruby-bio/distinfo =================================================================== --- head/biology/ruby-bio/distinfo (revision 85825) +++ head/biology/ruby-bio/distinfo (revision 85826) @@ -1 +1 @@ -MD5 (ruby/bioruby-0.5.0.tar.gz) = 22f0ef196b4e364bb468a2806c4d321f +MD5 (ruby/bioruby-0.5.1.tar.gz) = 77bfd08d3bf01e1a060f6826d08ba258 Property changes on: head/biology/ruby-bio/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/ruby-gettext/Makefile =================================================================== --- head/devel/ruby-gettext/Makefile (revision 85825) +++ head/devel/ruby-gettext/Makefile (revision 85826) @@ -1,45 +1,45 @@ # New ports collection makefile for: Ruby GetText Package # Date created: 4 February 2002 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= gettext -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= devel ruby -MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/ -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ${MASTER_SITE_RUBY} +MASTER_SITE_SUBDIR= contrib PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-package-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby implementation of the gettext library BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext \ racc:${PORTSDIR}/devel/ruby-racc USE_RUBY= yes USE_RUBY_FEATURES= racc-runtime USE_RUBY_SETUP= yes RUBY_SETUP= install.rb RUBY_RD_FILES= # defined RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb post-install: doc-install .include doc-install: .if !defined(NOPORTDOCS) .if !defined(RUBY_NO_RD_HTML) cd ${WRKSRC}/docs; ${RUBY} makehtml.rb .endif cd ${WRKSRC}/samples; ${RUBY} makemo.rb ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${CP} -R ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR} ${CP} -R ${WRKSRC}/docs/* ${RUBY_MODDOCDIR}/ .endif Property changes on: head/devel/ruby-gettext/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/ruby-gettext/distinfo =================================================================== --- head/devel/ruby-gettext/distinfo (revision 85825) +++ head/devel/ruby-gettext/distinfo (revision 85826) @@ -1 +1 @@ -MD5 (ruby/ruby-gettext-package-0.5.0.tar.gz) = e47ba86b6730cf218fd71412c72f8fc7 +MD5 (ruby/ruby-gettext-package-0.5.1.tar.gz) = e6fbe835229ee747eb4521d1dd0ed04a Property changes on: head/devel/ruby-gettext/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/ruby-gettext/pkg-descr =================================================================== --- head/devel/ruby-gettext/pkg-descr (revision 85825) +++ head/devel/ruby-gettext/pkg-descr (revision 85826) @@ -1,6 +1,6 @@ Ruby GetText Package is Native Language Support Library and Tools which modeled after GNU GetText package, but the API is simpler than that of GNU GetText. Author: Masao Mutoh -WWW: http://home2.highway.ne.jp/mutoh/tools/ruby/en/ruby-gettext.html +WWW: http://ponx.s5.xrea.com/hiki/ruby-gettext.html Property changes on: head/devel/ruby-gettext/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/devel/rubygem-gettext/Makefile =================================================================== --- head/devel/rubygem-gettext/Makefile (revision 85825) +++ head/devel/rubygem-gettext/Makefile (revision 85826) @@ -1,45 +1,45 @@ # New ports collection makefile for: Ruby GetText Package # Date created: 4 February 2002 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= gettext -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= devel ruby -MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/ -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ${MASTER_SITE_RUBY} +MASTER_SITE_SUBDIR= contrib PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-package-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby implementation of the gettext library BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext \ racc:${PORTSDIR}/devel/ruby-racc USE_RUBY= yes USE_RUBY_FEATURES= racc-runtime USE_RUBY_SETUP= yes RUBY_SETUP= install.rb RUBY_RD_FILES= # defined RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb post-install: doc-install .include doc-install: .if !defined(NOPORTDOCS) .if !defined(RUBY_NO_RD_HTML) cd ${WRKSRC}/docs; ${RUBY} makehtml.rb .endif cd ${WRKSRC}/samples; ${RUBY} makemo.rb ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${CP} -R ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR} ${CP} -R ${WRKSRC}/docs/* ${RUBY_MODDOCDIR}/ .endif Property changes on: head/devel/rubygem-gettext/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/rubygem-gettext/distinfo =================================================================== --- head/devel/rubygem-gettext/distinfo (revision 85825) +++ head/devel/rubygem-gettext/distinfo (revision 85826) @@ -1 +1 @@ -MD5 (ruby/ruby-gettext-package-0.5.0.tar.gz) = e47ba86b6730cf218fd71412c72f8fc7 +MD5 (ruby/ruby-gettext-package-0.5.1.tar.gz) = e6fbe835229ee747eb4521d1dd0ed04a Property changes on: head/devel/rubygem-gettext/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/rubygem-gettext/pkg-descr =================================================================== --- head/devel/rubygem-gettext/pkg-descr (revision 85825) +++ head/devel/rubygem-gettext/pkg-descr (revision 85826) @@ -1,6 +1,6 @@ Ruby GetText Package is Native Language Support Library and Tools which modeled after GNU GetText package, but the API is simpler than that of GNU GetText. Author: Masao Mutoh -WWW: http://home2.highway.ne.jp/mutoh/tools/ruby/en/ruby-gettext.html +WWW: http://ponx.s5.xrea.com/hiki/ruby-gettext.html Property changes on: head/devel/rubygem-gettext/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/devel/rubygem-locale/Makefile =================================================================== --- head/devel/rubygem-locale/Makefile (revision 85825) +++ head/devel/rubygem-locale/Makefile (revision 85826) @@ -1,45 +1,45 @@ # New ports collection makefile for: Ruby GetText Package # Date created: 4 February 2002 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= gettext -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1 CATEGORIES= devel ruby -MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/ -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ${MASTER_SITE_RUBY} +MASTER_SITE_SUBDIR= contrib PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-package-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby implementation of the gettext library BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext \ racc:${PORTSDIR}/devel/ruby-racc USE_RUBY= yes USE_RUBY_FEATURES= racc-runtime USE_RUBY_SETUP= yes RUBY_SETUP= install.rb RUBY_RD_FILES= # defined RUBY_SHEBANG_FILES= ${WRKSRC}/samples/*.rb post-install: doc-install .include doc-install: .if !defined(NOPORTDOCS) .if !defined(RUBY_NO_RD_HTML) cd ${WRKSRC}/docs; ${RUBY} makehtml.rb .endif cd ${WRKSRC}/samples; ${RUBY} makemo.rb ${MKDIR} ${RUBY_MODEXAMPLESDIR} ${CP} -R ${WRKSRC}/samples/* ${RUBY_MODEXAMPLESDIR}/ ${MKDIR} ${RUBY_MODDOCDIR} ${CP} -R ${WRKSRC}/docs/* ${RUBY_MODDOCDIR}/ .endif Property changes on: head/devel/rubygem-locale/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/rubygem-locale/distinfo =================================================================== --- head/devel/rubygem-locale/distinfo (revision 85825) +++ head/devel/rubygem-locale/distinfo (revision 85826) @@ -1 +1 @@ -MD5 (ruby/ruby-gettext-package-0.5.0.tar.gz) = e47ba86b6730cf218fd71412c72f8fc7 +MD5 (ruby/ruby-gettext-package-0.5.1.tar.gz) = e6fbe835229ee747eb4521d1dd0ed04a Property changes on: head/devel/rubygem-locale/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/rubygem-locale/pkg-descr =================================================================== --- head/devel/rubygem-locale/pkg-descr (revision 85825) +++ head/devel/rubygem-locale/pkg-descr (revision 85826) @@ -1,6 +1,6 @@ Ruby GetText Package is Native Language Support Library and Tools which modeled after GNU GetText package, but the API is simpler than that of GNU GetText. Author: Masao Mutoh -WWW: http://home2.highway.ne.jp/mutoh/tools/ruby/en/ruby-gettext.html +WWW: http://ponx.s5.xrea.com/hiki/ruby-gettext.html Property changes on: head/devel/rubygem-locale/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property