aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-11-08 11:48:04 +0000
committerMark Murray <markm@FreeBSD.org>2003-11-08 11:48:04 +0000
commit919cf513df7a6f70724c1a20a284532b835f1448 (patch)
tree543e288376f8b4461d8ef22f10a680897c5733f2
parentf141eadd63d505ce6d8edd7b3504acde083b9c1a (diff)
downloadports-919cf513df7a6f70724c1a20a284532b835f1448.tar.gz
ports-919cf513df7a6f70724c1a20a284532b835f1448.zip
This software is old and unmaintained. Remove.
Notes
Notes: svn path=/head/; revision=93393
-rw-r--r--security/Makefile1
-rw-r--r--security/pgp5/Makefile33
-rw-r--r--security/pgp5/distinfo1
-rw-r--r--security/pgp5/files/patch-aa19
-rw-r--r--security/pgp5/files/patch-ab21
-rw-r--r--security/pgp5/files/patch-ac30
-rw-r--r--security/pgp5/files/patch-ad20
-rw-r--r--security/pgp5/files/patch-ae19
-rw-r--r--security/pgp5/files/patch-af11
-rw-r--r--security/pgp5/files/patch-ag11
-rw-r--r--security/pgp5/files/patch-apps::pgp::pgp.c10
-rw-r--r--security/pgp5/files/patch-filter.c19
-rw-r--r--security/pgp5/files/patch-lib::pgp::utils::pgpFileType.c23
-rw-r--r--security/pgp5/pkg-descr20
-rw-r--r--security/pgp5/pkg-plist14
15 files changed, 0 insertions, 252 deletions
diff --git a/security/Makefile b/security/Makefile
index d252072bbe6c..50bab2f75bb6 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -289,7 +289,6 @@
SUBDIR += pear-Crypt_CBC
SUBDIR += pf
SUBDIR += pgp
- SUBDIR += pgp5
SUBDIR += pgp6
SUBDIR += pgpdump
SUBDIR += pgpgpg
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile
deleted file mode 100644
index 7744b7859a37..000000000000
--- a/security/pgp5/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: pgp5
-# Date created: 10 Feb 1998
-# Whom: markm
-#
-# $FreeBSD$
-#
-
-PORTNAME= pgp
-PORTVERSION= 5.0i
-PORTREVISION= 1
-CATEGORIES= security
-MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/5.0/unix/ \
- ftp://ftp.doc.ic.ac.uk/pub/Mirrors/ftp.ifi.uio.no/pub/pgp/5.0/unix/
-DISTNAME= pgp50i
-EXTRACT_SUFX= -unix-src.tar.gz
-
-MAINTAINER= markm@FreeBSD.org
-COMMENT= Public-Key encryption for the masses
-
-# Begin de-orbit burn
-BROKEN= "Old and unmaintained"
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-GNU_CONFIGURE= yes
-USE_PERL5= yes
-
-MAN1= pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1
-MAN5= pgp.cfg.5
-MAN7= pgp-integration.7 pgp-intro.7
-
-LATEST_LINK= pgp5
-
-.include <bsd.port.mk>
diff --git a/security/pgp5/distinfo b/security/pgp5/distinfo
deleted file mode 100644
index 473539d67ca3..000000000000
--- a/security/pgp5/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pgp50i-unix-src.tar.gz) = 7a01203f0053aa78a781367461d52187
diff --git a/security/pgp5/files/patch-aa b/security/pgp5/files/patch-aa
deleted file mode 100644
index b186465a5bc5..000000000000
--- a/security/pgp5/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** lib/pgp/utils/pgpFileType.c.bak Sun Aug 10 04:44:33 1997
---- lib/pgp/utils/pgpFileType.c Sat Apr 18 22:40:56 1998
-***************
-*** 185,191 ****
- pgpFileTypeBinary(char const *lang, byte const *buf, unsigned len)
- {
- unsigned highlimit;
-! char c;
-
- if (!len)
- return 1; /* empty file or error, not a text file */
---- 185,191 ----
- pgpFileTypeBinary(char const *lang, byte const *buf, unsigned len)
- {
- unsigned highlimit;
-! unsigned char c;
-
- if (!len)
- return 1; /* empty file or error, not a text file */
diff --git a/security/pgp5/files/patch-ab b/security/pgp5/files/patch-ab
deleted file mode 100644
index 87fb6140a662..000000000000
--- a/security/pgp5/files/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
---- man/Makefile.in.orig Sat Feb 7 21:54:57 1998
-+++ man/Makefile.in Sun Feb 14 14:56:52 1999
-@@ -6,11 +6,16 @@
- # $Id: Makefile.in,v 1.3.2.4.2.1 1997/08/27 03:57:21 quark Exp $
- #
-
--MAN1=pgp.1 pgpe.1 pgpk.1 pgps.1 pgpv.1
-+# Change this to pgp5 if you want old and new versions in parallel
-+INSTPGP=pgp5
-+MAN1=$(INSTPGP).1 pgpe.1 pgpk.1 pgps.1 pgpv.1
- MAN5=pgp.cfg.5
- MAN7=pgp-integration.7 pgp-intro.7
-
--install::
-+$(INSTPGP).1: pgp.1
-+ $(LN_S) ${.OODATE} ${.TARGET}
-+
-+install:: $(INSTPGP).1
- if test 'x$(MAN1)' != x; then \
- if test ! -d $(DESTDIR)$(mandir)/man1; then \
- mkdir -p $(DESTDIR)$(mandir)/man1; \
diff --git a/security/pgp5/files/patch-ac b/security/pgp5/files/patch-ac
deleted file mode 100644
index 8f78ce60569b..000000000000
--- a/security/pgp5/files/patch-ac
+++ /dev/null
@@ -1,30 +0,0 @@
---- apps/pgp/Makefile.in.orig Sat Feb 7 21:54:56 1998
-+++ apps/pgp/Makefile.in Sun Feb 14 13:59:04 1999
-@@ -7,7 +7,9 @@
- #
-
- PROG = pgp
--INSTALLPROGS = $(PROG)
-+# Set this to "pgp5" if you want the keep old and new versions in parallel
-+INSTPGP = pgp5
-+INSTALLPROGS =
-
- COMMON=../common
- LOCALINCLUDES = -I$(COMMON) -I$(srcdir)/$(COMMON)
-@@ -21,11 +23,11 @@
-
- install:: $(PROG)
- ( \
-- $(INSTALL) -m 755 pgp $(DESTDIR)$(bindir); \
-+ $(INSTALL) -m 755 pgp $(DESTDIR)$(bindir)/$(INSTPGP); \
- cd $(DESTDIR)$(bindir); \
- $(RM) pgpe pgps pgpv pgp_old; \
-- $(LN_S) pgp pgpe; \
-- $(LN_S) pgp pgps; \
-- $(LN_S) pgp pgpv; \
-- $(LN_S) pgp pgpo \
-+ $(LN_S) $(INSTPGP) pgpe; \
-+ $(LN_S) $(INSTPGP) pgps; \
-+ $(LN_S) $(INSTPGP) pgpv; \
-+ $(LN_S) $(INSTPGP) pgpo; \
- )
diff --git a/security/pgp5/files/patch-ad b/security/pgp5/files/patch-ad
deleted file mode 100644
index 18fe26360709..000000000000
--- a/security/pgp5/files/patch-ad
+++ /dev/null
@@ -1,20 +0,0 @@
---- lib/pgp/include/pgpUsuals.h.orig Sun Sep 19 16:40:16 1999
-+++ lib/pgp/include/pgpUsuals.h Sun Sep 19 16:41:51 1999
-@@ -48,11 +48,17 @@
- * will choke lesser preprocessors (like 0xffffffffffffffff) unless
- * we're reasonably certain that they'll be acceptable.
- */
-+#if defined(__FreeBSD__) && defined(__alpha__)
-+typedef unsigned long word64;
-+typedef long int64;
-+#define HAVE64 1
-+#else
- #if ULONG_MAX > 0xfffffffful
- #if ULONG_MAX == 0xfffffffffffffffful
- typedef ulong bnword64;
- #define BNWORD64 bnword64
- #define HAVE64 1
-+#endif
- #endif
- #endif
-
diff --git a/security/pgp5/files/patch-ae b/security/pgp5/files/patch-ae
deleted file mode 100644
index a39611bb87df..000000000000
--- a/security/pgp5/files/patch-ae
+++ /dev/null
@@ -1,19 +0,0 @@
---- lib/pgp/random/pgpRndPool.c.orig Sat Aug 9 14:45:13 1997
-+++ lib/pgp/random/pgpRndPool.c Sun Jan 9 12:23:07 2000
-@@ -292,13 +292,14 @@
- * safely underestimated if desired, if a 64-bit product is difficult to
- * compute.
- *
--* The simplest snd safest definition is
-+* The simplest and safest definition is
- * #define UMULH_32(r,a,b) (r) = 0
- */
- #ifndef UMULH_32
- #if defined(__GNUC__) && defined(__i386__)
- /* Inline asm goodies */
--#define UMULH_32(r,a,b) __asm__("mull %2" : "=d"(r) : "%a"(a), "mr"(b) : "ax")
-+/* WAS: #define UMULH_32(r,a,b) __asm__("mull %2" : "=d"(r) : "%a"(a), "mr"(b) : "ax") */
-+#define UMULH_32(r,a,b) __asm__("mull %2" : "=d"(r), "=a"(a)/*unused, but needed due to new clobberlist restrictions*/ : "%1"(a), "mr"(b))
- #elif HAVE64
- #define UMULH_32(r,a,b) ((r) = (word32)((word64)(a) * (b) >> 32))
- #else
diff --git a/security/pgp5/files/patch-af b/security/pgp5/files/patch-af
deleted file mode 100644
index fa8f7543f555..000000000000
--- a/security/pgp5/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/ttyui/pgpUserIO.c.orig Wed May 24 08:27:17 2000
-+++ lib/ttyui/pgpUserIO.c Wed May 24 08:28:52 2000
-@@ -1321,7 +1321,7 @@ pgpDevRandomAccum(int fd, unsigned count
- pgpAssert(fd >= 0);
-
- for(i = 0; i <= count; ++i) {
-- RandBuf = read(fd, &RandBuf, count);
-+ read(fd, &RandBuf, 1);
- pgpRandomAddBytes(&pgpRandomPool, (byte *)&RandBuf, sizeof(RandBuf));
- pgpRandPoolAddEntropy(256);
- }
diff --git a/security/pgp5/files/patch-ag b/security/pgp5/files/patch-ag
deleted file mode 100644
index 8da6d8c85455..000000000000
--- a/security/pgp5/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- language50.txt.orig Sat Feb 7 11:54:56 1998
-+++ language50.txt Mon Oct 23 00:48:23 2000
-@@ -879,7 +879,7 @@
- trust of this key, first.\n
-
- [RETRIEVING_URL]
--us="Retreiving %s:/%s:%i%s\n"
-+us="Retreiving %s://%s:%i%s\n"
-
- [ADD_THESE_KEYS]
- us="\nAdd these keys to your keyring? [Y/n] "
diff --git a/security/pgp5/files/patch-apps::pgp::pgp.c b/security/pgp5/files/patch-apps::pgp::pgp.c
deleted file mode 100644
index 410207e3b5a6..000000000000
--- a/security/pgp5/files/patch-apps::pgp::pgp.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- apps/pgp/pgp.c.orig Wed Nov 21 16:48:19 2001
-+++ apps/pgp/pgp.c Wed Nov 21 16:48:00 2001
-@@ -1095,6 +1095,7 @@
- break;
-
- case 'p':
-+ case '5':
- invoked_type = PGPraw;
- break;
-
diff --git a/security/pgp5/files/patch-filter.c b/security/pgp5/files/patch-filter.c
deleted file mode 100644
index 493b635058b0..000000000000
--- a/security/pgp5/files/patch-filter.c
+++ /dev/null
@@ -1,19 +0,0 @@
-*** apps/pgp/filter.c.orig Thu Aug 9 17:39:07 2001
---- apps/pgp/filter.c Thu Aug 9 17:39:20 2001
-***************
-*** 269,275 ****
- struct RingIterator *NameIter = NULL;
- union RingObject *name;
- Boolean OKToUse = FALSE, FoundName = FALSE;
-! int len = 0;
- int trust;
- char *TempNameString = NULL;
-
---- 269,275 ----
- struct RingIterator *NameIter = NULL;
- union RingObject *name;
- Boolean OKToUse = FALSE, FoundName = FALSE;
-! size_t len = 0;
- int trust;
- char *TempNameString = NULL;
-
diff --git a/security/pgp5/files/patch-lib::pgp::utils::pgpFileType.c b/security/pgp5/files/patch-lib::pgp::utils::pgpFileType.c
deleted file mode 100644
index 7c6bd2aa2208..000000000000
--- a/security/pgp5/files/patch-lib::pgp::utils::pgpFileType.c
+++ /dev/null
@@ -1,23 +0,0 @@
-$FreeBSD$
-
---- lib/pgp/utils/pgpFileType.c~ Sun Sep 26 15:23:48 1999
-+++ lib/pgp/utils/pgpFileType.c Sun Sep 26 15:28:22 1999
-@@ -171,7 +171,7 @@
- * 24 CN cancel (can) ILLEGAL
- * 25 EM end of medium (em) ILLEGAL
- * 26 SB substitute (sub) legal (CP/M & MS-DOS EOF)
-- * 27 EC escape (esc) ILLEGAL
-+ * 27 EC escape (esc) legal
- * 28 FS file separator (is4) ILLEGAL
- * 29 GS group separator (is3) ILLEGAL
- * 30 RS record separator (is2) ILLEGAL
-@@ -199,7 +199,7 @@
-
- do {
- c = *buf++;
-- if (c < ' ' && (c < '\a' || c > '\r') && c != 26)
-+ if (c < ' ' && (c < '\a' || c > '\r') && c != 26 && c != 27)
- return 1; /* Illegal control char */
- if ((c & 0x80) && highlimit-- == 0)
- return 1; /* Too many 8th bits set */
-
diff --git a/security/pgp5/pkg-descr b/security/pgp5/pkg-descr
deleted file mode 100644
index 774d7f90e036..000000000000
--- a/security/pgp5/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-This is PGP 5.0, a significant step forward from 2.6.*
-
-CHANGES:
-
-There are a number of large changes from the 2.6.2 distribution. Most
-notable is that the command line has changed substantially. See
-the pgp(1) man page for a discussion of how to use the new command
-line.
-
-Also, to allow easy interoperation with older versions on the same
-system, a number of filename changes have been made.
-
-NEW FEATURES:
-
-PGP 5.0 contains support for new encryption methods (most notably
-DSS/Diffie-Hellman), and built-in keyserver support. Also, the
-command line has been redesigned to be more Unix and scripting
-friendly.
-
-WWW: http://www.pgpi.com/
diff --git a/security/pgp5/pkg-plist b/security/pgp5/pkg-plist
deleted file mode 100644
index 8e2b067b5acc..000000000000
--- a/security/pgp5/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-bin/pgp5
-@exec ln -fs %D/%F %B/pgpe
-@exec ln -fs %D/%F %B/pgps
-@exec ln -fs %D/%F %B/pgpv
-@exec ln -fs %D/%F %B/pgpo
-@unexec rm %B/pgpe
-@unexec rm %B/pgps
-@unexec rm %B/pgpv
-@unexec rm %B/pgpo
-bin/pgpk
-lib/libbn.a
-lib/libpgp.a
-lib/libpgptty.a
-lib/libsimple.a