View | Details | Raw Unified | Return to bug 92967
Collapse All | Expand All

(-)Makefile (-3 / +5 lines)
Lines 9-27 Link Here
9
PORTVERSION=	1.76
9
PORTVERSION=	1.76
10
PORTREVISION=	2
10
PORTREVISION=	2
11
CATEGORIES=	mail
11
CATEGORIES=	mail
12
MASTER_SITES=	http://pgp4pine.flatline.de/
12
MASTER_SITES=	#
13
DISTNAME=	${PORTNAME}-${PORTVERSION}-1
13
DISTNAME=	${PORTNAME}-${PORTVERSION}-1
14
14
15
MAINTAINER=	holger@e-gitt.net
15
MAINTAINER=	holger@e-gitt.net
16
COMMENT=	Tool to use PGP 2/5/6 or GPG with Pine
16
COMMENT=	Tool to use PGP 2/5/6 or GPG with Pine
17
17
18
DEPRECATED=	mastersite disappeared, no longer maintained by author
19
EXPIRATION_DATE=	2006-04-07
20
18
# Global variables
21
# Global variables
19
#
22
#
20
23
21
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
24
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
22
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
23
CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc
26
CONFIGURE_ARGS=	--with-docdir=${PREFIX}/share/doc
24
USE_REINPLACE=	yes
25
27
26
MAN1=		pgp4pine.1
28
MAN1=		pgp4pine.1
27
29
(-)pkg-descr (-2 lines)
Lines 1-5 Link Here
1
pgp4pine is a filter for the mail reader Pine to allow you to sign and/or
1
pgp4pine is a filter for the mail reader Pine to allow you to sign and/or
2
encrypt your mail with PGP version 2, 5 or 6, or GnuPG. It is also usable
2
encrypt your mail with PGP version 2, 5 or 6, or GnuPG. It is also usable
3
as a general PGP/GnuPG wrapper for working on files.
3
as a general PGP/GnuPG wrapper for working on files.
4
5
WWW: http://pgp4pine.flatline.de/
(-)pkg-plist (-9 / +9 lines)
Lines 1-11 Link Here
1
@comment $FreeBSD: ports/mail/pgp4pine/pkg-plist,v 1.4 2001/10/17 13:14:13 ijliao Exp $
1
@comment $FreeBSD: ports/mail/pgp4pine/pkg-plist,v 1.4 2001/10/17 13:14:13 ijliao Exp $
2
bin/pgp4pine
2
bin/pgp4pine
3
%%PORTDOCS%%share/doc/pgp4pine/FAQ
3
%%DOCSDIR%%/FAQ
4
%%PORTDOCS%%share/doc/pgp4pine/INSTALL
4
%%DOCSDIR%%/INSTALL
5
%%PORTDOCS%%share/doc/pgp4pine/PGP_MIME
5
%%DOCSDIR%%/PGP_MIME
6
%%PORTDOCS%%share/doc/pgp4pine/README
6
%%DOCSDIR%%/README
7
share/examples/pgp4pine/insert_entries.pl
7
%%EXAMPLESDIR%%/insert_entries.pl
8
share/examples/pgp4pine/pgp4pinerc.example
8
%%EXAMPLESDIR%%/pgp4pinerc.example
9
share/examples/pgp4pine/remove_entries.pl
9
%%EXAMPLESDIR%%/remove_entries.pl
10
@dirrm share/examples/pgp4pine
10
@dirrm %%EXAMPLESDIR%%
11
%%PORTDOCS%%@dirrm share/doc/pgp4pine
11
@dirrm %%DOCSDIR%%

Return to bug 92967