Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2013 17:55:26 +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: r309824 - in head/devel: . pear-SebastianBergmann_PHPLOC
Message-ID:  <201301021755.r02HtXcl034921@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Wed Jan  2 17:55:26 2013
New Revision: 309824
URL: http://svnweb.freebsd.org/changeset/ports/309824

Log:
  phploc is a tool for quickly measuring the size and analyzing the structure of
  a PHP project.
  
  WWW: https://github.com/sebastianbergmann/phploc
  
  PR:		172768
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jan  2 16:58:41 2013	(r309823)
+++ head/devel/Makefile	Wed Jan  2 17:55:26 2013	(r309824)
@@ -3072,6 +3072,7 @@
     SUBDIR += pear-Pager
     SUBDIR += pear-PhpDocumentor
     SUBDIR += pear-Pirum
+    SUBDIR += pear-SebastianBergmann_PHPLOC
     SUBDIR += pear-Structure_LinkedList
     SUBDIR += pear-Structures_DataGrid
     SUBDIR += pear-Structures_DataGrid_Renderer_Console

Added: head/devel/pear-SebastianBergmann_PHPLOC/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-SebastianBergmann_PHPLOC/Makefile	Wed Jan  2 17:55:26 2013	(r309824)
@@ -0,0 +1,31 @@
+# Created by: Gasol Wu <gasol.wu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	PHPLOC
+PORTVERSION=	1.7.1
+CATEGORIES=	devel pear
+MASTER_SITES=	http://pear.phpunit.de/get/
+PKGNAMEPREFIX=	pear-SebastianBergmann_
+DISTNAME=	phploc-${PORTVERSION}
+
+MAINTAINER=	gasol.wu@gmail.com
+COMMENT=	Tool for quickly measuring the size of a PHP project
+
+LICENSE=	BSD
+
+BUILD_DEPENDS=	pear>=1.9.4:${PORTSDIR}/devel/pear \
+		pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
+		pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
+		${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
+RUN_DEPENDS=	pear>=1.9.4:${PORTSDIR}/devel/pear \
+		pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
+		pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
+		${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
+
+USE_PHP=	tokenizer
+PEAR_CHANNEL=	phpunit
+PEAR_AUTOINSTALL=	yes
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>

Added: head/devel/pear-SebastianBergmann_PHPLOC/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-SebastianBergmann_PHPLOC/distinfo	Wed Jan  2 17:55:26 2013	(r309824)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/phploc-1.7.1.tgz) = 0c1c3af9d0de1259a57ffc8037b9d11e1e95c4ae43ba73495073ae19104e20ca
+SIZE (PEAR/phploc-1.7.1.tgz) = 9944

Added: head/devel/pear-SebastianBergmann_PHPLOC/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pear-SebastianBergmann_PHPLOC/pkg-descr	Wed Jan  2 17:55:26 2013	(r309824)
@@ -0,0 +1,4 @@
+phploc is a tool for quickly measuring the size and analyzing the structure of
+a PHP project.
+
+WWW: https://github.com/sebastianbergmann/phploc



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