summaryrefslogtreecommitdiff
path: root/textproc/topic
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/topic')
-rw-r--r--textproc/topic/Makefile24
-rw-r--r--textproc/topic/distinfo2
-rw-r--r--textproc/topic/files/patch-linenoise.c11
-rw-r--r--textproc/topic/pkg-descr5
4 files changed, 0 insertions, 42 deletions
diff --git a/textproc/topic/Makefile b/textproc/topic/Makefile
deleted file mode 100644
index df4bb75f56a9..000000000000
--- a/textproc/topic/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Michael Sanders <email@freebsd.hypermart.net>
-# $FreeBSD$
-
-PORTNAME= topic
-PORTVERSION= 1.04
-CATEGORIES= textproc
-MASTER_SITES= http://freebsd.hypermart.net/code/
-
-MAINTAINER= email@freebsd.hypermart.net
-COMMENT= Topic markup parser
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-LICENSE= BSD2CLAUSE
-
-PLIST_FILES= bin/topic \
- man/man1/topic.1.gz
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/topic ${STAGEDIR}${PREFIX}/bin/topic
- ${INSTALL_MAN} ${WRKSRC}/topic.1 ${STAGEDIR}${PREFIX}/man/man1/topic.1
-
-.include <bsd.port.mk>
diff --git a/textproc/topic/distinfo b/textproc/topic/distinfo
deleted file mode 100644
index db36d83f8215..000000000000
--- a/textproc/topic/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (topic-1.04.tar.gz) = f84aec861b01b0fddb06e3af41bb5e42926cdf7867cfe7429861a0712e1f9524
-SIZE (topic-1.04.tar.gz) = 18335
diff --git a/textproc/topic/files/patch-linenoise.c b/textproc/topic/files/patch-linenoise.c
deleted file mode 100644
index f0b692915f60..000000000000
--- a/textproc/topic/files/patch-linenoise.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- linenoise.c.orig 2019-05-17 19:45:12 UTC
-+++ linenoise.c
-@@ -749,7 +749,7 @@ static int linenoiseEdit(int stdin_fd, int stdout_fd,
-
- if (write(l.ofd,prompt,l.plen) == -1) return -1;
- while(1) {
-- char c;
-+ signed char c;
- int nread;
- char seq[3];
-
diff --git a/textproc/topic/pkg-descr b/textproc/topic/pkg-descr
deleted file mode 100644
index 1f222225d6c0..000000000000
--- a/textproc/topic/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-TOPIC markup provides a minimal context for plain text databases that
-can be read/modified by most text editors, and easily parsed as well.
-Use as a classic Unix filter or interactively with included REPL.
-
-WWW: http://freebsd.hypermart.net/topic.html