View | Details | Raw Unified | Return to bug 103037
Collapse All | Expand All

(-)phc/Makefile (-3 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	phc
9
PORTNAME=	phc
10
DISTVERSION=	0.1.6rc1
10
PORTVERSION=	0.1.7
11
CATEGORIES=	lang
11
CATEGORIES=	lang
12
MASTER_SITES=	http://www.phpcompiler.org/src/archive/
12
MASTER_SITES=	http://www.phpcompiler.org/src/archive/
13
13
Lines 17-23 Link Here
17
USE_GCC=	3.4+
17
USE_GCC=	3.4+
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
21
PLIST_FILES=	bin/phc
22
20
23
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)phc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (phc-0.1.6rc1.tar.gz) = 79f53d24b56a981963dc6ed1e67a9ce0
1
MD5 (phc-0.1.7.tar.gz) = 2cb54c29d373fdf32588f24fba235558
2
SHA256 (phc-0.1.6rc1.tar.gz) = a4516336179fa2bcc29b9ae7e3c8fc62ab03a2064a633a6290141d6d19c2699a
2
SHA256 (phc-0.1.7.tar.gz) = 4dd770e223bd4557478444c14a880fc7ab45144b2b911fa25080300bdee1bd85
3
SIZE (phc-0.1.6rc1.tar.gz) = 271874
3
SIZE (phc-0.1.7.tar.gz) = 292450
(-)phc/pkg-plist (+47 lines)
Line 0 Link Here
1
bin/phc
2
bin/phc_compile_plugin
3
include/phc/Tree_transform.h
4
include/phc/Tree_visitor.h
5
include/phc/ast.h
6
include/phc/config.h
7
include/phc/lib/AttrMap.h
8
include/phc/lib/Boolean.h
9
include/phc/lib/Integer.h
10
include/phc/lib/List.h
11
include/phc/lib/Object.h
12
include/phc/lib/String.h
13
include/phc/lib/base64.h
14
include/phc/lib/demangle.h
15
include/phc/lib/error.h
16
include/phc/parse.h
17
include/phc/process_ast/DOT_unparser.h
18
include/phc/process_ast/Generate_IR.h
19
include/phc/process_ast/PHP_unparser.h
20
include/phc/process_ast/Process_includes.h
21
include/phc/process_ast/Remove_concat_null.h
22
include/phc/process_ast/Visit_everything.h
23
include/phc/process_ast/XML_unparser.h
24
@dirrm include/phc/lib
25
@dirrm include/phc/process_ast
26
@dirrm include/phc
27
%%DATADIR%%/phc-1.0.xsd
28
%%DATADIR%%/plugins/tests/cloning.so
29
%%DATADIR%%/plugins/tests/linear.so
30
%%DATADIR%%/plugins/tests/pre_vs_post_count.so
31
%%DATADIR%%/plugins/tests/source_vs_semantic_values.so
32
%%DATADIR%%/plugins/tests/xml_roundtrip.so
33
%%DATADIR%%/plugins/tools/purity_test.so
34
%%DATADIR%%/plugins/tutorials/Comment_ifs.so
35
%%DATADIR%%/plugins/tutorials/Expand_includes.so
36
%%DATADIR%%/plugins/tutorials/InsertDB.so
37
%%DATADIR%%/plugins/tutorials/MySQL2DBX.so
38
%%DATADIR%%/plugins/tutorials/count_classes.so
39
%%DATADIR%%/plugins/tutorials/count_function_calls_difficult.so
40
%%DATADIR%%/plugins/tutorials/count_function_calls_easy.so
41
%%DATADIR%%/plugins/tutorials/count_statements.so
42
%%DATADIR%%/plugins/tutorials/show_traversal_order.so
43
@dirrm %%DATADIR%%/plugins/tests
44
@dirrm %%DATADIR%%/plugins/tools
45
@dirrm %%DATADIR%%/plugins/tutorials
46
@dirrm %%DATADIR%%/plugins
47
@dirrm %%DATADIR%%

Return to bug 103037