pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/go-sqlite3: import go-sqlite3-1.10.0
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%n0.is@localhost>
Pushed By: ng0
Date: Fri May 24 19:23:22 2019 +0000
Changeset: 1b11b8384c5df474356dcd118387ef2bc1f38a2f
Modified Files:
Makefile
Added Files:
go-sqlite3/DESCR
go-sqlite3/Makefile
go-sqlite3/PLIST
go-sqlite3/buildlink3.mk
go-sqlite3/distinfo
Log Message:
wip/go-sqlite3: import go-sqlite3-1.10.0
Go-sqlite3 is a sqlite3 driver conforming to the built-in
database/sql interface.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1b11b8384c5df474356dcd118387ef2bc1f38a2f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
go-sqlite3/DESCR | 2 ++
go-sqlite3/Makefile | 21 +++++++++++++++
go-sqlite3/PLIST | 69 ++++++++++++++++++++++++++++++++++++++++++++++++
go-sqlite3/buildlink3.mk | 15 +++++++++++
go-sqlite3/distinfo | 6 +++++
6 files changed, 114 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 488a808abc..580b8ba915 100644
--- a/Makefile
+++ b/Makefile
@@ -1191,6 +1191,7 @@ SUBDIR+= go-properties-map
SUBDIR+= go-pty
SUBDIR+= go-rateio
SUBDIR+= go-rest
+SUBDIR+= go-sqlite3
SUBDIR+= go-tcplisten
SUBDIR+= go-trie
SUBDIR+= go-upspin
diff --git a/go-sqlite3/DESCR b/go-sqlite3/DESCR
new file mode 100644
index 0000000000..6423ba3352
--- /dev/null
+++ b/go-sqlite3/DESCR
@@ -0,0 +1,2 @@
+Go-sqlite3 is a sqlite3 driver conforming to the built-in
+database/sql interface.
diff --git a/go-sqlite3/Makefile b/go-sqlite3/Makefile
new file mode 100644
index 0000000000..59c367e88b
--- /dev/null
+++ b/go-sqlite3/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= go-sqlite3-${GITHUB_TAG}
+PKGNAME= go-sqlite3-1.10.0
+GITHUB_PROJECT= go-sqlite3
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mattn/}
+GITHUB_TAG= c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75
+
+MAINTAINER= ng0%n0.is@localhost
+HOMEPAGE= https://github.com/mattn/go-sqlite3
+COMMENT= Sqlite3 driver for Go using database/sql
+LICENSE= mit
+
+GO_SRCPATH= github.com/mattn/go-sqlite3
+GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*
+
+MAKE_ENV+= CGO_ENABLED=1
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-sqlite3/PLIST b/go-sqlite3/PLIST
new file mode 100644
index 0000000000..aea10f8268
--- /dev/null
+++ b/go-sqlite3/PLIST
@@ -0,0 +1,69 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/mattn/go-sqlite3.a
+gopkg/pkg/${GO_PLATFORM}/github.com/mattn/go-sqlite3/upgrade.a
+gopkg/src/github.com/mattn/go-sqlite3/LICENSE
+gopkg/src/github.com/mattn/go-sqlite3/README.md
+gopkg/src/github.com/mattn/go-sqlite3/_example/custom_func/main.go
+gopkg/src/github.com/mattn/go-sqlite3/_example/hook/hook.go
+gopkg/src/github.com/mattn/go-sqlite3/_example/limit/limit.go
+gopkg/src/github.com/mattn/go-sqlite3/_example/mod_regexp/Makefile
+gopkg/src/github.com/mattn/go-sqlite3/_example/mod_regexp/extension.go
+gopkg/src/github.com/mattn/go-sqlite3/_example/mod_regexp/sqlite3_mod_regexp.c
+gopkg/src/github.com/mattn/go-sqlite3/_example/mod_vtable/Makefile
+gopkg/src/github.com/mattn/go-sqlite3/_example/mod_vtable/extension.go
+gopkg/src/github.com/mattn/go-sqlite3/_example/mod_vtable/picojson.h
+gopkg/src/github.com/mattn/go-sqlite3/_example/mod_vtable/sqlite3_mod_vtable.cc
+gopkg/src/github.com/mattn/go-sqlite3/_example/simple/simple.go
+gopkg/src/github.com/mattn/go-sqlite3/_example/trace/main.go
+gopkg/src/github.com/mattn/go-sqlite3/_example/vtable/main.go
+gopkg/src/github.com/mattn/go-sqlite3/_example/vtable/vtable.go
+gopkg/src/github.com/mattn/go-sqlite3/backup.go
+gopkg/src/github.com/mattn/go-sqlite3/backup_test.go
+gopkg/src/github.com/mattn/go-sqlite3/callback.go
+gopkg/src/github.com/mattn/go-sqlite3/callback_test.go
+gopkg/src/github.com/mattn/go-sqlite3/doc.go
+gopkg/src/github.com/mattn/go-sqlite3/error.go
+gopkg/src/github.com/mattn/go-sqlite3/error_test.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3-binding.c
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3-binding.h
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_context.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_func_crypt.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_func_crypt_test.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_go18.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_go18_test.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_libsqlite3.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_load_extension.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_load_extension_omit.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_allow_uri_authority.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_app_armor.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_foreign_keys.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_fts3_test.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_fts5.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_icu.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_introspect.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_json1.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_secure_delete.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_secure_delete_fast.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_stat4.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.c
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_unlock_notify_test.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_userauth.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_userauth_omit.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_userauth_test.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_vacuum_full.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_vacuum_incr.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_vtable.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_opt_vtable_test.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_other.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_solaris.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_test.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_trace.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_type.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_usleep_windows.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3_windows.go
+gopkg/src/github.com/mattn/go-sqlite3/sqlite3ext.h
+gopkg/src/github.com/mattn/go-sqlite3/static_mock.go
+gopkg/src/github.com/mattn/go-sqlite3/upgrade/package.go
+gopkg/src/github.com/mattn/go-sqlite3/upgrade/upgrade.go
diff --git a/go-sqlite3/buildlink3.mk b/go-sqlite3/buildlink3.mk
new file mode 100644
index 0000000000..027c079355
--- /dev/null
+++ b/go-sqlite3/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= go-sqlite3
+
+.if !defined(GO_SQLITE3_BUILDLINK3_MK)
+GO_SQLITE3_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-sqlite3= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-sqlite3?= build
+
+BUILDLINK_API_DEPENDS.go-sqlite3+= go-sqlite3>=1.10.0
+BUILDLINK_PKGSRCDIR.go-sqlite3?= ../../wip/go-sqlite3
+.endif # GO_SQLITE3_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-sqlite3
diff --git a/go-sqlite3/distinfo b/go-sqlite3/distinfo
new file mode 100644
index 0000000000..cbe77ca039
--- /dev/null
+++ b/go-sqlite3/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-sqlite3-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75.tar.gz) = 842da22e9f3c48673fb2351c5a13b2aa62a195f0
+RMD160 (go-sqlite3-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75.tar.gz) = 5f0c10ce591f1f09c8d6530506824a51efcf150b
+SHA512 (go-sqlite3-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75.tar.gz) = 6b24bcfd772fae30d551b76c32af5fa6636b9f35146587468dac37f7dee5884bb265117e8c70964fd6583c286ad46e29f2efdbb41ba94fb24c7c467a79a5fe98
+Size (go-sqlite3-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75-c7c4067b79cc51e6dfdcef5c702e74b1e0fa7c75.tar.gz) = 2231431 bytes
Home |
Main Index |
Thread Index |
Old Index