aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-12-01 11:31:01 +0000
committerRene Ladan <rene@FreeBSD.org>2025-12-01 11:31:01 +0000
commit973bbacbf60ec0f0e6b6fab30c63eb3febcc7a67 (patch)
treefc6784560fc4a043bc29f2b6b4c5a4c2bcf0cb84
parente5399e9a5f4cf9de977b902a095d38825b143cc1 (diff)
textproc/moar: Remove expired port
2025-11-30 textproc/moar: Upstream renamed to moor, use textproc/moor instead.
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/moar/Makefile23
-rw-r--r--textproc/moar/distinfo5
-rw-r--r--textproc/moar/pkg-descr3
5 files changed, 1 insertions, 32 deletions
diff --git a/MOVED b/MOVED
index dec0cc766871..36ed0d19134e 100644
--- a/MOVED
+++ b/MOVED
@@ -4876,3 +4876,4 @@ print/xreader|graphics/xreader|2025-11-27|Use proper category based on repocopy
audio/decibels||2025-12-01|Has expired: Depends on deprecated lang/typescript (which needs a maintainer), see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856
lang/typescript||2025-12-01|Has expired: New port was added without port maintainer, submitter not interested in taking it. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289856 and contact mandree@ if you are willing to maintain typescript and have a track record that lets you appear suitable for maintaining a high-profile port
games/dose-response||2025-12-01|Has expired: fails to build with rust-1.91.0 and no maintainer for this port
+textproc/moar|textproc/moor|2025-12-01|Has expired: Upstream renamed to moor, use textproc/moor instead
diff --git a/textproc/Makefile b/textproc/Makefile
index 78c83df0b937..4a03f0327408 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -493,7 +493,6 @@
SUBDIR += ml-aspell
SUBDIR += ml1
SUBDIR += mn-aspell
- SUBDIR += moar
SUBDIR += modlogan
SUBDIR += moor
SUBDIR += mp_doccer
diff --git a/textproc/moar/Makefile b/textproc/moar/Makefile
deleted file mode 100644
index 3d2b10ab689c..000000000000
--- a/textproc/moar/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-PORTNAME= moar
-DISTVERSIONPREFIX= v
-DISTVERSION= 1.31.3
-PORTREVISION= 1
-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
-
-DEPRECATED= Upstream renamed to moor, use textproc/moor instead.
-EXPIRATION_DATE= 2025-11-30
-
-USES= go:1.20,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
deleted file mode 100644
index a59dae689021..000000000000
--- a/textproc/moar/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1740128685
-SHA256 (go/textproc_moar/moar-v1.31.3/v1.31.3.mod) = 46d8c4603eba4d080499882a8ba488a9e63ae7d1aa73a136a2bd5d9269d7601d
-SIZE (go/textproc_moar/moar-v1.31.3/v1.31.3.mod) = 559
-SHA256 (go/textproc_moar/moar-v1.31.3/v1.31.3.zip) = 553a0c44a175d4cf8e7e235882696625d4b12206141098eccf914084d448f3bd
-SIZE (go/textproc_moar/moar-v1.31.3/v1.31.3.zip) = 2940445
diff --git a/textproc/moar/pkg-descr b/textproc/moar/pkg-descr
deleted file mode 100644
index 0be4ffb2d9ea..000000000000
--- a/textproc/moar/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-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.