[Midnightbsd-cvs] mports [17453] trunk/devel: add fpc-fcl-passrc port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 21 17:28:31 EDT 2014


Revision: 17453
          http://svnweb.midnightbsd.org/mports/?rev=17453
Author:   laffer1
Date:     2014-09-21 17:28:29 -0400 (Sun, 21 Sep 2014)
Log Message:
-----------
 add fpc-fcl-passrc port

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

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

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2014-09-21 21:27:12 UTC (rev 17452)
+++ trunk/devel/Makefile	2014-09-21 21:28:29 UTC (rev 17453)
@@ -74,6 +74,7 @@
 SUBDIR += fpc-fcl-db
 SUBDIR += fpc-fcl-image
 SUBDIR += fpc-fcl-net
+SUBDIR += fpc-fcl-passrc
 SUBDIR += fpc-fcl-process
 SUBDIR += fpc-fcl-json
 SUBDIR += fpc-fcl-registry

Added: trunk/devel/fpc-fcl-passrc/Makefile
===================================================================
--- trunk/devel/fpc-fcl-passrc/Makefile	                        (rev 0)
+++ trunk/devel/fpc-fcl-passrc/Makefile	2014-09-21 21:28:29 UTC (rev 17453)
@@ -0,0 +1,18 @@
+# Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/devel/fpc-fcl-passrc/Makefile 341492 2014-01-28 00:16:57Z antoine $
+
+PORTREVISION=	0
+CATEGORIES=	devel lang
+PKGNAMESUFFIX=	-fcl-passrc
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Free Pascal Component Library
+
+USE_FPC=	yes
+
+MASTERDIR=	${.CURDIR}/../../lang/fpc
+WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR=	${WRKUNITDIR}
+
+.include "${MASTERDIR}/Makefile"


Property changes on: trunk/devel/fpc-fcl-passrc/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-passrc/pkg-plist
===================================================================
--- trunk/devel/fpc-fcl-passrc/pkg-plist	                        (rev 0)
+++ trunk/devel/fpc-fcl-passrc/pkg-plist	2014-09-21 21:28:29 UTC (rev 17453)
@@ -0,0 +1,24 @@
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/Package.fpc
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pscanner.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pparser.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastree.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastounittest.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/passrcutil.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/paswrite.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastree.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastounittest.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/passrcutil.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pscanner.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pparser.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/paswrite.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/libppastree.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/libppscanner.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/libppparser.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/libppassrcutil.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/libppastounittest.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/libppaswrite.a
+ at dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc
+ 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-passrc/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