[Midnightbsd-cvs] mports [21198] trunk/misc: add php calendar ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Mar 15 17:12:45 EDT 2016
Revision: 21198
http://svnweb.midnightbsd.org/mports/?rev=21198
Author: laffer1
Date: 2016-03-15 17:12:44 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
add php calendar ports
Modified Paths:
--------------
trunk/misc/Makefile
Added Paths:
-----------
trunk/misc/php55-calendar/
trunk/misc/php55-calendar/Makefile
trunk/misc/php56-calendar/
trunk/misc/php56-calendar/Makefile
trunk/misc/php70-calendar/
trunk/misc/php70-calendar/Makefile
Removed Paths:
-------------
trunk/misc/php5-calendar/
Modified: trunk/misc/Makefile
===================================================================
--- trunk/misc/Makefile 2016-03-15 21:03:22 UTC (rev 21197)
+++ trunk/misc/Makefile 2016-03-15 21:12:44 UTC (rev 21198)
@@ -43,7 +43,9 @@
SUBDIR += patchutils
SUBDIR += pciids
SUBDIR += phone-de
-SUBDIR += php5-calendar
+SUBDIR += php55-calendar
+SUBDIR += php56-calendar
+SUBDIR += php70-calendar
SUBDIR += qt4-doc
SUBDIR += qt4-l10n
SUBDIR += qt4-qtconfig
Added: trunk/misc/php55-calendar/Makefile
===================================================================
--- trunk/misc/php55-calendar/Makefile (rev 0)
+++ trunk/misc/php55-calendar/Makefile 2016-03-15 21:12:44 UTC (rev 21198)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/misc/php55-calendar/Makefile 340722 2014-01-22 17:00:46Z mat $
+
+CATEGORIES= misc
+
+MASTERDIR= ${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX= -calendar
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/misc/php55-calendar/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/misc/php56-calendar/Makefile
===================================================================
--- trunk/misc/php56-calendar/Makefile (rev 0)
+++ trunk/misc/php56-calendar/Makefile 2016-03-15 21:12:44 UTC (rev 21198)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/misc/php56-calendar/Makefile 367268 2014-09-04 14:24:25Z ale $
+
+CATEGORIES= misc
+
+MASTERDIR= ${.CURDIR}/../../lang/php56
+
+PKGNAMESUFFIX= -calendar
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/misc/php56-calendar/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/misc/php70-calendar/Makefile
===================================================================
--- trunk/misc/php70-calendar/Makefile (rev 0)
+++ trunk/misc/php70-calendar/Makefile 2016-03-15 21:12:44 UTC (rev 21198)
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale at FreeBSD.org>
+# $FreeBSD: head/misc/php70-calendar/Makefile 408932 2016-02-15 14:34:26Z miwi $
+
+CATEGORIES= misc
+
+MASTERDIR= ${.CURDIR}/../../lang/php70
+
+PKGNAMESUFFIX= -calendar
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/misc/php70-calendar/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