pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/go-jwt-go devel/go-jwt-go: Remove.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fe2a5906cd5
branches:  trunk
changeset: 377002:9fe2a5906cd5
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Fri Apr 15 11:39:21 2022 +0000

description:
devel/go-jwt-go: Remove.

The source for jwt moved, our package is outdated.
As everyone who would use this uses go-modules,
there is no reason to keep this leaf package.

diffstat:

 devel/go-jwt-go/DESCR         |   6 ----
 devel/go-jwt-go/Makefile      |  21 -----------------
 devel/go-jwt-go/PLIST         |  53 -------------------------------------------
 devel/go-jwt-go/buildlink3.mk |  15 ------------
 devel/go-jwt-go/distinfo      |   5 ----
 5 files changed, 0 insertions(+), 100 deletions(-)

diffs (120 lines):

diff -r 71eb9c7a366e -r 9fe2a5906cd5 devel/go-jwt-go/DESCR
--- a/devel/go-jwt-go/DESCR     Fri Apr 15 11:37:46 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-A Go implementation of JSON Web Tokens.
-
-This library supports the parsing and verification as well as the
-generation and signing of JWTs. Current supported signing algorithms
-are HMAC SHA, RSA, RSA-PSS, and ECDSA, though hooks are present for
-adding your own.
diff -r 71eb9c7a366e -r 9fe2a5906cd5 devel/go-jwt-go/Makefile
--- a/devel/go-jwt-go/Makefile  Fri Apr 15 11:37:46 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.28 2022/04/13 07:50:59 bsiegert Exp $
-
-GITHUB_PROJECT=        jwt-go
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-DISTNAME=      v3.2.0
-PKGNAME=       go-${GITHUB_PROJECT}-${DISTNAME:S,^v,,}
-PKGREVISION=   26
-CATEGORIES=    devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=dgrijalva/}
-DIST_SUBDIR=   ${GITHUB_PROJECT}
-
-MAINTAINER=    nikita%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/dgrijalva/jwt-go/
-COMMENT=       Golang implementation of JSON Web Token
-LICENSE=       mit
-
-GO_SRCPATH=    github.com/dgrijalva/jwt-go
-GO_DIST_BASE=  jwt-go-${PKGVERSION_NOREV}
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 71eb9c7a366e -r 9fe2a5906cd5 devel/go-jwt-go/PLIST
--- a/devel/go-jwt-go/PLIST     Fri Apr 15 11:37:46 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,53 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2019/11/27 10:27:09 ng0 Exp $
-bin/jwt
-gopkg/pkg/${GO_PLATFORM}/github.com/dgrijalva/jwt-go.a
-gopkg/pkg/${GO_PLATFORM}/github.com/dgrijalva/jwt-go/request.a
-gopkg/pkg/${GO_PLATFORM}/github.com/dgrijalva/jwt-go/test.a
-gopkg/src/github.com/dgrijalva/jwt-go/LICENSE
-gopkg/src/github.com/dgrijalva/jwt-go/MIGRATION_GUIDE.md
-gopkg/src/github.com/dgrijalva/jwt-go/README.md
-gopkg/src/github.com/dgrijalva/jwt-go/VERSION_HISTORY.md
-gopkg/src/github.com/dgrijalva/jwt-go/claims.go
-gopkg/src/github.com/dgrijalva/jwt-go/cmd/jwt/README.md
-gopkg/src/github.com/dgrijalva/jwt-go/cmd/jwt/app.go
-gopkg/src/github.com/dgrijalva/jwt-go/cmd/jwt/args.go
-gopkg/src/github.com/dgrijalva/jwt-go/doc.go
-gopkg/src/github.com/dgrijalva/jwt-go/ecdsa.go
-gopkg/src/github.com/dgrijalva/jwt-go/ecdsa_test.go
-gopkg/src/github.com/dgrijalva/jwt-go/ecdsa_utils.go
-gopkg/src/github.com/dgrijalva/jwt-go/errors.go
-gopkg/src/github.com/dgrijalva/jwt-go/example_test.go
-gopkg/src/github.com/dgrijalva/jwt-go/hmac.go
-gopkg/src/github.com/dgrijalva/jwt-go/hmac_example_test.go
-gopkg/src/github.com/dgrijalva/jwt-go/hmac_test.go
-gopkg/src/github.com/dgrijalva/jwt-go/http_example_test.go
-gopkg/src/github.com/dgrijalva/jwt-go/map_claims.go
-gopkg/src/github.com/dgrijalva/jwt-go/none.go
-gopkg/src/github.com/dgrijalva/jwt-go/none_test.go
-gopkg/src/github.com/dgrijalva/jwt-go/parser.go
-gopkg/src/github.com/dgrijalva/jwt-go/parser_test.go
-gopkg/src/github.com/dgrijalva/jwt-go/request/doc.go
-gopkg/src/github.com/dgrijalva/jwt-go/request/extractor.go
-gopkg/src/github.com/dgrijalva/jwt-go/request/extractor_example_test.go
-gopkg/src/github.com/dgrijalva/jwt-go/request/extractor_test.go
-gopkg/src/github.com/dgrijalva/jwt-go/request/oauth2.go
-gopkg/src/github.com/dgrijalva/jwt-go/request/request.go
-gopkg/src/github.com/dgrijalva/jwt-go/request/request_test.go
-gopkg/src/github.com/dgrijalva/jwt-go/rsa.go
-gopkg/src/github.com/dgrijalva/jwt-go/rsa_pss.go
-gopkg/src/github.com/dgrijalva/jwt-go/rsa_pss_test.go
-gopkg/src/github.com/dgrijalva/jwt-go/rsa_test.go
-gopkg/src/github.com/dgrijalva/jwt-go/rsa_utils.go
-gopkg/src/github.com/dgrijalva/jwt-go/signing_method.go
-gopkg/src/github.com/dgrijalva/jwt-go/test/ec256-private.pem
-gopkg/src/github.com/dgrijalva/jwt-go/test/ec256-public.pem
-gopkg/src/github.com/dgrijalva/jwt-go/test/ec384-private.pem
-gopkg/src/github.com/dgrijalva/jwt-go/test/ec384-public.pem
-gopkg/src/github.com/dgrijalva/jwt-go/test/ec512-private.pem
-gopkg/src/github.com/dgrijalva/jwt-go/test/ec512-public.pem
-gopkg/src/github.com/dgrijalva/jwt-go/test/helpers.go
-gopkg/src/github.com/dgrijalva/jwt-go/test/hmacTestKey
-gopkg/src/github.com/dgrijalva/jwt-go/test/privateSecure.pem
-gopkg/src/github.com/dgrijalva/jwt-go/test/sample_key
-gopkg/src/github.com/dgrijalva/jwt-go/test/sample_key.pub
-gopkg/src/github.com/dgrijalva/jwt-go/token.go
diff -r 71eb9c7a366e -r 9fe2a5906cd5 devel/go-jwt-go/buildlink3.mk
--- a/devel/go-jwt-go/buildlink3.mk     Fri Apr 15 11:37:46 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/11/27 10:27:09 ng0 Exp $
-
-BUILDLINK_TREE+=       go-jwt-go
-
-.if !defined(GO_JWT_GO_BUILDLINK3_MK)
-GO_JWT_GO_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-jwt-go=   ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-jwt-go?=                build
-
-BUILDLINK_API_DEPENDS.go-jwt-go+=      go-jwt-go>=3.2.0
-BUILDLINK_PKGSRCDIR.go-jwt-go?=                ../../devel/go-jwt-go
-.endif # GO_JWT_GO_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -go-jwt-go
diff -r 71eb9c7a366e -r 9fe2a5906cd5 devel/go-jwt-go/distinfo
--- a/devel/go-jwt-go/distinfo  Fri Apr 15 11:37:46 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:14:46 nia Exp $
-
-BLAKE2s (jwt-go/v3.2.0.tar.gz) = e66f58927443cb4a73a1329013d5ad0c305fcd5a177b098fa131c04b8b0c1dd4
-SHA512 (jwt-go/v3.2.0.tar.gz) = 782dd5fb85e56915fca96b894eb4c6f57ea05cc2ed725f3504868a7acf9c75a4ce1acc46d179b3e4ab14100ec7eb05a906fd291bf016897c4490c27126c0fb0f
-Size (jwt-go/v3.2.0.tar.gz) = 36960 bytes



Home | Main Index | Thread Index | Old Index