Bug 172768 - [NEW PORT] devel/pear-SebastianBergmann_PHPLOC: A tool for quickly measuring the size of a PHP project
Summary: [NEW PORT] devel/pear-SebastianBergmann_PHPLOC: A tool for quickly measuring ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-16 07:40 UTC by Gasol Wu
Modified: 2013-01-02 18:00 UTC (History)
0 users

See Also:


Attachments
.shar (2.35 KB, text/plain)
2012-10-16 07:40 UTC, Gasol Wu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2012-10-16 07:40:00 UTC
phploc is a tool for quickly measuring the size and analyzing the structure of 
a PHP project.

WWW: https://github.com/sebastianbergmann/phploc

This port depends on following PR:
ports/172763

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-16 07:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Baptiste Daroussin freebsd_committer freebsd_triage 2012-10-29 09:34:27 UTC
Responsible Changed
From-To: miwi->freebsd-ports-bugs

Reassign to the heap miwi being overloaded for now
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-12-03 12:12:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-01-02 17:55:56 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-02 17:56:55 UTC
State Changed
From-To: open->closed

New port added, thank you!