Commit 2e1541f3 authored by Rene Ladan's avatar Rene Ladan
Browse files

textproc/atom: Remove expired port

2025-04-30 textproc/atom: Upstream is gone and utility is considered obsolete
parent 1cebb8c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@
    SUBDIR += aspell
    SUBDIR += aspell-ispell
    SUBDIR += ast-aspell
    SUBDIR += atom
    SUBDIR += augeas
    SUBDIR += az-aspell
    SUBDIR += bar

textproc/atom/Makefile

deleted100644 → 0
+0 −33
Original line number Diff line number Diff line
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>

textproc/atom/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (atom-1.0.tar.gz) = 852413c1051977b613d3b1796215e40698d6545c9195c395fa6fef0113818280
SIZE (atom-1.0.tar.gz) = 103239

textproc/atom/files/patch-msg.c

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
--- 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;
Loading