pgp4pine 1.74 is a filter intended for use within pine, which can

sign/encrypt mail using PGP2/5/6/GPG

Submitted by:	Holger Lamm <holger@flatline.de>
PR:		ports/16134
This commit is contained in:
Kris Kennaway 2000-02-29 07:59:38 +00:00
parent 074ea1453a
commit 431bc7128f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26431
9 changed files with 136 additions and 0 deletions

View file

@ -66,6 +66,7 @@
SUBDIR += p5-Mail-POP3Client
SUBDIR += p5-Mail-Tools
SUBDIR += pathalias
SUBDIR += pgp4pine
SUBDIR += pgpsendmail
SUBDIR += pine4
SUBDIR += pine4-ssl

19
mail/pgp4pine/Makefile Normal file
View file

@ -0,0 +1,19 @@
# New ports collection makefile for: pgp4pine
# Version required: 1.74
# Date created: 13 November 1999
# Whom: holger
#
# $FreeBSD$
#
DISTNAME= pgp4pine-1.74
CATEGORIES= mail
MASTER_SITES= http://pgp4pine.flatline.de/
EXTRACT_SUFX= .tgz
MAINTAINER= holger@flatline.de
MAN1= pgp4pine.1
GNU_CONFIGURE= yes
.include <bsd.port.mk>

1
mail/pgp4pine/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (pgp4pine-1.74.tgz) = 9f044176ff5ef58ed94c8edd94cac99e

View file

@ -0,0 +1,88 @@
--- ./pgp4pine/docs/Makefile.am.org Sat Jan 15 00:09:31 2000
+++ ./pgp4pine/docs/Makefile.am Sat Jan 15 23:12:06 2000
@@ -1,7 +1,7 @@
####### kdevelop will overwrite this part!!! (begin)##########
SUBDIRS = en
-docdir = $(prefix)/doc
+docdir = $(prefix)/share/doc
EXTRA_DIST = INSTALL.TXT README.TXT
--- ./pgp4pine/docs/Makefile.in.org Sat Jan 15 06:36:46 2000
+++ ./pgp4pine/docs/Makefile.in Sat Jan 15 23:12:26 2000
@@ -66,7 +66,7 @@
VERSION = @VERSION@
SUBDIRS = en
-docdir = $(prefix)/doc
+docdir = $(prefix)/share/doc
EXTRA_DIST = INSTALL.TXT README.TXT
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
--- ./pgp4pine/docs/en/Makefile.am.org Sat Jan 15 00:10:15 2000
+++ ./pgp4pine/docs/en/Makefile.am Sat Jan 15 23:14:00 2000
@@ -1,6 +1,6 @@
####### kdevelop will overwrite this part!!! (begin)##########
-docdir = $(prefix)/doc
+docdir = $(prefix)/share/doc
GZIP = gzip
EXTRA_DIST = FAQ LICENSE PGP_MIME pgp4pine.1.gz pgp4pinerc
@@ -8,8 +8,6 @@
$(mkinstalldirs) $(docdir)/pgp4pine/
$(INSTALL_DATA) FAQ $(docdir)/pgp4pine/FAQ
$(mkinstalldirs) $(docdir)/pgp4pine/
- $(INSTALL_DATA) LICENSE $(docdir)/pgp4pine/LICENSE
- $(mkinstalldirs) $(docdir)/pgp4pine/
$(INSTALL_DATA) PGP_MIME $(docdir)/pgp4pine/PGP_MIME
$(mkinstalldirs) $(mandir)/man1/
$(INSTALL_DATA) pgp4pine.1 $(mandir)/man1/pgp4pine.1
@@ -19,7 +17,6 @@
uninstall-local:
-rm -f $(docdir)/pgp4pine/FAQ
- -rm -f $(docdir)/pgp4pine/LICENSE
-rm -f $(docdir)/pgp4pine/PGP_MIME
-rm -f $(mandir)/man1/pgp4pine.1.gz
-rm -f $(docdir)/pgp4pine/example.pgp4pinerc
--- ./pgp4pine/docs/en/Makefile.in.org Sat Jan 15 06:36:54 2000
+++ ./pgp4pine/docs/en/Makefile.in Sat Jan 15 23:14:11 2000
@@ -65,7 +65,7 @@
RANLIB = @RANLIB@
VERSION = @VERSION@
-docdir = $(prefix)/doc
+docdir = $(prefix)/share/doc
GZIP = gzip
EXTRA_DIST = FAQ LICENSE PGP_MIME pgp4pine.1.gz pgp4pinerc
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -173,8 +173,6 @@
$(mkinstalldirs) $(docdir)/pgp4pine/
$(INSTALL_DATA) FAQ $(docdir)/pgp4pine/FAQ
$(mkinstalldirs) $(docdir)/pgp4pine/
- $(INSTALL_DATA) LICENSE $(docdir)/pgp4pine/LICENSE
- $(mkinstalldirs) $(docdir)/pgp4pine/
$(INSTALL_DATA) PGP_MIME $(docdir)/pgp4pine/PGP_MIME
$(mkinstalldirs) $(mandir)/man1/
$(INSTALL_DATA) pgp4pine.1 $(mandir)/man1/pgp4pine.1
@@ -184,7 +182,6 @@
uninstall-local:
-rm -f $(docdir)/pgp4pine/FAQ
- -rm -f $(docdir)/pgp4pine/LICENSE
-rm -f $(docdir)/pgp4pine/PGP_MIME
-rm -f $(mandir)/man1/pgp4pine.1.gz
-rm -f $(docdir)/pgp4pine/example.pgp4pinerc
--- ./pgp4pine/docs/en/pgp4pine.1.in.org Sat Jan 15 03:54:18 2000
+++ ./pgp4pine/docs/en/pgp4pine.1.in Sat Jan 15 23:15:33 2000
@@ -25,7 +25,7 @@
.TP 3
0.
-Open your ~/.pgp4pinerc (if you don't have one, run "cp @prefix@/doc/pgp4pinerc ~/.pgp4pinerc") and edit it.
+Open your ~/.pgp4pinerc (if you don't have one, run "cp @prefix@/share/doc/pgp4pinerc ~/.pgp4pinerc") and edit it.
.TP
1.
In pine, go into Setup, then Configuration.

View file

@ -0,0 +1,11 @@
--- configure.orig Fri Jan 14 21:15:10 2000
+++ configure Mon Feb 28 23:27:54 2000
@@ -779,7 +779,7 @@
-CFLAGS=-O
+#CFLAGS=-O
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6

View file

@ -0,0 +1 @@
tool to use PGP 2/5/6 or GPG with Pine

5
mail/pgp4pine/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
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

@ -0,0 +1,3 @@
You got to manually set up Pine to use pgp4pine!
Read /usr/share/doc/pgp4pine/INSTALL.TXT to know how !

7
mail/pgp4pine/pkg-plist Normal file
View file

@ -0,0 +1,7 @@
bin/pgp4pine
share/doc/pgp4pine/FAQ
share/doc/pgp4pine/INSTALL.TXT
share/doc/pgp4pine/PGP_MIME
share/doc/pgp4pine/README.TXT
share/doc/pgp4pine/example.pgp4pinerc
@dirrm share/doc/pgp4pine