Remove mail/pgp4pine - project is gone

PR:		ports/92967
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Reworked by:	maintainer
Approved by:	maintainer
This commit is contained in:
Renato Botelho 2006-03-18 18:00:12 +00:00
parent 5abd5f5e1d
commit a5d7563abd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157580
8 changed files with 1 additions and 124 deletions

1
MOVED
View File

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

View File

@ -359,7 +359,6 @@
SUBDIR += pflogsumm
SUBDIR += pfqueue
SUBDIR += pgen
SUBDIR += pgp4pine
SUBDIR += pgpsendmail
SUBDIR += php4-imap
SUBDIR += php5-imap

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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