summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authornikita <nikita@pkgsrc.org>2022-04-15 11:48:22 +0000
committernikita <nikita@pkgsrc.org>2022-04-15 11:48:22 +0000
commitea36662aa447d603ea6f86f841e71f0f55327541 (patch)
tree5a6c4f4b0627b68767d22ff3dad3ee1b450d38eb /databases
parenta991005ed9d77e6fbb52f8df60530ec35ba59c9a (diff)
downloadpkgsrc-ea36662aa447d603ea6f86f841e71f0f55327541.tar.gz
databases/go-tiedot: Remove.
The project has been dormant since 2016. Whoever would use this go package would now use it as a go module.
Diffstat (limited to 'databases')
-rw-r--r--databases/go-tiedot/DESCR11
-rw-r--r--databases/go-tiedot/Makefile22
-rw-r--r--databases/go-tiedot/PLIST71
-rw-r--r--databases/go-tiedot/distinfo5
4 files changed, 0 insertions, 109 deletions
diff --git a/databases/go-tiedot/DESCR b/databases/go-tiedot/DESCR
deleted file mode 100644
index 3f717b8470c..00000000000
--- a/databases/go-tiedot/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-tiedot is a document database engine that uses JSON as document
-notation; it has a powerful query processor that supports advanced set
-operations; it can be embedded into your program, or run a stand-alone
-server using HTTP for an API.
-
-tiedot has fault-tolerant data structures that put your data safety
-first, while easily scales to 4+ CPU cores.
-
-tiedot has very stable performance, even with millions of records! It
-consistently achieves high throughput - swallow more than 120k records
-or 80k complicated queries per second with confidence.
diff --git a/databases/go-tiedot/Makefile b/databases/go-tiedot/Makefile
deleted file mode 100644
index 8d0605050ca..00000000000
--- a/databases/go-tiedot/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.28 2022/04/13 07:50:57 bsiegert Exp $
-
-GITHUB_PROJECT= tiedot
-GITHUB_TAG= ${PKGVERSION_NOREV}
-DISTNAME= 3.4
-PKGNAME= go-${GITHUB_PROJECT}-${DISTNAME}
-PKGREVISION= 26
-CATEGORIES= databases
-MASTER_SITES= ${MASTER_SITE_GITHUB:=HouzuoGuo/}
-DIST_SUBDIR= ${GITHUB_PROJECT}
-
-MAINTAINER= nikita@NetBSD.org
-HOMEPAGE= https://github.com/HouzuoGuo/tiedot/
-COMMENT= NoSQL database in Go
-LICENSE= 2-clause-bsd
-
-GO_SRCPATH= github.com/HouzuoGuo/tiedot
-GO_DIST_BASE= tiedot-${PKGVERSION_NOREV}
-
-.include "../../devel/go-jwt-go/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/databases/go-tiedot/PLIST b/databases/go-tiedot/PLIST
deleted file mode 100644
index e7a390f4c5d..00000000000
--- a/databases/go-tiedot/PLIST
+++ /dev/null
@@ -1,71 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2019/11/27 10:34:22 ng0 Exp $
-bin/tiedot
-gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/data.a
-gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/db.a
-gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/dberr.a
-gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/gommap.a
-gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/httpapi.a
-gopkg/pkg/${GO_PLATFORM}/github.com/HouzuoGuo/tiedot/tdlog.a
-gopkg/src/github.com/HouzuoGuo/tiedot/LICENSE
-gopkg/src/github.com/HouzuoGuo/tiedot/README.md
-gopkg/src/github.com/HouzuoGuo/tiedot/benchmark.go
-gopkg/src/github.com/HouzuoGuo/tiedot/benchmark_test.go
-gopkg/src/github.com/HouzuoGuo/tiedot/data/collection.go
-gopkg/src/github.com/HouzuoGuo/tiedot/data/collection32.go
-gopkg/src/github.com/HouzuoGuo/tiedot/data/collection64.go
-gopkg/src/github.com/HouzuoGuo/tiedot/data/collection_test.go
-gopkg/src/github.com/HouzuoGuo/tiedot/data/file.go
-gopkg/src/github.com/HouzuoGuo/tiedot/data/file_test.go
-gopkg/src/github.com/HouzuoGuo/tiedot/data/hash32.go
-gopkg/src/github.com/HouzuoGuo/tiedot/data/hash64.go
-gopkg/src/github.com/HouzuoGuo/tiedot/data/hashtable.go
-gopkg/src/github.com/HouzuoGuo/tiedot/data/hashtable_test.go
-gopkg/src/github.com/HouzuoGuo/tiedot/data/partition.go
-gopkg/src/github.com/HouzuoGuo/tiedot/data/partition_test.go
-gopkg/src/github.com/HouzuoGuo/tiedot/db/col.go
-gopkg/src/github.com/HouzuoGuo/tiedot/db/db.go
-gopkg/src/github.com/HouzuoGuo/tiedot/db/db_test.go
-gopkg/src/github.com/HouzuoGuo/tiedot/db/doc.go
-gopkg/src/github.com/HouzuoGuo/tiedot/db/doc_test.go
-gopkg/src/github.com/HouzuoGuo/tiedot/db/idx_test.go
-gopkg/src/github.com/HouzuoGuo/tiedot/db/query.go
-gopkg/src/github.com/HouzuoGuo/tiedot/db/query_test.go
-gopkg/src/github.com/HouzuoGuo/tiedot/dberr/errors.go
-gopkg/src/github.com/HouzuoGuo/tiedot/distributable/etc/tiedot
-gopkg/src/github.com/HouzuoGuo/tiedot/distributable/tiedot.service
-gopkg/src/github.com/HouzuoGuo/tiedot/distributable/tiedot.spec
-gopkg/src/github.com/HouzuoGuo/tiedot/doc/API-reference-and-embedded-usage.md
-gopkg/src/github.com/HouzuoGuo/tiedot/doc/Concurrency-and-networking.md
-gopkg/src/github.com/HouzuoGuo/tiedot/doc/Contributors-and-License.md
-gopkg/src/github.com/HouzuoGuo/tiedot/doc/Data-structures.md
-gopkg/src/github.com/HouzuoGuo/tiedot/doc/Home.md
-gopkg/src/github.com/HouzuoGuo/tiedot/doc/Limitations.md
-gopkg/src/github.com/HouzuoGuo/tiedot/doc/Performance-tuning-and-benchmarks.md
-gopkg/src/github.com/HouzuoGuo/tiedot/doc/Query-processor-and-index.md
-gopkg/src/github.com/HouzuoGuo/tiedot/doc/Tutorial.md
-gopkg/src/github.com/HouzuoGuo/tiedot/doc/Version-History.md
-gopkg/src/github.com/HouzuoGuo/tiedot/example.go
-gopkg/src/github.com/HouzuoGuo/tiedot/example_test.go
-gopkg/src/github.com/HouzuoGuo/tiedot/extra/FOSDEM14-pic1.jpg
-gopkg/src/github.com/HouzuoGuo/tiedot/extra/FOSDEM14-pic2.jpg
-gopkg/src/github.com/HouzuoGuo/tiedot/extra/FOSDEM14-tiedot.pdf
-gopkg/src/github.com/HouzuoGuo/tiedot/extra/TiedotPythonClient.py
-gopkg/src/github.com/HouzuoGuo/tiedot/extra/mongo_throughput_harness.js
-gopkg/src/github.com/HouzuoGuo/tiedot/gommap/LICENSE
-gopkg/src/github.com/HouzuoGuo/tiedot/gommap/README.md
-gopkg/src/github.com/HouzuoGuo/tiedot/gommap/mmap.go
-gopkg/src/github.com/HouzuoGuo/tiedot/gommap/mmap_unix.go
-gopkg/src/github.com/HouzuoGuo/tiedot/gommap/mmap_windows.go
-gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/collection.go
-gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/document.go
-gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/index.go
-gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/jwt-test.key
-gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/jwt-test.pub
-gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/jwt.go
-gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/jwt_test.go
-gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/misc.go
-gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/query.go
-gopkg/src/github.com/HouzuoGuo/tiedot/httpapi/srv.go
-gopkg/src/github.com/HouzuoGuo/tiedot/main.go
-gopkg/src/github.com/HouzuoGuo/tiedot/tdlog/tdlog.go
-gopkg/src/github.com/HouzuoGuo/tiedot/tdlog/tdlog_test.go
diff --git a/databases/go-tiedot/distinfo b/databases/go-tiedot/distinfo
deleted file mode 100644
index 1f636090b8e..00000000000
--- a/databases/go-tiedot/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:09:18 nia Exp $
-
-BLAKE2s (tiedot/3.4.tar.gz) = d334ab7dd91e86612b2bd00a8301ee110a0aa937ac0ead63ba73651c8803cc89
-SHA512 (tiedot/3.4.tar.gz) = e87e37d3330da1b3915e7e0c136419e5b9041ca0e66465986615e57ca34054261a120da1a62ec6279da20ecf672f9b2d011d8fb3eca40daf31c404ff82ece98d
-Size (tiedot/3.4.tar.gz) = 608687 bytes