svn commit: r308791 - in head/devel: . fpc-fcl-extra

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Dec 12 20:25:49 UTC 2012


Author: acm
Date: Wed Dec 12 20:25:47 2012
New Revision: 308791
URL: http://svnweb.freebsd.org/changeset/ports/308791

Log:
  - New port: devel/fpc-fcl-extra
  
  Free Pascal Component Library

Added:
  head/devel/fpc-fcl-extra/
  head/devel/fpc-fcl-extra/Makefile   (contents, props changed)
  head/devel/fpc-fcl-extra/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Dec 12 20:19:56 2012	(r308790)
+++ head/devel/Makefile	Wed Dec 12 20:25:47 2012	(r308791)
@@ -431,6 +431,7 @@
     SUBDIR += fpc-fcl-async
     SUBDIR += fpc-fcl-base
     SUBDIR += fpc-fcl-db
+    SUBDIR += fpc-fcl-extra
     SUBDIR += fpc-fcl-fpcunit
     SUBDIR += fpc-fcl-image
     SUBDIR += fpc-fcl-json

Added: head/devel/fpc-fcl-extra/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/fpc-fcl-extra/Makefile	Wed Dec 12 20:25:47 2012	(r308791)
@@ -0,0 +1,17 @@
+# Create by:	Alonso Cardenas Marquez <acm at FreeBSD.org>
+# $FreeBSD$
+
+PORTREVISION=	0
+CATEGORIES=	devel lang
+PKGNAMESUFFIX=	-fcl-extra
+
+MAINTAINER=	acm at FreeBSD.org
+COMMENT=	Free Pascal Component Library
+
+USE_FPC=	yes
+
+MASTERDIR=	${.CURDIR}/../../lang/fpc
+WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR+=	${WRKUNITDIR}
+
+.include "${MASTERDIR}/Makefile"

Added: head/devel/fpc-fcl-extra/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/fpc-fcl-extra/pkg-plist	Wed Dec 12 20:25:47 2012	(r308791)
@@ -0,0 +1,10 @@
+$FreeBSD$
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/Package.fpc
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/libpdaemonapp.a
+ at dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra
+ 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 svn-ports-all mailing list