pkgsrc-WIP-changes archive

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

Import go-hex-20190517 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Jan 18 15:36:51 2021 +0100
Changeset:	5d016b115289c9f978c9c035878ae0e8eef5ebc7

Modified Files:
	Makefile
Added Files:
	go-hex/DESCR
	go-hex/Makefile
	go-hex/PLIST
	go-hex/buildlink3.mk
	go-hex/distinfo

Log Message:
Import go-hex-20190517 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5d016b115289c9f978c9c035878ae0e8eef5ebc7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 +
 go-hex/DESCR         |  1 +
 go-hex/Makefile      | 18 ++++++++++++++++++
 go-hex/PLIST         |  4 ++++
 go-hex/buildlink3.mk | 15 +++++++++++++++
 go-hex/distinfo      |  6 ++++++
 6 files changed, 45 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9662e4384a..d2c97cd820 100644
--- a/Makefile
+++ b/Makefile
@@ -1217,6 +1217,7 @@ SUBDIR+=	go-gorilla-schema
 SUBDIR+=	go-gorilla-securecookie
 SUBDIR+=	go-gorilla-sessions
 SUBDIR+=	go-gtk2
+SUBDIR+=	go-hex
 SUBDIR+=	go-httphead
 SUBDIR+=	go-httpsnoop
 SUBDIR+=	go-humanize
diff --git a/go-hex/DESCR b/go-hex/DESCR
new file mode 100644
index 0000000000..ca134e4027
--- /dev/null
+++ b/go-hex/DESCR
@@ -0,0 +1 @@
+Configurable hex encoding
diff --git a/go-hex/Makefile b/go-hex/Makefile
new file mode 100644
index 0000000000..f654354cf8
--- /dev/null
+++ b/go-hex/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	go-hex-20190517
+GITHUB_PROJECT=	hex
+GITHUB_TAG=	c6586a6
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=getlantern/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/getlantern/hex
+COMMENT=	Configurable hex encoding
+LICENSE=	2-clause-bsd
+
+GO_SRCPATH=	github.com/getlantern/hex
+GO_DIST_BASE=	hex-${GITHUB_TAG}*
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-hex/PLIST b/go-hex/PLIST
new file mode 100644
index 0000000000..985d0fbfe8
--- /dev/null
+++ b/go-hex/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/getlantern/hex.a
+gopkg/src/github.com/getlantern/hex/LICENSE
+gopkg/src/github.com/getlantern/hex/hex.go
diff --git a/go-hex/buildlink3.mk b/go-hex/buildlink3.mk
new file mode 100644
index 0000000000..1edd886180
--- /dev/null
+++ b/go-hex/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-hex
+
+.if !defined(GO_HEX_BUILDLINK3_MK)
+GO_HEX_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-hex=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-hex?=		build
+
+BUILDLINK_API_DEPENDS.go-hex+=	go-hex>=20190517
+BUILDLINK_PKGSRCDIR.go-hex?=	../../wip/go-hex
+.endif	# GO_HEX_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-hex
diff --git a/go-hex/distinfo b/go-hex/distinfo
new file mode 100644
index 0000000000..e9532e04ed
--- /dev/null
+++ b/go-hex/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-hex-20190517-c6586a6.tar.gz) = c69b748ce2a41f48e37213cb1e242da6aa8f55bb
+RMD160 (go-hex-20190517-c6586a6.tar.gz) = a4b8583d99f5ed65b848ab774633521ab3e874e0
+SHA512 (go-hex-20190517-c6586a6.tar.gz) = 7409cc996dea54b8fe34de460323374bee7903facd9abb8fe5a02bc7ef507d6a0f711ffb2118c7da9513a83b877f1086ad1a0ca90bd5b60dfd2dd5b6bbad3f29
+Size (go-hex-20190517-c6586a6.tar.gz) = 2240 bytes


Home | Main Index | Thread Index | Old Index