aboutsummaryrefslogtreecommitdiff
path: root/textproc/moar
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-08-29 15:49:03 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-08-29 19:37:18 +0000
commit9f5e89715de1b26ee5bb14aa9bf3873368a9acdd (patch)
treec7bc3bec2b2edc46ee2ff2d7fc8e9a7dbea181f5 /textproc/moar
parent1ff8a1a2d7cd9f3f523513b9038d7b7a4b080353 (diff)
downloadports-9f5e89715de1b26ee5bb14aa9bf3873368a9acdd.tar.gz
ports-9f5e89715de1b26ee5bb14aa9bf3873368a9acdd.zip
textproc/moar: New port: Pager designed to just do the right thing without any configuration
Diffstat (limited to 'textproc/moar')
-rw-r--r--textproc/moar/Makefile19
-rw-r--r--textproc/moar/distinfo5
-rw-r--r--textproc/moar/pkg-descr3
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/moar/Makefile b/textproc/moar/Makefile
new file mode 100644
index 000000000000..b9d79be9f3ce
--- /dev/null
+++ b/textproc/moar/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= moar
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.15.4
+CATEGORIES= textproc
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Pager designed to just do the right thing without any configuration
+WWW= https://github.com/walles/moar
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+
+GO_MODULE= github.com/walles/moar
+
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/textproc/moar/distinfo b/textproc/moar/distinfo
new file mode 100644
index 000000000000..b6d391a2a1e8
--- /dev/null
+++ b/textproc/moar/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1693337019
+SHA256 (go/textproc_moar/moar-v1.15.4/v1.15.4.mod) = c73d96f844908ef90f86d2f253181be9ab80d17153cc99d32af43520f1d404af
+SIZE (go/textproc_moar/moar-v1.15.4/v1.15.4.mod) = 318
+SHA256 (go/textproc_moar/moar-v1.15.4/v1.15.4.zip) = 15031973ff7fc0b20fdfa6849920a5de8a9b7b38783d3f508d0203bfdce535ae
+SIZE (go/textproc_moar/moar-v1.15.4/v1.15.4.zip) = 2859939
diff --git a/textproc/moar/pkg-descr b/textproc/moar/pkg-descr
new file mode 100644
index 000000000000..0be4ffb2d9ea
--- /dev/null
+++ b/textproc/moar/pkg-descr
@@ -0,0 +1,3 @@
+Moar is a pager. It reads and displays UTF-8 encoded text from files or
+pipelines.
+moar is designed to just do the right thing without any configuration.