Date: Thu, 20 Jun 2013 13:30:49 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321381 - in head/devel: . pear-Symfony_Component_Console Message-ID: <201306201330.r5KDUncq030942@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Thu Jun 20 13:30:49 2013 New Revision: 321381 URL: http://svnweb.freebsd.org/changeset/ports/321381 Log: Symfony Console Component WWW: http://pear.symfony.com/ Added: head/devel/pear-Symfony_Component_Console/ head/devel/pear-Symfony_Component_Console/Makefile (contents, props changed) head/devel/pear-Symfony_Component_Console/distinfo (contents, props changed) head/devel/pear-Symfony_Component_Console/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jun 20 13:30:42 2013 (r321380) +++ head/devel/Makefile Thu Jun 20 13:30:49 2013 (r321381) @@ -3165,6 +3165,7 @@ SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable SUBDIR += pear-Structures_DataGrid_Renderer_XUL + SUBDIR += pear-Symfony_Component_Console SUBDIR += pear-Symfony_Component_Finder SUBDIR += pear-System_Command SUBDIR += pear-Testing_Selenium Added: head/devel/pear-Symfony_Component_Console/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-Symfony_Component_Console/Makefile Thu Jun 20 13:30:49 2013 (r321381) @@ -0,0 +1,18 @@ +# Created by: William Grzybowski <wg@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Console +PORTVERSION= 2.3.1 +CATEGORIES= devel pear +PKGNAMEPREFIX= pear-Symfony_Component_ + +MAINTAINER= wg@FreeBSD.org +COMMENT= Symfony2 Console Component + +LICENSE= MIT + +IGNORE_WITH_PHP=52 + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-symfony2/bsd.symfony2.mk" +.include <bsd.port.post.mk> Added: head/devel/pear-Symfony_Component_Console/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-Symfony_Component_Console/distinfo Thu Jun 20 13:30:49 2013 (r321381) @@ -0,0 +1,2 @@ +SHA256 (Symfony2/Console-2.3.1.tgz) = 475ac07ac4302b0da1f35f9b4c05598cea40456fcb93988d8ea6225020b7624d +SIZE (Symfony2/Console-2.3.1.tgz) = 83569 Added: head/devel/pear-Symfony_Component_Console/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-Symfony_Component_Console/pkg-descr Thu Jun 20 13:30:49 2013 (r321381) @@ -0,0 +1,3 @@ +Symfony Console Component + +WWW: http://pear.symfony.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306201330.r5KDUncq030942>