svn commit: r333407 - in head/devel: . pecl-jsmin

Antoine Brodin antoine at FreeBSD.org
Sun Nov 10 15:42:52 UTC 2013


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


More information about the svn-ports-head mailing list