[Midnightbsd-cvs] mports [17451] trunk/devel: add fpc-zlib and fpc-fcl-net

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 21 17:25:55 EDT 2014


Revision: 17451
          http://svnweb.midnightbsd.org/mports/?rev=17451
Author:   laffer1
Date:     2014-09-21 17:25:52 -0400 (Sun, 21 Sep 2014)
Log Message:
-----------
add fpc-zlib and fpc-fcl-net

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/fpc-fcl-net/
    trunk/devel/fpc-fcl-net/Makefile
    trunk/devel/fpc-fcl-net/pkg-plist
    trunk/devel/fpc-zlib/
    trunk/devel/fpc-zlib/Makefile
    trunk/devel/fpc-zlib/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2014-09-21 21:23:27 UTC (rev 17450)
+++ trunk/devel/Makefile	2014-09-21 21:25:52 UTC (rev 17451)
@@ -73,6 +73,7 @@
 SUBDIR += fpc-fcl-base
 SUBDIR += fpc-fcl-db
 SUBDIR += fpc-fcl-image
+SUBDIR += fpc-fcl-net
 SUBDIR += fpc-fcl-process
 SUBDIR += fpc-fcl-json
 SUBDIR += fpc-fcl-registry
@@ -79,6 +80,7 @@
 SUBDIR += fpc-fcl-res
 SUBDIR += fpc-fcl-xml
 SUBDIR += fpc-pthreads
+SUBDIR += fpc-zlib
 SUBDIR += gamin
 SUBDIR += gccmakedep
 SUBDIR += gconf

Added: trunk/devel/fpc-fcl-net/Makefile
===================================================================
--- trunk/devel/fpc-fcl-net/Makefile	                        (rev 0)
+++ trunk/devel/fpc-fcl-net/Makefile	2014-09-21 21:25:52 UTC (rev 17451)
@@ -0,0 +1,19 @@
+# Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/devel/fpc-fcl-net/Makefile 341492 2014-01-28 00:16:57Z antoine $
+
+PORTREVISION=	0
+CATEGORIES=	devel lang
+PKGNAMESUFFIX=	-fcl-net
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Free Pascal Component Library
+
+USE_FPC=	fcl-async fcl-base fcl-xml fcl-passrc hash paszlib pthreads
+
+MASTERDIR=	${.CURDIR}/../../lang/fpc
+WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR=	${WRKUNITDIR}
+OPT=		-Fu${WRKDIR}/${WRKUNITDIR}/*
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/fpc-fcl-net/Makefile
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/devel/fpc-fcl-net/pkg-plist
===================================================================
--- trunk/devel/fpc-fcl-net/pkg-plist	                        (rev 0)
+++ trunk/devel/fpc-fcl-net/pkg-plist	2014-09-21 21:25:52 UTC (rev 17451)
@@ -0,0 +1,21 @@
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/Package.fpc
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/cnetdb.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/cnetdb.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/fpsock.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/fpsock.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/libpcnetdb.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/libpfpsock.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/libpnetdb.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/libpresolve.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/libpssockets.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/netdb.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/netdb.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/resolve.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/resolve.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/ssockets.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/ssockets.ppu
+ at dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net
+ at dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
+ at dirrmtry lib/fpc/%%PORTVERSION%%/units
+ at dirrmtry lib/fpc/%%PORTVERSION%%
+ at dirrmtry lib/fpc


Property changes on: trunk/devel/fpc-fcl-net/pkg-plist
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/devel/fpc-zlib/Makefile
===================================================================
--- trunk/devel/fpc-zlib/Makefile	                        (rev 0)
+++ trunk/devel/fpc-zlib/Makefile	2014-09-21 21:25:52 UTC (rev 17451)
@@ -0,0 +1,18 @@
+# Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/devel/fpc-zlib/Makefile 341492 2014-01-28 00:16:57Z antoine $
+
+PORTREVISION=	0
+CATEGORIES=	devel lang
+PKGNAMESUFFIX=	-zlib
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Free Pascal interface to the zlib compression library
+
+USE_FPC=	yes
+
+MASTERDIR=	${.CURDIR}/../../lang/fpc
+WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR=	${WRKUNITDIR}
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/fpc-zlib/Makefile
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/devel/fpc-zlib/pkg-plist
===================================================================
--- trunk/devel/fpc-zlib/pkg-plist	                        (rev 0)
+++ trunk/devel/fpc-zlib/pkg-plist	2014-09-21 21:25:52 UTC (rev 17451)
@@ -0,0 +1,9 @@
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zlib/Package.fpc
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zlib/zlib.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zlib/zlib.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zlib/libpzlib.a
+ at dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zlib
+ at dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
+ at dirrmtry lib/fpc/%%PORTVERSION%%/units
+ at dirrmtry lib/fpc/%%PORTVERSION%%
+ at dirrmtry lib/fpc


Property changes on: trunk/devel/fpc-zlib/pkg-plist
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list