E-mail privacy package, support anon remailers, PGP, nyms

This commit is contained in:
Andrey A. Chernov 1997-02-02 15:20:55 +00:00
parent aabaf706de
commit 1fb981c972
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5499
6 changed files with 78 additions and 0 deletions

32
mail/premail/Makefile Normal file
View file

@ -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>

1
mail/premail/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (premail-0.45.tar.gz) = 69ad558c76f9910390ee3072e40cb00c

View file

@ -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

1
mail/premail/pkg-comment Normal file
View file

@ -0,0 +1 @@
E-mail privacy package, support anon remailers, PGP, nyms

20
mail/premail/pkg-descr Normal file
View file

@ -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.

5
mail/premail/pkg-plist Normal file
View file

@ -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"