Date: Thu, 25 Nov 2010 06:23:27 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/webgo Makefile distinfo pkg-descr Message-ID: <201011250623.oAP6NReL078551@repoman.freebsd.org>
index | next in thread | raw e-mail
wen 2010-11-25 06:23:27 UTC
FreeBSD ports repository
Modified files:
www Makefile
Added files:
www/webgo Makefile distinfo pkg-descr
Log:
web.go is the simplest way to write web applications in the Go programming
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
Revision Changes Path
1.2750 +1 -0 ports/www/Makefile
1.1 +25 -0 ports/www/webgo/Makefile (new)
1.1 +2 -0 ports/www/webgo/distinfo (new)
1.1 +17 -0 ports/www/webgo/pkg-descr (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011250623.oAP6NReL078551>
