diff options
author | marino <marino@FreeBSD.org> | 2015-12-06 07:29:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-06 07:29:36 +0800 |
commit | 02a040de8efbde03f3ef96fa4cf6d61e4d9a7573 (patch) | |
tree | 6ef0e1020a116341931d3335d3863622b9586ead /lang/fpc-rtl-objpas | |
parent | 7a38e438af35fc32097474361c55577614e86bfe (diff) | |
download | freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.tar.gz freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.tar.zst freebsd-ports-gnome-02a040de8efbde03f3ef96fa4cf6d61e4d9a7573.zip |
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0
Several new unit ports were added, some were contracted. Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.
All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
Diffstat (limited to 'lang/fpc-rtl-objpas')
-rw-r--r-- | lang/fpc-rtl-objpas/Makefile | 15 | ||||
-rw-r--r-- | lang/fpc-rtl-objpas/pkg-plist | 17 |
2 files changed, 32 insertions, 0 deletions
diff --git a/lang/fpc-rtl-objpas/Makefile b/lang/fpc-rtl-objpas/Makefile new file mode 100644 index 000000000000..e20af2aa7a01 --- /dev/null +++ b/lang/fpc-rtl-objpas/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +CATEGORIES= lang +PKGNAMESUFFIX= -rtl-objpas + +MAINTAINER= freebsd-fpc@FreeBSD.org +COMMENT= Free Pascal compatibility unit with Delphi + +USE_FPC= yes + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR= ${WRKUNITDIR} + +.include "${MASTERDIR}/Makefile" diff --git a/lang/fpc-rtl-objpas/pkg-plist b/lang/fpc-rtl-objpas/pkg-plist new file mode 100644 index 000000000000..aa03f7bd1876 --- /dev/null +++ b/lang/fpc-rtl-objpas/pkg-plist @@ -0,0 +1,17 @@ +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rtl-objpas.fpm +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/convutils.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/convutils.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/dateutils.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/dateutils.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/fmtbcd.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/fmtbcd.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/stdconvs.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/stdconvs.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/stdconvs.rsj +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/strutils.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/strutils.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/variants.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/variants.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/variants.rsj +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/varutils.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/varutils.ppu |