aboutsummaryrefslogtreecommitdiffstats
path: root/lang/phc
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-10-08 18:22:43 +0800
committeritetcu <itetcu@FreeBSD.org>2006-10-08 18:22:43 +0800
commit9440a92f86be1c68a7f0bbfa976877896897e6d1 (patch)
treec902ae435aa47da8e8737d6a7909eb7384cf5550 /lang/phc
parent4192f37abc30e1986686a02a4c79024b5fb59d81 (diff)
downloadfreebsd-ports-gnome-9440a92f86be1c68a7f0bbfa976877896897e6d1.tar.gz
freebsd-ports-gnome-9440a92f86be1c68a7f0bbfa976877896897e6d1.tar.zst
freebsd-ports-gnome-9440a92f86be1c68a7f0bbfa976877896897e6d1.zip
- update to 0.1.7
- this version doesn't build on 4.x PR: ports/103037 Submitted by: Conor McDermottroe (maintainer)
Diffstat (limited to 'lang/phc')
-rw-r--r--lang/phc/Makefile10
-rw-r--r--lang/phc/distinfo6
-rw-r--r--lang/phc/pkg-plist47
3 files changed, 57 insertions, 6 deletions
diff --git a/lang/phc/Makefile b/lang/phc/Makefile
index d9cd1081bf3c..cf0c16cebfd5 100644
--- a/lang/phc/Makefile
+++ b/lang/phc/Makefile
@@ -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>
diff --git a/lang/phc/distinfo b/lang/phc/distinfo
index 894bdc50e081..03ceb42fd578 100644
--- a/lang/phc/distinfo
+++ b/lang/phc/distinfo
@@ -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
diff --git a/lang/phc/pkg-plist b/lang/phc/pkg-plist
new file mode 100644
index 000000000000..38f21446a068
--- /dev/null
+++ b/lang/phc/pkg-plist
@@ -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%%