Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= PHP_UML |
8 |
PORTNAME= PHP_UML |
9 |
PORTVERSION= 0.5.3 |
9 |
PORTVERSION= 1.0.0 |
10 |
CATEGORIES= devel |
10 |
CATEGORIES= devel |
11 |
|
11 |
|
12 |
MAINTAINER= wenheping@gmail.com |
12 |
MAINTAINER= wenheping@gmail.com |
Lines 23-28
Link Here
|
23 |
CATEGORY= PHP |
23 |
CATEGORY= PHP |
24 |
FILES= UML.php \ |
24 |
FILES= UML.php \ |
25 |
UML/Exception.php UML/FilePatternFilterIterator.php \ |
25 |
UML/Exception.php UML/FilePatternFilterIterator.php \ |
|
|
26 |
UML/FileScanner.php UML/FileScannerImpl.php \ |
26 |
UML/SimpleUID.php UML/Warning.php \ |
27 |
UML/SimpleUID.php UML/Warning.php \ |
27 |
UML/Metamodel/Class.php UML/Metamodel/Enumeration.php \ |
28 |
UML/Metamodel/Class.php UML/Metamodel/Enumeration.php \ |
28 |
UML/Metamodel/File.php UML/Metamodel/Interface.php \ |
29 |
UML/Metamodel/File.php UML/Metamodel/Interface.php \ |
Lines 57-64
Link Here
|
57 |
test3.php.txt test4.php.txt test5_cs.php.txt \ |
58 |
test3.php.txt test4.php.txt test5_cs.php.txt \ |
58 |
test_to_run.php test_with_api.php |
59 |
test_to_run.php test_with_api.php |
59 |
TESTS= UmlParserTest.php UmlXmiTest.php \ |
60 |
TESTS= UmlParserTest.php UmlXmiTest.php \ |
60 |
suite/EMOF_test_sample.php \ |
61 |
suite/EMOF_test_sample.php suite/PHP_UML_test_sample.php \ |
61 |
suite/PHP_UML_test_sample.php \ |
|
|
62 |
suite/PHP_test_sample.php suite/bug-489398.php \ |
62 |
suite/PHP_test_sample.php suite/bug-489398.php \ |
63 |
suite/bug-540341.php suite/bug-540368.php \ |
63 |
suite/bug-540341.php suite/bug-540368.php \ |
64 |
suite/bug-541886.php suite/bug-542586.php \ |
64 |
suite/bug-541886.php suite/bug-542586.php \ |
Lines 76-84
Link Here
|
76 |
suite/bug-loseunknowntags.php suite/test1.php \ |
76 |
suite/bug-loseunknowntags.php suite/test1.php \ |
77 |
suite/test2.php suite/test3.php \ |
77 |
suite/test2.php suite/test3.php \ |
78 |
suite/test4.php suite/test5_cs.php \ |
78 |
suite/test4.php suite/test5_cs.php \ |
|
|
79 |
suite/test_internal.php \ |
79 |
suite/test_namespace1.php \ |
80 |
suite/test_namespace1.php \ |
80 |
suite/test_namespace2.php \ |
81 |
suite/test_namespace2.php \ |
81 |
suite/test_namespace3.php \ |
82 |
suite/test_namespace3.php \ |
|
|
83 |
suite/test_only_api.php \ |
82 |
suite/data-providers/EMOF_test_sample.php.obj \ |
84 |
suite/data-providers/EMOF_test_sample.php.obj \ |
83 |
suite/data-providers/PHP_UML_test_sample.php.obj \ |
85 |
suite/data-providers/PHP_UML_test_sample.php.obj \ |
84 |
suite/data-providers/PHP_test_sample.php.obj \ |
86 |
suite/data-providers/PHP_test_sample.php.obj \ |
Lines 118-126
Link Here
|
118 |
suite/data-providers/test3.php.obj \ |
120 |
suite/data-providers/test3.php.obj \ |
119 |
suite/data-providers/test4.php.obj \ |
121 |
suite/data-providers/test4.php.obj \ |
120 |
suite/data-providers/test5_cs.php.obj \ |
122 |
suite/data-providers/test5_cs.php.obj \ |
|
|
123 |
suite/data-providers/test_internal.php.obj \ |
121 |
suite/data-providers/test_namespace1.php.obj \ |
124 |
suite/data-providers/test_namespace1.php.obj \ |
122 |
suite/data-providers/test_namespace2.php.obj \ |
125 |
suite/data-providers/test_namespace2.php.obj \ |
123 |
suite/data-providers/test_namespace3.php.obj |
126 |
suite/data-providers/test_namespace3.php.obj \ |
|
|
127 |
suite/data-providers/test_only_api.php.obj |
124 |
|
128 |
|
125 |
DATA= phpuml.xml |
129 |
DATA= phpuml.xml |
126 |
|
130 |
|