diff options
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 77a4d3ad3805..080ff0368355 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 000000000000..c1e34015f3fe --- /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 000000000000..4a5dfd170caf --- /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 000000000000..532a12a41288 --- /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 000000000000..c93c22764c72 --- /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 000000000000..480d8ccd5911 --- /dev/null +++ b/mail/autosig/pkg-plist @@ -0,0 +1 @@ +bin/autosig |