Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2012 18:31:24 +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: r308167 - in head/devel: . pear-pdepend-staticReflection
Message-ID:  <201212031831.qB3IVOWk004616@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Mon Dec  3 18:31:24 2012
New Revision: 308167
URL: http://svnweb.freebsd.org/changeset/ports/308167

Log:
  The staticReflection component can be used as a drop-in replacement for PHP's
  internal reflection api. This component provides a generic reflection stack so
  that applications can switch between the internal and/or static reflection
  implementation.
  
  WWW: http://pear.pdepend.org/
  
  PR:		172764
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>
  Feature safe:   yes

Added:
  head/devel/pear-pdepend-staticReflection/
  head/devel/pear-pdepend-staticReflection/Makefile   (contents, props changed)
  head/devel/pear-pdepend-staticReflection/distinfo   (contents, props changed)
  head/devel/pear-pdepend-staticReflection/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec  3 18:28:40 2012	(r308166)
+++ head/devel/Makefile	Mon Dec  3 18:31:24 2012	(r308167)
@@ -3066,6 +3066,7 @@
     SUBDIR += pear-codegen
     SUBDIR += pear-ezc_Base
     SUBDIR += pear-ezc_ConsoleTools
+    SUBDIR += pear-pdepend-staticReflection
     SUBDIR += pecl-automap
     SUBDIR += pecl-bbcode
     SUBDIR += pecl-bcompiler

Added: head/devel/pear-pdepend-staticReflection/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-pdepend-staticReflection/Makefile	Mon Dec  3 18:31:24 2012	(r308167)
@@ -0,0 +1,27 @@
+# Created by: Gasol Wu <gasol.wu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	staticReflection
+PORTVERSION=	1.0.0
+CATEGORIES=	devel pear
+MASTER_SITES=	http://pear.pdepend.org/get/
+PKGNAMEPREFIX=	pear-${PEAR_CHANNEL}_
+
+MAINTAINER=	gasol.wu@gmail.com
+COMMENT=	staticReflection package for PHP
+
+LICENSE=	BSD
+
+BUILD_DEPENDS=	pear>=1.6.0:${PORTSDIR}/devel/pear \
+		${PEARDIR}/.channels/pear.pdepend.org.reg:${PORTSDIR}/devel/pear-channel-pdepend
+RUN_DEPENDS=	pear>=1.6.0:${PORTSDIR}/devel/pear \
+		${PEARDIR}/.channels/pear.pdepend.org.reg:${PORTSDIR}/devel/pear-channel-pdepend
+
+USE_PHP=	tokenizer
+PEAR_CHANNEL=	pdepend
+PEAR_AUTOINSTALL=	yes
+IGNORE_WITH_PHP=52
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>

Added: head/devel/pear-pdepend-staticReflection/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-pdepend-staticReflection/distinfo	Mon Dec  3 18:31:24 2012	(r308167)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/staticReflection-1.0.0.tgz) = 54d68f07b088c408f7a51d289c1fc90c64892d9d82706a5d2280f4d267a15743
+SIZE (PEAR/staticReflection-1.0.0.tgz) = 41278

Added: head/devel/pear-pdepend-staticReflection/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-pdepend-staticReflection/pkg-descr	Mon Dec  3 18:31:24 2012	(r308167)
@@ -0,0 +1,6 @@
+The staticReflection component can be used as a drop-in replacement for PHP's
+internal reflection api. This component provides a generic reflection stack so
+that applications can switch between the internal and/or static reflection
+implementation.
+
+WWW: http://pear.pdepend.org/



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