mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
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>
This commit is contained in:
parent
df90566360
commit
fd48dcd8c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42784
@ -7,6 +7,7 @@
|
||||
SUBDIR += asmail
|
||||
SUBDIR += arrow
|
||||
SUBDIR += autorespond
|
||||
SUBDIR += autosig
|
||||
SUBDIR += balsa
|
||||
SUBDIR += bbmail
|
||||
SUBDIR += biabam
|
||||
|
24
mail/autosig/Makefile
Normal file
24
mail/autosig/Makefile
Normal file
@ -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>
|
1
mail/autosig/distinfo
Normal file
1
mail/autosig/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (autosig-2.3.tar.gz) = b13ddbef5051b2b2249d5faef61374be
|
1
mail/autosig/pkg-comment
Normal file
1
mail/autosig/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A random .signature generator with header file included
|
10
mail/autosig/pkg-descr
Normal file
10
mail/autosig/pkg-descr
Normal file
@ -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/
|
1
mail/autosig/pkg-plist
Normal file
1
mail/autosig/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/autosig
|
Loading…
Reference in New Issue
Block a user