Port details |
- go-json-rest Quick and easy way to setup a RESTful JSON API
- 1.0.0,1 devel
=0 1.0.0,1Version of this port present on the latest quarterly branch.
- Maintainer: lattera@gmail.com
- Port Added: 2014-02-26 17:15:12
- Last Update: 2018-03-11 21:47:28
- SVN Revision: 464213
- License: not specified in port
- WWW:
- https://github.com/ant0ine/go-json-rest/
- Description:
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- go-json-rest>0:devel/go-json-rest
- No installation instructions:
- This port has been deleted.
- PKGNAME: go-json-rest
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ant0ine-go-json-rest-v1.0.0_GH0.tar.gz) = 7f59b84660bc6a63cdc5589fec772b0cd8abd24efba47738ee18e6c7c8586196
SIZE (ant0ine-go-json-rest-v1.0.0_GH0.tar.gz) = 16379
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go : lang/go
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- go
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0,1 11 Mar 2018 21:47:28 |
yuri |
ant0ine/go-json-rest: Delete because Go libraries aren't allowed
PR: 226432
Submitted by: Shawn Webb <lattera@gmail.com> (maintainer)
Approved by: portmgr (port compliance, infrastructure) |
1.0.0,1 22 Apr 2016 12:40:05 |
mat |
Move lang/go/files/bsd.go.mk to USES=go.
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6057 |
1.0.0,1 01 Apr 2016 13:18:17 |
mat |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
1.0.0,1 06 May 2015 15:16:54 |
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 |
1.0.0,1 19 Mar 2015 16:44:59 |
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 |
1.0.0,1 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
1.0.0,1 24 Apr 2014 16:26:48 |
mat |
Remove the last @comment $FreeBSD$ from plists.
With hat: portmgr
Sponsored by: Absolight |
1.0.0,1 12 Mar 2014 19:33:50 |
zi |
- Update to 1.0.0 release
- Add missing trie.a
Approved by: lattera@gmail.com (maintainer) |
20140226 26 Feb 2014 17:15:03 |
zi |
New port: devel/go-rest-json:
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/ |