non port: devel/go-sql-driver/Makefile |
Number of commits found: 9 |
Tuesday, 15 Jan 2019
|
14:50 swills
devel/go-sql-driver: mark deprecated
PR: 230280
 |
Thursday, 27 Jul 2017
|
13:57 mat
Regular USE_GITHUB cleanup.
Sponsored by: Absolight
 |
Friday, 22 Apr 2016
|
12:40 mat
Move lang/go/files/bsd.go.mk to USES=go.
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6057
 |
Friday, 1 Apr 2016
|
13:18 mat
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
 |
Wednesday, 6 May 2015
|
15:16 mat
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 19 Mar 2015
|
16:44 bdrewery
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
 |
Thursday, 27 Feb 2014
|
14:19 zi
- Simplify DISTNAME/MASTER_SITES
 |
Wednesday, 26 Feb 2014
|
17:04 zi
- Pass MAINTAINER to lattera@gmail.com
 |
17:00 zi
New port: devel/go-sql-driver:
Go-MySQL-Driver is a lightweight and fast MySQL-Driver for Go's
(golang) database/sql package
Features:
* Lightweight and fast
* Native Go implementation. No C-bindings, just pure Go
* Connections over TCP/IPv4, TCP/IPv6 or Unix domain sockets
* Automatic handling of broken connections
* Automatic Connection Pooling (by database/sql package)
* Supports queries larger than 16MB
* Full sql.RawBytes support.
* Intelligent LONG DATA handling in prepared statements
* Secure LOAD DATA LOCAL INFILE support with file Whitelisting and io.Reader
support
* Optional time.Time parsing
WWW: https://github.com/go-sql-driver/mysql/
 |
Number of commits found: 9 |