From gasolwu@kkbox.com  Tue Oct 16 06:38:04 2012
Return-Path: <gasolwu@kkbox.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 17C0AEAC
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Oct 2012 06:38:04 +0000 (UTC)
	(envelope-from gasolwu@kkbox.com)
Received: from kkbox.com (mail-out-1.kkbox.com [203.69.67.210])
	by mx1.freebsd.org (Postfix) with ESMTP id D93558FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Oct 2012 06:38:03 +0000 (UTC)
Received: by goingmarry.kkbox.com (Postfix, from userid 1033)
	id B577674F9C9; Tue, 16 Oct 2012 14:38:02 +0800 (CST)
Message-Id: <20121016063802.B577674F9C9@goingmarry.kkbox.com>
Date: Tue, 16 Oct 2012 14:38:02 +0800 (CST)
From: Gasol Wu <gasol.wu@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/pear-SebastianBergmann_PHPLOC: A tool for quickly measuring the size of a PHP project
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         172768
>Category:       ports
>Synopsis:       [NEW PORT] devel/pear-SebastianBergmann_PHPLOC: A tool for quickly measuring the size of a PHP project
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 16 06:40:00 UTC 2012
>Closed-Date:    Wed Jan 02 17:56:57 UTC 2013
>Last-Modified:  Wed Jan  2 18:00:00 UTC 2013
>Originator:     Gasol Wu
>Release:        FreeBSD 9.1-RC1 amd64
>Organization:
>Environment:
System: FreeBSD goingmarry 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 04:25:06 UTC 2012
>Description:
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)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pear-SebastianBergmann_PHPLOC
#	pear-SebastianBergmann_PHPLOC/Makefile
#	pear-SebastianBergmann_PHPLOC/pkg-descr
#	pear-SebastianBergmann_PHPLOC/distinfo
#
echo c - pear-SebastianBergmann_PHPLOC
mkdir -p pear-SebastianBergmann_PHPLOC > /dev/null 2>&1
echo x - pear-SebastianBergmann_PHPLOC/Makefile
sed 's/^X//' >pear-SebastianBergmann_PHPLOC/Makefile << '55e344512324d09cd9a614a768b9292e'
X# Created by: Gasol Wu <gasol.wu@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	PHPLOC
XPORTVERSION=	1.7.1
XCATEGORIES=	devel pear
XMASTER_SITES=	http://pear.phpunit.de/get/
XPKGNAMEPREFIX=	pear-SebastianBergmann_
XDISTNAME=	phploc-${PORTVERSION}
X
XMAINTAINER=	gasol.wu@gmail.com
XCOMMENT=	A tool for quickly measuring the size of a PHP project
X
XLICENSE=	BSD
X
XBUILD_DEPENDS=	pear>=1.9.4:${PORTSDIR}/devel/pear \
X		pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
X		pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
X		${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
XRUN_DEPENDS=	pear>=1.9.4:${PORTSDIR}/devel/pear \
X		pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \
X		pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \
X		${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit
X
XUSE_PHP=	tokenizer
XPEAR_CHANNEL=	phpunit
XPEAR_AUTOINSTALL=	yes
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
55e344512324d09cd9a614a768b9292e
echo x - pear-SebastianBergmann_PHPLOC/pkg-descr
sed 's/^X//' >pear-SebastianBergmann_PHPLOC/pkg-descr << 'e59cbd075f8d9e644d89f700e53641cc'
Xphploc is a tool for quickly measuring the size and analyzing the structure of 
Xa PHP project.
X
XWWW: https://github.com/sebastianbergmann/phploc
e59cbd075f8d9e644d89f700e53641cc
echo x - pear-SebastianBergmann_PHPLOC/distinfo
sed 's/^X//' >pear-SebastianBergmann_PHPLOC/distinfo << 'd35084fafba712dfbb77d1137e068331'
XSHA256 (PEAR/phploc-1.7.1.tgz) = 0c1c3af9d0de1259a57ffc8037b9d11e1e95c4ae43ba73495073ae19104e20ca
XSIZE (PEAR/phploc-1.7.1.tgz) = 9944
d35084fafba712dfbb77d1137e068331
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Oct 16 06:40:13 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172768 
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: bapt 
Responsible-Changed-When: Mon Oct 29 09:34:27 UTC 2012 
Responsible-Changed-Why:  
Reassign to the heap miwi being overloaded for now 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172768 
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Mon Dec 3 12:12:19 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172768 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Wed Jan 2 17:56:55 UTC 2013 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172768 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/172768: commit references a PR
Date: Wed,  2 Jan 2013 17:55:56 +0000 (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"
 
>Unformatted:
