Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= PHP_Beautifier |
8 |
PORTNAME= PHP_Beautifier |
9 |
PORTVERSION= 0.1.13 |
9 |
PORTVERSION= 0.1.14 |
10 |
CATEGORIES= devel www pear |
10 |
CATEGORIES= devel www pear |
11 |
|
11 |
|
12 |
MAINTAINER= miwi@FreeBSD.org |
12 |
MAINTAINER= miwi@FreeBSD.org |
Lines 26-34
Link Here
|
26 |
Beautifier/StreamWrapper.php Beautifier/Tokenizer.php \ |
26 |
Beautifier/StreamWrapper.php Beautifier/Tokenizer.php \ |
27 |
Beautifier/Filter/ArrayNested.filter.php \ |
27 |
Beautifier/Filter/ArrayNested.filter.php \ |
28 |
Beautifier/Filter/Default.filter.php \ |
28 |
Beautifier/Filter/Default.filter.php \ |
|
|
29 |
Beautifier/Filter/IndentStyles.filter.php \ |
29 |
Beautifier/Filter/ListClassFunction.filter.php \ |
30 |
Beautifier/Filter/ListClassFunction.filter.php \ |
|
|
31 |
Beautifier/Filter/Lowercase.filter.php \ |
30 |
Beautifier/Filter/Pear.filter.php \ |
32 |
Beautifier/Filter/Pear.filter.php \ |
31 |
Beautifier/Filter/IndentStyles.filter.php \ |
33 |
Beautifier/Filter/phpBB.filter.php \ |
32 |
Beautifier/Filter/NewLines.filter.php Beautifier/Batch/Output.php \ |
34 |
Beautifier/Filter/NewLines.filter.php Beautifier/Batch/Output.php \ |
33 |
Beautifier/Batch/Output/Directory.php \ |
35 |
Beautifier/Batch/Output/Directory.php \ |
34 |
Beautifier/Batch/Output/DirectoryBz2.php \ |
36 |
Beautifier/Batch/Output/DirectoryBz2.php \ |
Lines 40-48
Link Here
|
40 |
Beautifier/Batch/Output/FilesTar.php \ |
42 |
Beautifier/Batch/Output/FilesTar.php \ |
41 |
Beautifier/StreamWrapper/Tarz.php |
43 |
Beautifier/StreamWrapper/Tarz.php |
42 |
EXAMPLES= run_me.php example_main.php example_pear.php example_array.php \ |
44 |
EXAMPLES= run_me.php example_main.php example_pear.php example_array.php \ |
43 |
example_comments.php example_html.php |
45 |
example_comments.php example_html.php \ |
|
|
46 |
example_lowercase.php |
44 |
TESTS= Beautifier.phpt Beautifier_Common.phpt Beautifier_Bugs.phpt \ |
47 |
TESTS= Beautifier.phpt Beautifier_Common.phpt Beautifier_Bugs.phpt \ |
45 |
Beautifier_StreamWrapper.phpt |
48 |
Beautifier_StreamWrapper.phpt \ |
|
|
49 |
Beautifier_Pear.phpt pear_sample_file.phps |
46 |
DATA= apache.txt bsd.txt lgpl.txt php.txt pear.txt |
50 |
DATA= apache.txt bsd.txt lgpl.txt php.txt pear.txt |
47 |
_DATADIR= licenses |
51 |
_DATADIR= licenses |
48 |
SCRIPTFILES= php_beautifier |
52 |
SCRIPTFILES= php_beautifier |