aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2011-08-11 00:40:41 +0800
committerswills <swills@FreeBSD.org>2011-08-11 00:40:41 +0800
commit7ef086d9fe1e79bfd7823d94708c98106e1c48e4 (patch)
treeed8ca1c76ee589ce9a08a3555d0f0c5e9f7328db
parentd2c85183d58d96d480a9b3a0144b7296f0a64dc0 (diff)
downloadfreebsd-ports-gnome-7ef086d9fe1e79bfd7823d94708c98106e1c48e4.tar.gz
freebsd-ports-gnome-7ef086d9fe1e79bfd7823d94708c98106e1c48e4.tar.zst
freebsd-ports-gnome-7ef086d9fe1e79bfd7823d94708c98106e1c48e4.zip
Sprockets is a Ruby library that preprocesses and concatenates
JavaScript source files. It takes any number of source files and preprocesses them line-by-line in order to build a single concatenation. WWW: http://getsprockets.org/ PR: ports/159397 Submitted by: Mikhail T. <m.tsatsenko at gmail.com>
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-sprockets/Makefile24
-rw-r--r--devel/rubygem-sprockets/distinfo2
-rw-r--r--devel/rubygem-sprockets/pkg-descr6
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 4a6bd1e3c42e..f1aab752e620 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3383,6 +3383,7 @@
SUBDIR += rubygem-shoulda
SUBDIR += rubygem-simple_form
SUBDIR += rubygem-soap4r
+ SUBDIR += rubygem-sprockets
SUBDIR += rubygem-spruz
SUBDIR += rubygem-state_machine
SUBDIR += rubygem-stemmer
diff --git a/devel/rubygem-sprockets/Makefile b/devel/rubygem-sprockets/Makefile
new file mode 100644
index 000000000000..ab81d64350a6
--- /dev/null
+++ b/devel/rubygem-sprockets/Makefile
@@ -0,0 +1,24 @@
+# Ports collection makefile for: rubygem-sprockets
+# Date created: 31 July 2011
+# Whom: Mikhail T. <m.tsatsenko@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sprockets
+PORTVERSION= 1.0.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= m.tsatsenko@gmail.com
+COMMENT= Ruby library that preprocesses and concatenates JavaScript files
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES= bin/sprocketize
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-sprockets/distinfo b/devel/rubygem-sprockets/distinfo
new file mode 100644
index 000000000000..9a0187579f71
--- /dev/null
+++ b/devel/rubygem-sprockets/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/sprockets-1.0.2.gem) = 16ff3188a5f22eb3eb670f50dd991c3fca01d63dcba57045338c36d15e5cb707
+SIZE (rubygem/sprockets-1.0.2.gem) = 13312
diff --git a/devel/rubygem-sprockets/pkg-descr b/devel/rubygem-sprockets/pkg-descr
new file mode 100644
index 000000000000..d25dd56d9cdf
--- /dev/null
+++ b/devel/rubygem-sprockets/pkg-descr
@@ -0,0 +1,6 @@
+Sprockets is a Ruby library that preprocesses and concatenates
+JavaScript source files. It takes any number of source files
+and preprocesses them line-by-line in order to build a single
+concatenation.
+
+WWW: http://getsprockets.org/