diff options
author | tota <tota@FreeBSD.org> | 2011-12-27 23:29:55 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-12-27 23:29:55 +0800 |
commit | 246e6a5278030ee296b6841a941b1eba32d06744 (patch) | |
tree | f2dceb765a654c25e62cca1e4f71fc60ac9d9309 | |
parent | 42e36ce4e8d707b3808d4f6ecfd57913bf9129ee (diff) | |
download | freebsd-ports-graphics-246e6a5278030ee296b6841a941b1eba32d06744.tar.gz freebsd-ports-graphics-246e6a5278030ee296b6841a941b1eba32d06744.tar.zst freebsd-ports-graphics-246e6a5278030ee296b6841a941b1eba32d06744.zip |
- Add a new port: devel/pear-channel-openpear
PEAR channel for OpenPear
WWW: http://openpear.org/
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-channel-openpear/Makefile | 20 | ||||
-rw-r--r-- | devel/pear-channel-openpear/files/openpear.org.reg | 1 | ||||
-rw-r--r-- | devel/pear-channel-openpear/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7d682c5395b..dc22330dd1a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2830,6 +2830,7 @@ SUBDIR += pear-XML_Util SUBDIR += pear-XML_XPath SUBDIR += pear-channel-horde + SUBDIR += pear-channel-openpear SUBDIR += pear-channel-phpunit SUBDIR += pear-channel-symfony SUBDIR += pear-codegen diff --git a/devel/pear-channel-openpear/Makefile b/devel/pear-channel-openpear/Makefile new file mode 100644 index 00000000000..a02dd57ff16 --- /dev/null +++ b/devel/pear-channel-openpear/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pear-channel-openpear +# Date created: 2011-12-03 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= openpear +PORTVERSION= 20111203 +CATEGORIES= devel www pear +MASTER_SITES= # + +MAINTAINER= tota@FreeBSD.org +COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} + +PEAR_CHANNEL_HOST= openpear.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-openpear/files/openpear.org.reg b/devel/pear-channel-openpear/files/openpear.org.reg new file mode 100644 index 00000000000..af373fcc5d4 --- /dev/null +++ b/devel/pear-channel-openpear/files/openpear.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:12:"openpear.org";s:14:"suggestedalias";s:8:"openpear";s:7:"summary";s:30:"channel server of openpear.org";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:2:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:29:"http://openpear.org/rest.php/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:29:"http://openpear.org/rest.php/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:26:""37777d-254-4983d1e4359c0"";s:13:"Last-Modified";s:29:"Sat, 25 Dec 2010 14:42:55 GMT";}}
\ No newline at end of file diff --git a/devel/pear-channel-openpear/pkg-descr b/devel/pear-channel-openpear/pkg-descr new file mode 100644 index 00000000000..76e19f711d2 --- /dev/null +++ b/devel/pear-channel-openpear/pkg-descr @@ -0,0 +1,3 @@ +PEAR channel for OpenPear + +WWW: http://openpear.org/ |