Go-Json-Rest is a thin layer on top of net/http that helps building RESTful
JSON APIs easily. It provides fast URL routing using a Trie based
implementation, and helpers to deal with JSON requests and responses. It is
not a high-level REST framework that transparently maps HTTP requests
to procedure calls, on the opposite, you constantly have access to the
underlying net/http objects.
WWW: https://github.com/ant0ine/go-json-rest/
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/
The Ahven test library was advertised as optional, but the internal
makefiles will fail if it is not present. In the short term, change
Ahven from an optional to a mandatory dependency.
Reported by: pkg-fallout
- Change MASTER_SITES to github
- Add license
- Use new LIB_DEPENDS format
- Use clang with new compiler features, if possible
- Remove BROKEN for 7.x
- Only default option is postgis now
- Support staging
- Pass maintainership to submitter
Submitted by: rhurlin@gwdg.de(via Email)
- Update port description to mention features brought by unofficial patches
- Fix spelling of NETWM -> NetWM and utilize options helpers while I'm here
The www.nihn.org master site seems to be gone forever.
The solution to unbreak this port to upgrade to version 3.x, available at:
http://ldapdns.sourceforge.net
Port was reset to facilitate somebody else performing the update.
Sylvio has been MIA for more than a year now.
This port was originally marked as broken on i386 only. It always worked
without modification on dports. Later when eadler@ released the port
without fixing i386, he marked it completely broken although it builds on
amd64. He did not post the error messages encountered on i386 in the
commit message adding BROKEN_i386 or BROKEN and thus all smake error logs
have cycled off.
Remove BROKEN definition and let the cluster start building smake again
so we can see if it's really broken or not (and if so, how).
linking problems when base system cc/c++ is used to link object files
generated by gfortran. This affects FreeBSD/i386 8.x and all versions of
FreeBSD/ia64.
PR: ports/186946
I checked the sourceforge site, the files there are older than this port.
The master site still mentions jpilot-db but doesn't provide distfiles
anymore. No PRs written against this port, seems nobody will miss it.