From 8610755749997ceadc6fb78fc220681320de4548 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 21 Jun 2006 15:47:50 +0000 Subject: [PATCH] Add fpc-fcl , free Pascal Component Library. PR: ports/98689 Submitted by: Jose Alonso Cardenas Marquez --- devel/Makefile | 1 + devel/fpc-fcl-base/Makefile | 32 +++++++++++++++++++++++++++++ devel/fpc-fcl-base/fpc-fcl/Makefile | 32 +++++++++++++++++++++++++++++ devel/fpc-fcl-db/Makefile | 32 +++++++++++++++++++++++++++++ devel/fpc-fcl-fpcunit/Makefile | 32 +++++++++++++++++++++++++++++ devel/fpc-fcl-image/Makefile | 32 +++++++++++++++++++++++++++++ devel/fpc-fcl-net/Makefile | 32 +++++++++++++++++++++++++++++ devel/fpc-fcl-passrc/Makefile | 32 +++++++++++++++++++++++++++++ devel/fpc-fcl-registry/Makefile | 32 +++++++++++++++++++++++++++++ devel/fpc-fcl-web/Makefile | 32 +++++++++++++++++++++++++++++ devel/fpc-fcl-xml/Makefile | 32 +++++++++++++++++++++++++++++ devel/fpc-fcl/Makefile | 32 +++++++++++++++++++++++++++++ 12 files changed, 353 insertions(+) create mode 100644 devel/fpc-fcl-base/Makefile create mode 100644 devel/fpc-fcl-base/fpc-fcl/Makefile create mode 100644 devel/fpc-fcl-db/Makefile create mode 100644 devel/fpc-fcl-fpcunit/Makefile create mode 100644 devel/fpc-fcl-image/Makefile create mode 100644 devel/fpc-fcl-net/Makefile create mode 100644 devel/fpc-fcl-passrc/Makefile create mode 100644 devel/fpc-fcl-registry/Makefile create mode 100644 devel/fpc-fcl-web/Makefile create mode 100644 devel/fpc-fcl-xml/Makefile create mode 100644 devel/fpc-fcl/Makefile diff --git a/devel/Makefile b/devel/Makefile index e7c47c9cd715..092dfdc8f83e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -284,6 +284,7 @@ SUBDIR += fnorb SUBDIR += fortran-utils SUBDIR += fpc-bfd + SUBDIR += fpc-fcl SUBDIR += fpc-fv SUBDIR += fpc-gdb SUBDIR += fpc-gdbint diff --git a/devel/fpc-fcl-base/Makefile b/devel/fpc-fcl-base/Makefile new file mode 100644 index 000000000000..4525490761b9 --- /dev/null +++ b/devel/fpc-fcl-base/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal Component Library + +RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ + ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ + ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ + ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ + ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ + ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ + ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-base/fpc-fcl/Makefile b/devel/fpc-fcl-base/fpc-fcl/Makefile new file mode 100644 index 000000000000..4525490761b9 --- /dev/null +++ b/devel/fpc-fcl-base/fpc-fcl/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal Component Library + +RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ + ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ + ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ + ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ + ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ + ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ + ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-db/Makefile b/devel/fpc-fcl-db/Makefile new file mode 100644 index 000000000000..4525490761b9 --- /dev/null +++ b/devel/fpc-fcl-db/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal Component Library + +RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ + ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ + ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ + ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ + ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ + ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ + ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-fpcunit/Makefile b/devel/fpc-fcl-fpcunit/Makefile new file mode 100644 index 000000000000..4525490761b9 --- /dev/null +++ b/devel/fpc-fcl-fpcunit/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal Component Library + +RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ + ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ + ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ + ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ + ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ + ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ + ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-image/Makefile b/devel/fpc-fcl-image/Makefile new file mode 100644 index 000000000000..4525490761b9 --- /dev/null +++ b/devel/fpc-fcl-image/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal Component Library + +RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ + ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ + ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ + ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ + ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ + ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ + ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-net/Makefile b/devel/fpc-fcl-net/Makefile new file mode 100644 index 000000000000..4525490761b9 --- /dev/null +++ b/devel/fpc-fcl-net/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal Component Library + +RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ + ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ + ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ + ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ + ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ + ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ + ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-passrc/Makefile b/devel/fpc-fcl-passrc/Makefile new file mode 100644 index 000000000000..4525490761b9 --- /dev/null +++ b/devel/fpc-fcl-passrc/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal Component Library + +RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ + ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ + ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ + ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ + ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ + ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ + ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-registry/Makefile b/devel/fpc-fcl-registry/Makefile new file mode 100644 index 000000000000..4525490761b9 --- /dev/null +++ b/devel/fpc-fcl-registry/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal Component Library + +RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ + ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ + ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ + ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ + ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ + ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ + ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-web/Makefile b/devel/fpc-fcl-web/Makefile new file mode 100644 index 000000000000..4525490761b9 --- /dev/null +++ b/devel/fpc-fcl-web/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal Component Library + +RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ + ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ + ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ + ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ + ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ + ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ + ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl-xml/Makefile b/devel/fpc-fcl-xml/Makefile new file mode 100644 index 000000000000..4525490761b9 --- /dev/null +++ b/devel/fpc-fcl-xml/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal Component Library + +RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ + ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ + ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ + ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ + ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ + ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ + ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-fcl/Makefile b/devel/fpc-fcl/Makefile new file mode 100644 index 000000000000..4525490761b9 --- /dev/null +++ b/devel/fpc-fcl/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez +# +# $FreeBSD$ +# + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal Component Library + +RUN_DEPENDS= ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \ + ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \ + ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \ + ${UNITSDIR}/md5/Package.fpc:${PORTSDIR}/security/fpc-md5 \ + ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \ + ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \ + ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \ + ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \ + ${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \ + ${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \ + ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \ + ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \ + ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \ + ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite + +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile"