diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-channel-doctrine/Makefile | 15 | ||||
-rw-r--r-- | devel/pear-channel-doctrine/files/pear.doctrine-project.org.reg | 1 | ||||
-rw-r--r-- | devel/pear-channel-doctrine/pkg-descr | 3 |
4 files changed, 20 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d98f159360cb..2463f9fcfd8f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3191,6 +3191,7 @@ SUBDIR += pear-XML_Transformer SUBDIR += pear-XML_Tree SUBDIR += pear-XML_Util + SUBDIR += pear-channel-doctrine SUBDIR += pear-channel-ezc SUBDIR += pear-channel-horde SUBDIR += pear-channel-openpear diff --git a/devel/pear-channel-doctrine/Makefile b/devel/pear-channel-doctrine/Makefile new file mode 100644 index 000000000000..2b9a60651979 --- /dev/null +++ b/devel/pear-channel-doctrine/Makefile @@ -0,0 +1,15 @@ +# Created by: William Grzybowski <wg@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= doctrine +PORTVERSION= 20130618 +CATEGORIES= devel www pear + +MAINTAINER= wg@FreeBSD.org +COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} + +PEAR_CHANNEL_HOST= pear.doctrine-project.org + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk" +.include <bsd.port.post.mk> diff --git a/devel/pear-channel-doctrine/files/pear.doctrine-project.org.reg b/devel/pear-channel-doctrine/files/pear.doctrine-project.org.reg new file mode 100644 index 000000000000..212c70e59af1 --- /dev/null +++ b/devel/pear-channel-doctrine/files/pear.doctrine-project.org.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:25:"pear.doctrine-project.org";s:7:"summary";s:21:"Doctrine PEAR channel";s:14:"suggestedalias";s:8:"doctrine";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.doctrine-project.org/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:38:"http://pear.doctrine-project.org/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:38:"http://pear.doctrine-project.org/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:38:"http://pear.doctrine-project.org/rest/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:26:""5580ac-358-4876ecdc16ac0"";s:13:"Last-Modified";s:29:"Tue, 25 May 2010 17:51:15 GMT";}} diff --git a/devel/pear-channel-doctrine/pkg-descr b/devel/pear-channel-doctrine/pkg-descr new file mode 100644 index 000000000000..6fec3091da0e --- /dev/null +++ b/devel/pear-channel-doctrine/pkg-descr @@ -0,0 +1,3 @@ +PEAR channel for the doctrine project + +WWW: http://pear.doctrine-project.org/ |