Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2020 02:35:16 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556242 - head/devel/fpc-odata
Message-ID:  <202011250235.0AP2ZGVn051844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Wed Nov 25 02:35:16 2020
New Revision: 556242
URL: https://svnweb.freebsd.org/changeset/ports/556242

Log:
  - New port: devel/fpc-odata
  
  Free Pascal interface to odata

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

Added: head/devel/fpc-odata/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/fpc-odata/Makefile	Wed Nov 25 02:35:16 2020	(r556242)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+CATEGORIES=	devel lang
+PKGNAMESUFFIX=	-odata
+
+COMMENT=	Free Pascal interface to odata
+
+USES=		fpc
+USE_FPC=	dblib fastcgi fcl-async fcl-base fcl-db fcl-fpcunit fcl-json \
+		fcl-net fcl-passrc fcl-res fcl-xml fcl-web httpd22 httpd24 \
+		ibase libmicrohttpd mysql odbc openssl oracle postgres pxlib \
+		rtl-extra rtl-objpas sqlite
+
+MASTERDIR=	${.CURDIR}/../../lang/fpc
+WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
+EXTRACTUNITDIR=	${WRKUNITDIR}
+
+.include "${MASTERDIR}/Makefile"

Added: head/devel/fpc-odata/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/fpc-odata/pkg-plist	Wed Nov 25 02:35:16 2020	(r556242)
@@ -0,0 +1,11 @@
+lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/odata.fpm
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/msgraph.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/msgraph.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/odatabase.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/odatabase.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/odataservice.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/odataservice.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/office365client.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/office365client.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/sharepoint.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/sharepoint.ppu



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011250235.0AP2ZGVn051844>