Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2012 20:09:40 +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: r309261 - in head/devel: . pear-TheSeer_phpDox
Message-ID:  <201212192009.qBJK9eAR075831@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Wed Dec 19 20:09:39 2012
New Revision: 309261
URL: http://svnweb.freebsd.org/changeset/ports/309261

Log:
  A fast Documentation generator for PHP Code using standard technology (SRC,
  DOCBLOCK, XML and XSLT) with event based processing.
  
  WWW: http://phpdox.de/
  
  PR:		172767
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Dec 19 20:09:24 2012	(r309260)
+++ head/devel/Makefile	Wed Dec 19 20:09:39 2012	(r309261)
@@ -3054,6 +3054,7 @@
     SUBDIR += pear-TheSeer_DirectoryScanner
     SUBDIR += pear-TheSeer_fDOMDocument
     SUBDIR += pear-TheSeer_fXSL
+    SUBDIR += pear-TheSeer_phpDox
     SUBDIR += pear-VFS
     SUBDIR += pear-Validate
     SUBDIR += pear-Validate_AU

Added: head/devel/pear-TheSeer_phpDox/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-TheSeer_phpDox/Makefile	Wed Dec 19 20:09:39 2012	(r309261)
@@ -0,0 +1,36 @@
+# Created by: Gasol Wu <gasol.wu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	phpDox
+PORTVERSION=	0.4.0
+CATEGORIES=	devel pear
+MASTER_SITES=	http://pear.netpirates.net/get/
+PKGNAMEPREFIX=	pear-TheSeer_
+
+MAINTAINER=	gasol.wu@gmail.com
+COMMENT=	PHP Documentation generation framework and tool
+
+LICENSE=	BSD
+
+BUILD_DEPENDS=	pear>=1.9.2:${PORTSDIR}/devel/pear \
+		pear-TheSeer_DirectoryScanner>=1.1.0:${PORTSDIR}/devel/pear-TheSeer_DirectoryScanner \
+		pear-TheSeer_fDOMDocument>=1.2.3:${PORTSDIR}/devel/pear-TheSeer_fDOMDocument \
+		pear-TheSeer_fXSL>=1.0.4:${PORTSDIR}/devel/pear-TheSeer_fXSL \
+		pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
+		pear-pdepend_staticReflection>=0.2.1:${PORTSDIR}/devel/pear-pdepend-staticReflection
+RUN_DEPENDS=	pear>=1.9.2:${PORTSDIR}/devel/pear \
+		pear-TheSeer_DirectoryScanner>=1.1.0:${PORTSDIR}/devel/pear-TheSeer_DirectoryScanner \
+		pear-TheSeer_fDOMDocument>=1.2.3:${PORTSDIR}/devel/pear-TheSeer_fDOMDocument \
+		pear-TheSeer_fXSL>=1.0.4:${PORTSDIR}/devel/pear-TheSeer_fXSL \
+		pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
+		pear-pdepend_staticReflection>=0.2.1:${PORTSDIR}/devel/pear-pdepend-staticReflection
+
+USE_PHP=	dom tokenizer xsl iconv
+PEAR_CHANNEL=	theseer
+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-TheSeer_phpDox/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-TheSeer_phpDox/distinfo	Wed Dec 19 20:09:39 2012	(r309261)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/phpDox-0.4.0.tgz) = f167b7269097bd354a3faaa430081b351dced2741236e14f4e9fd68025e69693
+SIZE (PEAR/phpDox-0.4.0.tgz) = 55733

Added: head/devel/pear-TheSeer_phpDox/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-TheSeer_phpDox/pkg-descr	Wed Dec 19 20:09:39 2012	(r309261)
@@ -0,0 +1,4 @@
+A fast Documentation generator for PHP Code using standard technology (SRC,
+DOCBLOCK, XML and XSLT) with event based processing.
+
+WWW: http://phpdox.de/



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