Port details |
- statik Embed static files into a Go executable
- 0.1.2_5,1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: cheffo@freebsd-bg.org
 - Port Added: 2015-02-08 10:07:18
- Last Update: 2022-08-03 21:35:13
- Commit Hash: 4476f89
- License: APACHE20
- Description:
- 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
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/statik/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/statik
- pkg install statik
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: statik
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv7 i386
- distinfo:
- TIMESTAMP = 1532542245
SHA256 (rakyll-statik-v0.1.2_GH0.tar.gz) = c9eee1ba676b20ac83ec28315580ed36b4018225fbef1f82acdf8e7c92078174
SIZE (rakyll-statik-v0.1.2_GH0.tar.gz) = 172864
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go119 : lang/go119
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_statik
- USES:
- go
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Aug 2022 21:35:13 0.1.2_5,1 |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
14 Jul 2022 12:46:05 0.1.2_4,1 |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{117,118} update |
07 Jun 2022 21:56:10 0.1.2_3,1 |
Dmitri Goutnik (dmgk)  |
*/*: Bump port revisons after lang/go{117,118} update |
30 Mar 2022 07:01:44 0.1.2_2,1 |
Guangyuan Yang (ygy)  |
*/*: Bump PORTREVISION after lang/go 1.18 update |
07 Apr 2021 08:09:01 0.1.2_1,1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.1.2_1,1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Feb 2020 17:13:35
0.1.2_1,1 |
mikael  |
devel/statik: unbreak on armv7 and aarch64
It builds fine on these archs.
While here, reorder ONLY_FOR_ARCHS
PR: 244196
Approved by: cheffo@freebsd-bg.org (maintainer), manu (mentor) |
16 Nov 2019 12:52:40
0.1.2_1,1 |
dmgk  |
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854 |
22 Aug 2018 18:38:29
0.1.2,1 |
joneum  |
Update to 0.1.2
Changelog: https://github.com/rakyll/statik/releases
PR: 230045 |
22 Apr 2016 12:40:05
20141209 |
mat  |
Move lang/go/files/bsd.go.mk to USES=go.
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6057 |
01 Apr 2016 14:00:57
20141209 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
06 May 2015 15:16:54
20141209 |
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 |
08 Feb 2015 10:06:55
20141209 |
pi  |
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 |