aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-04-04 21:54:32 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-04-04 21:54:32 +0000
commit9be2fdaa6730d00c459bd98ea03c7a2ec2644736 (patch)
treeb05eaaa26b0899c325ca09cb2e3b8eb733ab5e84 /mail
parent74d418c094dafac532db3ecb7225ffea596636e0 (diff)
downloadports-9be2fdaa6730d00c459bd98ea03c7a2ec2644736.tar.gz
ports-9be2fdaa6730d00c459bd98ea03c7a2ec2644736.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/pine4-ssl/Makefile47
-rw-r--r--mail/pine4-ssl/distinfo2
-rw-r--r--mail/pine4-ssl/files/extrapatch-aa18
-rw-r--r--mail/pine4-ssl/files/extrapatch-ab12
-rw-r--r--mail/pine4-ssl/files/pgpdecode51
-rw-r--r--mail/pine4-ssl/files/pgpencrypt11
-rw-r--r--mail/pine4-ssl/files/pgpsign11
-rw-r--r--mail/pine4-ssl/pkg-comment1
-rw-r--r--mail/pine4-ssl/pkg-descr24
-rw-r--r--mail/pine4-ssl/pkg-install9
-rw-r--r--mail/pine4-ssl/pkg-plist22
11 files changed, 0 insertions, 208 deletions
diff --git a/mail/pine4-ssl/Makefile b/mail/pine4-ssl/Makefile
deleted file mode 100644
index e3a8427deae4..000000000000
--- a/mail/pine4-ssl/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: pine4-ssl
-# Date created: 29 Jul 1999
-# Whom: Nick Sayer <nsayer@freebsd.org>
-#
-# $FreeBSD$
-#
-# I spent a <strong>very frustrating</strong> half hour with portlint
-# on this one and could never get it to fewer than 8 frigging warnings.
-# A bit more work got it down to 2 frigging warnings.
-# The warnings are getting harder to fix.
-# Good luck to you. :-P
-
-PORTNAME= pine4-ssl
-PORTVERSION= 4.21.1.4
-PORTREVISION= 1
-CATEGORIES= mail news
-MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
- http://www.kfu.com/~nsayer/encryption/software/
-DISTNAME= pine4+ssl-1.4
-DISTFILES= pine4.21${EXTRACT_SUFX}
-
-PATCH_SITES= http://www.kfu.com/~nsayer/encryption/software/
-PATCHFILES= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= nsayer@freebsd.org
-
-BROKEN= "The c-client library is no longer built in the pine port, and that's where the SSL hacking needs to happen"
-
-EXTRACT_ONLY= pine4.21${EXTRACT_SUFX}
-
-WRKSRC= ${WRKDIR}/pine4.21
-
-MASTERDIR= ${.CURDIR}/../pine4
-
-FILESDIR= ${.CURDIR}/files
-
-EXTRA_PATCHES= ${FILESDIR}/extrapatch-*
-
-USE_OPENSSL= YES
-
-post-extract:
- ( cd ${WRKSRC} ; tar xfz ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} )
-
-do-build:
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf EXTRAAUTHENTICATORS=ssl)
-
-.include "${MASTERDIR}/Makefile"
diff --git a/mail/pine4-ssl/distinfo b/mail/pine4-ssl/distinfo
deleted file mode 100644
index d94f63c0ed26..000000000000
--- a/mail/pine4-ssl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (pine4+ssl-1.4.tar.gz) = 1ab8368bda76cea8418fcc9be74f75fb
-MD5 (pine4.21.tar.gz) = 9252a061387de806f8aa1ced885d41f6
diff --git a/mail/pine4-ssl/files/extrapatch-aa b/mail/pine4-ssl/files/extrapatch-aa
deleted file mode 100644
index fa355b44b208..000000000000
--- a/mail/pine4-ssl/files/extrapatch-aa
+++ /dev/null
@@ -1,18 +0,0 @@
---- imap/src/osdep/unix/Makefile.ssl.orig Fri Jan 14 20:56:16 2000
-+++ imap/src/osdep/unix/Makefile.ssl Tue Feb 1 00:34:17 2000
-@@ -1,12 +1,11 @@
-
- # Extended flags needed for additional authenticators. You may need to modify.
-
--SSLDIR=/usr/local
--SSLCFLAGS= -I$(SSLDIR)/include
--SSLLDFLAGS= -L$(SSLDIR)/lib -lssl -lcrypto
-+SSLCFLAGS= -I$(OPENSSLINC)
-+SSLLDFLAGS= -L$(OPENSSLLIB) -lssl -lcrypto $(EXTRA_SSL_LIBS)
-
- .ifdef RSAREF
--SSLLDFLAGS+= -lRSAglue -lrsaref
-+SSLLDFLAGS+= -lRSAglue -L${LOCALBASE}/lib -lrsaref
- .endif
-
- ssl: # SSL flags
diff --git a/mail/pine4-ssl/files/extrapatch-ab b/mail/pine4-ssl/files/extrapatch-ab
deleted file mode 100644
index d7ac7cea596b..000000000000
--- a/mail/pine4-ssl/files/extrapatch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
---- imap/Makefile.orig Tue Feb 1 00:45:16 2000
-+++ imap/Makefile Tue Feb 1 00:46:24 2000
-@@ -274,7 +274,8 @@
-
- BUILDOPTIONS= EXTRACFLAGS='$(EXTRACFLAGS)' EXTRALDFLAGS='$(EXTRALDFLAGS)'\
- EXTRADRIVERS='$(EXTRADRIVERS)' EXTRAAUTHENTICATORS='$(EXTRAAUTHENTICATORS)'\
-- PASSWDTYPE=$(PASSWDTYPE) SPECIALAUTHENTICATORS='$(SPECIALAUTHENTICATORS)'
-+ PASSWDTYPE=$(PASSWDTYPE) SPECIALAUTHENTICATORS='$(SPECIALAUTHENTICATORS)'\
-+ OPENSSLLIB=$(OPENSSLLIB) OPENSSLINC=$(OPENSSLINC)
- #BUILD=$(MAKE) build $(BUILDOPTIONS)
- # *** TEMPORARY FOR PINE 4.10 BUILD ***
- BUILD=$(MAKE) build $(BUILDOPTIONS) GSSDIR=$(GSSDIR)
diff --git a/mail/pine4-ssl/files/pgpdecode b/mail/pine4-ssl/files/pgpdecode
deleted file mode 100644
index 40625939c37c..000000000000
--- a/mail/pine4-ssl/files/pgpdecode
+++ /dev/null
@@ -1,51 +0,0 @@
-#! /bin/sh
-# ---------- pgpdecode ---------
-# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de>
-#
-# Sun Mar 24 12:01:21 MET 1996 Andreas Klemm <andreas@knobel.gun.de>
-# The tmp files in the original version were world readable for
-# the short time of unpacking, setting suitable umask prevents this
-#
-# Wed Sep 16 21:35:43 WST 1997 Anthony Di Pietro <anthony@dino.omen.com.au>
-# Modified to work with both PGP v2 and PGP v5.
-# Now uses mktemp to prevent symlink attack and tmp races.
-
-umask 077
-
-MYNAME=`basename $0`
-
-STDOUT=`mktemp -q /tmp/${MYNAME}.XXXXXX`
-if [ $? -ne 0 ]
-then
- echo "$0: Can't create temporary file to decode message."
- exit 1
-fi
-
-trap "rm -f $STDOUT ; exit" 0 1 2 15
-
-STDERR=`mktemp -q /tmp/${MYNAME}.XXXXXX`
-if [ $? -ne 0 ]
-then
- echo "$0: Can't create temporary file to decode message."
- exit 1
-fi
-
-trap "rm -f $STDOUT $STDERR; exit" 0 1 2 15
-
-if [ -x /usr/local/bin/pgpv ]
-then
- pgpv 2>&1 > $STDOUT |tee $STDERR > /dev/tty
-else
- pgp -f 2>&1 > $STDOUT |tee $STDERR > /dev/tty
-fi
-
-cat $STDERR | \
-grep -v '^No files specified. Using stdin.$' | \
-grep -v '^Opening file \"stdout\" type text.$' | \
-grep -v '^Opening file \"stdout\" type binary.$' | \
-grep -v '^Opening file \"/dev/null\" type text.$' | \
-grep -v '^Opening file \"/dev/null\" type binary.$' | \
-grep -v '^$'| \
-sed -e 's/^/| /'
-echo ""
-cat $STDOUT
diff --git a/mail/pine4-ssl/files/pgpencrypt b/mail/pine4-ssl/files/pgpencrypt
deleted file mode 100644
index 3baa1d2739eb..000000000000
--- a/mail/pine4-ssl/files/pgpencrypt
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# ---------- pgpencrypt ---------
-# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de>
-# Wed 16 Sep 1998 23:46:43 WST Anthony Di Pietro <anthony@dino.omen.com.au>
-# Modified to work with both PGP v2 and PGP v5.
-if [ -x /usr/local/bin/pgpe ]
-then
- pgpe -s -a -r $*
-else
- pgp -feast $*
-fi
diff --git a/mail/pine4-ssl/files/pgpsign b/mail/pine4-ssl/files/pgpsign
deleted file mode 100644
index 6eff395c89c0..000000000000
--- a/mail/pine4-ssl/files/pgpsign
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-# ---------- pgpsign ---------
-# 21.03.96 Roland Rosenfeld <roland@spinnaker.rhein.de>
-# Wed 16 Sep 1998 23:48:51 WST Anthony Di Pietro <anthony@dino.omen.com.au>
-# Modified to work with both PGP v2 and PGP v5.
-if [ -x /usr/local/bin/pgps ]
-then
- pgps -a -t
-else
- pgp -fast
-fi
diff --git a/mail/pine4-ssl/pkg-comment b/mail/pine4-ssl/pkg-comment
deleted file mode 100644
index d85131617521..000000000000
--- a/mail/pine4-ssl/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Program for Internet News & Email, with SSL add-on
diff --git a/mail/pine4-ssl/pkg-descr b/mail/pine4-ssl/pkg-descr
deleted file mode 100644
index 9c6dafa922a9..000000000000
--- a/mail/pine4-ssl/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-This version of pine includes add-on code to use SSL to connect to
-servers. This is sort of equivalent to clicking on the 'server requires
-SSL' button in Netscape or Outlook or the like.
-
-Pine (Program for Internet News & Email) is a tool for reading, sending,
-and managing electronic messages. It was designed specifically with
-novice computer users in mind, but can be tailored to accommodate the
-needs of "power users" as well. Pine uses Internet message protocols
-(e.g. RFC-822, SMTP, MIME, IMAP, NNTP) and runs on Unix and PCs.
-
-Besides Pine this package includes the Pico editor, the Pilot file browser.
-
-An optional set of configuration files can be put into /usr/local/etc
-to set system wide defaults. Have a look at the documentation installed
-in /usr/local/share/doc/pine/ for more details.
-
-Also included in dot.pinerc.pgp.sample are example entries needed to
-add to your .pinerc to activate the pgp add on scripts pgpdecode,
-pgpencode, and pgpsign.
-
-WWW: http://www.washington.edu/pine/
-
-Adrian Penisoara (Ady)
-pine@freebsd.ady.ro
diff --git a/mail/pine4-ssl/pkg-install b/mail/pine4-ssl/pkg-install
deleted file mode 100644
index b8e5db1ea6ee..000000000000
--- a/mail/pine4-ssl/pkg-install
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ "$2" = "POST-INSTALL" -o -n "${PACKAGE_BUILDING}" ]; then
- exit 0
-fi
-
-/usr/bin/dialog --yesno "SECURITY NOTE: The pine software has had several remote vulnerabilities discovered in the past, which allowed remote attackers to execute arbitrary code as you on your local system, by the action of sending a specially-prepared email. All such KNOWN problems have been fixed, but the pine code is written in a very insecure style and the FreeBSD Security Officer believes there are likely to be other undiscovered vulnerabilities. Do you wish to proceed with the installation of pine anyway?" 12 70 || /usr/bin/false
-
-
diff --git a/mail/pine4-ssl/pkg-plist b/mail/pine4-ssl/pkg-plist
deleted file mode 100644
index 1aba49cd348e..000000000000
--- a/mail/pine4-ssl/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-bin/pico
-bin/pilot
-bin/pine
-bin/pgpencrypt
-bin/pgpdecode
-bin/pgpsign
-etc/dot.pinerc.pgp.sample
-@exec %D/bin/pine -P %D/etc/pine.conf -conf >%D/etc/pine.conf.tmp
-@exec /bin/mv %D/etc/pine.conf.tmp %D/etc/pine.conf
-share/doc/pine/brochure.txt
-share/doc/pine/tech-notes.txt
-share/doc/pine/tech-notes/background.html
-share/doc/pine/tech-notes/cmd-line.html
-share/doc/pine/tech-notes/config-notes.html
-share/doc/pine/tech-notes/config.html
-share/doc/pine/tech-notes/index.html
-share/doc/pine/tech-notes/installation.html
-share/doc/pine/tech-notes/introduction.html
-share/doc/pine/tech-notes/low-level.html
-share/doc/pine/tech-notes/porting.html
-@dirrm share/doc/pine/tech-notes
-@dirrm share/doc/pine