diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:52:57 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:52:57 +0000 |
commit | b06153abd6cff3313971e58ae665e96b0bf447bf (patch) | |
tree | d671f1e410fe2766e67c77bc1573fd986720b550 /devel/fpc-regexpr | |
parent | acca2dab6cf8bdfcdf61189c830d87fae34e8118 (diff) |
Notes
Diffstat (limited to 'devel/fpc-regexpr')
-rw-r--r-- | devel/fpc-regexpr/Makefile | 70 | ||||
-rw-r--r-- | devel/fpc-regexpr/distinfo | 3 | ||||
-rw-r--r-- | devel/fpc-regexpr/pkg-descr | 8 | ||||
-rw-r--r-- | devel/fpc-regexpr/pkg-plist | 4 |
4 files changed, 6 insertions, 79 deletions
diff --git a/devel/fpc-regexpr/Makefile b/devel/fpc-regexpr/Makefile index dfc00a14f395..2867bc28f164 100644 --- a/devel/fpc-regexpr/Makefile +++ b/devel/fpc-regexpr/Makefile @@ -5,72 +5,14 @@ # $FreeBSD$ # -PORTNAME= regexpr -PORTVERSION= 1.0.10 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \ - ftp://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 +CATEGORIES= devel lang +PKGNAMESUFFIX= -regexpr -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acardenas@bsd.org.pe COMMENT= Free Pascal regular expression routines -.include <bsd.port.pre.mk> +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc -RUN_DEPENDS= ${BUILD_DEPENDS} -.if ${OSVERSION} >= 500000 -LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x -.endif -.if ${OSVERSION} < 470000 -EXTRACT_DEPENDS= gtar:${PORTSDIR}/archivers/gtar -TAR= ${LOCALBASE}/bin/gtar -.endif -USE_GMAKE= yes -ONLY_FOR_ARCHS= i386 +MASTERDIR= ${.CURDIR}/../../lang/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 \ - GCCLIBDIR=/usr/lib \ - 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 -# -# regexpr sources - @${TAR} zxf ${WRKSRC}/sources/unitsregexprsrc.tar.gz \ - --directory ${WRKSRC} - -post-patch: -# change to alter amount of optimization - @${FIND} ${WRKSRC}/share/src/fpc-${PORTVERSION} -name \ - "Makefile*" | ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' - -do-build: - cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/regexpr && \ - ${GMAKE} ${MAKE_ENV} all - -do-install: - cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/regexpr && \ - ${GMAKE} ${MAKE_ENV} install - -.include <bsd.port.post.mk> +.include "${MASTERDIR}/Makefile" diff --git a/devel/fpc-regexpr/distinfo b/devel/fpc-regexpr/distinfo deleted file mode 100644 index fb00975ada0c..000000000000 --- a/devel/fpc-regexpr/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667 -SHA256 (fpc-1.0.10.ELF.tar) = 318bab9d1269dffcc5fe737d224fca939c5f130f34f12d166319b3d1ba776bfb -SIZE (fpc-1.0.10.ELF.tar) = 17448960 diff --git a/devel/fpc-regexpr/pkg-descr b/devel/fpc-regexpr/pkg-descr deleted file mode 100644 index 4305d3772783..000000000000 --- a/devel/fpc-regexpr/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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/devel/fpc-regexpr/pkg-plist b/devel/fpc-regexpr/pkg-plist deleted file mode 100644 index 457d480a190d..000000000000 --- a/devel/fpc-regexpr/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/fpc/%%PORTVERSION%%/units/freebsd/regexpr/Package.fpc -lib/fpc/%%PORTVERSION%%/units/freebsd/regexpr/regexpr.o -lib/fpc/%%PORTVERSION%%/units/freebsd/regexpr/regexpr.ppu -@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/regexpr |