ports/61120: [NEW PORT] net/fpc-inet
John Merryweather Cooper
johnmary at adelphia.net
Fri Jan 9 10:00:21 UTC 2004
>Number: 61120
>Category: ports
>Synopsis: [NEW PORT] net/fpc-inet
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Fri Jan 09 02:00:15 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: John Merryweather Cooper
>Release: FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD borgdemon.losaca.adelphia.net 4.9-STABLE FreeBSD 4.9-STABLE #6: Thu Jan 1 21:36:51 PST 2004 root at borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/K6-2 i386
>Description:
net/fpc-inet provides Free Pascal with an interface for
internet programming. It is one of the basic Free Pascal units.
>How-To-Repeat:
N/A
>Fix:
--- new-port-fpc-inet-1.0.10 begins here ---
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# fpc-inet
# fpc-inet/Makefile
# fpc-inet/distinfo
# fpc-inet/pkg-descr
# fpc-inet/pkg-plist
#
echo c - fpc-inet
mkdir -p fpc-inet > /dev/null 2>&1
echo x - fpc-inet/Makefile
sed 's/^X//' >fpc-inet/Makefile << 'END-of-fpc-inet/Makefile'
X# New ports collection makefile for: Free Pascal Compiler
X# Date created: 28 November 2001
X# Whom: John Merryweather Cooper et al
X#
X# $FreeBSD: ports/lang/fpc/Makefile,v 1.10 2004/01/07 10:14:04 znerd Exp $
X#
X
XPORTNAME= inet
XPORTVERSION= 1.0.10
XCATEGORIES= net lang
XMASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/FreeBSD/ \
X http://planetmirror.com/pub/fpc/dist/FreeBSD/ \
X ftp://ftp.jp.freepascal.org/mirror/fpc/dist/FreeBSD/ \
X ftp://freepascal.stack.nl/pub/fpc/dist/FreeBSD/ \
X ftp://ftp.no.freepascal.org/pub/fpc/dist/FreeBSD/ \
X ftp://ftp.us.freepascal.org/pub/fpc/dist/FreeBSD/ \
X ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= freepascal
XPKGNAMEPREFIX= fpc-
XDISTNAME= fpc-${PORTVERSION}.ELF
XEXTRACT_SUFX= .tar
X
XMAINTAINER= coop9211 at uidaho.edu
XCOMMENT= Free Pascal routines for internet programming
X
X.include <bsd.port.pre.mk>
X
XBUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
XRUN_DEPENDS= ${BUILD_DEPENDS}
X.if ${OSVERSION} >= 500000
XLIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
X.endif
X.if ${OSVERSION} < 470000
XEXTRACT_DEPENDS= gtar:${PORTSDIR}/archivers/gtar
XTAR= ${LOCALBASE}/bin/gtar
X.endif
XUSE_GMAKE= yes
XUSE_REINPLACE= yes
XONLY_FOR_ARCHS= i386
X
XPLIST_SUB+= PORTVERSION=${PORTVERSION}
X
XMAKE_ENV+= PATH=${LOCALBASE}/bin:$$PATH \
X FPC=${LOCALBASE}/bin/ppc386 \
X INSTALL_BASEDIR=${PREFIX}/lib/fpc/${PORTVERSION} \
X INSTALL_BINDIR=${PREFIX}/bin \
X GCCLIBDIR=/usr/lib \
X RELEASE=1
X
Xdo-extract:
X# unpack distribution
X @${MKDIR} ${WRKSRC}
X @${TAR} xf ${DISTDIR}/${DISTNAME}.tar --directory ${WRKSRC}
X# unpack sources distribution
X @${MKDIR} ${WRKSRC}/sources
X @${TAR} xf ${WRKSRC}/sources.tar --directory ${WRKSRC}/sources
X# further extract base sources
X#
X# inet sources
X @${TAR} zxf ${WRKSRC}/sources/unitsinetsrc.tar.gz \
X --directory ${WRKSRC}
X
Xpost-patch:
X# change to alter amount of optimization
X @${FIND} ${WRKSRC}/share/src/fpc-${PORTVERSION} -name \
X "Makefile*" | ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g'
X
Xdo-build:
X cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/inet && \
X ${GMAKE} ${MAKE_ENV} all
X
Xdo-install:
X cd ${WRKSRC}/share/src/fpc-${PORTVERSION}/packages/base/inet && \
X ${GMAKE} ${MAKE_ENV} install
X
X.include <bsd.port.post.mk>
END-of-fpc-inet/Makefile
echo x - fpc-inet/distinfo
sed 's/^X//' >fpc-inet/distinfo << 'END-of-fpc-inet/distinfo'
XMD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667
END-of-fpc-inet/distinfo
echo x - fpc-inet/pkg-descr
sed 's/^X//' >fpc-inet/pkg-descr << 'END-of-fpc-inet/pkg-descr'
XInet is part of the base packages of Free Pascal, a 32-bit
XTurbo Pascal/Delphi compatible compiler. Inet provides
Xroutines for internet programming.
X
XWWW: http://www.freepascal.org/
X
X--
XJohn Merryweather Cooper <coop9211 at uidaho.edu>
END-of-fpc-inet/pkg-descr
echo x - fpc-inet/pkg-plist
sed 's/^X//' >fpc-inet/pkg-plist << 'END-of-fpc-inet/pkg-plist'
Xlib/fpc/%%PORTVERSION%%/units/freebsd/inet/Package.fpc
Xlib/fpc/%%PORTVERSION%%/units/freebsd/inet/inet.o
Xlib/fpc/%%PORTVERSION%%/units/freebsd/inet/inet.ppu
X at dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/inet
X at dirrm lib/fpc/%%PORTVERSION%%/units/freebsd
X at dirrm lib/fpc/%%PORTVERSION%%/units
X at dirrm lib/fpc/%%PORTVERSION%%
X at dirrm lib/fpc
END-of-fpc-inet/pkg-plist
exit
--- new-port-fpc-inet-1.0.10 ends here ---
--------------000004020500010107080605--
>Release-Note:
>Audit-Trail:
>Unformatted:
This is a multi-part message in MIME format.
--------------000004020500010107080605
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
See attached.
--------------000004020500010107080605
Content-Type: text/plain;
name="send-pr-new-port-net-fpc-inet"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="send-pr-new-port-net-fpc-inet"
To: FreeBSD-gnats-submit at freebsd.org
From: John Merryweather Cooper <johnmary at adelphia.net>
Reply-To: John Merryweather Cooper <coop9211 at uidaho.edu>
Cc:
X-send-pr-version: 3.113
X-GNATS-Notify:
More information about the freebsd-ports-bugs
mailing list