Date: Thu, 20 Jun 2013 13:52:09 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321385 - in head/devel: . pear-channel-doctrine pear-channel-doctrine/files Message-ID: <201306201352.r5KDq9s5037829@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Thu Jun 20 13:52:08 2013 New Revision: 321385 URL: http://svnweb.freebsd.org/changeset/ports/321385 Log: PEAR channel for the doctrine project WWW: http://pear.doctrine-project.org/ Added: head/devel/pear-channel-doctrine/ head/devel/pear-channel-doctrine/Makefile (contents, props changed) head/devel/pear-channel-doctrine/files/ head/devel/pear-channel-doctrine/files/pear.doctrine-project.org.reg (contents, props changed) head/devel/pear-channel-doctrine/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jun 20 13:43:03 2013 (r321384) +++ head/devel/Makefile Thu Jun 20 13:52:08 2013 (r321385) @@ -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 Added: head/devel/pear-channel-doctrine/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-channel-doctrine/Makefile Thu Jun 20 13:52:08 2013 (r321385) @@ -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> Added: head/devel/pear-channel-doctrine/files/pear.doctrine-project.org.reg ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-channel-doctrine/files/pear.doctrine-project.org.reg Thu Jun 20 13:52:08 2013 (r321385) @@ -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-4876ecd c16ac0"";s:13:"Last-Modified";s:29:"Tue, 25 May 2010 17:51:15 GMT";}} Added: head/devel/pear-channel-doctrine/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-channel-doctrine/pkg-descr Thu Jun 20 13:52:08 2013 (r321385) @@ -0,0 +1,3 @@ +PEAR channel for the doctrine project + +WWW: http://pear.doctrine-project.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306201352.r5KDq9s5037829>