Update to 0.2.0.
This commit is contained in:
parent
ce4bb6e7f7
commit
85d94fea4b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55069
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gettext
|
PORTNAME= gettext
|
||||||
PORTVERSION= 0.1.2
|
PORTVERSION= 0.2.0
|
||||||
CATEGORIES= devel ruby
|
CATEGORIES= devel ruby
|
||||||
MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/
|
MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
@ -17,17 +17,9 @@ DIST_SUBDIR= ruby
|
|||||||
MAINTAINER= knu@FreeBSD.org
|
MAINTAINER= knu@FreeBSD.org
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
USE_RUBY_RD= yes
|
|
||||||
.endif
|
|
||||||
USE_RUBY_SETUP= yes
|
USE_RUBY_SETUP= yes
|
||||||
RUBY_SETUP= install.rb
|
RUBY_SETUP= install.rb
|
||||||
|
|
||||||
post-build:
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
cd ${WRKSRC}/docs; ${RUBY} yard2html.rb
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (ruby/ruby-gettext-package-0.1.2.tar.gz) = 1ff7420ca6d9b70b71e38eb0ed5ca462
|
MD5 (ruby/ruby-gettext-package-0.2.0.tar.gz) = f13f759df1768352b5a9bd30d89a60b6
|
||||||
|
@ -6,19 +6,25 @@ share/locale/ja/LC_MESSAGES/rgettext.mo
|
|||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello2.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello2.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk.rb
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello_noop.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellotk.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellotk.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello.mo
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello.mo
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello2.mo
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello2.mo
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello_noop.mo
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellogtk.mo
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellogtk.mo
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellotk.mo
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellotk.mo
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello.pot
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello.pot
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello2.pot
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello2.pot
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello_noop.pot
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hellogtk.pot
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hellogtk.pot
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello.po
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello.po
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello2.po
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello2.po
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello_noop.po
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hellogtk.po
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hellogtk.po
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hellotk.po
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/makemo.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/makemo.rb
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po/ja
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po/ja
|
||||||
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po/ja_JP.eucJP
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/locale/ja
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/locale/ja
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gettext
|
PORTNAME= gettext
|
||||||
PORTVERSION= 0.1.2
|
PORTVERSION= 0.2.0
|
||||||
CATEGORIES= devel ruby
|
CATEGORIES= devel ruby
|
||||||
MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/
|
MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
@ -17,17 +17,9 @@ DIST_SUBDIR= ruby
|
|||||||
MAINTAINER= knu@FreeBSD.org
|
MAINTAINER= knu@FreeBSD.org
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
USE_RUBY_RD= yes
|
|
||||||
.endif
|
|
||||||
USE_RUBY_SETUP= yes
|
USE_RUBY_SETUP= yes
|
||||||
RUBY_SETUP= install.rb
|
RUBY_SETUP= install.rb
|
||||||
|
|
||||||
post-build:
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
cd ${WRKSRC}/docs; ${RUBY} yard2html.rb
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (ruby/ruby-gettext-package-0.1.2.tar.gz) = 1ff7420ca6d9b70b71e38eb0ed5ca462
|
MD5 (ruby/ruby-gettext-package-0.2.0.tar.gz) = f13f759df1768352b5a9bd30d89a60b6
|
||||||
|
@ -6,19 +6,25 @@ share/locale/ja/LC_MESSAGES/rgettext.mo
|
|||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello2.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello2.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk.rb
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello_noop.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellotk.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellotk.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello.mo
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello.mo
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello2.mo
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello2.mo
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello_noop.mo
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellogtk.mo
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellogtk.mo
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellotk.mo
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellotk.mo
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello.pot
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello.pot
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello2.pot
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello2.pot
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello_noop.pot
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hellogtk.pot
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hellogtk.pot
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello.po
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello.po
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello2.po
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello2.po
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello_noop.po
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hellogtk.po
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hellogtk.po
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hellotk.po
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/makemo.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/makemo.rb
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po/ja
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po/ja
|
||||||
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po/ja_JP.eucJP
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/locale/ja
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/locale/ja
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gettext
|
PORTNAME= gettext
|
||||||
PORTVERSION= 0.1.2
|
PORTVERSION= 0.2.0
|
||||||
CATEGORIES= devel ruby
|
CATEGORIES= devel ruby
|
||||||
MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/
|
MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
@ -17,17 +17,9 @@ DIST_SUBDIR= ruby
|
|||||||
MAINTAINER= knu@FreeBSD.org
|
MAINTAINER= knu@FreeBSD.org
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
USE_RUBY_RD= yes
|
|
||||||
.endif
|
|
||||||
USE_RUBY_SETUP= yes
|
USE_RUBY_SETUP= yes
|
||||||
RUBY_SETUP= install.rb
|
RUBY_SETUP= install.rb
|
||||||
|
|
||||||
post-build:
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
cd ${WRKSRC}/docs; ${RUBY} yard2html.rb
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (ruby/ruby-gettext-package-0.1.2.tar.gz) = 1ff7420ca6d9b70b71e38eb0ed5ca462
|
MD5 (ruby/ruby-gettext-package-0.2.0.tar.gz) = f13f759df1768352b5a9bd30d89a60b6
|
||||||
|
@ -6,19 +6,25 @@ share/locale/ja/LC_MESSAGES/rgettext.mo
|
|||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello2.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello2.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk.rb
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello_noop.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellotk.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellotk.rb
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello.mo
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello.mo
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello2.mo
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello2.mo
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello_noop.mo
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellogtk.mo
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellogtk.mo
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellotk.mo
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hellotk.mo
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello.pot
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello.pot
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello2.pot
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello2.pot
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hello_noop.pot
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hellogtk.pot
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/hellogtk.pot
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello.po
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello.po
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello2.po
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello2.po
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hello_noop.po
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hellogtk.po
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hellogtk.po
|
||||||
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/ja/hellotk.po
|
||||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/makemo.rb
|
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/po/makemo.rb
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po/ja
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po/ja
|
||||||
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po/ja_JP.eucJP
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/po
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES
|
||||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/locale/ja
|
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gettext/locale/ja
|
||||||
|
Loading…
Reference in New Issue
Block a user