Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 13:17:15 +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: r308147 - in head/devel: . pear-channel-ezc pear-channel-ezc/files
Message-ID:  <201212031317.qB3DHFLm036348@svn.freebsd.org>

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

Log:
  PEAR channel for the eZ Components project
  
  WWW: http://ezcomponents.org/
  
  PR:		172757
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>
  Feature safe:   yes

Added:
  head/devel/pear-channel-ezc/
  head/devel/pear-channel-ezc/Makefile   (contents, props changed)
  head/devel/pear-channel-ezc/files/
  head/devel/pear-channel-ezc/files/components.ez.no.reg   (contents, props changed)
  head/devel/pear-channel-ezc/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec  3 13:16:15 2012	(r308146)
+++ head/devel/Makefile	Mon Dec  3 13:17:15 2012	(r308147)
@@ -3051,6 +3051,7 @@
     SUBDIR += pear-XML_Transformer
     SUBDIR += pear-XML_Tree
     SUBDIR += pear-XML_Util
+    SUBDIR += pear-channel-ezc
     SUBDIR += pear-channel-horde
     SUBDIR += pear-channel-openpear
     SUBDIR += pear-channel-phpunit

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

Added: head/devel/pear-channel-ezc/files/components.ez.no.reg
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-channel-ezc/files/components.ez.no.reg	Mon Dec  3 13:17:15 2012	(r308147)
@@ -0,0 +1 @@
+a:7:{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:75:"http://pear.php.net/dtd/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:16:"components.ez.no";s:7:"summary";s:24:"eZ Enterprise components";s:14:"suggestedalias";s:3:"ezc";s:15:"validatepackage";a:2:{s:7:"attribs";a:1:{s:7:"version";s:3:"1.0";}s:8:"_content";s:19:"PEAR_Validator_PECL";}s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:24:"http://components.ez.no/";}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:20:""dac07-24f-43d6495c"";s:13:"Last-Modified";s:29:"Tue, 24 Jan 2006 15:35:56 GMT";}}

Added: head/devel/pear-channel-ezc/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-channel-ezc/pkg-descr	Mon Dec  3 13:17:15 2012	(r308147)
@@ -0,0 +1,3 @@
+PEAR channel for the eZ Components project
+
+WWW: http://ezcomponents.org/



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