From owner-svn-ports-head@FreeBSD.ORG Sun Nov 10 15:42:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5F80B3E7; Sun, 10 Nov 2013 15:42:52 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 32AB42167; Sun, 10 Nov 2013 15:42:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAAFgquv028211; Sun, 10 Nov 2013 15:42:52 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAAFgpv7028207; Sun, 10 Nov 2013 15:42:51 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201311101542.rAAFgpv7028207@svn.freebsd.org> From: Antoine Brodin Date: Sun, 10 Nov 2013 15:42:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333407 - in head/devel: . pecl-jsmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 15:42:52 -0000 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 +# $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 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