summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-07-07 17:30:55 +0000
committerknu <knu@FreeBSD.org>2002-07-07 17:30:55 +0000
commit9a7e2c4af1b740ec80f3de52eefaedb5dc9db6d1 (patch)
treee92a6ee1ac1c3b8ad7ab989e9de7e0fe3ddbb36f
parentc0b61cd387513580e48462a61db72e69faab3a6a (diff)
downloadFreeBSD-ports-9a7e2c4af1b740ec80f3de52eefaedb5dc9db6d1.zip
FreeBSD-ports-9a7e2c4af1b740ec80f3de52eefaedb5dc9db6d1.tar.gz
Update to 0.3.1.
-rw-r--r--devel/ruby-gettext/Makefile19
-rw-r--r--devel/ruby-gettext/distinfo2
-rw-r--r--devel/ruby-gettext/pkg-plist10
-rw-r--r--devel/rubygem-gettext/Makefile19
-rw-r--r--devel/rubygem-gettext/distinfo2
-rw-r--r--devel/rubygem-gettext/pkg-plist10
-rw-r--r--devel/rubygem-locale/Makefile19
-rw-r--r--devel/rubygem-locale/distinfo2
-rw-r--r--devel/rubygem-locale/pkg-plist10
9 files changed, 63 insertions, 30 deletions
diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile
index 6e6748b..0fad97d 100644
--- a/devel/ruby-gettext/Makefile
+++ b/devel/ruby-gettext/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gettext
-PORTVERSION= 0.2.1
+PORTVERSION= 0.3.1
CATEGORIES= devel ruby
MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,16 +17,19 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
-.if !defined(NOPORTDOCS)
-USE_RUBY_RD= yes
-.endif
+#.if !defined(NOPORTDOCS)
+#USE_RUBY_RD= yes
+#.endif
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
-post-build:
-.if !defined(NOPORTDOCS)
- cd ${WRKSRC}/docs; ${RUBY} yard2html.rb
-.endif
+post-extract:
+ cd ${WRKSRC}/ext/gettext/gettext; ${RM} -f *.o *.so
+
+#post-build:
+#.if !defined(NOPORTDOCS)
+# cd ${WRKSRC}/docs; ${RUBY} yard2html.rb
+#.endif
post-install:
.if !defined(NOPORTDOCS)
diff --git a/devel/ruby-gettext/distinfo b/devel/ruby-gettext/distinfo
index 0fa5b80..3952a5b 100644
--- a/devel/ruby-gettext/distinfo
+++ b/devel/ruby-gettext/distinfo
@@ -1 +1 @@
-MD5 (ruby/ruby-gettext-package-0.2.1.tar.gz) = 3180607cf22eb00efb950e432e28c71e
+MD5 (ruby/ruby-gettext-package-0.3.1.tar.gz) = 4c75ebd6d15d39bc3e73f22d0db83246
diff --git a/devel/ruby-gettext/pkg-plist b/devel/ruby-gettext/pkg-plist
index 8868bba..7b1dfaf 100644
--- a/devel/ruby-gettext/pkg-plist
+++ b/devel/ruby-gettext/pkg-plist
@@ -1,11 +1,19 @@
bin/rgettext
%%RUBY_SITELIBDIR%%/gettext.rb
-%%RUBY_SITELIBDIR%%/mo.rb
+%%RUBY_SITELIBDIR%%/gettext/locale.rb
+%%RUBY_SITELIBDIR%%/gettext/locale_default.rb
+%%RUBY_SITELIBDIR%%/gettext/locale_table_win32.rb
+%%RUBY_SITEARCHLIBDIR%%/gettext/_locale.so
+@dirrm %%RUBY_SITEARCHLIBDIR%%/gettext
+%%RUBY_SITELIBDIR%%/gettext/locale_win32.rb
+%%RUBY_SITELIBDIR%%/gettext/mo.rb
+@dirrm %%RUBY_SITELIBDIR%%/gettext
share/locale/ja/LC_MESSAGES/rgettext.mo
@unexec rmdir -p %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello2.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk_utf8.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello_noop.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellotk.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello.mo
diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile
index 6e6748b..0fad97d 100644
--- a/devel/rubygem-gettext/Makefile
+++ b/devel/rubygem-gettext/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gettext
-PORTVERSION= 0.2.1
+PORTVERSION= 0.3.1
CATEGORIES= devel ruby
MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,16 +17,19 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
-.if !defined(NOPORTDOCS)
-USE_RUBY_RD= yes
-.endif
+#.if !defined(NOPORTDOCS)
+#USE_RUBY_RD= yes
+#.endif
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
-post-build:
-.if !defined(NOPORTDOCS)
- cd ${WRKSRC}/docs; ${RUBY} yard2html.rb
-.endif
+post-extract:
+ cd ${WRKSRC}/ext/gettext/gettext; ${RM} -f *.o *.so
+
+#post-build:
+#.if !defined(NOPORTDOCS)
+# cd ${WRKSRC}/docs; ${RUBY} yard2html.rb
+#.endif
post-install:
.if !defined(NOPORTDOCS)
diff --git a/devel/rubygem-gettext/distinfo b/devel/rubygem-gettext/distinfo
index 0fa5b80..3952a5b 100644
--- a/devel/rubygem-gettext/distinfo
+++ b/devel/rubygem-gettext/distinfo
@@ -1 +1 @@
-MD5 (ruby/ruby-gettext-package-0.2.1.tar.gz) = 3180607cf22eb00efb950e432e28c71e
+MD5 (ruby/ruby-gettext-package-0.3.1.tar.gz) = 4c75ebd6d15d39bc3e73f22d0db83246
diff --git a/devel/rubygem-gettext/pkg-plist b/devel/rubygem-gettext/pkg-plist
index 8868bba..7b1dfaf 100644
--- a/devel/rubygem-gettext/pkg-plist
+++ b/devel/rubygem-gettext/pkg-plist
@@ -1,11 +1,19 @@
bin/rgettext
%%RUBY_SITELIBDIR%%/gettext.rb
-%%RUBY_SITELIBDIR%%/mo.rb
+%%RUBY_SITELIBDIR%%/gettext/locale.rb
+%%RUBY_SITELIBDIR%%/gettext/locale_default.rb
+%%RUBY_SITELIBDIR%%/gettext/locale_table_win32.rb
+%%RUBY_SITEARCHLIBDIR%%/gettext/_locale.so
+@dirrm %%RUBY_SITEARCHLIBDIR%%/gettext
+%%RUBY_SITELIBDIR%%/gettext/locale_win32.rb
+%%RUBY_SITELIBDIR%%/gettext/mo.rb
+@dirrm %%RUBY_SITELIBDIR%%/gettext
share/locale/ja/LC_MESSAGES/rgettext.mo
@unexec rmdir -p %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello2.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk_utf8.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello_noop.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellotk.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello.mo
diff --git a/devel/rubygem-locale/Makefile b/devel/rubygem-locale/Makefile
index 6e6748b..0fad97d 100644
--- a/devel/rubygem-locale/Makefile
+++ b/devel/rubygem-locale/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gettext
-PORTVERSION= 0.2.1
+PORTVERSION= 0.3.1
CATEGORIES= devel ruby
MASTER_SITES= http://home2.highway.ne.jp/mutoh/tools/ruby/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,16 +17,19 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
-.if !defined(NOPORTDOCS)
-USE_RUBY_RD= yes
-.endif
+#.if !defined(NOPORTDOCS)
+#USE_RUBY_RD= yes
+#.endif
USE_RUBY_SETUP= yes
RUBY_SETUP= install.rb
-post-build:
-.if !defined(NOPORTDOCS)
- cd ${WRKSRC}/docs; ${RUBY} yard2html.rb
-.endif
+post-extract:
+ cd ${WRKSRC}/ext/gettext/gettext; ${RM} -f *.o *.so
+
+#post-build:
+#.if !defined(NOPORTDOCS)
+# cd ${WRKSRC}/docs; ${RUBY} yard2html.rb
+#.endif
post-install:
.if !defined(NOPORTDOCS)
diff --git a/devel/rubygem-locale/distinfo b/devel/rubygem-locale/distinfo
index 0fa5b80..3952a5b 100644
--- a/devel/rubygem-locale/distinfo
+++ b/devel/rubygem-locale/distinfo
@@ -1 +1 @@
-MD5 (ruby/ruby-gettext-package-0.2.1.tar.gz) = 3180607cf22eb00efb950e432e28c71e
+MD5 (ruby/ruby-gettext-package-0.3.1.tar.gz) = 4c75ebd6d15d39bc3e73f22d0db83246
diff --git a/devel/rubygem-locale/pkg-plist b/devel/rubygem-locale/pkg-plist
index 8868bba..7b1dfaf 100644
--- a/devel/rubygem-locale/pkg-plist
+++ b/devel/rubygem-locale/pkg-plist
@@ -1,11 +1,19 @@
bin/rgettext
%%RUBY_SITELIBDIR%%/gettext.rb
-%%RUBY_SITELIBDIR%%/mo.rb
+%%RUBY_SITELIBDIR%%/gettext/locale.rb
+%%RUBY_SITELIBDIR%%/gettext/locale_default.rb
+%%RUBY_SITELIBDIR%%/gettext/locale_table_win32.rb
+%%RUBY_SITEARCHLIBDIR%%/gettext/_locale.so
+@dirrm %%RUBY_SITEARCHLIBDIR%%/gettext
+%%RUBY_SITELIBDIR%%/gettext/locale_win32.rb
+%%RUBY_SITELIBDIR%%/gettext/mo.rb
+@dirrm %%RUBY_SITELIBDIR%%/gettext
share/locale/ja/LC_MESSAGES/rgettext.mo
@unexec rmdir -p %D/share/locale/ja/LC_MESSAGES 2>/dev/null || true
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello2.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellogtk_utf8.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hello_noop.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/hellotk.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gettext/locale/ja/LC_MESSAGES/hello.mo
OpenPOWER on IntegriCloud