[Midnightbsd-cvs] mports [20619] trunk/www: add php 5.5 and 5.6 www ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 1 11:52:59 EST 2015


Revision: 20619
          http://svnweb.midnightbsd.org/mports/?rev=20619
Author:   laffer1
Date:     2015-11-01 11:52:59 -0500 (Sun, 01 Nov 2015)
Log Message:
-----------
add php 5.5 and 5.6 www ports

Modified Paths:
--------------
    trunk/www/Makefile

Added Paths:
-----------
    trunk/www/php55-opcache/
    trunk/www/php55-opcache/Makefile
    trunk/www/php55-session/
    trunk/www/php55-session/Makefile
    trunk/www/php55-tidy/
    trunk/www/php55-tidy/Makefile
    trunk/www/php56-opcache/
    trunk/www/php56-opcache/Makefile
    trunk/www/php56-session/
    trunk/www/php56-session/Makefile
    trunk/www/php56-tidy/
    trunk/www/php56-tidy/Makefile

Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile	2015-11-01 16:49:49 UTC (rev 20618)
+++ trunk/www/Makefile	2015-11-01 16:52:59 UTC (rev 20619)
@@ -89,6 +89,12 @@
 SUBDIR += pecl-APC
 SUBDIR += php5-session
 SUBDIR += php5-tidy
+SUBDIR += php55-opcache
+SUBDIR += php55-session
+SUBDIR += php55-tidy
+SUBDIR += php56-opcache
+SUBDIR += php56-session
+SUBDIR += php56-tidy
 SUBDIR += pmwiki
 SUBDIR += polipo
 SUBDIR += privoxy

Added: trunk/www/php55-opcache/Makefile
===================================================================
--- trunk/www/php55-opcache/Makefile	                        (rev 0)
+++ trunk/www/php55-opcache/Makefile	2015-11-01 16:52:59 UTC (rev 20619)
@@ -0,0 +1,11 @@
+# $MidnightBSD$
+
+CATEGORIES=	www
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-opcache
+
+USE_ZENDEXT=	yes
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/php55-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/php55-session/Makefile
===================================================================
--- trunk/www/php55-session/Makefile	                        (rev 0)
+++ trunk/www/php55-session/Makefile	2015-11-01 16:52:59 UTC (rev 20619)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	www
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-session
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/php55-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/php55-tidy/Makefile
===================================================================
--- trunk/www/php55-tidy/Makefile	                        (rev 0)
+++ trunk/www/php55-tidy/Makefile	2015-11-01 16:52:59 UTC (rev 20619)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	www
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-tidy
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/php55-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
Added: trunk/www/php56-opcache/Makefile
===================================================================
--- trunk/www/php56-opcache/Makefile	                        (rev 0)
+++ trunk/www/php56-opcache/Makefile	2015-11-01 16:52:59 UTC (rev 20619)
@@ -0,0 +1,11 @@
+# $MidnightBSD$
+
+CATEGORIES=	www
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-opcache
+
+USE_ZENDEXT=	yes
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/php56-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/php56-session/Makefile
===================================================================
--- trunk/www/php56-session/Makefile	                        (rev 0)
+++ trunk/www/php56-session/Makefile	2015-11-01 16:52:59 UTC (rev 20619)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	www
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-session
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/php56-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/php56-tidy/Makefile
===================================================================
--- trunk/www/php56-tidy/Makefile	                        (rev 0)
+++ trunk/www/php56-tidy/Makefile	2015-11-01 16:52:59 UTC (rev 20619)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	www
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-tidy
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/www/php56-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