From 2717e46c960589233a78eb87bb92f44a09fefae0 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 16 Jan 2004 01:01:43 +0000 Subject: [PATCH] add fpc-inet 1.0.10 Free Pascal routines for internet programming PR: 61120 Submitted by: John Merryweather Cooper --- net/Makefile | 1 + net/fpc-inet/Makefile | 76 ++++++++++++++++++++++++++++++++++++++++++ net/fpc-inet/distinfo | 1 + net/fpc-inet/pkg-descr | 8 +++++ net/fpc-inet/pkg-plist | 4 +++ 5 files changed, 90 insertions(+) create mode 100644 net/fpc-inet/Makefile create mode 100644 net/fpc-inet/distinfo create mode 100644 net/fpc-inet/pkg-descr create mode 100644 net/fpc-inet/pkg-plist diff --git a/net/Makefile b/net/Makefile index 9451b5e24040..1f0b5b111105 100644 --- a/net/Makefile +++ b/net/Makefile @@ -140,6 +140,7 @@ SUBDIR += flow-tools SUBDIR += flowscan SUBDIR += forg + SUBDIR += fpc-inet SUBDIR += fping SUBDIR += fprobe SUBDIR += freebsd-uucp diff --git a/net/fpc-inet/Makefile b/net/fpc-inet/Makefile new file mode 100644 index 000000000000..a19e0fc0bcc0 --- /dev/null +++ b/net/fpc-inet/Makefile @@ -0,0 +1,76 @@ +# New ports collection makefile for: Free Pascal Compiler +# Date created: 28 November 2001 +# Whom: John Merryweather Cooper et al +# +# $FreeBSD$ +# + +PORTNAME= inet +PORTVERSION= 1.0.10 +CATEGORIES= net +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 routines for internet programming + +.include + +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 +USE_REINPLACE= yes +ONLY_FOR_ARCHS= i386 + +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 +# +# inet sources + @${TAR} zxf ${WRKSRC}/sources/unitsinetsrc.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/inet && \ + ${GMAKE} ${MAKE_ENV} all + +do-install: + cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/inet && \ + ${GMAKE} ${MAKE_ENV} install + +.include diff --git a/net/fpc-inet/distinfo b/net/fpc-inet/distinfo new file mode 100644 index 000000000000..cdc32c64a7d3 --- /dev/null +++ b/net/fpc-inet/distinfo @@ -0,0 +1 @@ +MD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667 diff --git a/net/fpc-inet/pkg-descr b/net/fpc-inet/pkg-descr new file mode 100644 index 000000000000..55ac2d4eb0c5 --- /dev/null +++ b/net/fpc-inet/pkg-descr @@ -0,0 +1,8 @@ +Inet is part of the base packages of Free Pascal, a 32-bit +Turbo Pascal/Delphi compatible compiler. Inet provides +routines for internet programming. + +WWW: http://www.freepascal.org/ + +-- +John Merryweather Cooper diff --git a/net/fpc-inet/pkg-plist b/net/fpc-inet/pkg-plist new file mode 100644 index 000000000000..5eae3d0222f4 --- /dev/null +++ b/net/fpc-inet/pkg-plist @@ -0,0 +1,4 @@ +lib/fpc/%%PORTVERSION%%/units/freebsd/inet/Package.fpc +lib/fpc/%%PORTVERSION%%/units/freebsd/inet/inet.o +lib/fpc/%%PORTVERSION%%/units/freebsd/inet/inet.ppu +@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/inet