Date: Thu, 15 Aug 2019 16:14:22 +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: r509005 - in head/lang: . fpc-source Message-ID: <201908151614.x7FGEMNk098581@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Thu Aug 15 16:14:22 2019 New Revision: 509005 URL: https://svnweb.freebsd.org/changeset/ports/509005 Log: - 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/ Added: head/lang/fpc-source/ head/lang/fpc-source/Makefile (contents, props changed) head/lang/fpc-source/distinfo (contents, props changed) head/lang/fpc-source/pkg-descr (contents, props changed) Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Thu Aug 15 16:11:27 2019 (r509004) +++ head/lang/Makefile Thu Aug 15 16:14:22 2019 (r509005) @@ -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 Added: head/lang/fpc-source/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/fpc-source/Makefile Thu Aug 15 16:14:22 2019 (r509005) @@ -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> Added: head/lang/fpc-source/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/fpc-source/distinfo Thu Aug 15 16:14:22 2019 (r509005) @@ -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 Added: head/lang/fpc-source/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/fpc-source/pkg-descr Thu Aug 15 16:14:22 2019 (r509005) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908151614.x7FGEMNk098581>