diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-13 15:19:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-13 15:19:06 +0000 |
commit | ef0c3920987d9c40f5a39f5ecfc9a82f855b48d2 (patch) | |
tree | 319a51bc2459a85965541ac1665140b1ea5098f9 /devel | |
parent | 11aba7b57623cf89bc73818daf9f8f253a9bf568 (diff) | |
download | ports-ef0c3920987d9c40f5a39f5ecfc9a82f855b48d2.tar.gz ports-ef0c3920987d9c40f5a39f5ecfc9a82f855b48d2.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-PHP_UML/Makefile | 12 | ||||
-rw-r--r-- | devel/pear-PHP_UML/distinfo | 6 |
2 files changed, 11 insertions, 7 deletions
diff --git a/devel/pear-PHP_UML/Makefile b/devel/pear-PHP_UML/Makefile index 18c7c0b5cb8a..700a4af8f118 100644 --- a/devel/pear-PHP_UML/Makefile +++ b/devel/pear-PHP_UML/Makefile @@ -6,7 +6,7 @@ # PORTNAME= PHP_UML -PORTVERSION= 0.5.3 +PORTVERSION= 1.0.0 CATEGORIES= devel MAINTAINER= wenheping@gmail.com @@ -23,6 +23,7 @@ OPTIONS= PEAR_CONSOLE_COMMANDLINE "PEAR::Console_CommandLine support" off CATEGORY= PHP FILES= UML.php \ UML/Exception.php UML/FilePatternFilterIterator.php \ + UML/FileScanner.php UML/FileScannerImpl.php \ UML/SimpleUID.php UML/Warning.php \ UML/Metamodel/Class.php UML/Metamodel/Enumeration.php \ UML/Metamodel/File.php UML/Metamodel/Interface.php \ @@ -57,8 +58,7 @@ EXAMPLES= PHP_UML_by_PHP_UML_v1.xmi PHP_UML_by_PHP_UML_v2.xmi \ test3.php.txt test4.php.txt test5_cs.php.txt \ test_to_run.php test_with_api.php TESTS= UmlParserTest.php UmlXmiTest.php \ - suite/EMOF_test_sample.php \ - suite/PHP_UML_test_sample.php \ + suite/EMOF_test_sample.php suite/PHP_UML_test_sample.php \ suite/PHP_test_sample.php suite/bug-489398.php \ suite/bug-540341.php suite/bug-540368.php \ suite/bug-541886.php suite/bug-542586.php \ @@ -76,9 +76,11 @@ TESTS= UmlParserTest.php UmlXmiTest.php \ suite/bug-loseunknowntags.php suite/test1.php \ suite/test2.php suite/test3.php \ suite/test4.php suite/test5_cs.php \ + suite/test_internal.php \ suite/test_namespace1.php \ suite/test_namespace2.php \ suite/test_namespace3.php \ + suite/test_only_api.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 \ @@ -118,9 +120,11 @@ TESTS= UmlParserTest.php UmlXmiTest.php \ suite/data-providers/test3.php.obj \ suite/data-providers/test4.php.obj \ suite/data-providers/test5_cs.php.obj \ + suite/data-providers/test_internal.php.obj \ suite/data-providers/test_namespace1.php.obj \ suite/data-providers/test_namespace2.php.obj \ - suite/data-providers/test_namespace3.php.obj + suite/data-providers/test_namespace3.php.obj \ + suite/data-providers/test_only_api.php.obj DATA= phpuml.xml diff --git a/devel/pear-PHP_UML/distinfo b/devel/pear-PHP_UML/distinfo index ad2280fc8d8a..933fe157cd3f 100644 --- a/devel/pear-PHP_UML/distinfo +++ b/devel/pear-PHP_UML/distinfo @@ -1,3 +1,3 @@ -MD5 (PEAR/PHP_UML-0.5.3.tgz) = b253f88c2a8743d8f98ef8a3aa1f9109 -SHA256 (PEAR/PHP_UML-0.5.3.tgz) = a62085b9cbc6c92f46f99ac84a3e71c5ddab1a7b3f2654a4587c1ecc558893a1 -SIZE (PEAR/PHP_UML-0.5.3.tgz) = 516854 +MD5 (PEAR/PHP_UML-1.0.0.tgz) = 9b71b1835b92a5a4454449e29ad92755 +SHA256 (PEAR/PHP_UML-1.0.0.tgz) = fa997a2dafa4ffb88087bfdcd65d053c528ae52a499cd47f0e37924397b615b8 +SIZE (PEAR/PHP_UML-1.0.0.tgz) = 987048 |