diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-channel-symfony/Makefile | 19 | ||||
-rw-r--r-- | devel/pear-channel-symfony/files/pear.symfony-project.com.reg | 1 | ||||
-rw-r--r-- | devel/pear-channel-symfony/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e871b2a157a2..5d302472536b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2698,6 +2698,7 @@ SUBDIR += pear-XML_XPath SUBDIR += pear-channel-horde SUBDIR += pear-channel-phpunit + SUBDIR += pear-channel-symfony SUBDIR += pear-codegen SUBDIR += pecl-automap SUBDIR += pecl-bbcode diff --git a/devel/pear-channel-symfony/Makefile b/devel/pear-channel-symfony/Makefile new file mode 100644 index 000000000000..1206e7d11904 --- /dev/null +++ b/devel/pear-channel-symfony/Makefile @@ -0,0 +1,19 @@ +# Ports collection makefile for: pear-channel-symfony +# Date created: 11 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= symfony +PORTVERSION= 20110701 +CATEGORIES= devel www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} + +PEAR_CHANNEL_HOST= pear.symfony-project.com + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk" +.include <bsd.port.post.mk> diff --git a/devel/pear-channel-symfony/files/pear.symfony-project.com.reg b/devel/pear-channel-symfony/files/pear.symfony-project.com.reg new file mode 100644 index 000000000000..f9b8a39194fd --- /dev/null +++ b/devel/pear-channel-symfony/files/pear.symfony-project.com.reg @@ -0,0 +1 @@ +a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:24:"pear.symfony-project.com";s:7:"summary";s:32:"The symfony project PEAR channel";s:14:"suggestedalias";s:7:"symfony";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:4:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:38:"http://pear.symfony-project.com//rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:38:"http://pear.symfony-project.com//rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:38:"http://pear.symfony-project.com//rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:38:"http://pear.symfony-project.com//rest/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:20:""941b5-361-7a51e740"";s:13:"Last-Modified";s:29:"Fri, 01 Jul 2011 06:53:41 GMT";}}
\ No newline at end of file diff --git a/devel/pear-channel-symfony/pkg-descr b/devel/pear-channel-symfony/pkg-descr new file mode 100644 index 000000000000..7e3829bc7512 --- /dev/null +++ b/devel/pear-channel-symfony/pkg-descr @@ -0,0 +1,3 @@ +PEAR channel for the symfony project + +WWW: http://pear.symfony-project.com/ |