- New port: lang/fpc-source
Originally named FPK-Pascal, the Free Pascal compiler is a 32 bit and 64 bit Turbo Pascal compatible Pascal compiler for DOS, Linux, Win32, OS/2, (based on an older version) the AmigaOS, FreeBSD/ELF, BeOS, Darwin(OSX) and others (source code). WWW: https://www.freepascal.org/
This commit is contained in:
parent
4b5930e48a
commit
7f1c1de732
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509005
4 changed files with 43 additions and 0 deletions
|
@ -91,6 +91,7 @@
|
|||
SUBDIR += fpc-rtl-extra
|
||||
SUBDIR += fpc-rtl-objpas
|
||||
SUBDIR += fpc-rtl-unicode
|
||||
SUBDIR += fpc-source
|
||||
SUBDIR += fpc-units
|
||||
SUBDIR += fpc-utils
|
||||
SUBDIR += fsharp
|
||||
|
|
33
lang/fpc-source/Makefile
Normal file
33
lang/fpc-source/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fpc
|
||||
PORTVERSION= 3.0.4
|
||||
DISTVERSIONSUFFIX=.source
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/ \
|
||||
ftp://planetmirror.com/pub/fpc/dist/${PORTVERSION}/source/ \
|
||||
ftp://ftp.jp.freepascal.org/mirror/fpc/dist/${PORTVERSION}/source/ \
|
||||
ftp://freepascal.stack.nl/pub/fpc/dist/${PORTVERSION}/source/ \
|
||||
ftp://ftp.no.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/ \
|
||||
ftp://ftp.us.freepascal.org/pub/fpc/dist/${PORTVERSION}/source/ \
|
||||
SF/freepascal/Source/${PORTVERSION}
|
||||
PKGNAMESUFFIX= -source
|
||||
DIST_SUBDIR= freepascal
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Free Pascal compiler with Turbo and Delphi (source)
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
NO_BUILD= yes
|
||||
|
||||
PORTDATA= *
|
||||
|
||||
PATCHDIR= ${PORTSDIR}/lang/fpc/files
|
||||
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
|
||||
do-install:
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} . \
|
||||
${STAGEDIR}${DATADIR})
|
||||
|
||||
.include <bsd.port.mk>
|
3
lang/fpc-source/distinfo
Normal file
3
lang/fpc-source/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1565829645
|
||||
SHA256 (freepascal/fpc-3.0.4.source.tar.gz) = 69b3b7667b72b6759cf27226df5eb54112ce3515ff5efb79d95ac14bac742845
|
||||
SIZE (freepascal/fpc-3.0.4.source.tar.gz) = 40347617
|
6
lang/fpc-source/pkg-descr
Normal file
6
lang/fpc-source/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Originally named FPK-Pascal, the Free Pascal compiler is a 32 bit and 64 bit
|
||||
Turbo Pascal compatible Pascal compiler for DOS, Linux, Win32, OS/2,
|
||||
(based on an older version) the AmigaOS, FreeBSD/ELF, BeOS, Darwin(OSX)
|
||||
and others (source code).
|
||||
|
||||
WWW: https://www.freepascal.org/
|
Loading…
Reference in a new issue