Page MenuHomeFreeBSD

D16408.1789342856.diff
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

D16408.1789342856.diff

Index: textproc/ego/Makefile
===================================================================
--- textproc/ego/Makefile
+++ textproc/ego/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= ego
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.2.0
+CATEGORIES= textproc
+
+MAINTAINER= fabian.freyer@physik.tu-berlin.de
+COMMENT= ERB-style templating language for Go
+
+LICENSE= MIT
+
+USES= go
+USE_GITHUB= yes
+GH_ACCOUNT= benbjohnson
+
+GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
+GO_TARGET= ${GO_PKGNAME}/cmd/ego
+
+PLIST_FILES= bin/ego
+
+.include <bsd.port.mk>
Index: textproc/ego/distinfo
===================================================================
--- textproc/ego/distinfo
+++ textproc/ego/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1532368409
+SHA256 (benbjohnson-ego-v0.2.0_GH0.tar.gz) = 4b109f7df226dd25800edc4ffd5ab2888b4364335a4d46275f042a18a5409e62
+SIZE (benbjohnson-ego-v0.2.0_GH0.tar.gz) = 7509
Index: textproc/ego/pkg-descr
===================================================================
--- textproc/ego/pkg-descr
+++ textproc/ego/pkg-descr
@@ -0,0 +1,5 @@
+Ego is an ERB style templating language for Go. It works by transpiling
+templates into pure Go and including them at compile time. These
+templates are light wrappers around the Go language itself.
+
+WWW: https://github.com/benbjohnson/ego

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 13, 11:40 PM (1 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29600197
Default Alt Text
D16408.1789342856.diff (1 KB)

Event Timeline