Date: Tue, 2 Aug 2011 21:01:16 GMT From: "Mikhail T." <m.tsatsenko@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/159397: [NEW PORT] rubygem-sprockets: Ruby library that preprocesses and concatenates JavaScript files Message-ID: <201108022101.p72L1GnC087336@red.freebsd.org> Resent-Message-ID: <201108022110.p72LABCH039320@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 159397 >Category: ports >Synopsis: [NEW PORT] rubygem-sprockets: Ruby library that preprocesses and concatenates JavaScript files >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 02 21:10:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Mikhail T. >Release: 8.2 >Organization: >Environment: FreeBSD red 8.2-RELEASE FreeBSD 8.2-RELEASE #1 r218780: Thu Mar 10 21:36:01 MSK 2011 root@red/usr/obj/usr/src/sys/XGATE amd64 >Description: 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. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-sprockets # rubygem-sprockets/Makefile # rubygem-sprockets/distinfo # rubygem-sprockets/pkg-descr # echo c - rubygem-sprockets mkdir -p rubygem-sprockets > /dev/null 2>&1 echo x - rubygem-sprockets/Makefile sed 's/^X//' >rubygem-sprockets/Makefile << '160cb55bfc0edc4a0bd91d60e515cb98' X# Ports collection makefile for: rubygem-sprockets X# Date created: 31 July 2011 X# Whom: Mikhail T. <m.tsatsenko@gmail.com> X XPORTNAME= sprockets XPORTVERSION= 1.0.2 XCATEGORIES= devel rubygems XMASTER_SITES= RG X XMAINTAINER= m.tsatsenko@gmail.com XCOMMENT= Ruby library that preprocesses and concatenates JavaScript files X XLICENSE= MIT X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XPLIST_FILES= bin/sprocketize X X.include <bsd.port.mk> 160cb55bfc0edc4a0bd91d60e515cb98 echo x - rubygem-sprockets/distinfo sed 's/^X//' >rubygem-sprockets/distinfo << '4626f920b8db088d43980814031bffe6' XSHA256 (rubygem/sprockets-1.0.2.gem) = 16ff3188a5f22eb3eb670f50dd991c3fca01d63dcba57045338c36d15e5cb707 XSIZE (rubygem/sprockets-1.0.2.gem) = 13312 4626f920b8db088d43980814031bffe6 echo x - rubygem-sprockets/pkg-descr sed 's/^X//' >rubygem-sprockets/pkg-descr << '16c136d6a06039c719b49130e9acee43' XSprockets is a Ruby library that preprocesses and concatenates XJavaScript source files. It takes any number of source files Xand preprocesses them line-by-line in order to build a single Xconcatenation. X XWWW: http://getsprockets.org/ 16c136d6a06039c719b49130e9acee43 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108022101.p72L1GnC087336>