[Midnightbsd-cvs] mports [20637] trunk/ftp: add php ftp and curl clients

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Nov 1 18:14:19 EST 2015


Revision: 20637
          http://svnweb.midnightbsd.org/mports/?rev=20637
Author:   laffer1
Date:     2015-11-01 18:14:19 -0500 (Sun, 01 Nov 2015)
Log Message:
-----------
add php ftp and curl clients

Modified Paths:
--------------
    trunk/ftp/Makefile

Added Paths:
-----------
    trunk/ftp/php55-curl/
    trunk/ftp/php55-curl/Makefile
    trunk/ftp/php55-ftp/
    trunk/ftp/php55-ftp/Makefile
    trunk/ftp/php56-curl/
    trunk/ftp/php56-curl/Makefile
    trunk/ftp/php56-ftp/
    trunk/ftp/php56-ftp/Makefile

Modified: trunk/ftp/Makefile
===================================================================
--- trunk/ftp/Makefile	2015-11-01 23:10:52 UTC (rev 20636)
+++ trunk/ftp/Makefile	2015-11-01 23:14:19 UTC (rev 20637)
@@ -11,6 +11,10 @@
 SUBDIR += ncftpd
 SUBDIR += php5-curl
 SUBDIR += php5-ftp
+SUBDIR += php55-curl
+SUBDIR += php55-ftp
+SUBDIR += php56-curl
+SUBDIR += php56-ftp
 SUBDIR += proftpd
 SUBDIR += tnftp
 SUBDIR += tnftpd

Added: trunk/ftp/php55-curl/Makefile
===================================================================
--- trunk/ftp/php55-curl/Makefile	                        (rev 0)
+++ trunk/ftp/php55-curl/Makefile	2015-11-01 23:14:19 UTC (rev 20637)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	ftp
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-curl
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/ftp/php55-curl/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/ftp/php55-ftp/Makefile
===================================================================
--- trunk/ftp/php55-ftp/Makefile	                        (rev 0)
+++ trunk/ftp/php55-ftp/Makefile	2015-11-01 23:14:19 UTC (rev 20637)
@@ -0,0 +1,13 @@
+# $MidnightBSD$
+
+CATEGORIES=	ftp
+
+MASTERDIR=	${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX=	-ftp
+
+post-patch:
+	@${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__MidnightBSD__/ \
+		${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/ftp/php55-ftp/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/ftp/php56-curl/Makefile
===================================================================
--- trunk/ftp/php56-curl/Makefile	                        (rev 0)
+++ trunk/ftp/php56-curl/Makefile	2015-11-01 23:14:19 UTC (rev 20637)
@@ -0,0 +1,9 @@
+# $MidnightBSD$
+
+CATEGORIES=	ftp
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-curl
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/ftp/php56-curl/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/ftp/php56-ftp/Makefile
===================================================================
--- trunk/ftp/php56-ftp/Makefile	                        (rev 0)
+++ trunk/ftp/php56-ftp/Makefile	2015-11-01 23:14:19 UTC (rev 20637)
@@ -0,0 +1,13 @@
+# $MidnightBSD$
+
+CATEGORIES=	ftp
+
+MASTERDIR=	${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX=	-ftp
+
+post-patch:
+	@${REINPLACE_CMD} s/HAVE_OPENSSL_EXT/__MidnightBSD__/ \
+		${WRKSRC}/ftp.* ${WRKSRC}/php_ftp.*
+
+.include "${MASTERDIR}/Makefile"


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