Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Sep 2019 22:34:31
2.0.0

|
dmgk  |
Go ports: cleanup, finish transition to USES=go started with r505321 (cat.
sysutils-x11)
- Remove custom build/install targets left in place after r505321
- Switch to the new GO_TARGET tuple syntax introduced in r512001
Reviewed by: tobik
Approved by: araujo (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21744 |
02 May 2019 10:18:03
2.0.0

|
mat  |
Remove :DEFAULT where not required. |
24 Dec 2018 02:08:40
2.0.0

|
wen  |
- Update to 2.0.0
PR: 234295
Submitted by: nbari@tequila.io(maintainer) |
27 Oct 2018 03:14:08
1.1.2

|
swills  |
www/go-www: update to 1.1.2
PR: 232272
Submitted by: nbari@tequila.io (maintainer) |
18 Mar 2018 03:55:14
1.1.1

|
yuri  |
Made 14 Go ports respect MAKE_ENV. This is expected to unbreak them.
Ports:
www/fabio benchmarks/bombardier www/go-www net-mgmt/prometheus2
sysutils/immortal
sysutils/docker-freebsd audio/pms-devel sysutils/consul-alerts
net-mgmt/pushgateway net/nsq
textproc/jid net-mgmt/alertmanager sysutils/nomad security/ssh-vault
Approved by: portmgr (port compliance, infrastructure) |
12 Oct 2017 09:06:18
1.1.1

|
mat  |
Stripping go binaries is perfectly fine.
https://dominik.honnef.co/posts/2016/10/go-and-strip/
Sponsored by: Absolight |
30 Sep 2017 21:11:24
1.1.1

|
cpm  |
www/go-www: Update to 1.1.1
- Now capable of creating valid certificates by passing ACME letsencrypt
* option -s "valid-domain.tld" will create a valid certificate (listen on port
443)
* if using -s "localhost" it will create a self-signed certificate
- Update comment and WWW in pkg-descr
PR: 222236
Submitted by: Nicolas Embriz <nbari@tequila.io> (maintainer) |
05 Feb 2017 12:39:12
0.3.1

|
woodsb02  |
Add www/go-www: Web server for static content
www is a static web server, useful for sharing and testing the contents of a
directory via HTTP.
www will start a web server listening on port 8000 and use as document root
the directory where the command was called. Different document root may be
specified as also the port and use of SSL, more info using the -h option.
WWW: https://github.com/nbari/www
PR: 214820
Submitted by: Nicolas de Bari Embriz Garcia Rojas |