View | Details | Raw Unified | Return to bug 254938 | Differences between
and this patch

Collapse All | Expand All

(-)a/security/netpgp/Makefile (-25 lines)
Removed Link Here
1
PORTNAME=	netpgp
2
PORTVERSION=	20140220
3
CATEGORIES=	security
4
MASTER_SITES=	ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/
5
6
MAINTAINER=	ports@FreeBSD.org
7
COMMENT=	PGP signing, verification, encryption, and decryption program
8
9
USES=		libtool ssl
10
USE_LDCONFIG=	yes
11
GNU_CONFIGURE=	yes
12
INSTALL_TARGET=	install-strip
13
14
.include <bsd.port.pre.mk>
15
16
.if ${SSL_DEFAULT} == base
17
BROKEN_FreeBSD_12=	incomplete definition of type 'struct rsa_st'
18
BROKEN_FreeBSD_13=	incomplete definition of type 'struct rsa_st'
19
.endif
20
21
CPPFLAGS+=	-I${OPENSSLINC}
22
CFLAGS+=	-I${OPENSSLINC} -Wno-error
23
LDFLAGS+=	-L${OPENSSLLIB}
24
25
.include <bsd.port.post.mk>
(-)a/security/netpgp/distinfo (-2 lines)
Removed Link Here
1
SHA256 (netpgp-20140220.tar.gz) = fbe403f037376a40afd19bc8a1786b55b67cf8092a723ef36a61d99260b66dbf
2
SIZE (netpgp-20140220.tar.gz) = 1521820
(-)a/security/netpgp/pkg-descr (-18 lines)
Removed Link Here
1
The netpgp command can digitally sign files and verify that the
2
signatures attached to files were signed by a given user identifier.
3
netpgp can also encrypt files using the public or private keys of
4
users and, in the same manner, decrypt files which were encrypted.
5
6
The netpgp utility can also be used to generate a new key-pair for a
7
user.  This key is in two parts, the public key (which can be used by
8
other people) and a private key.
9
10
In addition to these primary uses, the third way of using netpgp is to
11
maintain keyrings.  Keyrings are collections of public keys belonging
12
to other users.  By using other means of identification, it is
13
possible to establish the bona fides of other users.  Once trust has
14
been established, the public key of the other user will be signed.
15
The other user's public key can be added to our keyring.  The other
16
user will add our public key to their keyring.
17
18
WWW: http://www.NetBSD.org/
(-)a/security/netpgp/pkg-plist (-15 lines)
Removed Link Here
1
bin/netpgp
2
bin/netpgpkeys
3
include/netpgp.h
4
lib/libnetpgp.a
5
lib/libnetpgp.so
6
lib/libnetpgp.so.0
7
lib/libnetpgp.so.0.0.0
8
lib/libmj.a
9
lib/libmj.so
10
lib/libmj.so.0
11
lib/libmj.so.0.0.0
12
man/man1/netpgp.1.gz
13
man/man1/netpgpkeys.1.gz
14
man/man3/libmj.3.gz
15
man/man3/libnetpgp.3.gz

Return to bug 254938