svn commit: r321381 - in head/devel: . pear-Symfony_Component_Console

William Grzybowski wg at FreeBSD.org
Thu Jun 20 13:30:50 UTC 2013


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Console
+PORTVERSION=	2.3.1
+CATEGORIES=	devel pear
+PKGNAMEPREFIX=	pear-Symfony_Component_
+
+MAINTAINER=	wg at 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/


More information about the svn-ports-all mailing list