[Midnightbsd-cvs] mports [21207] trunk/www: update php ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 15 18:07:59 EDT 2016
Revision: 21207
http://svnweb.midnightbsd.org/mports/?rev=21207
Author: laffer1
Date: 2016-03-15 18:07:55 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
update php ports
Modified Paths:
--------------
trunk/www/Makefile
Added Paths:
-----------
trunk/www/mod_php70/
trunk/www/mod_php70/Makefile
trunk/www/php70-opcache/
trunk/www/php70-opcache/Makefile
trunk/www/php70-session/
trunk/www/php70-session/Makefile
trunk/www/php70-tidy/
trunk/www/php70-tidy/Makefile
Removed Paths:
-------------
trunk/www/mod_php5/
trunk/www/php5-session/
trunk/www/php5-tidy/
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2016-03-15 22:06:18 UTC (rev 21206)
+++ trunk/www/Makefile 2016-03-15 22:07:55 UTC (rev 21207)
@@ -42,9 +42,9 @@
SUBDIR += mod_dnssd
SUBDIR += mod_fastcgi
SUBDIR += mod_perl2
-SUBDIR += mod_php5
SUBDIR += mod_php55
SUBDIR += mod_php56
+SUBDIR += mod_php70
SUBDIR += mod_python33
SUBDIR += mod_wsgi3
SUBDIR += moinmoin
@@ -87,8 +87,6 @@
SUBDIR += p5-libwww
SUBDIR += pear-HTTP_Request
SUBDIR += pecl-APC
-SUBDIR += php5-session
-SUBDIR += php5-tidy
SUBDIR += php55-opcache
SUBDIR += php55-session
SUBDIR += php55-tidy
@@ -95,6 +93,9 @@
SUBDIR += php56-opcache
SUBDIR += php56-session
SUBDIR += php56-tidy
+SUBDIR += php70-opcache
+SUBDIR += php70-session
+SUBDIR += php70-tidy
SUBDIR += pmwiki
SUBDIR += polipo
SUBDIR += privoxy
Added: trunk/www/mod_php70/Makefile
===================================================================
--- trunk/www/mod_php70/Makefile (rev 0)
+++ trunk/www/mod_php70/Makefile 2016-03-15 22:07:55 UTC (rev 21207)
@@ -0,0 +1,17 @@
+# Created by: marcus at FreeBSD.org
+# $FreeBSD: head/www/mod_php70/Makefile 408932 2016-02-15 14:34:26Z miwi $
+# $MidnightBSD$
+
+CATEGORIES= www devel
+PKGNAMEPREFIX= mod_
+
+MAINTAINER= ports at MidnightBSD.org
+
+PHP_PORT= lang/php70
+MASTERDIR= ${.CURDIR}/../../${PHP_PORT}
+
+OPTIONS_DEFINE= AP2FILTER
+AP2FILTER_DESC= Use Apache 2.x filter interface (experimental)
+OPTIONS_EXCLUDE= CGI CLI FPM EMBED
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/www/mod_php70/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/php70-opcache/Makefile
===================================================================
--- trunk/www/php70-opcache/Makefile (rev 0)
+++ trunk/www/php70-opcache/Makefile 2016-03-15 22:07:55 UTC (rev 21207)
@@ -0,0 +1,12 @@
+# Created by: Martin Matuska <mm at FreeBSD.org>
+# $FreeBSD: head/www/php70-opcache/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES= www
+
+MASTERDIR= ${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX= -opcache
+
+USE_ZENDEXT= yes
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/www/php70-opcache/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/php70-session/Makefile
===================================================================
--- trunk/www/php70-session/Makefile (rev 0)
+++ trunk/www/php70-session/Makefile 2016-03-15 22:07:55 UTC (rev 21207)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/www/php70-session/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES= www
+
+MASTERDIR= ${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX= -session
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/www/php70-session/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/php70-tidy/Makefile
===================================================================
--- trunk/www/php70-tidy/Makefile (rev 0)
+++ trunk/www/php70-tidy/Makefile 2016-03-15 22:07:55 UTC (rev 21207)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/www/php70-tidy/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES= www
+
+MASTERDIR= ${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX= -tidy
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/www/php70-tidy/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list