aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--mail/Makefile1
-rw-r--r--mail/pgp4pine/Makefile86
-rw-r--r--mail/pgp4pine/distinfo3
-rw-r--r--mail/pgp4pine/files/patch-md5.c13
-rw-r--r--mail/pgp4pine/pkg-descr5
-rw-r--r--mail/pgp4pine/pkg-message5
-rw-r--r--mail/pgp4pine/pkg-plist11
8 files changed, 1 insertions, 124 deletions
diff --git a/MOVED b/MOVED
index 19c4133b38ac..328a82f678f6 100644
--- a/MOVED
+++ b/MOVED
@@ -2220,3 +2220,4 @@ sysutils/prune||2006-03-15|Remove expired port
www/evg||2006-03-15|Remove expired port
x11/login.app||2006-03-15|Remove expired port
sysutils/coaster||2006-03-16|Deleted; broke for months
+mail/pgp4pine||2006-03-18|Project is gone
diff --git a/mail/Makefile b/mail/Makefile
index b2ab1f188aaa..79bb74a46f90 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -359,7 +359,6 @@
SUBDIR += pflogsumm
SUBDIR += pfqueue
SUBDIR += pgen
- SUBDIR += pgp4pine
SUBDIR += pgpsendmail
SUBDIR += php4-imap
SUBDIR += php5-imap
diff --git a/mail/pgp4pine/Makefile b/mail/pgp4pine/Makefile
deleted file mode 100644
index e618b3bb3634..000000000000
--- a/mail/pgp4pine/Makefile
+++ /dev/null
@@ -1,86 +0,0 @@
-# New ports collection makefile for: pgp4pine
-# Date created: 29 February 2000
-# Whom: Holger Lamm <holger@flatline.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pgp4pine
-PORTVERSION= 1.76
-PORTREVISION= 2
-CATEGORIES= mail
-MASTER_SITES= http://pgp4pine.flatline.de/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-1
-
-MAINTAINER= holger@e-gitt.net
-COMMENT= Tool to use PGP 2/5/6 or GPG with Pine
-
-# Global variables
-#
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc
-USE_REINPLACE= yes
-
-MAN1= pgp4pine.1
-
-MSG_FILE= ${PKGDIR}/pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-# Local variables
-#
-
-SAMPLEDIR= ${PREFIX}/share/examples/${PORTNAME}
-SCRIPTDIR= ${SAMPLEDIR}
-
-.include <bsd.port.pre.mk>
-
-# Post-patch
-#
-
-post-patch: patch-path patch-pkgmessage
-
-patch-path:
- @${REINPLACE_CMD} \
- 's|/usr/local|${PREFIX}|g;s|/doc/|/share/examples/|g' \
- ${WRKSRC}/INSTALL \
- ${WRKSRC}/insert_entries.pl ${WRKSRC}/remove_entries.pl
-
-patch-pkgmessage:
- @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE}
-
-# Post-configure
-#
-
-post-configure: patch-man
-
-patch-man:
- @${REINPLACE_CMD} -e 's|/doc/|/examples/|g' \
- ${WRKSRC}/pgp4pine/docs/en/pgp4pine.1
-
-# Post-install
-#
-
-post-install: install-sample install-script uninstall-doc display-message
-
-install-sample:
- @${MKDIR} ${SAMPLEDIR}
- @${MV} ${DOCSDIR}/pgp4pinerc.example ${SAMPLEDIR}
-
-install-script:
- @${MKDIR} ${SCRIPTDIR}
- @${INSTALL_SCRIPT} ${WRKSRC}/insert_entries.pl \
- ${WRKSRC}/remove_entries.pl ${SCRIPTDIR}
-
-uninstall-doc:
-.if defined(NOPORTDOCS)
- @${RM} -rf ${DOCSDIR}
-.endif
-
-display-message:
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
-
-.include <bsd.port.post.mk>
diff --git a/mail/pgp4pine/distinfo b/mail/pgp4pine/distinfo
deleted file mode 100644
index ed06a0b8ae7f..000000000000
--- a/mail/pgp4pine/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (pgp4pine-1.76-1.tar.gz) = 323f7da2054f89a5a0e0e994423315da
-SHA256 (pgp4pine-1.76-1.tar.gz) = e72acd443ea527015a2bd28fe158f06d87e2c167b67d1b2ce394c83cce3c5c5d
-SIZE (pgp4pine-1.76-1.tar.gz) = 90557
diff --git a/mail/pgp4pine/files/patch-md5.c b/mail/pgp4pine/files/patch-md5.c
deleted file mode 100644
index 6f502f43888b..000000000000
--- a/mail/pgp4pine/files/patch-md5.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- pgp4pine/md5.c.orig Sun Mar 7 13:55:00 2004
-+++ pgp4pine/md5.c Sun Mar 7 13:55:02 2004
-@@ -288,8 +288,8 @@
-
- p = hd->buf;
- #ifdef WORDS_BIGENDIAN
--#define X(a) do { *p++ = hd->##a ; *p++ = hd->##a >> 8; \
-- *p++ = hd->##a >> 16; *p++ = hd->##a >> 24; } while(0)
-+#define X(a) do { *p++ = (*hd).a ; *p++ = (*hd).a >> 8; \
-+ *p++ = (*hd).a >> 16; *p++ = (*hd).a >> 24; } while(0)
- #else /* little endian */
- /*#define X(a) do { *(u_int32_t*)p = hd->##a ; p += 4; } while(0)*/
- /* Unixware's cpp doesn't like the above construct so we do it his way:
diff --git a/mail/pgp4pine/pkg-descr b/mail/pgp4pine/pkg-descr
deleted file mode 100644
index 84db995e941c..000000000000
--- a/mail/pgp4pine/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-pgp4pine is a filter for the mail reader Pine to allow you to sign and/or
-encrypt your mail with PGP version 2, 5 or 6, or GnuPG. It is also usable
-as a general PGP/GnuPG wrapper for working on files.
-
-WWW: http://pgp4pine.flatline.de/
diff --git a/mail/pgp4pine/pkg-message b/mail/pgp4pine/pkg-message
deleted file mode 100644
index ca6eae1ea64b..000000000000
--- a/mail/pgp4pine/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-**** You got to manually set up Pine to use pgp4pine.
- Read %%PREFIX%%/share/doc/pgp4pine/INSTALL to know how.
- You can use the %%PREFIX%%/share/examples/pgp4pine/insert_entries.pl
- and %%PREFIX%%/share/examples/pgp4pine/remove_entries.pl scripts
- for this purpose.
diff --git a/mail/pgp4pine/pkg-plist b/mail/pgp4pine/pkg-plist
deleted file mode 100644
index e2ba1bca508d..000000000000
--- a/mail/pgp4pine/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $FreeBSD$
-bin/pgp4pine
-%%PORTDOCS%%share/doc/pgp4pine/FAQ
-%%PORTDOCS%%share/doc/pgp4pine/INSTALL
-%%PORTDOCS%%share/doc/pgp4pine/PGP_MIME
-%%PORTDOCS%%share/doc/pgp4pine/README
-share/examples/pgp4pine/insert_entries.pl
-share/examples/pgp4pine/pgp4pinerc.example
-share/examples/pgp4pine/remove_entries.pl
-@dirrm share/examples/pgp4pine
-%%PORTDOCS%%@dirrm share/doc/pgp4pine