diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-21 15:38:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-21 15:38:08 +0800 |
commit | 50b224e322059845272dbbebe789b532e4fb2646 (patch) | |
tree | e241703b43785c951622ada0f33d7b77b139876e /devel | |
parent | 9b6f7f57232289c6be208a80682a7e735033423e (diff) | |
download | freebsd-ports-gnome-50b224e322059845272dbbebe789b532e4fb2646.tar.gz freebsd-ports-gnome-50b224e322059845272dbbebe789b532e4fb2646.tar.zst freebsd-ports-gnome-50b224e322059845272dbbebe789b532e4fb2646.zip |
PEAR channel for the phpDocumentor project
WWW: http://pear.phpdoc.org/
PR: ports/171912
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-channel-phpdoc/Makefile | 15 | ||||
-rw-r--r-- | devel/pear-channel-phpdoc/files/pear.phpdoc.org.reg | 1 | ||||
-rw-r--r-- | devel/pear-channel-phpdoc/pkg-descr | 3 |
4 files changed, 20 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 357e0a538d13..c5d0d38fbd3f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3187,6 +3187,7 @@ SUBDIR += pear-channel-openpear SUBDIR += pear-channel-pdepend SUBDIR += pear-channel-phing + SUBDIR += pear-channel-phpdoc SUBDIR += pear-channel-phpmd SUBDIR += pear-channel-phpunit SUBDIR += pear-channel-pirum diff --git a/devel/pear-channel-phpdoc/Makefile b/devel/pear-channel-phpdoc/Makefile new file mode 100644 index 000000000000..8d2b35ca5507 --- /dev/null +++ b/devel/pear-channel-phpdoc/Makefile @@ -0,0 +1,15 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= phpdoc +PORTVERSION= 20120214 +CATEGORIES= devel www pear + +MAINTAINER= gasol.wu@gmail.com +COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} + +PEAR_CHANNEL_HOST= pear.phpdoc.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-phpdoc/files/pear.phpdoc.org.reg b/devel/pear-channel-phpdoc/files/pear.phpdoc.org.reg new file mode 100644 index 000000000000..0ec621d9f27e --- /dev/null +++ b/devel/pear-channel-phpdoc/files/pear.phpdoc.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:15:"pear.phpdoc.org";s:7:"summary";s:21:"phpDocumentor channel";s:14:"suggestedalias";s:6:"phpdoc";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:28:"http://pear.phpdoc.org/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:28:"http://pear.phpdoc.org/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:28:"http://pear.phpdoc.org/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:28:"http://pear.phpdoc.org/rest/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:25:""a406b-324-4b8f1bdb18700"";s:13:"Last-Modified";s:29:"Tue, 14 Feb 2012 19:38:36 GMT";}} diff --git a/devel/pear-channel-phpdoc/pkg-descr b/devel/pear-channel-phpdoc/pkg-descr new file mode 100644 index 000000000000..66a59c2c06fe --- /dev/null +++ b/devel/pear-channel-phpdoc/pkg-descr @@ -0,0 +1,3 @@ +PEAR channel for the phpDocumentor project + +WWW: http://pear.phpdoc.org/ |