summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-07-03 09:43:05 +0000
committernia <nia@pkgsrc.org>2021-07-03 09:43:05 +0000
commit147d1e323fae2b61441f53b075b664d5ad4e324c (patch)
treeb58daf89ae649e23fb70dc8a0064d34d917e328e /security
parentf9fae8d31cdfc6802007b8b4a7b6db0943e50e68 (diff)
downloadpkgsrc-147d1e323fae2b61441f53b075b664d5ad4e324c.tar.gz
go-crypt: remove
deprecated go-package; no users in pkgsrc
Diffstat (limited to 'security')
-rw-r--r--security/Makefile3
-rw-r--r--security/go-crypt/DESCR4
-rw-r--r--security/go-crypt/Makefile24
-rw-r--r--security/go-crypt/PLIST23
-rw-r--r--security/go-crypt/buildlink3.mk16
-rw-r--r--security/go-crypt/distinfo6
6 files changed, 1 insertions, 75 deletions
diff --git a/security/Makefile b/security/Makefile
index 6a1a5cb64e4..0e49f3c052f 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.832 2021/07/01 06:04:47 nia Exp $
+# $NetBSD: Makefile,v 1.833 2021/07/03 09:43:05 nia Exp $
#
COMMENT= Security and cryptography tools and libraries
@@ -105,7 +105,6 @@ SUBDIR+= gnupg-pkcs11-scd
SUBDIR+= gnupg2
SUBDIR+= gnutls
SUBDIR+= go-asn1-ber
-SUBDIR+= go-crypt
SUBDIR+= go-crypto
SUBDIR+= go-mkcert
SUBDIR+= go-xxhash
diff --git a/security/go-crypt/DESCR b/security/go-crypt/DESCR
deleted file mode 100644
index b737d995aad..00000000000
--- a/security/go-crypt/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-You can use crypt as a command line tool or as a configuration library:
-
-* crypt cli
-* crypt/config
diff --git a/security/go-crypt/Makefile b/security/go-crypt/Makefile
deleted file mode 100644
index 82057f7f64a..00000000000
--- a/security/go-crypt/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.33 2021/06/06 12:18:57 bsiegert Exp $
-
-# Making up a version number, as this is a snapshot after the latest release
-DISTNAME= crypt-0.0.2b
-PKGNAME= go-${DISTNAME}
-PKGREVISION= 29
-MASTER_SITES= ${MASTER_SITE_GITHUB:=xordataexchange/}
-CATEGORIES= security
-GITHUB_TAG= 749e360c8f236773f28fc6d3ddfce4a470795227
-GITHUB_PROJECT= ${PKGBASE:S/^go-//}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://xordataexchange.github.io/crypt/
-COMMENT= Store and retrieve encrypted configs from etcd or consul
-LICENSE= mit
-
-GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}
-GO_SRCPATH= github.com/xordataexchange/crypt
-
-.include "../../devel/go-consul-api/buildlink3.mk"
-.include "../../databases/go-etcd/buildlink3.mk"
-.include "../../security/go-crypto/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/go-crypt/PLIST b/security/go-crypt/PLIST
deleted file mode 100644
index 38328ddad5b..00000000000
--- a/security/go-crypt/PLIST
+++ /dev/null
@@ -1,23 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:59:34 gavan Exp $
-bin/crypt
-gopkg/pkg/${GO_PLATFORM}/github.com/xordataexchange/crypt/backend.a
-gopkg/pkg/${GO_PLATFORM}/github.com/xordataexchange/crypt/backend/consul.a
-gopkg/pkg/${GO_PLATFORM}/github.com/xordataexchange/crypt/backend/etcd.a
-gopkg/pkg/${GO_PLATFORM}/github.com/xordataexchange/crypt/backend/mock.a
-gopkg/pkg/${GO_PLATFORM}/github.com/xordataexchange/crypt/config.a
-gopkg/pkg/${GO_PLATFORM}/github.com/xordataexchange/crypt/encoding/secconf.a
-gopkg/src/github.com/xordataexchange/crypt/LICENSE
-gopkg/src/github.com/xordataexchange/crypt/README.md
-gopkg/src/github.com/xordataexchange/crypt/backend/backend.go
-gopkg/src/github.com/xordataexchange/crypt/backend/consul/consul.go
-gopkg/src/github.com/xordataexchange/crypt/backend/etcd/etcd.go
-gopkg/src/github.com/xordataexchange/crypt/backend/mock/mock.go
-gopkg/src/github.com/xordataexchange/crypt/bin/crypt/README.md
-gopkg/src/github.com/xordataexchange/crypt/bin/crypt/cmd.go
-gopkg/src/github.com/xordataexchange/crypt/bin/crypt/main.go
-gopkg/src/github.com/xordataexchange/crypt/config/README.md
-gopkg/src/github.com/xordataexchange/crypt/config/config.go
-gopkg/src/github.com/xordataexchange/crypt/config/config_test.go
-gopkg/src/github.com/xordataexchange/crypt/encoding/secconf/keyring_test.go
-gopkg/src/github.com/xordataexchange/crypt/encoding/secconf/secconf.go
-gopkg/src/github.com/xordataexchange/crypt/encoding/secconf/secconf_test.go
diff --git a/security/go-crypt/buildlink3.mk b/security/go-crypt/buildlink3.mk
deleted file mode 100644
index e66e8440228..00000000000
--- a/security/go-crypt/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2017/08/25 16:49:14 jperkin Exp $
-
-BUILDLINK_TREE+= go-crypt
-
-.if !defined(GO_CRYPT_BUILDLINK3_MK)
-GO_CRYPT_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-crypt= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-crypt?= build
-
-BUILDLINK_API_DEPENDS.go-crypt+= go-crypt>=0.0.2
-BUILDLINK_PKGSRCDIR.go-crypt?= ../../security/go-crypt
-
-.endif # GO_CRYPT_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-crypt
diff --git a/security/go-crypt/distinfo b/security/go-crypt/distinfo
deleted file mode 100644
index 90ab208cc80..00000000000
--- a/security/go-crypt/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2017/08/17 01:59:34 gavan Exp $
-
-SHA1 (crypt-0.0.2b-749e360c8f236773f28fc6d3ddfce4a470795227.tar.gz) = f5f1ecf11a30ccfc3a59f623cea45602c829f927
-RMD160 (crypt-0.0.2b-749e360c8f236773f28fc6d3ddfce4a470795227.tar.gz) = 874fea31d2030c1e6e00437ca19639998d747e14
-SHA512 (crypt-0.0.2b-749e360c8f236773f28fc6d3ddfce4a470795227.tar.gz) = 5d1f3544b77d2357247654ba0979b407f6beb8dbc09ce58a4296e450ed3ac7830ada22bf61e09167f55fc28ab8439bd138c9966e9db52c8bb6ca9198a20cacee
-Size (crypt-0.0.2b-749e360c8f236773f28fc6d3ddfce4a470795227.tar.gz) = 10485 bytes