svn commit: r328088 - in head/devel: . rubygem-r18n-core

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 24 03:54:11 UTC 2013


Author: amdmi3
Date: Tue Sep 24 03:54:10 2013
New Revision: 328088
URL: http://svnweb.freebsd.org/changeset/ports/328088

Log:
  R18n is a i18n tool to translate your Ruby application. It has nice
  Ruby-style syntax, filters, flexible locales, custom loaders,
  translation support for any classes, time and number localization,
  several user language support, agnostic core package with out-of-box
  support for Rails, Sinatra and desktop applications.
  
  WWW: https://github.com/ai/r18n

Added:
  head/devel/rubygem-r18n-core/
  head/devel/rubygem-r18n-core/Makefile   (contents, props changed)
  head/devel/rubygem-r18n-core/distinfo   (contents, props changed)
  head/devel/rubygem-r18n-core/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Sep 24 03:47:56 2013	(r328087)
+++ head/devel/Makefile	Tue Sep 24 03:54:10 2013	(r328088)
@@ -4188,6 +4188,7 @@
     SUBDIR += rubygem-pry-remote-em
     SUBDIR += rubygem-ptreloaded
     SUBDIR += rubygem-pygments.rb
+    SUBDIR += rubygem-r18n-core
     SUBDIR += rubygem-racc
     SUBDIR += rubygem-railsless-deploy
     SUBDIR += rubygem-rainbow

Added: head/devel/rubygem-r18n-core/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-r18n-core/Makefile	Tue Sep 24 03:54:10 2013	(r328088)
@@ -0,0 +1,18 @@
+# Created by: Dmitry Marakasov <amdmi3 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	r18n-core
+PORTVERSION=	1.1.6
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	i18n tool to translate your Ruby application
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-r18n-core/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-r18n-core/distinfo	Tue Sep 24 03:54:10 2013	(r328088)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/r18n-core-1.1.6.gem) = a3c005671b519fa1c42a0fb77568a42679404acf8dfa9b9958ee29da6a3eef46
+SIZE (rubygem/r18n-core-1.1.6.gem) = 53248

Added: head/devel/rubygem-r18n-core/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-r18n-core/pkg-descr	Tue Sep 24 03:54:10 2013	(r328088)
@@ -0,0 +1,7 @@
+R18n is a i18n tool to translate your Ruby application. It has nice
+Ruby-style syntax, filters, flexible locales, custom loaders,
+translation support for any classes, time and number localization,
+several user language support, agnostic core package with out-of-box
+support for Rails, Sinatra and desktop applications.
+
+WWW: https://github.com/ai/r18n


More information about the svn-ports-all mailing list