summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-02-29 07:59:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-02-29 07:59:38 +0000
commit431bc7128f1afb971007dcb57f81ee9c9612dfbc (patch)
tree8b5445f96e33eaa5176579ed504ec76b6b8f61b6 /mail
parentUpdate to 1.0.0 (diff)
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
Notes
Notes: svn path=/head/; revision=26431
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/pgp4pine/Makefile19
-rw-r--r--mail/pgp4pine/distinfo1
-rw-r--r--mail/pgp4pine/files/patch-aa88
-rw-r--r--mail/pgp4pine/files/patch-ab11
-rw-r--r--mail/pgp4pine/pkg-comment1
-rw-r--r--mail/pgp4pine/pkg-descr5
-rw-r--r--mail/pgp4pine/pkg-message3
-rw-r--r--mail/pgp4pine/pkg-plist7
9 files changed, 136 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 1b37e9ae3d38..24c5a9ab4d89 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -66,6 +66,7 @@
SUBDIR += p5-Mail-POP3Client
SUBDIR += p5-Mail-Tools
SUBDIR += pathalias
+ SUBDIR += pgp4pine
SUBDIR += pgpsendmail
SUBDIR += pine4
SUBDIR += pine4-ssl
diff --git a/mail/pgp4pine/Makefile b/mail/pgp4pine/Makefile
new file mode 100644
index 000000000000..f3e55b9bab08
--- /dev/null
+++ b/mail/pgp4pine/Makefile
@@ -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>
diff --git a/mail/pgp4pine/distinfo b/mail/pgp4pine/distinfo
new file mode 100644
index 000000000000..cfa9555c2050
--- /dev/null
+++ b/mail/pgp4pine/distinfo
@@ -0,0 +1 @@
+MD5 (pgp4pine-1.74.tgz) = 9f044176ff5ef58ed94c8edd94cac99e
diff --git a/mail/pgp4pine/files/patch-aa b/mail/pgp4pine/files/patch-aa
new file mode 100644
index 000000000000..8ac26aaa82ac
--- /dev/null
+++ b/mail/pgp4pine/files/patch-aa
@@ -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.
diff --git a/mail/pgp4pine/files/patch-ab b/mail/pgp4pine/files/patch-ab
new file mode 100644
index 000000000000..2fa9b93ac7df
--- /dev/null
+++ b/mail/pgp4pine/files/patch-ab
@@ -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
diff --git a/mail/pgp4pine/pkg-comment b/mail/pgp4pine/pkg-comment
new file mode 100644
index 000000000000..2e1849bc4868
--- /dev/null
+++ b/mail/pgp4pine/pkg-comment
@@ -0,0 +1 @@
+tool to use PGP 2/5/6 or GPG with Pine
diff --git a/mail/pgp4pine/pkg-descr b/mail/pgp4pine/pkg-descr
new file mode 100644
index 000000000000..84db995e941c
--- /dev/null
+++ b/mail/pgp4pine/pkg-descr
@@ -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/
diff --git a/mail/pgp4pine/pkg-message b/mail/pgp4pine/pkg-message
new file mode 100644
index 000000000000..8eb73d45ffae
--- /dev/null
+++ b/mail/pgp4pine/pkg-message
@@ -0,0 +1,3 @@
+You got to manually set up Pine to use pgp4pine!
+Read /usr/share/doc/pgp4pine/INSTALL.TXT to know how !
+
diff --git a/mail/pgp4pine/pkg-plist b/mail/pgp4pine/pkg-plist
new file mode 100644
index 000000000000..04c0e8848418
--- /dev/null
+++ b/mail/pgp4pine/pkg-plist
@@ -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