Date: Mon, 3 Dec 2012 15:55:56 +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: r308154 - in head/devel: . pear-ezc_Base Message-ID: <201212031555.qB3Ftutg066373@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Mon Dec 3 15:55:56 2012 New Revision: 308154 URL: http://svnweb.freebsd.org/changeset/ports/308154 Log: The Base component provides the basic functionality, such as autoloading, that all eZ Components need to function properly. The Base component needs to be loaded specifically. Base can also autoload external class reposito- ries from outside the eZ Components. Aside from the autoload functionality, the Base component also contains a number of generic Exception classes that all inherit from the ezcBaseExce- ption class. WWW: http://ezcomponents.org/ PR: 172759 Submitted by: Gasol Wu <gasol.wu@gmail.com> Feature safe: yes Added: head/devel/pear-ezc_Base/ head/devel/pear-ezc_Base/Makefile (contents, props changed) head/devel/pear-ezc_Base/distinfo (contents, props changed) head/devel/pear-ezc_Base/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Dec 3 15:12:11 2012 (r308153) +++ head/devel/Makefile Mon Dec 3 15:55:56 2012 (r308154) @@ -3062,6 +3062,7 @@ SUBDIR += pear-channel-symfony2 SUBDIR += pear-channel-theseer SUBDIR += pear-codegen + SUBDIR += pear-ezc_Base SUBDIR += pecl-automap SUBDIR += pecl-bbcode SUBDIR += pecl-bcompiler Added: head/devel/pear-ezc_Base/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-ezc_Base/Makefile Mon Dec 3 15:55:56 2012 (r308154) @@ -0,0 +1,25 @@ +# Created by: Gasol Wu <gasol.wu@gmail.com> +# $FreeBSD$ + +PORTNAME= Base +PORTVERSION= 1.8 +CATEGORIES= devel pear +MASTER_SITES= http://components.ez.no/get/ +PKGNAMEPREFIX= pear-${PEAR_CHANNEL}_ + +MAINTAINER= gasol.wu@gmail.com +COMMENT= Base package that all ezc components packages rely on + +LICENSE= BSD + +BUILD_DEPENDS= pear>=1.4.2:${PORTSDIR}/devel/pear \ + ${PEARDIR}/.channels/components.ez.no.reg:${PORTSDIR}/devel/pear-channel-ezc +RUN_DEPENDS= pear>=1.4.2:${PORTSDIR}/devel/pear \ + ${PEARDIR}/.channels/components.ez.no.reg:${PORTSDIR}/devel/pear-channel-ezc + +PEAR_CHANNEL= ezc +PEAR_AUTOINSTALL= yes + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> Added: head/devel/pear-ezc_Base/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-ezc_Base/distinfo Mon Dec 3 15:55:56 2012 (r308154) @@ -0,0 +1,2 @@ +SHA256 (PEAR/Base-1.8.tgz) = 394229a2bcbd13f53c5e9b528706fdcfe7f858b27a0aefd473851062a1639625 +SIZE (PEAR/Base-1.8.tgz) = 236357 Added: head/devel/pear-ezc_Base/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pear-ezc_Base/pkg-descr Mon Dec 3 15:55:56 2012 (r308154) @@ -0,0 +1,10 @@ +The Base component provides the basic functionality, such as autoloading, +that all eZ Components need to function properly. The Base component needs +to be loaded specifically. Base can also autoload external class reposito- +ries from outside the eZ Components. + +Aside from the autoload functionality, the Base component also contains a +number of generic Exception classes that all inherit from the ezcBaseExce- +ption class. + +WWW: http://ezcomponents.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212031555.qB3Ftutg066373>