diff options
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/atom/Makefile | 33 | ||||
| -rw-r--r-- | textproc/atom/distinfo | 2 | ||||
| -rw-r--r-- | textproc/atom/files/patch-msg.c | 14 | ||||
| -rw-r--r-- | textproc/atom/pkg-descr | 2 |
6 files changed, 1 insertions, 52 deletions
@@ -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. |
