[Midnightbsd-cvs] mports [17124] trunk/databases: add postgres and pxlib
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 14 14:23:17 EDT 2014
Revision: 17124
http://svnweb.midnightbsd.org/mports/?rev=17124
Author: laffer1
Date: 2014-09-14 14:23:16 -0400 (Sun, 14 Sep 2014)
Log Message:
-----------
add postgres and pxlib
Modified Paths:
--------------
trunk/databases/Makefile
Added Paths:
-----------
trunk/databases/fpc-postgres/
trunk/databases/fpc-postgres/Makefile
trunk/databases/fpc-postgres/pkg-plist
trunk/databases/fpc-pxlib/
trunk/databases/fpc-pxlib/Makefile
trunk/databases/fpc-pxlib/pkg-plist
Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile 2014-09-14 18:22:19 UTC (rev 17123)
+++ trunk/databases/Makefile 2014-09-14 18:23:16 UTC (rev 17124)
@@ -21,6 +21,14 @@
SUBDIR += freetds
SUBDIR += freetds-msdblib
SUBDIR += fpc-dblib
+SUBDIR += fpc-fpindexer
+SUBDIR += fpc-gdbm
+SUBDIR += fpc-mysql
+SUBDIR += fpc-odbc
+SUBDIR += fpc-oracle
+SUBDIR += fpc-postgres
+SUBDIR += fpc-pxlib
+SUBDIR += fpc-sqlite
SUBDIR += gdbm
SUBDIR += gdl2
SUBDIR += gnats4
Added: trunk/databases/fpc-postgres/Makefile
===================================================================
--- trunk/databases/fpc-postgres/Makefile (rev 0)
+++ trunk/databases/fpc-postgres/Makefile 2014-09-14 18:23:16 UTC (rev 17124)
@@ -0,0 +1,22 @@
+# $MidnightBSD$
+
+PORTREVISION= 0
+CATEGORIES= databases lang
+PKGNAMESUFFIX= -postgres
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Free Pascal interface to PostGreSQL
+
+USE_FPC= yes
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR= ${WRKUNITDIR}
+
+OPTIONS_DEFINE= PGSQL
+PGSQL_DESC= Install PostgreSQL client
+OPTIONS_DEFAULT= PGSQL
+
+PGSQL_USE= PGSQL=yes
+
+.include "${MASTERDIR}/Makefile"
Added: trunk/databases/fpc-postgres/pkg-plist
===================================================================
--- trunk/databases/fpc-postgres/pkg-plist (rev 0)
+++ trunk/databases/fpc-postgres/pkg-plist 2014-09-14 18:23:16 UTC (rev 17124)
@@ -0,0 +1,21 @@
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/Package.fpc
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllist.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllistdyn.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllist.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllistdyn.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libpdllist.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libpdllistdyn.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libppostgres.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libppostgres3.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/libppostgres3dyn.a
+ at dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres
+ at dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
+ at dirrmtry lib/fpc/%%PORTVERSION%%/units
+ at dirrmtry lib/fpc/%%PORTVERSION%%
+ at dirrmtry lib/fpc
Added: trunk/databases/fpc-pxlib/Makefile
===================================================================
--- trunk/databases/fpc-pxlib/Makefile (rev 0)
+++ trunk/databases/fpc-pxlib/Makefile 2014-09-14 18:23:16 UTC (rev 17124)
@@ -0,0 +1,16 @@
+# $MidnightBSD$
+
+PORTREVISION= 0
+CATEGORIES= databases lang
+PKGNAMESUFFIX= -pxlib
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Free Pascal unit to read various Paradox files
+
+USE_FPC= yes
+
+MASTERDIR= ${.CURDIR}/../../lang/fpc
+WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR= ${WRKUNITDIR}
+
+.include "${MASTERDIR}/Makefile"
Added: trunk/databases/fpc-pxlib/pkg-plist
===================================================================
--- trunk/databases/fpc-pxlib/pkg-plist (rev 0)
+++ trunk/databases/fpc-pxlib/pkg-plist 2014-09-14 18:23:16 UTC (rev 17124)
@@ -0,0 +1,9 @@
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/Package.fpc
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/pxlib.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/pxlib.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/libppxlib.a
+ at dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib
+ 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