svn commit: r309828 - in head/devel: . pear-Symfony_Component_Finder

Ruslan Mahmatkhanov rm at FreeBSD.org
Wed Jan 2 18:18:28 UTC 2013


Author: rm
Date: Wed Jan  2 18:18:15 2013
New Revision: 309828
URL: http://svnweb.freebsd.org/changeset/ports/309828

Log:
  Symfony Finder Component
  
  WWW: http://pear.symfony.com/
  
  PR:		172771
  Submitted by:	Gasol Wu <gasol.wu at gmail.com>

Added:
  head/devel/pear-Symfony_Component_Finder/
  head/devel/pear-Symfony_Component_Finder/Makefile   (contents, props changed)
  head/devel/pear-Symfony_Component_Finder/distinfo   (contents, props changed)
  head/devel/pear-Symfony_Component_Finder/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jan  2 18:16:41 2013	(r309827)
+++ head/devel/Makefile	Wed Jan  2 18:18:15 2013	(r309828)
@@ -3079,6 +3079,7 @@
     SUBDIR += pear-Structures_DataGrid_Renderer_HTMLSortForm
     SUBDIR += pear-Structures_DataGrid_Renderer_HTMLTable
     SUBDIR += pear-Structures_DataGrid_Renderer_XUL
+    SUBDIR += pear-Symfony_Component_Finder
     SUBDIR += pear-System_Command
     SUBDIR += pear-Testing_Selenium
     SUBDIR += pear-Text_Diff

Added: head/devel/pear-Symfony_Component_Finder/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-Symfony_Component_Finder/Makefile	Wed Jan  2 18:18:15 2013	(r309828)
@@ -0,0 +1,18 @@
+# Created by: Gasol Wu <gasol.wu at gmail.com>
+# $FreeBSD$
+
+PORTNAME=	Finder
+PORTVERSION=	2.1.2
+CATEGORIES=	devel pear
+PKGNAMEPREFIX=	pear-Symfony_Component_
+
+MAINTAINER=	gasol.wu at gmail.com
+COMMENT=	Symfony2 Finder 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_Finder/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-Symfony_Component_Finder/distinfo	Wed Jan  2 18:18:15 2013	(r309828)
@@ -0,0 +1,2 @@
+SHA256 (Symfony2/Finder-2.1.2.tgz) = 2ea0673dd190a7a3ad31dc5cdfc31f7ac980bc1d57841ea6cc8ab83879b68905
+SIZE (Symfony2/Finder-2.1.2.tgz) = 19672

Added: head/devel/pear-Symfony_Component_Finder/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-Symfony_Component_Finder/pkg-descr	Wed Jan  2 18:18:15 2013	(r309828)
@@ -0,0 +1,3 @@
+Symfony Finder Component
+
+WWW: http://pear.symfony.com/


More information about the svn-ports-head mailing list