git: 9f5e89715de1 - main - textproc/moar: New port: Pager designed to just do the right thing without any configuration
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Aug 2023 19:37:22 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f5e89715de1b26ee5bb14aa9bf3873368a9acdd commit 9f5e89715de1b26ee5bb14aa9bf3873368a9acdd Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-08-29 15:49:03 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-08-29 19:37:18 +0000 textproc/moar: New port: Pager designed to just do the right thing without any configuration --- textproc/Makefile | 1 + textproc/moar/Makefile | 19 +++++++++++++++++++ textproc/moar/distinfo | 5 +++++ textproc/moar/pkg-descr | 3 +++ 4 files changed, 28 insertions(+) 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.