[Midnightbsd-cvs] mports [16964] trunk/devel: add missing port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 7 14:26:29 EDT 2014


Revision: 16964
          http://svnweb.midnightbsd.org/mports/?rev=16964
Author:   laffer1
Date:     2014-09-07 14:26:29 -0400 (Sun, 07 Sep 2014)
Log Message:
-----------
add missing port

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

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

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2014-09-07 18:24:38 UTC (rev 16963)
+++ trunk/devel/Makefile	2014-09-07 18:26:29 UTC (rev 16964)
@@ -72,6 +72,7 @@
 SUBDIR += fpc-fcl-base
 SUBDIR += fpc-fcl-db
 SUBDIR += fpc-fcl-image
+SUBDIR += fpc-fcl-registry
 SUBDIR += fpc-pthreads
 SUBDIR += gamin
 SUBDIR += gccmakedep

Added: trunk/devel/fpc-fcl-registry/Makefile
===================================================================
--- trunk/devel/fpc-fcl-registry/Makefile	                        (rev 0)
+++ trunk/devel/fpc-fcl-registry/Makefile	2014-09-07 18:26:29 UTC (rev 16964)
@@ -0,0 +1,16 @@
+# $MidnightBSD$
+
+PORTREVISION=	0
+CATEGORIES=	devel lang
+PKGNAMESUFFIX=	-fcl-registry
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Free Pascal Component Library
+
+USE_FPC=	fcl-async fcl-base fcl-xml hash paszlib pthreads
+
+MASTERDIR=	${.CURDIR}/../../lang/fpc
+WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR=	${WRKUNITDIR}
+
+.include "${MASTERDIR}/Makefile"

Added: trunk/devel/fpc-fcl-registry/pkg-plist
===================================================================
--- trunk/devel/fpc-fcl-registry/pkg-plist	                        (rev 0)
+++ trunk/devel/fpc-fcl-registry/pkg-plist	2014-09-07 18:26:29 UTC (rev 16964)
@@ -0,0 +1,12 @@
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/Package.fpc
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/xmlreg.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/registry.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/xmlreg.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/registry.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/libpxmlreg.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/libpregistry.a
+ at dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry
+ at dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
+ at dirrmtry lib/fpc/%%PORTVERSION%%/units
+ at dirrmtry lib/fpc/%%PORTVERSION%%
+ at dirrmtry lib/fpc



More information about the Midnightbsd-cvs mailing list