diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-10 16:40:41 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-10 16:40:41 +0000 |
commit | 0fdd3623e63391dca1c64d47df1afb9737b399c9 (patch) | |
tree | 1bd21bfae6d24446bc1f6ae8f343850e1732dd51 /devel | |
parent | 259d993254b09b29653236c913ad48d8e738e931 (diff) | |
download | ports-0fdd3623e63391dca1c64d47df1afb9737b399c9.tar.gz ports-0fdd3623e63391dca1c64d47df1afb9737b399c9.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-sprockets/Makefile | 24 | ||||
-rw-r--r-- | devel/rubygem-sprockets/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-sprockets/pkg-descr | 6 |
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/ |