diff options
author | will <will@FreeBSD.org> | 2001-05-20 03:26:24 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-05-20 03:26:24 +0000 |
commit | 28f7ad8ee41a9d6355cb0bdda92a45c3c7b0df73 (patch) | |
tree | 2ff8ce1142d90c9fcc5f540dfc5679d308f80147 /mail | |
parent | 51aa50665ff98d4aaf28ded8819273d042f4bf1e (diff) | |
download | FreeBSD-ports-28f7ad8ee41a9d6355cb0bdda92a45c3c7b0df73.zip FreeBSD-ports-28f7ad8ee41a9d6355cb0bdda92a45c3c7b0df73.tar.gz |
Add autosig 2.3, a random .signature generator with header file
included.
PR: 27458
Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/autosig/Makefile | 24 | ||||
-rw-r--r-- | mail/autosig/distinfo | 1 | ||||
-rw-r--r-- | mail/autosig/pkg-comment | 1 | ||||
-rw-r--r-- | mail/autosig/pkg-descr | 10 | ||||
-rw-r--r-- | mail/autosig/pkg-plist | 1 |
6 files changed, 38 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 77a4d3a..080ff03 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -7,6 +7,7 @@ SUBDIR += asmail SUBDIR += arrow SUBDIR += autorespond + SUBDIR += autosig SUBDIR += balsa SUBDIR += bbmail SUBDIR += biabam diff --git a/mail/autosig/Makefile b/mail/autosig/Makefile new file mode 100644 index 0000000..c1e3401 --- /dev/null +++ b/mail/autosig/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: autosig +# Date created: 23 April 2001 +# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= autosig +PORTVERSION= 2.3 +CATEGORIES= mail +MASTER_SITES= http://www.irendi.com/ + +MAINTAINER= leeym@cae.ce.ntu.edu.tw + +MAKEFILE= makefile +ALL_TARGET= ${PORTNAME} + +pre-build: + ${PERL} -pi -e 's,gcc,${CC} ${CFLAGS},g' ${WRKSRC}/makefile + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/mail/autosig/distinfo b/mail/autosig/distinfo new file mode 100644 index 0000000..4a5dfd1 --- /dev/null +++ b/mail/autosig/distinfo @@ -0,0 +1 @@ +MD5 (autosig-2.3.tar.gz) = b13ddbef5051b2b2249d5faef61374be diff --git a/mail/autosig/pkg-comment b/mail/autosig/pkg-comment new file mode 100644 index 0000000..532a12a --- /dev/null +++ b/mail/autosig/pkg-comment @@ -0,0 +1 @@ +A random .signature generator with header file included diff --git a/mail/autosig/pkg-descr b/mail/autosig/pkg-descr new file mode 100644 index 0000000..c93c227 --- /dev/null +++ b/mail/autosig/pkg-descr @@ -0,0 +1,10 @@ + Auto-Sig v2.3 + ------------- + +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 the +source which can be used to build the autosig application and a number of +sample shell script which demonstrate how everything works. + +WWW: http://www.irendi.com/ diff --git a/mail/autosig/pkg-plist b/mail/autosig/pkg-plist new file mode 100644 index 0000000..480d8cc --- /dev/null +++ b/mail/autosig/pkg-plist @@ -0,0 +1 @@ +bin/autosig |