diff options
Diffstat (limited to 'textproc/atom')
-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 |
4 files changed, 0 insertions, 51 deletions
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. |