From owner-svn-ports-head@FreeBSD.ORG Thu Jun 20 13:30:50 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 862C533F; Thu, 20 Jun 2013 13:30:50 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5ECA91957; Thu, 20 Jun 2013 13:30:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5KDUoiu030946; Thu, 20 Jun 2013 13:30:50 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5KDUncq030942; Thu, 20 Jun 2013 13:30:49 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201306201330.r5KDUncq030942@svn.freebsd.org> From: William Grzybowski Date: Thu, 20 Jun 2013 13:30:49 +0000 (UTC) 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 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: Thu, 20 Jun 2013 13:30:50 -0000 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 +# $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 +.include "${PORTSDIR}/devel/pear-channel-symfony2/bsd.symfony2.mk" +.include 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/