Date: Mon, 9 Feb 2004 09:09:11 -0800 (PST) From: John Merryweather Cooper <coop9211@uidaho.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62593: [NEW PORT] security/fpc-md5 Message-ID: <20040209170911.3C51F1BB@borgdemon.losaca.adelphia.net> Resent-Message-ID: <200402091710.i19HAIHN068635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62593 >Category: ports >Synopsis: [NEW PORT] security/fpc-md5 >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 09:10:18 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: security/fpc-md5 is a Free Pascal unit providing MD5 hash routines. >How-To-Repeat: N/A >Fix: --- new-port-fpc-md5 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-md5 # fpc-md5/Makefile # fpc-md5/distinfo # fpc-md5/pkg-descr # fpc-md5/pkg-plist # echo c - fpc-md5 mkdir -p fpc-md5 > /dev/null 2>&1 echo x - fpc-md5/Makefile sed 's/^X//' >fpc-md5/Makefile << 'END-of-fpc-md5/Makefile' X# New ports collection makefile for: fpc-md5 X# Date created: 8 February 2004 X# Whom: John Merryweather Cooper X# X# $FreeBSD$ X# X XPORTNAME= md5 XPORTVERSION= 1.0.10 XCATEGORIES= security lang XMASTER_SITES= http://www.borgsdemons.com/distfiles/ XPKGNAMEPREFIX= fpc- X XMAINTAINER= coop9211@uidaho.edu XCOMMENT= md5 is a Free Pascal unit for MD5 hash routines 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}/packages/base/md5 -name "Makefile*" | \ X ${XARGS} ${REINPLACE_CMD} 's|-OG2p3|-OG2p1|g' X Xdo-build: X @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ X ${WRKDIR}/packages/base/md5 all X Xdo-install: X @${SETENV} ${MAKE_ENV} ${GMAKE} -C \ X ${WRKDIR}/packages/base/md5 install X X.include <bsd.port.post.mk> END-of-fpc-md5/Makefile echo x - fpc-md5/distinfo sed 's/^X//' >fpc-md5/distinfo << 'END-of-fpc-md5/distinfo' XMD5 (md5-1.0.10.tar.gz) = 45a5474d459a8bc481749f276566f0e5 XSIZE (md5-1.0.10.tar.gz) = 10675 END-of-fpc-md5/distinfo echo x - fpc-md5/pkg-descr sed 's/^X//' >fpc-md5/pkg-descr << 'END-of-fpc-md5/pkg-descr' XThe md5 unit is part of the base packages for Free Pascal, Xa 32-bit Turbo Pascal/Delphi compatible compiler. This unit Xprovides MD5 hash routines. X XWWW: http://www.freepascal.org/ X X-- XJohn Merryweather Cooper <coop9211@uidaho.edu> END-of-fpc-md5/pkg-descr echo x - fpc-md5/pkg-plist sed 's/^X//' >fpc-md5/pkg-plist << 'END-of-fpc-md5/pkg-plist' Xlib/fpc/%%PORTVERSION%%/units/freebsd/md5/Package.fpc Xlib/fpc/%%PORTVERSION%%/units/freebsd/md5/md5.o Xlib/fpc/%%PORTVERSION%%/units/freebsd/md5/md5.ppu X@dirrm lib/fpc/%%PORTVERSION%%/units/freebsd/md5 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-md5/pkg-plist exit --- new-port-fpc-md5 ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040209170911.3C51F1BB>