Date: Mon, 9 Feb 2004 20:22:42 -0800 (PST) From: John Merryweather Cooper <coop9211@uidaho.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62612: [NEW PORT] archivers/fpc-paszlib Message-ID: <20040210042242.DA7D47AF@borgdemon.losaca.adelphia.net> Resent-Message-ID: <200402100430.i1A4UKlG069717@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62612 >Category: ports >Synopsis: [NEW PORT] archivers/fpc-paszlib >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: Mon Feb 09 20:30:19 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 #11: Sun Feb 8 00:49:01 PST 2004 root@borgdemon.losaca.adelphia.net:/usr/obj/usr/src/sys/K6-2 i386 >Description: archivers/fpc-paszlib is a Free Pascal base unit that implements compression IO. >How-To-Repeat: N/A >Fix: --- new-port-fpc-paszlib 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-paszlib # fpc-paszlib/Makefile # fpc-paszlib/distinfo # fpc-paszlib/pkg-descr # fpc-paszlib/pkg-plist # echo c - fpc-paszlib mkdir -p fpc-paszlib > /dev/null 2>&1 echo x - fpc-paszlib/Makefile sed 's/^X//' >fpc-paszlib/Makefile << 'END-of-fpc-paszlib/Makefile' X# New ports collection makefile for: FreeVision X# Date created: 9 February 2004 X# Whom: John Merryweather Cooper X# X# $FreeBSD$ X# X XPORTNAME= paszlib XPORTVERSION= 1.0.10 XCATEGORIES= archivers devel XMASTER_SITES= http://www.borgsdemons.com/distfiles/ XPKGNAMEPREFIX= fpc- X XMAINTAINER= coop9211@uidaho.edu XCOMMENT= paszlib is a Free Pascal unit for native compression IO X XBUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc XRUN_DEPENDS= ${BUILD_DEPENDS} XUSE_GMAKE= yes XUSE_REINPLACE= yes XONLY_FOR_ARCHS= i386 X X.include <bsd.port.pre.mk> 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 Xpost-patch: X# change to alter amount of optimization X @${FIND} ${WRKDIR}/paszlib -name "Makefile*" | ${XARGS} \ X ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' X Xdo-build: X @${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKDIR}/paszlib all X Xdo-install: X @${SETENV} ${MAKE_ENV} ${GMAKE} -C ${WRKDIR}/paszlib install X X.include <bsd.port.post.mk> END-of-fpc-paszlib/Makefile echo x - fpc-paszlib/distinfo sed 's/^X//' >fpc-paszlib/distinfo << 'END-of-fpc-paszlib/distinfo' XMD5 (paszlib-1.0.10.tar.gz) = 4d52f1d084a424a5deabc4f47eb4d370 XSIZE (paszlib-1.0.10.tar.gz) = 96724 END-of-fpc-paszlib/distinfo echo x - fpc-paszlib/pkg-descr sed 's/^X//' >fpc-paszlib/pkg-descr << 'END-of-fpc-paszlib/pkg-descr' XThe paszlib unit is one of the base packages developed for XFree Pascal, a 32-bit Turbo Pascal/Delphi compatible compiler. XThis unit provides some of the interfaces in Delphi Vision. X XWWW: http://www.freepascal.org/ X X-- XJohn Merryweather Cooper <coop9211@uidaho.edu> END-of-fpc-paszlib/pkg-descr echo x - fpc-paszlib/pkg-plist sed 's/^X//' >fpc-paszlib/pkg-plist << 'END-of-fpc-paszlib/pkg-plist' Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/Package.fpc Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/adler.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/adler.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/gzcrc.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/gzcrc.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/gzio.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/gzio.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/infblock.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/infblock.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/infcodes.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/infcodes.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/inffast.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/inffast.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/inftrees.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/inftrees.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/infutil.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/infutil.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/paszlib.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/paszlib.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/trees.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/trees.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/zbase.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/zbase.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/zcompres.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/zcompres.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/zdeflate.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/zdeflate.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/zinflate.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/zinflate.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/zuncompr.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/zuncompr.ppu Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/zutil.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/paszlib/zutil.ppu X@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/paszlib X@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd X@dirrm lib/fpc/%%PORTVERSION%%/units X@dirrm lib/fpc/%%PORTVERSION%% X@dirrm lib/fpc END-of-fpc-paszlib/pkg-plist exit --- new-port-fpc-paszlib ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040210042242.DA7D47AF>