Date: Fri, 1 Oct 1999 04:56:13 -0400 (EDT) From: Andrew Arensburger <arensb@umiacs.umd.edu> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14073: New port: gensig 2.2: random .signature generator Message-ID: <199910010856.EAA16638@clue.umiacs.umd.edu>
next in thread | raw e-mail | index | archive | help
>Number: 14073 >Category: ports >Synopsis: New port: gensig 2.2: random .signature generator >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 1 02:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrew &urger >Release: FreeBSD 3.2-RELEASE i386 >Organization: Ooblick >Environment: >Description: This is a new port. The synopsis says it all, I think. Sharchive follows. # 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: # # . # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # ./files # ./files/md5 # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XA random .signature generator. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XGensig is a random signature generator. It is intended to be usable Xwith any mail- or newsreader. X XThere is a large list of taglines at Xhttp://www.ooblick.com/software/gensig/taglines.gz END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/gensig Xbin/cattag Xshare/gensig/taglines X@dirrm share/gensig END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: gensig X# Version required: 2.2 X# Date created: 6 August 1999 X# Whom: arensb@ooblick.com X# X# $Id$ X# X XDISTNAME= gensig-2.2 XCATEGORIES= mail XMASTER_SITES= http://www.geeks.com/~robf/ware/gensig/ \ X http://www.ooblick.com/software/gensig/ X XMAINTAINER= arensb@ooblick.com X XGNU_CONFIGURE= yes X XMAN1= gensig.1 cattag.1 XMANCOMPRESSED= no X Xpost-install: X.for file in gensig cattag X strip ${PREFIX}/bin/${file} X.endfor X X.include <bsd.port.mk> END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (gensig-2.2.tar.gz) = 6a3cd659ffed9c32e027114534a27047 END-of-./files/md5 exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910010856.EAA16638>