pkgsrc-WIP-changes archive

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

wip/go-sqlite3: imported in pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Mon Nov 11 10:31:41 2019 +0000
Changeset:	70a47e94f5a37b8e72d5c68a9864329c7dffacc4

Modified Files:
	Makefile
Removed Files:
	go-sqlite3/DESCR
	go-sqlite3/Makefile
	go-sqlite3/PLIST
	go-sqlite3/buildlink3.mk
	go-sqlite3/distinfo

Log Message:
wip/go-sqlite3: imported in pkgsrc.

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

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      | 20 --------------
 go-sqlite3/PLIST         | 69 ------------------------------------------------
 go-sqlite3/buildlink3.mk | 15 -----------
 go-sqlite3/distinfo      |  6 -----
 6 files changed, 113 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 187ee84d21..67b47ba814 100644
--- a/Makefile
+++ b/Makefile
@@ -1198,7 +1198,6 @@ SUBDIR+=	go-properties-map
 SUBDIR+=	go-pty
 SUBDIR+=	go-rateio
 SUBDIR+=	go-rest
-SUBDIR+=	go-sqlite3
 SUBDIR+=	go-trie
 SUBDIR+=	go-upspin
 SUBDIR+=	go113
diff --git a/go-sqlite3/DESCR b/go-sqlite3/DESCR
deleted file mode 100644
index 6423ba3352..0000000000
--- a/go-sqlite3/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Go-sqlite3 is a sqlite3 driver conforming to the built-in
-database/sql interface.
diff --git a/go-sqlite3/Makefile b/go-sqlite3/Makefile
deleted file mode 100644
index 1590253baa..0000000000
--- a/go-sqlite3/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-GITHUB_TAG=		v${PKGVERSION_NOREV}
-DISTNAME=		go-sqlite3-1.11.0
-CATEGORIES=		devel
-MASTER_SITES=		${MASTER_SITE_GITHUB:=mattn/}
-GITHUB_PROJECT=		go-sqlite3
-
-MAINTAINER=		ng0%NetBSD.org@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=		go-sqlite3-${PKGVERSION_NOREV}
-
-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
deleted file mode 100644
index aea10f8268..0000000000
--- a/go-sqlite3/PLIST
+++ /dev/null
@@ -1,69 +0,0 @@
-@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
deleted file mode 100644
index 440d35f559..0000000000
--- a/go-sqlite3/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $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
deleted file mode 100644
index 076df3696b..0000000000
--- a/go-sqlite3/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (go-sqlite3-1.11.0.tar.gz) = 01b77fa14f0ba2b94bbf51fb72f48695ad4afc75
-RMD160 (go-sqlite3-1.11.0.tar.gz) = b18750ee5c89ebc7627eb4b848811b042f460ec7
-SHA512 (go-sqlite3-1.11.0.tar.gz) = 91c31fd06c61a28f1aa0ecd96a199c679979e37722ca8ea9f846e6090408580af0b89670434eadbca69428ff8727446e97eb052893aa632ef2c096abb51db089
-Size (go-sqlite3-1.11.0.tar.gz) = 2278788 bytes


Home | Main Index | Thread Index | Old Index