summaryrefslogtreecommitdiff
path: root/sysutils/moor
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/moor')
-rw-r--r--sysutils/moor/Makefile34
-rw-r--r--sysutils/moor/distinfo5
-rw-r--r--sysutils/moor/pkg-descr14
3 files changed, 0 insertions, 53 deletions
diff --git a/sysutils/moor/Makefile b/sysutils/moor/Makefile
deleted file mode 100644
index 90c0335f33bc..000000000000
--- a/sysutils/moor/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME= moor
-DISTVERSIONPREFIX= v
-DISTVERSION= 2.2.0
-CATEGORIES= sysutils
-
-MAINTAINER= nxjoseph@protonmail.com
-COMMENT= Pager designed to do the right thing without any configuration
-WWW= https://github.com/walles/moor
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= go:modules
-
-GO_MODULE= github.com/walles/${PORTNAME}/v2
-GO_TARGET= ./cmd/${PORTNAME}
-GO_BUILDFLAGS= -ldflags="-s -w -X main.versionString=${DISTVERSIONFULL}"
-
-PLIST_FILES= bin/${PORTNAME} \
- share/man/man1/${PORTNAME}.1.gz
-PORTEXAMPLES= *
-
-OPTIONS_DEFINE= EXAMPLES
-OPTIONS_SUB= yes
-
-post-install:
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
- ${STAGEDIR}${MANDIRS}/man1
-
-post-install-EXAMPLES-on:
- @cd ${WRKSRC}/sample-files && \
- ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/sysutils/moor/distinfo b/sysutils/moor/distinfo
deleted file mode 100644
index 3dcee047a341..000000000000
--- a/sysutils/moor/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1758391546
-SHA256 (go/sysutils_moor/moor-v2.2.0/v2.2.0.mod) = 00a99435b9a18c1066acc954bb0d8140ee7d889276809627985a4e2d92e2fab2
-SIZE (go/sysutils_moor/moor-v2.2.0/v2.2.0.mod) = 582
-SHA256 (go/sysutils_moor/moor-v2.2.0/v2.2.0.zip) = 588ca012c5ffedc2164fed3651c05ea46629231ae9a07919863f5665b1c85326
-SIZE (go/sysutils_moor/moor-v2.2.0/v2.2.0.zip) = 3113312
diff --git a/sysutils/moor/pkg-descr b/sysutils/moor/pkg-descr
deleted file mode 100644
index ce46a5df3be0..000000000000
--- a/sysutils/moor/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Moor is a pager that designated to just do the right thing without any
-configuration. It reads and displays UTF-8 encoded text from files or pipes.
-
-Doing the right thing includes:
-
-o Syntax highlight source code by default using Chroma
-o Search is incremental / find-as-you-type just like in Chrome or Emacs
-o Filtering is incremental: Press & to filter the input interactively
-o Search becomes case sensitive if you add any UPPER CASE characters
-o Snappy UI even on slow / large input with multi-threaded search
-o Supports word wrapping
-o Mouse Scrolling works out of the box
-
-and more...