This extension provides an API for minifying JavaScript. WWW: http://pecl.php.net/package/jsmin Generated with FreeBSD Port Tools 0.99_8 (mode: new)
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: miwi->freebsd-ports-bugs Back to the heap due to timeout
Responsible Changed From-To: freebsd-ports-bugs->antoine Take
Author: antoine Date: Sun Nov 10 15:42:50 2013 New Revision: 333407 URL: http://svnweb.freebsd.org/changeset/ports/333407 Log: New port: devel/pecl-jsmin This extension provides an API for minifying JavaScript. WWW: http://pecl.php.net/package/jsmin PR: ports/182138 Submitted by: Gasol Wu Added: head/devel/pecl-jsmin/ head/devel/pecl-jsmin/Makefile (contents, props changed) head/devel/pecl-jsmin/distinfo (contents, props changed) head/devel/pecl-jsmin/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 10 15:41:29 2013 (r333406) +++ head/devel/Makefile Sun Nov 10 15:42:50 2013 (r333407) @@ -3257,6 +3257,7 @@ SUBDIR += pecl-inclued SUBDIR += pecl-inotify SUBDIR += pecl-intl + SUBDIR += pecl-jsmin SUBDIR += pecl-judy SUBDIR += pecl-libevent SUBDIR += pecl-mcve Added: head/devel/pecl-jsmin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-jsmin/Makefile Sun Nov 10 15:42:50 2013 (r333407) @@ -0,0 +1,21 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= jsmin +PORTVERSION= 0.1.1 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= gasol.wu@gmail.com +COMMENT= PHP extension for minifying JavaScript + +LICENSE= PHP301 + +USE_PHP= yes +USE_PHPEXT= yes +IGNORE_WITH_PHP=52 + +.include <bsd.port.mk> Added: head/devel/pecl-jsmin/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-jsmin/distinfo Sun Nov 10 15:42:50 2013 (r333407) @@ -0,0 +1,2 @@ +SHA256 (PECL/jsmin-0.1.1.tgz) = b83f80a46662b3e66cfba621dd5c76fcd3fd667efb2663879e261cbff26fdc27 +SIZE (PECL/jsmin-0.1.1.tgz) = 7861 Added: head/devel/pecl-jsmin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-jsmin/pkg-descr Sun Nov 10 15:42:50 2013 (r333407) @@ -0,0 +1,3 @@ +This extension provides an API for minifying JavaScript. + +WWW: http://pecl.php.net/package/jsmin _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port committed, thanks for the submission!