pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-gettext-activerecord Import ruby18-gettext-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3badd1941989
branches: trunk
changeset: 568204:3badd1941989
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Mon Dec 07 12:10:18 2009 +0000
description:
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:
devel/ruby-gettext-activerecord/DESCR | 6 ++
devel/ruby-gettext-activerecord/Makefile | 19 ++++++
devel/ruby-gettext-activerecord/PLIST | 93 ++++++++++++++++++++++++++++++++
devel/ruby-gettext-activerecord/distinfo | 5 +
4 files changed, 123 insertions(+), 0 deletions(-)
diffs (139 lines):
diff -r 502d263af188 -r 3badd1941989 devel/ruby-gettext-activerecord/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-gettext-activerecord/DESCR Mon Dec 07 12:10:18 2009 +0000
@@ -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 -r 502d263af188 -r 3badd1941989 devel/ruby-gettext-activerecord/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-gettext-activerecord/Makefile Mon Dec 07 12:10:18 2009 +0000
@@ -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@localhost
+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 -r 502d263af188 -r 3badd1941989 devel/ruby-gettext-activerecord/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-gettext-activerecord/PLIST Mon Dec 07 12:10:18 2009 +0000
@@ -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 -r 502d263af188 -r 3badd1941989 devel/ruby-gettext-activerecord/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-gettext-activerecord/distinfo Mon Dec 07 12:10:18 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index