Index: head/devel/fpc-odata/Makefile =================================================================== --- head/devel/fpc-odata/Makefile (nonexistent) +++ head/devel/fpc-odata/Makefile (revision 556242) @@ -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" Property changes on: head/devel/fpc-odata/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/fpc-odata/pkg-plist =================================================================== --- head/devel/fpc-odata/pkg-plist (nonexistent) +++ head/devel/fpc-odata/pkg-plist (revision 556242) @@ -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 Property changes on: head/devel/fpc-odata/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property