diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-02 15:20:55 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-02 15:20:55 +0000 |
commit | 1fb981c97240da8b8cf8f98f7d2a1c9ab17dad24 (patch) | |
tree | ab0e3825a4c577ddb0040131f50ac91d188d81ad /mail/premail | |
parent | aabaf706deb49f6ec096541b45f932ef2517bf97 (diff) | |
download | ports-1fb981c97240da8b8cf8f98f7d2a1c9ab17dad24.tar.gz ports-1fb981c97240da8b8cf8f98f7d2a1c9ab17dad24.zip |
Notes
Diffstat (limited to 'mail/premail')
-rw-r--r-- | mail/premail/Makefile | 32 | ||||
-rw-r--r-- | mail/premail/distinfo | 1 | ||||
-rw-r--r-- | mail/premail/files/patch-aa | 19 | ||||
-rw-r--r-- | mail/premail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/premail/pkg-descr | 20 | ||||
-rw-r--r-- | mail/premail/pkg-plist | 5 |
6 files changed, 78 insertions, 0 deletions
diff --git a/mail/premail/Makefile b/mail/premail/Makefile new file mode 100644 index 000000000000..ba796fe5fd5d --- /dev/null +++ b/mail/premail/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: premail +# Version required: 0.45 +# Premail homepage is http://www.c2.net/~raph/premail.html +# +# Date created: 31 Jan 1997 +# Whom: ache +# +# $Id: Makefile,v 1.18 1996/11/18 14:13:26 asami Exp $ +# + +DISTNAME= premail-0.45 +CATEGORIES= security mail +MASTER_SITES= ftp://ftp.ms.mff.cuni.cz/Security/utopia/remailer/ + +BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp + +MAINTAINER= ache@FreeBSD.ORG + +NO_BUILD= Yes +RESTRICTED= "Author treats it as ITAR subject" + +do-install: + cd ${WRKSRC} && ${INSTALL_SCRIPT} premail ${PREFIX}/bin + install -d -m 555 ${PREFIX}/share/doc/premail + cd ${WRKSRC} && ${INSTALL_DATA} \ + preferences doc-0.45.html doc-0.45.txt ${PREFIX}/share/doc/premail + @echo + @echo "Check ${PREFIX}/share/doc/premail for further instructions" + @echo + +.include <bsd.port.mk> diff --git a/mail/premail/distinfo b/mail/premail/distinfo new file mode 100644 index 000000000000..79c2ffbb5ee6 --- /dev/null +++ b/mail/premail/distinfo @@ -0,0 +1 @@ +MD5 (premail-0.45.tar.gz) = 69ad558c76f9910390ee3072e40cb00c diff --git a/mail/premail/files/patch-aa b/mail/premail/files/patch-aa new file mode 100644 index 000000000000..50cb6d4c4d58 --- /dev/null +++ b/mail/premail/files/patch-aa @@ -0,0 +1,19 @@ +*** premail.bak Thu Oct 31 06:25:10 1996 +--- premail Sun Feb 2 01:50:16 1997 +*************** +*** 226,232 **** + # Return the name of the real sendmail executable + if (!defined $config{'sendmail'} || $config{'sendmail'} eq '') { + # Standard place +! (-x '/usr/lib/sendmail') && return '/usr/lib/sendmail'; + # Newer BSD-based systems + (-x '/usr/sbin/sendmail') && return '/usr/sbin/sendmail'; + # Okay, I give up +--- 226,232 ---- + # Return the name of the real sendmail executable + if (!defined $config{'sendmail'} || $config{'sendmail'} eq '') { + # Standard place +! #(-x '/usr/lib/sendmail') && return '/usr/lib/sendmail'; + # Newer BSD-based systems + (-x '/usr/sbin/sendmail') && return '/usr/sbin/sendmail'; + # Okay, I give up diff --git a/mail/premail/pkg-comment b/mail/premail/pkg-comment new file mode 100644 index 000000000000..a68b271f2500 --- /dev/null +++ b/mail/premail/pkg-comment @@ -0,0 +1 @@ +E-mail privacy package, support anon remailers, PGP, nyms diff --git a/mail/premail/pkg-descr b/mail/premail/pkg-descr new file mode 100644 index 000000000000..9a7424116ebb --- /dev/null +++ b/mail/premail/pkg-descr @@ -0,0 +1,20 @@ + The main function of premail is adding support for encrypted e-mail + to your mailer, using plain PGP, [20]PGP/MIME, [21]MOSS, or + [22]S/MIME. + + In addition, premail provides a seamless, transparent interface to + the [23]anonymous remailers, including full support for Mixmaster + remailers and the nymservers. Nymservers provide cryptographically + protected, fully anonymous accounts for both sending and receiving + e-mail. + + While premail can be used as a stand-alone application, it works + best when integrated with your mailer. Currently, premail is + integrated completely seamlessly and transparently only with + Netscape 3.0's built-in mailer. It works fairly well with [24]Pine + 3.94 or later, as well (plain PGP is supported, but decryption of + MIME-based e-mail encryption protocols is still missing). + Transparent integration of outgoing mail only is supported for any + mailer in which the mail sending program can be configured, + including Berkeley mail, most emacs mailers, and [25]MH. For these + mailers, you can decode messages with a single command. diff --git a/mail/premail/pkg-plist b/mail/premail/pkg-plist new file mode 100644 index 000000000000..64fe55be6b82 --- /dev/null +++ b/mail/premail/pkg-plist @@ -0,0 +1,5 @@ +bin/premail +share/doc/premail/doc-0.45.txt +share/doc/premail/doc-0.45.html +share/doc/premail/preferences +@exec echo "Check /usr/local/share/doc/premail for further instructions" |