aboutsummaryrefslogtreecommitdiff
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
parent1ff8a1a2d7cd9f3f523513b9038d7b7a4b080353 (diff)
textproc/moar: New port: Pager designed to just do the right thing without any configuration
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/moar/Makefile19
-rw-r--r--textproc/moar/distinfo5
-rw-r--r--textproc/moar/pkg-descr3
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 7d5a9bc88412..3aec571f56ee 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -487,6 +487,7 @@
SUBDIR += ml-aspell
SUBDIR += ml1
SUBDIR += mn-aspell
+ SUBDIR += moar
SUBDIR += modlogan
SUBDIR += mp_doccer
SUBDIR += mr-aspell
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.