- update to 0.1.7

- this version doesn't build on 4.x

PR:		ports/103037
Submitted by:	Conor McDermottroe  (maintainer)
This commit is contained in:
Ion-Mihai Tetcu 2006-10-08 10:22:43 +00:00
parent 24b4f8b10d
commit ad2f15d5fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174908
3 changed files with 57 additions and 6 deletions

View file

@ -7,7 +7,7 @@
#
PORTNAME= phc
DISTVERSION= 0.1.6rc1
PORTVERSION= 0.1.7
CATEGORIES= lang
MASTER_SITES= http://www.phpcompiler.org/src/archive/
@ -18,6 +18,10 @@ USE_GCC= 3.4+
USE_GMAKE= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/phc
.include <bsd.port.pre.mk>
.include <bsd.port.mk>
.if ${OSVERSION} < 500000
IGNORE= doesn't build on FreeBSD 4.x
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (phc-0.1.6rc1.tar.gz) = 79f53d24b56a981963dc6ed1e67a9ce0
SHA256 (phc-0.1.6rc1.tar.gz) = a4516336179fa2bcc29b9ae7e3c8fc62ab03a2064a633a6290141d6d19c2699a
SIZE (phc-0.1.6rc1.tar.gz) = 271874
MD5 (phc-0.1.7.tar.gz) = 2cb54c29d373fdf32588f24fba235558
SHA256 (phc-0.1.7.tar.gz) = 4dd770e223bd4557478444c14a880fc7ab45144b2b911fa25080300bdee1bd85
SIZE (phc-0.1.7.tar.gz) = 292450

47
lang/phc/pkg-plist Normal file
View file

@ -0,0 +1,47 @@
bin/phc
bin/phc_compile_plugin
include/phc/Tree_transform.h
include/phc/Tree_visitor.h
include/phc/ast.h
include/phc/config.h
include/phc/lib/AttrMap.h
include/phc/lib/Boolean.h
include/phc/lib/Integer.h
include/phc/lib/List.h
include/phc/lib/Object.h
include/phc/lib/String.h
include/phc/lib/base64.h
include/phc/lib/demangle.h
include/phc/lib/error.h
include/phc/parse.h
include/phc/process_ast/DOT_unparser.h
include/phc/process_ast/Generate_IR.h
include/phc/process_ast/PHP_unparser.h
include/phc/process_ast/Process_includes.h
include/phc/process_ast/Remove_concat_null.h
include/phc/process_ast/Visit_everything.h
include/phc/process_ast/XML_unparser.h
@dirrm include/phc/lib
@dirrm include/phc/process_ast
@dirrm include/phc
%%DATADIR%%/phc-1.0.xsd
%%DATADIR%%/plugins/tests/cloning.so
%%DATADIR%%/plugins/tests/linear.so
%%DATADIR%%/plugins/tests/pre_vs_post_count.so
%%DATADIR%%/plugins/tests/source_vs_semantic_values.so
%%DATADIR%%/plugins/tests/xml_roundtrip.so
%%DATADIR%%/plugins/tools/purity_test.so
%%DATADIR%%/plugins/tutorials/Comment_ifs.so
%%DATADIR%%/plugins/tutorials/Expand_includes.so
%%DATADIR%%/plugins/tutorials/InsertDB.so
%%DATADIR%%/plugins/tutorials/MySQL2DBX.so
%%DATADIR%%/plugins/tutorials/count_classes.so
%%DATADIR%%/plugins/tutorials/count_function_calls_difficult.so
%%DATADIR%%/plugins/tutorials/count_function_calls_easy.so
%%DATADIR%%/plugins/tutorials/count_statements.so
%%DATADIR%%/plugins/tutorials/show_traversal_order.so
@dirrm %%DATADIR%%/plugins/tests
@dirrm %%DATADIR%%/plugins/tools
@dirrm %%DATADIR%%/plugins/tutorials
@dirrm %%DATADIR%%/plugins
@dirrm %%DATADIR%%