diff options
author | rm <rm@FreeBSD.org> | 2012-12-03 21:18:19 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-12-03 21:18:19 +0800 |
commit | 225553382b23f08c74f43ca98a556b7fb1110914 (patch) | |
tree | ab15e407d43a1babf39957031a2d409e349a6374 | |
parent | 3444c334302b24fdc1927ad41038984915bcd174 (diff) | |
download | freebsd-ports-graphics-225553382b23f08c74f43ca98a556b7fb1110914.tar.gz freebsd-ports-graphics-225553382b23f08c74f43ca98a556b7fb1110914.tar.zst freebsd-ports-graphics-225553382b23f08c74f43ca98a556b7fb1110914.zip |
PEAR channel for the PHPMD project
WWW: http://phpmd.org/
PR: 172758
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Feature safe: yes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-channel-phpmd/Makefile | 15 | ||||
-rw-r--r-- | devel/pear-channel-phpmd/files/pear.phpmd.org.reg | 1 | ||||
-rw-r--r-- | devel/pear-channel-phpmd/pkg-descr | 3 |
4 files changed, 20 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 30618a58c35..4263cfa0cd8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3054,6 +3054,7 @@ SUBDIR += pear-channel-ezc SUBDIR += pear-channel-horde SUBDIR += pear-channel-openpear + SUBDIR += pear-channel-phpmd SUBDIR += pear-channel-phpunit SUBDIR += pear-channel-pirum SUBDIR += pear-channel-symfony diff --git a/devel/pear-channel-phpmd/Makefile b/devel/pear-channel-phpmd/Makefile new file mode 100644 index 00000000000..b4a06f0717b --- /dev/null +++ b/devel/pear-channel-phpmd/Makefile @@ -0,0 +1,15 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= phpmd +PORTVERSION= 20120607 +CATEGORIES= devel www pear + +MAINTAINER= gasol.wu@gmail.com +COMMENT= PEAR channel ${PEAR_CHANNEL_HOST} + +PEAR_CHANNEL_HOST= pear.phpmd.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-phpmd/files/pear.phpmd.org.reg b/devel/pear-channel-phpmd/files/pear.phpmd.org.reg new file mode 100644 index 00000000000..acc9eaf0c96 --- /dev/null +++ b/devel/pear-channel-phpmd/files/pear.phpmd.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:14:"pear.phpmd.org";s:7:"summary";s:30:"PHP Mess Detector PEAR channel";s:14:"suggestedalias";s:5:"phpmd";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:27:"http://pear.phpmd.org/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:27:"http://pear.phpmd.org/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:27:"http://pear.phpmd.org/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:27:"http://pear.phpmd.org/rest/";}}}}}s:13:"_lastmodified";s:29:"Thu, 07 Jun 2012 23:57:13 GMT";} diff --git a/devel/pear-channel-phpmd/pkg-descr b/devel/pear-channel-phpmd/pkg-descr new file mode 100644 index 00000000000..658608b19f0 --- /dev/null +++ b/devel/pear-channel-phpmd/pkg-descr @@ -0,0 +1,3 @@ +PEAR channel for the PHPMD project + +WWW: http://phpmd.org/ |