Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2013 12:12:27 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318515 - in head/devel: . pear-channel-phing pear-channel-phing/files
Message-ID:  <201305191212.r4JCCRk9049746@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Sun May 19 12:12:26 2013
New Revision: 318515
URL: http://svnweb.freebsd.org/changeset/ports/318515

Log:
  PEAR channel for Phing
  
  WWW: http://pear.phing.info

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun May 19 11:55:09 2013	(r318514)
+++ head/devel/Makefile	Sun May 19 12:12:26 2013	(r318515)
@@ -3185,6 +3185,7 @@
     SUBDIR += pear-channel-horde
     SUBDIR += pear-channel-openpear
     SUBDIR += pear-channel-pdepend
+    SUBDIR += pear-channel-phing
     SUBDIR += pear-channel-phpmd
     SUBDIR += pear-channel-phpunit
     SUBDIR += pear-channel-pirum

Added: head/devel/pear-channel-phing/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-channel-phing/Makefile	Sun May 19 12:12:26 2013	(r318515)
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PORTNAME=	phing
+PORTVERSION=	20120813
+CATEGORIES=	devel www pear
+
+MAINTAINER=	mm@FreeBSD.org
+COMMENT=	PEAR channel ${PEAR_CHANNEL_HOST}
+
+PEAR_CHANNEL_HOST=	pear.phing.info
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.channel.mk"
+.include <bsd.port.post.mk>

Added: head/devel/pear-channel-phing/files/pear.phing.info.reg
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-channel-phing/files/pear.phing.info.reg	Sun May 19 12:12:26 2013	(r318515)
@@ -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.phing.info";s:7:"summary";s:18:"Phing PEAR channel";s:14:"suggestedalias";s:5:"phing";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.phing.info/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:28:"http://pear.phing.info/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:28:"http://pear.phing.info/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:28:"http://pear.phing.info/rest/";}}}}}s:13:"_lastmodified";s:29:"Mon, 13 Aug 2012 19:50:06 GMT";}

Added: head/devel/pear-channel-phing/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-channel-phing/pkg-descr	Sun May 19 12:12:26 2013	(r318515)
@@ -0,0 +1,3 @@
+PEAR channel for Phing
+
+WWW: http://pear.phing.info



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