diff options
author | rm <rm@FreeBSD.org> | 2012-12-03 21:16:10 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-12-03 21:16:10 +0800 |
commit | 10e45019610355b1e261a62d5c7d47bf1739a1a3 (patch) | |
tree | d05179d21518afa9635a444e55f7b31092bf0504 /devel | |
parent | a92acefc7e6fd371ff9f6278d0c86307bdc11f3d (diff) | |
download | freebsd-ports-gnome-10e45019610355b1e261a62d5c7d47bf1739a1a3.tar.gz freebsd-ports-gnome-10e45019610355b1e261a62d5c7d47bf1739a1a3.tar.zst freebsd-ports-gnome-10e45019610355b1e261a62d5c7d47bf1739a1a3.zip |
Netpirates PEAR channel
WWW: http://pear.netpirates.net/
PR: 172756
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-channel-theseer/Makefile | 15 | ||||
-rw-r--r-- | devel/pear-channel-theseer/files/pear.netpirates.net.reg | 2 | ||||
-rw-r--r-- | devel/pear-channel-theseer/pkg-descr | 3 |
4 files changed, 21 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 60dace0fae1a..b60a45f1a46a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3057,6 +3057,7 @@ SUBDIR += pear-channel-pirum SUBDIR += pear-channel-symfony SUBDIR += pear-channel-symfony2 + SUBDIR += pear-channel-theseer SUBDIR += pear-codegen SUBDIR += pecl-automap SUBDIR += pecl-bbcode diff --git a/devel/pear-channel-theseer/Makefile b/devel/pear-channel-theseer/Makefile new file mode 100644 index 000000000000..fff4d2bfb6df --- /dev/null +++ b/devel/pear-channel-theseer/Makefile @@ -0,0 +1,15 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= theseer +PORTVERSION= 20120501 +CATEGORIES= devel www pear + +MAINTAINER= gasol.wu@gmail.com +COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} + +PEAR_CHANNEL_HOST= pear.netpirates.net + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk" +.include <bsd.port.post.mk> diff --git a/devel/pear-channel-theseer/files/pear.netpirates.net.reg b/devel/pear-channel-theseer/files/pear.netpirates.net.reg new file mode 100644 index 000000000000..9f7424414154 --- /dev/null +++ b/devel/pear-channel-theseer/files/pear.netpirates.net.reg @@ -0,0 +1,2 @@ +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:19:"pear.netpirates.net";s:7:"summary";s:23:"Netpirates PEAR channel";s:14:"suggestedalias";s:7:"theseer";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:32:"http://pear.netpirates.net/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:32:"http://pear.netpirates.net/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:32:"http://pear.netpirates.net/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:32:"http://pear.netpirates.net/rest/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:28:""154257a1-33b-4bef6f1096680"";s:13:"Last-Modifie + d";s:29:"Tue, 01 May 2012 10:22:02 GMT";}} diff --git a/devel/pear-channel-theseer/pkg-descr b/devel/pear-channel-theseer/pkg-descr new file mode 100644 index 000000000000..db7d13d29cae --- /dev/null +++ b/devel/pear-channel-theseer/pkg-descr @@ -0,0 +1,3 @@ +Netpirates PEAR channel + +WWW: http://pear.netpirates.net/ |