diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-22 02:17:09 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-22 02:17:09 +0000 |
commit | 728d838db1f4500e2d9a0ed2054d1efa16ff0046 (patch) | |
tree | 4c83ab5c9885753e32d7ddad97d672822790a203 /editors/fpc-ide | |
parent | Reset undeliverable maintainer address (diff) |
Add fpc-ide, a Turbo Pascal-like IDE/compiler/debugger for the Free Pascal
project.
PR: 62574
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
Diffstat (limited to 'editors/fpc-ide')
-rw-r--r-- | editors/fpc-ide/Makefile | 86 | ||||
-rw-r--r-- | editors/fpc-ide/distinfo | 2 | ||||
-rw-r--r-- | editors/fpc-ide/files/patch-share::src::fpc-1.0.10::ide::compiler::Makefile.fpc | 11 | ||||
-rw-r--r-- | editors/fpc-ide/pkg-descr | 8 | ||||
-rw-r--r-- | editors/fpc-ide/pkg-plist | 16 |
5 files changed, 123 insertions, 0 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile new file mode 100644 index 000000000000..7d845417ff06 --- /dev/null +++ b/editors/fpc-ide/Makefile @@ -0,0 +1,86 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 28 November 2001 +# Whom: John Merryweather Cooper et al +# +# $FreeBSD$ +# + +PORTNAME= ide +PORTVERSION= 1.0.10 +CATEGORIES= editors lang +MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \ + http://planetmirror.com/pub/fpc/dist/FreeBSD/ \ + ftp://ftp.jp.freepascal.org/mirror/fpc/dist/FreeBSD/ \ + ftp://freepascal.stack.nl/pub/fpc/dist/FreeBSD/ \ + ftp://ftp.no.freepascal.org/pub/fpc/dist/FreeBSD/ \ + ftp://ftp.us.freepascal.org/pub/fpc/dist/FreeBSD/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= freepascal +PKGNAMEPREFIX= fpc- +DISTNAME= fpc-${PORTVERSION}.ELF +EXTRACT_SUFX= .tar + +MAINTAINER= coop9211@uidaho.edu +COMMENT= Free Pascal integrated IDE/compiler + +.include <bsd.port.pre.mk> + +BUILD_DEPENDS+= ppc386:${PORTSDIR}/lang/fpc \ + ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd/gdbint/gdbint.ppu:${PORTSDIR}/devel/fpc-gdbint \ + ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd/fv/drivers.ppu:${PORTSDIR}/devel/fpc-fvision +RUN_DEPENDS+= ${BUILD_DEPENDS} +.if ${OSVERSION} < 470000 +EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar +TAR= ${LOCALBASE}/bin/gtar +.endif +USE_GMAKE= yes +USE_REINPLACE= yes +ONLY_FOR_ARCHS= i386 + +DOCSDIR= ${PREFIX}/share/doc/fpc +PLIST_SUB+= PORTVERSION=${PORTVERSION} + +MAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \ + FPC=${LOCALBASE}/bin/ppc386 \ + INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \ + INSTALL_BINDIR=${PREFIX}/bin \ + INSTALL_DOCDIR=${DOCSDIR} \ + GCCLIBDIR=/usr/lib \ + GDBLIBDIR=${LOCALBASE}/lib/fpc/${PORTVERSION}/units/freebsd/gdbint/libgdb \ + RELEASE=1 + +do-extract: +# unpack distribution + @${MKDIR} ${WRKSRC} + @${TAR} xf ${DISTDIR}/${DISTNAME}.tar --directory ${WRKSRC} +# unpack sources distribution + @${MKDIR} ${WRKSRC}/sources + @${TAR} xf ${WRKSRC}/sources.tar --directory ${WRKSRC}/sources +# further extract base sources +# +# ide and compiler sources + @${TAR} zxf ${WRKSRC}/sources/compilersrc.tar.gz \ + --directory ${WRKSRC} + @${TAR} zxf ${WRKSRC}/sources/idesrc.tar.gz \ + --directory ${WRKSRC} + +post-patch: +# change to alter amount of optimization + @${FIND} ${WRKSRC}/share/src -name "Makefile*" | \ + ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' + +pre-build: + cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/ide/compiler && \ + fpcmake + +do-build: + @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ + ${WRKSRC}/share/src/fpc-${PORTVERSION}/ide \ + all + +do-install: + @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ + ${WRKSRC}/share/src/fpc-${PORTVERSION}/ide \ + install + +.include <bsd.port.post.mk> diff --git a/editors/fpc-ide/distinfo b/editors/fpc-ide/distinfo new file mode 100644 index 000000000000..54527a31654e --- /dev/null +++ b/editors/fpc-ide/distinfo @@ -0,0 +1,2 @@ +MD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667 +SIZE (fpc-1.0.10.ELF.tar) = 17448960 diff --git a/editors/fpc-ide/files/patch-share::src::fpc-1.0.10::ide::compiler::Makefile.fpc b/editors/fpc-ide/files/patch-share::src::fpc-1.0.10::ide::compiler::Makefile.fpc new file mode 100644 index 000000000000..baf0f516754e --- /dev/null +++ b/editors/fpc-ide/files/patch-share::src::fpc-1.0.10::ide::compiler::Makefile.fpc @@ -0,0 +1,11 @@ +--- share/src/fpc-1.0.10/ide/compiler/Makefile.fpc.old Fri Jan 16 00:23:44 2004 ++++ share/src/fpc-1.0.10/ide/compiler/Makefile.fpc Fri Jan 16 00:25:03 2004 +@@ -18,7 +18,7 @@ + fpcdir=../.. + + [prerules] +-COMPILERDIR=$(FPCDIR)/compiler ++COMPILERDIR=../../compiler + + # Use 1.0.2 and 1.0.4 require -Ca to generate simple ppu + ifneq ($(findstring 1.0.2,$(FPC_VERSION)),) diff --git a/editors/fpc-ide/pkg-descr b/editors/fpc-ide/pkg-descr new file mode 100644 index 000000000000..4305d3772783 --- /dev/null +++ b/editors/fpc-ide/pkg-descr @@ -0,0 +1,8 @@ +Regexpr is part of the base packages of Free Pascal, +a 32-bit Turbo Pascal/Delphi compatible compiler. Regexpr +provides regular expression routines. + +WWW: http://www.freepascal.org/ + +-- +John Merryweather Cooper <coop9211@uidaho.edu> diff --git a/editors/fpc-ide/pkg-plist b/editors/fpc-ide/pkg-plist new file mode 100644 index 000000000000..fed731fcfab1 --- /dev/null +++ b/editors/fpc-ide/pkg-plist @@ -0,0 +1,16 @@ +bin/fp +lib/fpc/%%PORTVERSION%%/ide/cvsco.tdf +lib/fpc/%%PORTVERSION%%/ide/cvsdiff.tdf +lib/fpc/%%PORTVERSION%%/ide/cvsup.tdf +lib/fpc/%%PORTVERSION%%/ide/fp.ans +lib/fpc/%%PORTVERSION%%/ide/gplprog.pt +lib/fpc/%%PORTVERSION%%/ide/gplunit.pt +lib/fpc/%%PORTVERSION%%/ide/grep.tdf +lib/fpc/%%PORTVERSION%%/ide/program.pt +lib/fpc/%%PORTVERSION%%/ide/tpgrep.tdf +lib/fpc/%%PORTVERSION%%/ide/unit.pt +%%DOCSDIR%%/readme.ide +@dirrm %%DOCSDIR%% +@dirrm lib/fpc/%%PORTVERSION%%/ide +@dirrm lib/fpc/%%PORTVERSION%% +@dirrm lib/fpc |