pkgsrc-WIP-changes archive

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

go-trie: Import version 0.0.0.20140408



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Sat Sep 1 12:52:43 2018 -0700
Changeset:	fadfe736a15459326c2d9f42d245956c31c26be1

Modified Files:
	Makefile
Added Files:
	go-trie/DESCR
	go-trie/Makefile
	go-trie/PLIST
	go-trie/distinfo

Log Message:
go-trie: Import version 0.0.0.20140408

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

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

diffstat:
 Makefile         |  1 +
 go-trie/DESCR    |  2 ++
 go-trie/Makefile | 19 +++++++++++++++++++
 go-trie/PLIST    | 10 ++++++++++
 go-trie/distinfo |  6 ++++++
 5 files changed, 38 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 847ad8211c..d0a29416ed 100644
--- a/Makefile
+++ b/Makefile
@@ -1037,6 +1037,7 @@ SUBDIR+=	go-pass
 SUBDIR+=	go-pty
 SUBDIR+=	go-rateio
 SUBDIR+=	go-rest
+SUBDIR+=	go-trie
 SUBDIR+=	go-upspin
 SUBDIR+=	goattracker
 SUBDIR+=	godura
diff --git a/go-trie/DESCR b/go-trie/DESCR
new file mode 100644
index 0000000000..291a5eab72
--- /dev/null
+++ b/go-trie/DESCR
@@ -0,0 +1,2 @@
+A Trie (Prefix Index) implementation in Go. It works fine with all
+unicode characters.
diff --git a/go-trie/Makefile b/go-trie/Makefile
new file mode 100644
index 0000000000..7cba245c26
--- /dev/null
+++ b/go-trie/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	trie-0.0.0.20140408
+PKGNAME=	go-${DISTNAME}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=fvbock/}
+CATEGORIES=	textproc
+GITHUB_PROJECT=	${PKGBASE:S/^go-//}
+GITHUB_TAG=	1d40233c66bdef97a7d978cbe799531a6acf1ea6
+
+MAINTAINER=	minskim%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/fvbock/trie
+COMMENT=	Trie implementation in Go
+LICENSE=	mit
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH=	${HOMEPAGE:S,https://,,}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-trie/PLIST b/go-trie/PLIST
new file mode 100644
index 0000000000..fa01db8e36
--- /dev/null
+++ b/go-trie/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/fvbock/trie.a
+gopkg/src/github.com/fvbock/trie/LICENSE
+gopkg/src/github.com/fvbock/trie/README.md
+gopkg/src/github.com/fvbock/trie/branch.go
+gopkg/src/github.com/fvbock/trie/doc.go
+gopkg/src/github.com/fvbock/trie/init.go
+gopkg/src/github.com/fvbock/trie/testfiles/empty
+gopkg/src/github.com/fvbock/trie/trie.go
+gopkg/src/github.com/fvbock/trie/trie_test.go
diff --git a/go-trie/distinfo b/go-trie/distinfo
new file mode 100644
index 0000000000..a0e5723139
--- /dev/null
+++ b/go-trie/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (trie-0.0.0.20140408-1d40233c66bdef97a7d978cbe799531a6acf1ea6.tar.gz) = 7f92600b499c88e219cef9282bf8a9a0227a54d1
+RMD160 (trie-0.0.0.20140408-1d40233c66bdef97a7d978cbe799531a6acf1ea6.tar.gz) = b43413172a3bf1bc5df30b7a6f9ae63d260814bf
+SHA512 (trie-0.0.0.20140408-1d40233c66bdef97a7d978cbe799531a6acf1ea6.tar.gz) = 34bfae8af15298c61eac21c3ca41606c06720d47b5b8b0c9f8f19832bf4f40479b90d000e62d86f79a4705a8a28b9aacc2aba7ce5e8a7a637f0e38223224800b
+Size (trie-0.0.0.20140408-1d40233c66bdef97a7d978cbe799531a6acf1ea6.tar.gz) = 10562 bytes


Home | Main Index | Thread Index | Old Index