Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 21:38:59 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320411 - in head/textproc: . rubygem-jsmin
Message-ID:  <201306092138.r59LcxqS082217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jun  9 21:38:59 2013
New Revision: 320411
URL: http://svnweb.freebsd.org/changeset/ports/320411

Log:
  Ruby implementation of Douglas Crockford's JSMin JavaScript minifier.
  
  WWW: http://github.com/rgrove/jsmin/

Added:
  head/textproc/rubygem-jsmin/
  head/textproc/rubygem-jsmin/Makefile   (contents, props changed)
  head/textproc/rubygem-jsmin/distinfo   (contents, props changed)
  head/textproc/rubygem-jsmin/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Jun  9 21:25:54 2013	(r320410)
+++ head/textproc/Makefile	Sun Jun  9 21:38:59 2013	(r320411)
@@ -1293,6 +1293,7 @@
     SUBDIR += rubygem-htmltools
     SUBDIR += rubygem-ini
     SUBDIR += rubygem-itextomml
+    SUBDIR += rubygem-jsmin
     SUBDIR += rubygem-kramdown
     SUBDIR += rubygem-kwalify
     SUBDIR += rubygem-libxml-ruby

Added: head/textproc/rubygem-jsmin/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-jsmin/Makefile	Sun Jun  9 21:38:59 2013	(r320411)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME=	jsmin
+PORTVERSION=	1.0.1
+CATEGORIES=	textproc rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Ruby implementation of Douglas Crockford's JSMin JavaScript minifier
+
+USE_RUBY=	yes
+USE_PYTHON=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/rubygem-jsmin/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-jsmin/distinfo	Sun Jun  9 21:38:59 2013	(r320411)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/jsmin-1.0.1.gem) = 2d676103c842adb2f5ac41ccb567ab438fef935abd54999a9f29c1c01aa77d6e
+SIZE (rubygem/jsmin-1.0.1.gem) = 5120

Added: head/textproc/rubygem-jsmin/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rubygem-jsmin/pkg-descr	Sun Jun  9 21:38:59 2013	(r320411)
@@ -0,0 +1,3 @@
+Ruby implementation of Douglas Crockford's JSMin JavaScript minifier.
+
+WWW: http://github.com/rgrove/jsmin/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306092138.r59LcxqS082217>