Date: Sun, 20 May 2001 03:17:22 +0800 (CST) From: leeym@bsd.ce.ntu.edu.tw To: FreeBSD-gnats-submit@freebsd.org Subject: ports/27458: new port: mail/autosig Message-ID: <200105191917.f4JJHMD18882@utopia.leeym.com>
next in thread | raw e-mail | index | archive | help
>Number: 27458 >Category: ports >Synopsis: new port: mail/autosig >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 19 12:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD utopia.leeym.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed May 9 08:07:30 CST 2001 root@utopia.leeym.com:/usr/obj/usr/src/sys/UTOPIA i386 >Description: This application is used to generate .signature and .plan files from a list of quotes. The files are generated by combining a constant header file with one quote which is randomly selected from the quote file. This package includes th source which can be used to build the autosig application and a number of sample shell script which demonstrate how everything works. >How-To-Repeat: >Fix: # 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: # # autosig # autosig/Makefile # autosig/pkg-comment # autosig/pkg-descr # autosig/pkg-plist # autosig/distinfo # echo c - autosig mkdir -p autosig > /dev/null 2>&1 echo x - autosig/Makefile sed 's/^X//' >autosig/Makefile << 'END-of-autosig/Makefile' X# New ports collection makefile for: autosig X# Date created: 23 April 2001 X# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> X# X# $FreeBSD$ X# X XPORTNAME= autosig XPORTVERSION= 2.3 XCATEGORIES= mail XMASTER_SITES= http://www.irendi.com/ X XMAINTAINER= leeym@cae.ce.ntu.edu.tw X XMAKEFILE= makefile XALL_TARGET= ${PORTNAME} X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X.include <bsd.port.mk> END-of-autosig/Makefile echo x - autosig/pkg-comment sed 's/^X//' >autosig/pkg-comment << 'END-of-autosig/pkg-comment' XA random .signature generator with header file included END-of-autosig/pkg-comment echo x - autosig/pkg-descr sed 's/^X//' >autosig/pkg-descr << 'END-of-autosig/pkg-descr' X Auto-Sig v2.3 X ------------- X XThis application is used to generate .signature and .plan files from a list of Xquotes. The files are generated by combining a constant header file with one Xquote which is randomly selected from the quote file. This package includes the Xsource which can be used to build the autosig application and a number of Xsample shell script which demonstrate how everything works. X XWWW: http://www.irendi.com/ END-of-autosig/pkg-descr echo x - autosig/pkg-plist sed 's/^X//' >autosig/pkg-plist << 'END-of-autosig/pkg-plist' Xbin/autosig END-of-autosig/pkg-plist echo x - autosig/distinfo sed 's/^X//' >autosig/distinfo << 'END-of-autosig/distinfo' XMD5 (autosig-2.3.tar.gz) = b13ddbef5051b2b2249d5faef61374be END-of-autosig/distinfo exit >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?200105191917.f4JJHMD18882>