| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
www)
Notes:
svn path=/head/; revision=327776
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_GO (unused after r296612)
- Convert Makefile headers to new style
Approved by: portmgr (bapt)
Feature safe: yes
Notes:
svn path=/head/; revision=316012
|
|
|
|
|
|
|
|
| |
PR: ports/167344
Approved by: wen (maintainer)
Notes:
svn path=/head/; revision=296619
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=286471
|
|
|
|
| |
Notes:
svn path=/head/; revision=283105
|
|
|
|
|
|
|
|
|
| |
PR: ports/160479
Submitted by: myself
Approved by: wen (maintainer, private e-mail)
Notes:
svn path=/head/; revision=282182
|
|
|
|
| |
Notes:
svn path=/head/; revision=274906
|
|
language. It's ideal for writing simple, performant backend web services.
web.go should be familiar to people who've developed websites with higher-level
web frameworks like sinatra, pylons, or web.py. It is designed to be a
lightweight web framework that doesn't impose any scaffolding on the user.
Some features include:
* Routing to url handlers based on regular expressions
* Secure cookies
* Support for fastcgi and scgi
* Web applications are compiled to native code. This means very fast
execution and page render speed
* Serving static files
WWW: https://github.com/hoisie/web.go
Notes:
svn path=/head/; revision=265127
|