svn commit: r320411 - in head/textproc: . rubygem-jsmin

Steve Wills swills at FreeBSD.org
Sun Jun 9 21:39:00 UTC 2013


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 at 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/


More information about the svn-ports-all mailing list