diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile deleted file mode 100644 index e76b4b6e971f..000000000000 --- a/security/netpgp/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= netpgp -PORTVERSION= 20140220 -CATEGORIES= security -MASTER_SITES= ftp://ftp.netbsd.org/pub/pkgsrc/distfiles/LOCAL_PORTS/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= PGP signing, verification, encryption, and decryption program - -USES= libtool ssl -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip - -.include - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st' -BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st' -.endif - -CPPFLAGS+= -I${OPENSSLINC} -CFLAGS+= -I${OPENSSLINC} -Wno-error -LDFLAGS+= -L${OPENSSLLIB} - -.include diff --git a/security/netpgp/distinfo b/security/netpgp/distinfo deleted file mode 100644 index d9ba8c99ee47..000000000000 --- a/security/netpgp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (netpgp-20140220.tar.gz) = fbe403f037376a40afd19bc8a1786b55b67cf8092a723ef36a61d99260b66dbf -SIZE (netpgp-20140220.tar.gz) = 1521820 diff --git a/security/netpgp/pkg-descr b/security/netpgp/pkg-descr deleted file mode 100644 index ce6e7e72bed6..000000000000 --- a/security/netpgp/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -The netpgp command can digitally sign files and verify that the -signatures attached to files were signed by a given user identifier. -netpgp can also encrypt files using the public or private keys of -users and, in the same manner, decrypt files which were encrypted. - -The netpgp utility can also be used to generate a new key-pair for a -user. This key is in two parts, the public key (which can be used by -other people) and a private key. - -In addition to these primary uses, the third way of using netpgp is to -maintain keyrings. Keyrings are collections of public keys belonging -to other users. By using other means of identification, it is -possible to establish the bona fides of other users. Once trust has -been established, the public key of the other user will be signed. -The other user's public key can be added to our keyring. The other -user will add our public key to their keyring. - -WWW: http://www.NetBSD.org/ diff --git a/security/netpgp/pkg-plist b/security/netpgp/pkg-plist deleted file mode 100644 index 7314e4aa5c05..000000000000 --- a/security/netpgp/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/netpgp -bin/netpgpkeys -include/netpgp.h -lib/libnetpgp.a -lib/libnetpgp.so -lib/libnetpgp.so.0 -lib/libnetpgp.so.0.0.0 -lib/libmj.a -lib/libmj.so -lib/libmj.so.0 -lib/libmj.so.0.0.0 -man/man1/netpgp.1.gz -man/man1/netpgpkeys.1.gz -man/man3/libmj.3.gz -man/man3/libnetpgp.3.gz