Created attachment 149357 [details] statik shar file statik allows you to embed a directory of static files into your Go binary to be later served from an http.FileSystem. Is this a crazy idea? No, not necessarily. If you're building a tool that has a Web component, you typically want to serve some images, CSS and JavaScript. You like the comfort of distributing a single binary, so you don't want to mess with deploying them elsewhere. If your static files are not large in size and will be browsed by a few people, statik is a solution you are looking for. WWW: https://github.com/rakyll/statik Redports logs - https://redports.org/buildarchive/20141113084810-12388/
Created attachment 149358 [details] poudriere testport output
Created attachment 149359 [details] poudriere testport portlint output
This new port is poudriere tested and visually looks fine, promoting to "patch-ready" pool.
Testing @work
A commit references this bug: Author: pi Date: Sun Feb 8 10:06:56 UTC 2015 New revision: 378634 URL: https://svnweb.freebsd.org/changeset/ports/378634 Log: New port: devel/statik statik allows you to embed a directory of static files into your Go binary to be later served from an http.FileSystem. Is this a crazy idea? No, not necessarily. If you're building a tool that has a Web component, you typically want to serve some images, CSS and JavaScript. You like the comfort of distributing a single binary, so you don't want to mess with deploying them elsewhere. If your static files are not large in size and will be browsed by a few people, statik is a solution you are looking for. WWW: https://github.com/rakyll/statik PR: 194987 Submitted by: cheffo@freebsd-bg.org Changes: head/devel/Makefile head/devel/statik/ head/devel/statik/Makefile head/devel/statik/distinfo head/devel/statik/pkg-descr head/devel/statik/pkg-plist
Committed, thanks for your patience.