summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2009-12-07 12:10:18 +0000
committerfhajny <fhajny@pkgsrc.org>2009-12-07 12:10:18 +0000
commit92d5e7ae9bb82181e77f74d0b5f4fce29e1dd719 (patch)
treeb5b196f32157a42488440c9979ff3a1fe75bf6e6 /devel
parent6bc6f1212fe9fc0fc49fe569ddfad5db648a5f8e (diff)
downloadpkgsrc-92d5e7ae9bb82181e77f74d0b5f4fce29e1dd719.tar.gz
Import ruby18-gettext-activerecord-2.1.0 as devel/ruby-gettext-activerecord.
gettext_activerecord provides the localization for ActiveRecord using Ruby-GetText-Package. * Validation messages translation * Model translation * Extract messages from models with the rake task
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-gettext-activerecord/DESCR6
-rw-r--r--devel/ruby-gettext-activerecord/Makefile19
-rw-r--r--devel/ruby-gettext-activerecord/PLIST93
-rw-r--r--devel/ruby-gettext-activerecord/distinfo5
4 files changed, 123 insertions, 0 deletions
diff --git a/devel/ruby-gettext-activerecord/DESCR b/devel/ruby-gettext-activerecord/DESCR
new file mode 100644
index 00000000000..d8fbea206f7
--- /dev/null
+++ b/devel/ruby-gettext-activerecord/DESCR
@@ -0,0 +1,6 @@
+gettext_activerecord provides the localization for ActiveRecord
+using Ruby-GetText-Package.
+
+ * Validation messages translation
+ * Model translation
+ * Extract messages from models with the rake task
diff --git a/devel/ruby-gettext-activerecord/Makefile b/devel/ruby-gettext-activerecord/Makefile
new file mode 100644
index 00000000000..23b67efdb1b
--- /dev/null
+++ b/devel/ruby-gettext-activerecord/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/12/07 12:10:18 fhajny Exp $
+
+DISTNAME= gettext_activerecord-2.1.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.yotabanana.com/hiki/ruby-gettext.html
+COMMENT= Localization for ActiveRecord using Ruby-GetText-Package
+LICENSE= ruby-license
+
+DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=2.1.0:../../devel/ruby-gettext
+DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=2.3.2:../../databases/ruby-activerecord
+
+post-extract:
+ cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-gettext-activerecord/PLIST b/devel/ruby-gettext-activerecord/PLIST
new file mode 100644
index 00000000000..c4afaa40dfe
--- /dev/null
+++ b/devel/ruby-gettext-activerecord/PLIST
@@ -0,0 +1,93 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/07 12:10:18 fhajny Exp $
+${GEM_HOME}/cache/gettext_activerecord-${PKGVERSION}.gem
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/ChangeLog
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/data/locale/bg/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/bs/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/ca/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/cs/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/de/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/el/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/eo/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/es/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/et/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/fr/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/hr/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/hu/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/it/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/ja/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/ko/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/lv/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/nb/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/nl/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/pt_BR/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/ru/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/sr/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/ua/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/vi/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/zh/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/data/locale/zh_TW/LC_MESSAGES/gettext_activerecord.mo
+${GEM_LIBDIR}/gettext_activerecord.gemspec
+${GEM_LIBDIR}/lib/gettext_activerecord.rb
+${GEM_LIBDIR}/lib/gettext_activerecord/base.rb
+${GEM_LIBDIR}/lib/gettext_activerecord/i18n.rb
+${GEM_LIBDIR}/lib/gettext_activerecord/migration.rb
+${GEM_LIBDIR}/lib/gettext_activerecord/parser.rb
+${GEM_LIBDIR}/lib/gettext_activerecord/schema_definitions.rb
+${GEM_LIBDIR}/lib/gettext_activerecord/tools.rb
+${GEM_LIBDIR}/lib/gettext_activerecord/validations.rb
+${GEM_LIBDIR}/lib/gettext_activerecord/version.rb
+${GEM_LIBDIR}/po/bg/gettext_activerecord.po
+${GEM_LIBDIR}/po/bs/gettext_activerecord.po
+${GEM_LIBDIR}/po/ca/gettext_activerecord.po
+${GEM_LIBDIR}/po/cs/gettext_activerecord.po
+${GEM_LIBDIR}/po/de/gettext_activerecord.po
+${GEM_LIBDIR}/po/el/gettext_activerecord.po
+${GEM_LIBDIR}/po/eo/gettext_activerecord.po
+${GEM_LIBDIR}/po/es/gettext_activerecord.po
+${GEM_LIBDIR}/po/et/gettext_activerecord.po
+${GEM_LIBDIR}/po/fr/gettext_activerecord.po
+${GEM_LIBDIR}/po/gettext_activerecord.pot
+${GEM_LIBDIR}/po/hr/gettext_activerecord.po
+${GEM_LIBDIR}/po/hu/gettext_activerecord.po
+${GEM_LIBDIR}/po/it/gettext_activerecord.po
+${GEM_LIBDIR}/po/ja/gettext_activerecord.po
+${GEM_LIBDIR}/po/ko/gettext_activerecord.po
+${GEM_LIBDIR}/po/lv/gettext_activerecord.po
+${GEM_LIBDIR}/po/nb/gettext_activerecord.po
+${GEM_LIBDIR}/po/nl/gettext_activerecord.po
+${GEM_LIBDIR}/po/pt_BR/gettext_activerecord.po
+${GEM_LIBDIR}/po/ru/gettext_activerecord.po
+${GEM_LIBDIR}/po/sr/gettext_activerecord.po
+${GEM_LIBDIR}/po/ua/gettext_activerecord.po
+${GEM_LIBDIR}/po/vi/gettext_activerecord.po
+${GEM_LIBDIR}/po/zh/gettext_activerecord.po
+${GEM_LIBDIR}/po/zh_TW/gettext_activerecord.po
+${GEM_LIBDIR}/sample/README.rdoc
+${GEM_LIBDIR}/sample/Rakefile
+${GEM_LIBDIR}/sample/book.rb
+${GEM_LIBDIR}/sample/config/database.yml
+${GEM_LIBDIR}/sample/db/schema.rb
+${GEM_LIBDIR}/sample/po/ja/sample_ar.po
+${GEM_LIBDIR}/sample/po/sample_ar.pot
+${GEM_LIBDIR}/sample/sample.rb
+${GEM_LIBDIR}/test/Rakefile
+${GEM_LIBDIR}/test/db/migrate.rb
+${GEM_LIBDIR}/test/db/sqlite.rb
+${GEM_LIBDIR}/test/helper.rb
+${GEM_LIBDIR}/test/locale/ja/LC_MESSAGES/active_record.mo
+${GEM_LIBDIR}/test/models/book.rb
+${GEM_LIBDIR}/test/models/developer.rb
+${GEM_LIBDIR}/test/models/inept_wizard.rb
+${GEM_LIBDIR}/test/models/reply.rb
+${GEM_LIBDIR}/test/models/topic.rb
+${GEM_LIBDIR}/test/models/user.rb
+${GEM_LIBDIR}/test/models/wizard.rb
+${GEM_LIBDIR}/test/po/active_record.pot
+${GEM_LIBDIR}/test/po/ja/active_record.po
+${GEM_LIBDIR}/test/test_parser.rb
+${GEM_LIBDIR}/test/test_validations.rb
+${GEM_LIBDIR}/test/vendor/repair_helper.rb
+${GEM_HOME}/specifications/gettext_activerecord-${PKGVERSION}.gemspec
diff --git a/devel/ruby-gettext-activerecord/distinfo b/devel/ruby-gettext-activerecord/distinfo
new file mode 100644
index 00000000000..c97a5c9cfba
--- /dev/null
+++ b/devel/ruby-gettext-activerecord/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/12/07 12:10:18 fhajny Exp $
+
+SHA1 (gettext_activerecord-2.1.0.gem) = b1f5c37391a75f4c31106d80876128e6ddad9a7b
+RMD160 (gettext_activerecord-2.1.0.gem) = c5f1c24ee46b6ff564406a8088877a910a8aca11
+Size (gettext_activerecord-2.1.0.gem) = 56832 bytes