From nobody@FreeBSD.org  Mon Jan  5 08:25:16 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D17A21065670
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Jan 2009 08:25:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id BF67D8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  5 Jan 2009 08:25:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n058PGA4085740
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 5 Jan 2009 08:25:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n058PG8W085739;
	Mon, 5 Jan 2009 08:25:16 GMT
	(envelope-from nobody)
Message-Id: <200901050825.n058PG8W085739@www.freebsd.org>
Date: Mon, 5 Jan 2009 08:25:16 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Maintainer Update]devel/pear-PHP_UML:update to 0.5.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         130178
>Category:       ports
>Synopsis:       [Maintainer Update]devel/pear-PHP_UML:update to 0.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 05 08:30:01 UTC 2009
>Closed-Date:    Wed Jan 07 22:40:22 UTC 2009
>Last-Modified:  Wed Jan  7 22:50:01 UTC 2009
>Originator:     Wen Heping
>Release:        FreeBSD-8.0 Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 0.5.0 from 0.4.4 and add dependence.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-01-05 21:57:24.000000000 +0800
+++ Makefile	2009-01-05 22:08:26.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	PHP_UML
-PORTVERSION=	0.4.4
+PORTVERSION=	0.5.0
 CATEGORIES=	devel
 
 MAINTAINER=	wenheping@gmail.com
@@ -15,9 +15,32 @@
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 
+DEFAULT_PHP_VER=	5
+USE_PHP=		spl
+
+OPTIONS=	PEAR_CONSOLE_COMMANDLINE "PEAR::Console_CommandLine support" off
+
 CATEGORY=	PHP
-FILES=		UML.php UML/Metamodel/EMOF.php \
-		UML/Metamodel/PHP.php UML/PHP/Parser.php \
+FILES=		UML.php \
+		UML/Exception.php UML/FilePatternFilterIterator.php \
+		UML/SimpleUID.php UML/Warning.php \
+		UML/Metamodel/Class.php UML/Metamodel/Enumeration.php \
+		UML/Metamodel/File.php UML/Metamodel/Interface.php \
+		UML/Metamodel/NamedElement.php UML/Metamodel/Operation.php \
+		UML/Metamodel/Package.php UML/Metamodel/Parameter.php \
+		UML/Metamodel/Property.php UML/Metamodel/Stereotype.php \
+		UML/Metamodel/Superstructure.php UML/Metamodel/Tag.php \
+		UML/Metamodel/Type.php UML/Metamodel/TypedElement.php \
+		UML/Output/common.xsl UML/Output/Exporter.php \
+		UML/Output/html/allclasses-frame.xsl UML/Output/html/classifier.xsl \
+		UML/Output/html/documentation-common.xsl UML/Output/html/documentation-generator.xsl \
+		UML/Output/html/index-all.xsl UML/Output/html/index.xsl \
+		UML/Output/html/main.xsl UML/Output/html/overview-frame.xsl \
+		UML/Output/html/overview-summary.xsl UML/Output/html/package-frame.xsl \
+		UML/Output/html/package-summary.xsl UML/Output/html/resources/inherit.gif \
+		UML/Output/html/resources/style.css UML/Output/php/classifier.xsl \
+		UML/Output/php/code-common.xsl UML/Output/php/code-generator.xsl \
+		UML/Output/php/main.xsl UML/PHP/Parser.php \
 		UML/XMI/AbstractBuilder.php UML/XMI/Builder.php \
 		UML/XMI/BuilderImpl1.php UML/XMI/BuilderImpl2.php
 DOCS=		LOGICIELS_A_UTILISER_AVEC_PHP_UML \
@@ -25,9 +48,11 @@
 		PHP_UML_metamodel_class_diagram.png \
 		PHP_UML_superstructure_class_diagram.png \
 		README SOFTWARES_TO_USE_WITH_PHP_UML \
-		TODO argouml.png bouml.png rational_rose.png
-EXAMPLES=	example1_rational_rose.png example2_bouml.png \
-		example3_argouml.png test1.php.txt test2.php.txt \
+		TODO argouml.png bouml.png rational_rose.png readme.html
+EXAMPLES=	PHP_UML_by_PHP_UML_v1.xmi PHP_UML_by_PHP_UML_v2.xmi \
+		example1_rational_rose.png example2_bouml.png \
+		example3_argouml.png example4_in_Bouml.png \
+		test1.php.txt test2.php.txt \
 		test3.php.txt test4.php.txt test5_cs.php.txt \
 		test_to_run.php test_with_api.php
 TESTS=		UmlParserTest.php UmlXmiTest.php \
@@ -51,6 +76,8 @@
 		suite/test2.php suite/test3.php \
 		suite/test4.php suite/test5_cs.php \
 		suite/test_namespace1.php \
+		suite/test_namespace2.php \
+		suite/test_namespace3.php \
 		suite/data-providers/EMOF_test_sample.php.obj \
 		suite/data-providers/PHP_UML_test_sample.php.obj \
 		suite/data-providers/PHP_test_sample.php.obj \
@@ -90,8 +117,21 @@
 		suite/data-providers/test3.php.obj \
 		suite/data-providers/test4.php.obj \
 		suite/data-providers/test5_cs.php.obj \
-		suite/data-providers/test_namespace1.php.obj
+		suite/data-providers/test_namespace1.php.obj \
+		suite/data-providers/test_namespace2.php.obj \
+		suite/data-providers/test_namespace3.php.obj
+
+DATA=		phpuml.xml
+
+SCRIPTFILES=	phpuml
+
+post-extract:
+		@${MV} ${WRKSRC}/scripts/phpuml ${WRKSRC}/pear-phpuml
 
 .include <bsd.port.pre.mk>
+.if defined(WITH_PEAR_CONSOLE_COMMANDLINE)
+RUN_DEPENDS+=	${PEARDIR}/Console/CommandLine.php:${PORTSDIR}/devel/pear-Console_CommandLine
+.endif
+
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
 .include <bsd.port.post.mk>
--- distinfo.orig	2009-01-05 21:57:24.000000000 +0800
+++ distinfo	2009-01-05 21:57:24.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (PEAR/PHP_UML-0.4.4.tgz) = 6b64ab7c45f2e657bb0411057382dbc7
-SHA256 (PEAR/PHP_UML-0.4.4.tgz) = d5c36e1c15a3dc85deae1651c600f4b0463650feb4be63a075aac270405b2b17
-SIZE (PEAR/PHP_UML-0.4.4.tgz) = 438167
+MD5 (PEAR/PHP_UML-0.5.0.tgz) = 333fdb1e03ef0f079a05484d7aa2d729
+SHA256 (PEAR/PHP_UML-0.5.0.tgz) = 6e9f886f32d2ccbe114e282a61fb9d06a0e1671b9fa4d5b572e5df61b10ef0ac
+SIZE (PEAR/PHP_UML-0.5.0.tgz) = 513271


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jan 5 08:30:12 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130178 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jan 7 22:40:21 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130178: commit references a PR
Date: Wed,  7 Jan 2009 22:40:36 +0000 (UTC)

 miwi        2009-01-07 22:40:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/pear-PHP_UML   Makefile distinfo 
   Log:
   - Update to 0.5.0
   
   PR:             130178
   Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.3       +47 -7     ports/devel/pear-PHP_UML/Makefile
   1.3       +3 -3      ports/devel/pear-PHP_UML/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
