From nobody@FreeBSD.org  Tue Aug  2 21:01:16 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A6792106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  2 Aug 2011 21:01:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 7B3E38FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  2 Aug 2011 21:01:16 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p72L1GJZ087339
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 2 Aug 2011 21:01:16 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p72L1GnC087336;
	Tue, 2 Aug 2011 21:01:16 GMT
	(envelope-from nobody)
Message-Id: <201108022101.p72L1GnC087336@red.freebsd.org>
Date: Tue, 2 Aug 2011 21:01:16 GMT
From: "Mikhail T." <m.tsatsenko@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [NEW PORT] rubygem-sprockets: Ruby library that preprocesses and concatenates JavaScript files
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         159397
>Category:       ports
>Synopsis:       [NEW PORT] devel/rubygem-sprockets: Ruby library that preprocesses and concatenates JavaScript files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 02 21:10:10 UTC 2011
>Closed-Date:    Wed Aug 10 16:40:55 UTC 2011
>Last-Modified:  Wed Aug 10 16:50:13 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Wed Aug 10 16:36:43 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159397 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Wed Aug 10 16:40:53 UTC 2011 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159397 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159397: commit references a PR
Date: Wed, 10 Aug 2011 16:40:55 +0000 (UTC)

 swills      2011-08-10 16:40:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/rubygem-sprockets Makefile distinfo pkg-descr 
   Log:
   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>
   
   Revision  Changes    Path
   1.4484    +1 -0      ports/devel/Makefile
   1.1       +24 -0     ports/devel/rubygem-sprockets/Makefile (new)
   1.1       +2 -0      ports/devel/rubygem-sprockets/distinfo (new)
   1.1       +6 -0      ports/devel/rubygem-sprockets/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
