Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 13:19:26 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308149 - in head/devel: . pear-channel-pdepend pear-channel-pdepend/files
Message-ID:  <201212031319.qB3DJQtL036958@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Dec  3 13:19:26 2012
New Revision: 308149
URL: http://svnweb.freebsd.org/changeset/ports/308149

Log:
  PEAR channel for the PHP Depend project
  
  WWW: http://pear.pdepend.org/
  
  PR:		172755
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>
  Feature safe:   yes

Added:
  head/devel/pear-channel-pdepend/
  head/devel/pear-channel-pdepend/Makefile   (contents, props changed)
  head/devel/pear-channel-pdepend/files/
  head/devel/pear-channel-pdepend/files/pear.pdepend.org.reg   (contents, props changed)
  head/devel/pear-channel-pdepend/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec  3 13:18:19 2012	(r308148)
+++ head/devel/Makefile	Mon Dec  3 13:19:26 2012	(r308149)
@@ -3054,6 +3054,7 @@
     SUBDIR += pear-channel-ezc
     SUBDIR += pear-channel-horde
     SUBDIR += pear-channel-openpear
+    SUBDIR += pear-channel-pdepend
     SUBDIR += pear-channel-phpmd
     SUBDIR += pear-channel-phpunit
     SUBDIR += pear-channel-pirum

Added: head/devel/pear-channel-pdepend/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-channel-pdepend/Makefile	Mon Dec  3 13:19:26 2012	(r308149)
@@ -0,0 +1,15 @@
+# Created by: Gasol Wu <gasol.wu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	pdepend
+PORTVERSION=	20100520
+CATEGORIES=	devel www pear
+
+MAINTAINER=	gasol.wu@gmail.com
+COMMENT=	PEAR channel ${PEAR_CHANNEL_HOST}
+
+PEAR_CHANNEL_HOST=	pear.pdepend.org
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
+.include <bsd.port.post.mk>

Added: head/devel/pear-channel-pdepend/files/pear.pdepend.org.reg
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-channel-pdepend/files/pear.pdepend.org.reg	Mon Dec  3 13:19:26 2012	(r308149)
@@ -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:16:"pear.pdepend.org";s:7:"summary";s:23:"PHP Depend PEAR channel";s:14:"suggestedalias";s:7:"pdepend";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:29:"http://pear.pdepend.org/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:29:"http://pear.pdepend.org/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:29:"http://pear.pdepend.org/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:29:"http://pear.pdepend.org/rest/";}}}}}s:13:"_lastmodified";s:29:"Thu, 20 May 2010 19:30:02 GMT";}

Added: head/devel/pear-channel-pdepend/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-channel-pdepend/pkg-descr	Mon Dec  3 13:19:26 2012	(r308149)
@@ -0,0 +1,3 @@
+PEAR channel for the PHP Depend project
+
+WWW: http://pear.pdepend.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212031319.qB3DJQtL036958>