git: 2e1541f32690 - main - textproc/atom: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 11:26:31 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2e1541f326905ae998886c1ac32436376e917c29
commit 2e1541f326905ae998886c1ac32436376e917c29
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-05-04 11:26:09 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-05-04 11:26:22 +0000
textproc/atom: Remove expired port
2025-04-30 textproc/atom: Upstream is gone and utility is considered obsolete
---
MOVED | 1 +
textproc/Makefile | 1 -
textproc/atom/Makefile | 33 ---------------------------------
textproc/atom/distinfo | 2 --
textproc/atom/files/patch-msg.c | 14 --------------
textproc/atom/pkg-descr | 2 --
6 files changed, 1 insertion(+), 52 deletions(-)
diff --git a/MOVED b/MOVED
index ca7388722600..21b11f9d6ee4 100644
--- a/MOVED
+++ b/MOVED
@@ -4357,3 +4357,4 @@ textproc/saxon|textproc/saxon-he|2025-05-04|Has expired: Deprecated and unsuppor
textproc/p5-Search-Saryer||2025-05-04|Has expired: Depends on deprecated port textproc/sary
textproc/sary||2025-05-04|Has expired: Last release in 2005 and unmaintained in tree for years
textproc/mifluz||2025-05-04|Has expired: Obsolete, no activity upstream since 2014 and unmaintained in tree for years
+textproc/atom||2025-05-04|Has expired: Upstream is gone and utility is considered obsolete
diff --git a/textproc/Makefile b/textproc/Makefile
index cde8ec128822..7a680d3401f5 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -70,7 +70,6 @@
SUBDIR += aspell
SUBDIR += aspell-ispell
SUBDIR += ast-aspell
- SUBDIR += atom
SUBDIR += augeas
SUBDIR += az-aspell
SUBDIR += bar
diff --git a/textproc/atom/Makefile b/textproc/atom/Makefile
deleted file mode 100644
index b68517bef513..000000000000
--- a/textproc/atom/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME= atom
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= textproc
-MASTER_SITES= http://www.bayofrum.net/dist/atom/ \
- http://muuz.deadbbs.com/FreeBSD/atom/
-
-MAINTAINER= crees@FreeBSD.org
-COMMENT= Converts text files to html with special attributes
-WWW= https://www.bayofrum.net/dist/atom/
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-DEPRECATED= Upstream is gone and utility is considered obsolete
-EXPIRATION_DATE=2025-04-30
-
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/atom share/man/man1/atom.1.gz
-PORTDOCS= README TODO testFile
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/textproc/atom/distinfo b/textproc/atom/distinfo
deleted file mode 100644
index eedd56b1696e..000000000000
--- a/textproc/atom/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (atom-1.0.tar.gz) = 852413c1051977b613d3b1796215e40698d6545c9195c395fa6fef0113818280
-SIZE (atom-1.0.tar.gz) = 103239
diff --git a/textproc/atom/files/patch-msg.c b/textproc/atom/files/patch-msg.c
deleted file mode 100644
index b03304be69a0..000000000000
--- a/textproc/atom/files/patch-msg.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- msg.c.orig 2023-03-07 22:52:52 UTC
-+++ msg.c
-@@ -194,11 +194,7 @@ parse_preface(const char *template) {
- fmt[p++] = *template;
- if (state == percent) {
- if (*template == 's')
--#if defined(_POSIX_SOURCE)
- p += sprintf(fmt + p - 2, "%d", msg_severity) - 2;
--#else
-- p = strchr(sprintf(fmt + p - 2, "%d", msg_severity), 0) - fmt;
--#endif
- state = normal;
- } else if (*template == '%')
- state = percent;
diff --git a/textproc/atom/pkg-descr b/textproc/atom/pkg-descr
deleted file mode 100644
index 402883a0622f..000000000000
--- a/textproc/atom/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This port takes plain text files like ASCII as input, and outputs
-mark files such as HTML or (unsupported) LaTeX.