pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel go-gospel: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8af92f38c9ba
branches:  trunk
changeset: 455510:8af92f38c9ba
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 05 14:38:09 2021 +0000

description:
go-gospel: remove

deprecated go-package; no users in pkgsrc

diffstat:

 devel/Makefile                |    3 +-
 devel/go-gospel/DESCR         |   18 ------
 devel/go-gospel/Makefile      |   21 --------
 devel/go-gospel/PLIST         |  109 ------------------------------------------
 devel/go-gospel/buildlink3.mk |   18 ------
 devel/go-gospel/distinfo      |    6 --
 6 files changed, 1 insertions(+), 174 deletions(-)

diffs (209 lines):

diff -r 6c915be3feca -r 8af92f38c9ba devel/Makefile
--- a/devel/Makefile    Mon Jul 05 14:36:47 2021 +0000
+++ b/devel/Makefile    Mon Jul 05 14:38:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3445 2021/07/05 14:35:16 nia Exp $
+# $NetBSD: Makefile,v 1.3446 2021/07/05 14:38:09 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -425,7 +425,6 @@
 SUBDIR+=       go-gopkgs
 SUBDIR+=       go-goptlib
 SUBDIR+=       go-goreturns
-SUBDIR+=       go-gospel
 SUBDIR+=       go-gox
 SUBDIR+=       go-hashstructure
 SUBDIR+=       go-homedir
diff -r 6c915be3feca -r 8af92f38c9ba devel/go-gospel/DESCR
--- a/devel/go-gospel/DESCR     Mon Jul 05 14:36:47 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-Gospel ("GO SPEcial Library") is a Go library which includes the
-following packages:
-- gospel/parser: Read/access/write nested data structures
-- gospel/network: Network-related functionality, services, packet
-  handling, TOR, SOCKS5 connection handler, SMTP/POP3 mail handling
-- gospel/bitcoin: Elliptic curve crypto (Secp256k1), Bitcoin
-  addresses, key exchange, raw transactions, hash functions (Hash160,
-  Hash256), base58 encoding
-- gospel/bitcoin/wallet: HD key space, BIP39 seed words
-- gospel/bitcoin/rpc: JSON-RPC to Bitcoin server
-- gospel/bitcoin/script: Bitcoin script parser/interpreter
-- gospel/math: Mathematical helpers, Fast Fourier Transformation,
-  Arbitrary precision integers with chainable methods
-- gospel/crypto: cryptographic helpers, secret sharing, prime fields,
-  PRNG, Paillier crypto scheme, cryptographic counters
-- gospel/logger: logging facilities
-- gospel/data: useful data structures like stacks, vectors,
-  Marshal/Unmarshal Golang objects, Bloom filter
diff -r 6c915be3feca -r 8af92f38c9ba devel/go-gospel/Makefile
--- a/devel/go-gospel/Makefile  Mon Jul 05 14:36:47 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2021/06/06 12:18:52 bsiegert Exp $
-
-DISTNAME=      go-gospel-0.0.20200416
-PKGREVISION=   11
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=bfix/}
-GITHUB_TAG=    1d04e847bea4171138af65e5dbba9c8376fd7795
-GITHUB_PROJECT=        gospel
-
-MAINTAINER=    nikita%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/bfix/gospel/
-COMMENT=       GO SPEcial Library
-LICENSE=       gnu-gpl-v3
-
-GO_SRCPATH=    github.com/bfix/gospel
-GO_DIST_BASE=  gospel-${GITHUB_TAG}*
-
-.include "../../security/go-crypto/buildlink3.mk"
-.include "../../textproc/go-text/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 6c915be3feca -r 8af92f38c9ba devel/go-gospel/PLIST
--- a/devel/go-gospel/PLIST     Mon Jul 05 14:36:47 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,109 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2020/04/28 13:14:21 nikita Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/bfix/gospel/bitcoin.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bfix/gospel/bitcoin/rpc.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bfix/gospel/bitcoin/script.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bfix/gospel/bitcoin/wallet.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bfix/gospel/concurrent.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bfix/gospel/crypto.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bfix/gospel/crypto/ed25519.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bfix/gospel/data.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bfix/gospel/logger.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bfix/gospel/math.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bfix/gospel/network.a
-gopkg/pkg/${GO_PLATFORM}/github.com/bfix/gospel/parser.a
-gopkg/src/github.com/bfix/gospel/LICENSE
-gopkg/src/github.com/bfix/gospel/README.md
-gopkg/src/github.com/bfix/gospel/bitcoin/addr.go
-gopkg/src/github.com/bfix/gospel/bitcoin/addr_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/base58.go
-gopkg/src/github.com/bfix/gospel/bitcoin/base58_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/curve.go
-gopkg/src/github.com/bfix/gospel/bitcoin/curve_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/doc.go
-gopkg/src/github.com/bfix/gospel/bitcoin/engine.go
-gopkg/src/github.com/bfix/gospel/bitcoin/engine_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/exchange.go
-gopkg/src/github.com/bfix/gospel/bitcoin/exchange_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/hash.go
-gopkg/src/github.com/bfix/gospel/bitcoin/keys.go
-gopkg/src/github.com/bfix/gospel/bitcoin/keys_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/raw.go
-gopkg/src/github.com/bfix/gospel/bitcoin/raw_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/block.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/block_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/doc.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/local.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/local_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/node.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/node_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/script.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/script_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/session.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/session_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/transaction.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/transaction_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/types.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/wallet.go
-gopkg/src/github.com/bfix/gospel/bitcoin/rpc/wallet_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/script/opcodes.go
-gopkg/src/github.com/bfix/gospel/bitcoin/script/run.go
-gopkg/src/github.com/bfix/gospel/bitcoin/script/run_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/script/script.go
-gopkg/src/github.com/bfix/gospel/bitcoin/script/script_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/script/stack.go
-gopkg/src/github.com/bfix/gospel/bitcoin/wallet/coins.go
-gopkg/src/github.com/bfix/gospel/bitcoin/wallet/hd.go
-gopkg/src/github.com/bfix/gospel/bitcoin/wallet/hd_test.go
-gopkg/src/github.com/bfix/gospel/bitcoin/wallet/seed.go
-gopkg/src/github.com/bfix/gospel/bitcoin/wallet/seed_test.go
-gopkg/src/github.com/bfix/gospel/concurrent/signal.go
-gopkg/src/github.com/bfix/gospel/concurrent/signal_test.go
-gopkg/src/github.com/bfix/gospel/crypto/counter.go
-gopkg/src/github.com/bfix/gospel/crypto/counter_test.go
-gopkg/src/github.com/bfix/gospel/crypto/doc.go
-gopkg/src/github.com/bfix/gospel/crypto/ed25519/curve.go
-gopkg/src/github.com/bfix/gospel/crypto/ed25519/curve_test.go
-gopkg/src/github.com/bfix/gospel/crypto/ed25519/doc.go
-gopkg/src/github.com/bfix/gospel/crypto/ed25519/keys.go
-gopkg/src/github.com/bfix/gospel/crypto/ed25519/keys_test.go
-gopkg/src/github.com/bfix/gospel/crypto/ed25519/signature.go
-gopkg/src/github.com/bfix/gospel/crypto/ed25519/signature_test.go
-gopkg/src/github.com/bfix/gospel/crypto/ed25519/signature_test.json
-gopkg/src/github.com/bfix/gospel/crypto/ed25519/util.go
-gopkg/src/github.com/bfix/gospel/crypto/openpgp.go
-gopkg/src/github.com/bfix/gospel/crypto/paillier.go
-gopkg/src/github.com/bfix/gospel/crypto/paillier_test.go
-gopkg/src/github.com/bfix/gospel/crypto/prime_field.go
-gopkg/src/github.com/bfix/gospel/crypto/shared_secret.go
-gopkg/src/github.com/bfix/gospel/crypto/shared_secret_test.go
-gopkg/src/github.com/bfix/gospel/data/bloomfilter.go
-gopkg/src/github.com/bfix/gospel/data/bloomfilter_test.go
-gopkg/src/github.com/bfix/gospel/data/doc.go
-gopkg/src/github.com/bfix/gospel/data/marshal.go
-gopkg/src/github.com/bfix/gospel/data/marshal_test.go
-gopkg/src/github.com/bfix/gospel/data/stack.go
-gopkg/src/github.com/bfix/gospel/data/stack_test.go
-gopkg/src/github.com/bfix/gospel/data/vector.go
-gopkg/src/github.com/bfix/gospel/data/vector_test.go
-gopkg/src/github.com/bfix/gospel/go.mod
-gopkg/src/github.com/bfix/gospel/go.sum
-gopkg/src/github.com/bfix/gospel/logger/log.go
-gopkg/src/github.com/bfix/gospel/logger/log_test.go
-gopkg/src/github.com/bfix/gospel/math/fft.go
-gopkg/src/github.com/bfix/gospel/math/fft_test.go
-gopkg/src/github.com/bfix/gospel/math/int.go
-gopkg/src/github.com/bfix/gospel/math/int_test.go
-gopkg/src/github.com/bfix/gospel/network/.gitignore
-gopkg/src/github.com/bfix/gospel/network/doc.go
-gopkg/src/github.com/bfix/gospel/network/net.go
-gopkg/src/github.com/bfix/gospel/network/pop3.go
-gopkg/src/github.com/bfix/gospel/network/service.go
-gopkg/src/github.com/bfix/gospel/network/smtp.go
-gopkg/src/github.com/bfix/gospel/network/socks.go
-gopkg/src/github.com/bfix/gospel/network/tor.go
-gopkg/src/github.com/bfix/gospel/network/util.go
-gopkg/src/github.com/bfix/gospel/parser/data.go
-gopkg/src/github.com/bfix/gospel/parser/data_test.go
-gopkg/src/github.com/bfix/gospel/parser/doc.go
-gopkg/src/github.com/bfix/gospel/parser/parser.go
-gopkg/src/github.com/bfix/gospel/parser/parser_test.go
diff -r 6c915be3feca -r 8af92f38c9ba devel/go-gospel/buildlink3.mk
--- a/devel/go-gospel/buildlink3.mk     Mon Jul 05 14:36:47 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/04/28 13:14:21 nikita Exp $
-
-BUILDLINK_TREE+=       go-gospel
-
-.if !defined(GO_GOSPEL_BUILDLINK3_MK)
-GO_GOSPEL_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-gospel=   ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-gospel?=                build
-
-BUILDLINK_API_DEPENDS.go-gospel+=      go-gospel>=0.0.20200416
-BUILDLINK_PKGSRCDIR.go-gospel?=                ../../devel/go-gospel
-
-.include "../../security/go-crypto/buildlink3.mk"
-.include "../../textproc/go-text/buildlink3.mk"
-.endif  # GO_GOSPEL_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-gospel
diff -r 6c915be3feca -r 8af92f38c9ba devel/go-gospel/distinfo
--- a/devel/go-gospel/distinfo  Mon Jul 05 14:36:47 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2020/04/28 13:14:21 nikita Exp $
-
-SHA1 (go-gospel-0.0.20200416-1d04e847bea4171138af65e5dbba9c8376fd7795.tar.gz) = bd58e444412b053fb9762eb32b57ff09b358523b
-RMD160 (go-gospel-0.0.20200416-1d04e847bea4171138af65e5dbba9c8376fd7795.tar.gz) = 1c76c95fb0f03f10b3e3521bb37560772d39a014
-SHA512 (go-gospel-0.0.20200416-1d04e847bea4171138af65e5dbba9c8376fd7795.tar.gz) = 
14aaf0b9d7239638a71a036fbd7290fbc6d3b8c8fda1b42bcd0a7731bb103268f755827f05f341ff6b82eb125a16789c11c3e51f4e1241b86735f4abdf5cdb85
-Size (go-gospel-0.0.20200416-1d04e847bea4171138af65e5dbba9c8376fd7795.tar.gz) = 888299 bytes



Home | Main Index | Thread Index | Old Index