2019-10-13 20:32:49 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= o
|
2020-09-28 03:31:43 +00:00
|
|
|
DISTVERSION= 2.32.6
|
2019-10-13 20:32:49 +00:00
|
|
|
CATEGORIES= editors
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Small, fast and limited text editor in Go
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
USES= go:modules
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= xyproto
|
|
|
|
GH_TUPLE= \
|
2019-11-16 06:45:21 +00:00
|
|
|
atotto:clipboard:v0.1.2:atotto_clipboard/vendor/github.com/atotto/clipboard \
|
2020-09-28 03:31:43 +00:00
|
|
|
golang:sys:157a740278f4:golang_sys/vendor/golang.org/x/sys \
|
2019-12-14 22:17:28 +00:00
|
|
|
jung-kurt:gofpdf:v1.16.2:jung_kurt_gofpdf/vendor/github.com/jung-kurt/gofpdf \
|
2020-07-16 16:25:35 +00:00
|
|
|
mattn:go-colorable:v0.1.7:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
|
|
|
|
mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
|
|
|
|
mgutz:ansi:d51e80ef957d:mgutz_ansi/vendor/github.com/mgutz/ansi \
|
2020-05-23 19:07:13 +00:00
|
|
|
pkg:term:c3ffed290a03:pkg_term/vendor/github.com/pkg/term \
|
2019-10-13 20:32:49 +00:00
|
|
|
sourcegraph:annotate:f4cad6c6324d:sourcegraph_annotate/vendor/github.com/sourcegraph/annotate \
|
2020-06-15 20:16:25 +00:00
|
|
|
xyproto:syntax:v1.7.3:xyproto_syntax/vendor/github.com/xyproto/syntax \
|
2020-08-13 16:26:00 +00:00
|
|
|
xyproto:termtitle:v1.1.0:xyproto_termtitle/vendor/github.com/xyproto/termtitle \
|
2020-07-16 16:25:35 +00:00
|
|
|
xyproto:textoutput:v1.12.2:xyproto_textoutput/vendor/github.com/xyproto/textoutput \
|
2020-08-13 16:26:00 +00:00
|
|
|
xyproto:vt100:1c2ef2e081cd:xyproto_vt100/vendor/github.com/xyproto/vt100
|
2019-10-13 20:32:49 +00:00
|
|
|
|
|
|
|
PLIST_FILES= bin/o
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|