git: 3057478fb60d - main - security/netpgp: Remove from tree
Kevin Bowling
kbowling at FreeBSD.org
Mon Apr 12 22:22:29 UTC 2021
The branch main has been updated by kbowling:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3057478fb60db707381b9bc0d7fb434f6253e388
commit 3057478fb60db707381b9bc0d7fb434f6253e388
Author: Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-04-12 22:20:49 +0000
Commit: Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-04-12 22:20:49 +0000
security/netpgp: Remove from tree
Marked broken on 12+ over 2 years ago without anyone fixing it
Upstream project seems inactive
PR: 254938
Reported by: daniel.engberg.lists at pyret.net
---
MOVED | 1 +
security/Makefile | 1 -
security/netpgp/Makefile | 25 -------------------------
security/netpgp/distinfo | 2 --
security/netpgp/pkg-descr | 18 ------------------
security/netpgp/pkg-plist | 15 ---------------
6 files changed, 1 insertion(+), 61 deletions(-)
diff --git a/MOVED b/MOVED
index 72196cc53dcd..59b3c8cb9c9e 100644
--- a/MOVED
+++ b/MOVED
@@ -16282,3 +16282,4 @@ www/xshttpd||2021-04-12|Unmaintained and dead upstream
www/xshttpd-devel||2021-04-12|Unmaintained and dead upstream
dns/credns||2021-04-12|Broken 12+, unmaintained upstream
www/youtube_dlc|www/yt-dlp|2021-04-12|Upstream have made a complete transition to new project name
+security/netpgp||2021-04-12|Broken 12+, unmaintained upstream
diff --git a/security/Makefile b/security/Makefile
index 6093be2e098d..eb3849e0ebe5 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -368,7 +368,6 @@
SUBDIR += nacl
SUBDIR += ncrack
SUBDIR += ncrypt
- SUBDIR += netpgp
SUBDIR += nettle
SUBDIR += nextcloud-end_to_end_encryption
SUBDIR += nextcloud-passman
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 at FreeBSD.org
-COMMENT= PGP signing, verification, encryption, and decryption program
-
-USES= libtool ssl
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
-
-.include <bsd.port.pre.mk>
-
-.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 <bsd.port.post.mk>
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
More information about the dev-commits-ports-all
mailing list