From Holger@alcatraz73.wohnheim.uni-kl.de  Fri Apr 14 07:36:54 2000
Return-Path: <Holger@alcatraz73.wohnheim.uni-kl.de>
Received: from sun.rhrk.uni-kl.de (sun.rhrk.uni-kl.de [131.246.137.50])
	by hub.freebsd.org (Postfix) with SMTP id 95B0637B7A2
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 14 Apr 2000 07:36:52 -0700 (PDT)
	(envelope-from Holger@alcatraz73.wohnheim.uni-kl.de)
Received: from aixs1.rhrk.uni-kl.de
           ( exim@aixs1.rhrk.uni-kl.de [131.246.137.3] ) by sun.rhrk.uni-kl.de
          id aa02166 for <FreeBSD-gnats-submit@freebsd.org>;
          14 Apr 2000 16:36 MESZ
Received: from alcatraz73.wohnheim.uni-kl.de ([131.246.107.82])
	by aixs1.rhrk.uni-kl.de with esmtp (Exim 3.03 #2)
	id 12g7DE-000EIW-00
	for FreeBSD-gnats-submit@freebsd.org; Fri, 14 Apr 2000 16:36:48 +0200
Received: (from Holger@localhost)
	by alcatraz73.wohnheim.uni-kl.de (8.9.3/8.9.3) id QAA03272;
	Fri, 14 Apr 2000 16:36:48 +0200 (CEST)
	(envelope-from Holger)
Message-Id: <200004141436.QAA03272@alcatraz73.wohnheim.uni-kl.de>
Date: Fri, 14 Apr 2000 16:36:48 +0200 (CEST)
From: holger@flatline.de
Sender: Holger@alcatraz73.wohnheim.uni-kl.de
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Subject: new pgp4pine port
X-Send-Pr-Version: 3.2

>Number:         18004
>Category:       ports
>Synopsis:       new port: mail/pgp4pine
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 14 07:40:01 PDT 2000
>Closed-Date:    Tue Sep 19 08:49:03 PDT 2000
>Last-Modified:  Tue Sep 19 08:50:12 PDT 2000
>Originator:     Holger Lamm
>Release:        FreeBSD 4.0-RELEASE i386
>Organization:
>Environment:

	

>Description:

Updated port for pgp4pine

>How-To-Repeat:

	

>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pgp4pine
#	pgp4pine/files
#	pgp4pine/files/md5
#	pgp4pine/patches
#	pgp4pine/patches/patch-aa
#	pgp4pine/patches/patch-ab
#	pgp4pine/Makefile
#	pgp4pine/pkg
#	pgp4pine/pkg/COMMENT
#	pgp4pine/pkg/DESCR
#	pgp4pine/pkg/MESSAGE
#	pgp4pine/pkg/PLIST
#	pgp4pine/README.html
#
echo c - pgp4pine
mkdir -p pgp4pine > /dev/null 2>&1
echo c - pgp4pine/files
mkdir -p pgp4pine/files > /dev/null 2>&1
echo x - pgp4pine/files/md5
sed 's/^X//' >pgp4pine/files/md5 << 'END-of-pgp4pine/files/md5'
XMD5 (pgp4pine-1.75.tar.gz) = f6737b61e35662003d522c3898c2c760
END-of-pgp4pine/files/md5
echo c - pgp4pine/patches
mkdir -p pgp4pine/patches > /dev/null 2>&1
echo x - pgp4pine/patches/patch-aa
sed 's/^X//' >pgp4pine/patches/patch-aa << 'END-of-pgp4pine/patches/patch-aa'
X--- ./pgp4pine/docs/en/Makefile.in.orig	Thu Apr 13 23:25:17 2000
X+++ ./pgp4pine/docs/en/Makefile.in	Thu Apr 13 23:19:40 2000
X@@ -168,20 +168,20 @@
X 
X 
X install-data-local:
X-	$(mkinstalldirs) $(prefix)/doc/pgp4pine/
X-	$(INSTALL_DATA) FAQ $(prefix)/doc/pgp4pine/FAQ
X-	$(mkinstalldirs) $(prefix)/doc/pgp4pine/
X-	$(INSTALL_DATA) PGP_MIME $(prefix)/doc/pgp4pine/PGP_MIME
X+	$(mkinstalldirs) $(prefix)/share/doc/pgp4pine/
X+	$(INSTALL_DATA) FAQ $(prefix)/share/doc/pgp4pine/FAQ
X+	$(mkinstalldirs) $(prefix)/share/doc/pgp4pine/
X+	$(INSTALL_DATA) PGP_MIME $(prefix)/share/doc/pgp4pine/PGP_MIME
X 	$(mkinstalldirs) $(mandir)/man1/
X 	$(INSTALL_DATA) pgp4pine.1 $(mandir)/man1/pgp4pine.1
X-	$(mkinstalldirs) $(prefix)/doc/pgp4pine/
X-	$(INSTALL_DATA) pgp4pinerc $(prefix)/doc/pgp4pine/example.pgp4pinerc
X+	$(mkinstalldirs) $(prefix)/share/doc/pgp4pine/
X+	$(INSTALL_DATA) pgp4pinerc $(prefix)/share/doc/pgp4pine/example.pgp4pinerc
X 
X uninstall-local:
X-	-rm -f $(prefix)/doc/pgp4pine/FAQ
X-	-rm -f $(prefix)/doc/pgp4pine/PGP_MIME
X+	-rm -f $(prefix)/share/doc/pgp4pine/FAQ
X+	-rm -f $(prefix)/share/doc/pgp4pine/PGP_MIME
X 	-rm -f $(mandir)/man1/pgp4pine.1
X-	-rm -f $(prefix)/doc/pgp4pine/example.pgp4pinerc
X+	-rm -f $(prefix)/share/doc/pgp4pine/example.pgp4pinerc
X 
X ####### kdevelop will overwrite this part!!! (end)############
X 
X--- ./pgp4pine/docs/en/pgp4pine.1.in.orig	Thu Apr 13 23:25:17 2000
X+++ ./pgp4pine/docs/en/pgp4pine.1.in		Thu Apr 13 23:26:01 2000
X@@ -25,7 +25,7 @@
X 
X .TP 3
X 0. 
X-Open your ~/.pgp4pinerc (if you don't have one, run "cp @prefix@/doc/pgp4pinerc ~/.pgp4pinerc") and edit it. 
X+Open your ~/.pgp4pinerc (if you don't have one, run "cp @prefix@/share/doc/pgp4pinerc ~/.pgp4pinerc") and edit it. 
X .TP
X 1. 
X In pine, go into Setup, then Configuration.
END-of-pgp4pine/patches/patch-aa
echo x - pgp4pine/patches/patch-ab
sed 's/^X//' >pgp4pine/patches/patch-ab << 'END-of-pgp4pine/patches/patch-ab'
X--- ../pgp4pine-1.75.orig/Makefile.in	Thu Apr 13 23:25:17 2000
X+++ Makefile.in	Thu Apr 13 23:33:30 2000
X@@ -352,14 +352,14 @@
X 
X 
X install-data-local:
X-	$(mkinstalldirs) $(prefix)/doc/pgp4pine/
X-	$(INSTALL_DATA) INSTALL $(prefix)/doc/pgp4pine/INSTALL
X-	$(mkinstalldirs) $(prefix)/doc/pgp4pine/
X-	$(INSTALL_DATA) README $(prefix)/doc/pgp4pine/README
X+	$(mkinstalldirs) $(prefix)/share/doc/pgp4pine/
X+	$(INSTALL_DATA) INSTALL $(prefix)/share/doc/pgp4pine/INSTALL
X+	$(mkinstalldirs) $(prefix)/share/doc/pgp4pine/
X+	$(INSTALL_DATA) README $(prefix)/share/doc/pgp4pine/README
X 
X uninstall-local:
X-	-rm -f $(prefix)/doc/pgp4pine/INSTALL
X-	-rm -f $(prefix)/doc/pgp4pine/README
X+	-rm -f $(prefix)/share/doc/pgp4pine/INSTALL
X+	-rm -f $(prefix)/share/doc/pgp4pine/README
X 
X # Tell versions [3.59,3.63) of GNU make to not export all variables.
X # Otherwise a system limit (for SysV at least) may be exceeded.
END-of-pgp4pine/patches/patch-ab
echo x - pgp4pine/Makefile
sed 's/^X//' >pgp4pine/Makefile << 'END-of-pgp4pine/Makefile'
X# New ports collection makefile for: pgp4pine
X# Version required: 	1.75
X# Date created:		13 April 2000
X# Whom:			Holger Lamm <holger@flatline.de>
X#
X# $FreeBSD: ports/mail/pgp4pine/Makefile,v 1.2 2000/02/29 08:07:12 kris Exp $
X#
X
XDISTNAME=	pgp4pine-1.75
XCATEGORIES=	mail
XMASTER_SITES=	http://pgp4pine.flatline.de/
X
XMAINTAINER=	holger@flatline.de
X
XMAN1=		pgp4pine.1
XGNU_CONFIGURE=	yes
X
X.include <bsd.port.mk>
END-of-pgp4pine/Makefile
echo c - pgp4pine/pkg
mkdir -p pgp4pine/pkg > /dev/null 2>&1
echo x - pgp4pine/pkg/COMMENT
sed 's/^X//' >pgp4pine/pkg/COMMENT << 'END-of-pgp4pine/pkg/COMMENT'
XTool to use PGP 2/5/6 or GPG with Pine
END-of-pgp4pine/pkg/COMMENT
echo x - pgp4pine/pkg/DESCR
sed 's/^X//' >pgp4pine/pkg/DESCR << 'END-of-pgp4pine/pkg/DESCR'
Xpgp4pine is a filter for the mail reader Pine to allow you to sign and/or
Xencrypt your mail with PGP version 2, 5 or 6, or GnuPG. It is also usable
Xas a general PGP/GnuPG wrapper for working on files.
X
XWWW: http://pgp4pine.flatline.de/
END-of-pgp4pine/pkg/DESCR
echo x - pgp4pine/pkg/MESSAGE
sed 's/^X//' >pgp4pine/pkg/MESSAGE << 'END-of-pgp4pine/pkg/MESSAGE'
XYou got to manually set up Pine to use pgp4pine!
XRead /usr/local/share/doc/pgp4pine/INSTALL to know how !
X
END-of-pgp4pine/pkg/MESSAGE
echo x - pgp4pine/pkg/PLIST
sed 's/^X//' >pgp4pine/pkg/PLIST << 'END-of-pgp4pine/pkg/PLIST'
Xbin/pgp4pine
Xshare/doc/pgp4pine/FAQ
Xshare/doc/pgp4pine/INSTALL
Xshare/doc/pgp4pine/PGP_MIME
Xshare/doc/pgp4pine/README
Xshare/doc/pgp4pine/example.pgp4pinerc
X@dirrm share/doc/pgp4pine
END-of-pgp4pine/pkg/PLIST
echo x - pgp4pine/README.html
sed 's/^X//' >pgp4pine/README.html << 'END-of-pgp4pine/README.html'
X<html>
X<title> The FreeBSD Ports Collection (mail/pgp4pine)</title>
X<head><h1> The FreeBSD Ports Collection ("mail/pgp4pine")</h1> </head> <hr>
X<body>
X
X<p>You are now in the directory for the port "mail/pgp4pine" (package name "pgp4pine-1.75").
X
X<p>This is the one-line description for this port:
X
X<p><hr><p>
XTool to use PGP 2/5/6 or GPG with Pine
X<p><hr>
X
X<p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a
Xlonger description.
X
X<p>Go to the <a href="../../README.html">top of the ports tree</a> for
Xa summary on how to use the ports collection.
X
X<p>
X
X<p>
X
X
X<p><hr><p>
X<a href="../README.html"> Go up one level</a>
X|
X<a href="../../README.html"> Go to top of ports tree</a>
X</body>
X</html>
END-of-pgp4pine/README.html
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: sada 
State-Changed-When: Fri Jul 28 16:45:51 PDT 2000 
State-Changed-Why:  
Could you please send diff to current tree when you update ports ? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18004 
State-Changed-From-To: analyzed->closed 
State-Changed-By: ade 
State-Changed-When: Tue Sep 19 08:49:03 PDT 2000 
State-Changed-Why:  
Please submit diffs against the current port (as per Sada-san's 
request of July 28th).  In addition, the sharball you have here 
is broken (no PORTNAME/PORTVERSION), and the tarball on the 
MASTER_SITE appears to be version 1.75-6 

http://www.freebsd.org/cgi/query-pr.cgi?pr=18004 
>Unformatted:
