From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 9 09:10:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 837B716A4CE for ; Mon, 9 Feb 2004 09:10:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82F3543D39 for ; Mon, 9 Feb 2004 09:10:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i19HAIbv068636 for ; Mon, 9 Feb 2004 09:10:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i19HAIHN068635; Mon, 9 Feb 2004 09:10:18 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 9 Feb 2004 09:10:18 -0800 (PST) Resent-Message-Id: <200402091710.i19HAIHN068635@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Merryweather Cooper Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C58816A4CE for ; Mon, 9 Feb 2004 09:09:50 -0800 (PST) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FEB243D1F for ; Mon, 9 Feb 2004 09:09:50 -0800 (PST) (envelope-from johnmary@adelphia.net) Received: from borgdemon.losaca.adelphia.net ([67.21.169.8]) by mta10.adelphia.netESMTP <20040209170947.GDQP1048.mta10.adelphia.net@borgdemon.losaca.adelphia.net> for ; Mon, 9 Feb 2004 12:09:47 -0500 Received: by borgdemon.losaca.adelphia.net (Postfix, from userid 0) id 3C51F1BB; Mon, 9 Feb 2004 09:09:11 -0800 (PST) Message-Id: <20040209170911.3C51F1BB@borgdemon.losaca.adelphia.net> Date: Mon, 9 Feb 2004 09:09:11 -0800 (PST) From: John Merryweather Cooper To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/62593: [NEW PORT] security/fpc-md5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Merryweather Cooper List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 17:10:18 -0000 >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 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 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 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: