diff --git a/textproc/topic/Makefile b/textproc/topic/Makefile index 34fc2714abad..47d405ceb39b 100644 --- a/textproc/topic/Makefile +++ b/textproc/topic/Makefile @@ -1,7 +1,8 @@ +# Created by: Michael Sanders # $FreeBSD$ PORTNAME= topic -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= textproc MASTER_SITES= http://freebsd.hypermart.net/code/ @@ -10,6 +11,8 @@ COMMENT= Topic markup parser 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 diff --git a/textproc/topic/distinfo b/textproc/topic/distinfo index 520ea714a721..db36d83f8215 100644 --- a/textproc/topic/distinfo +++ b/textproc/topic/distinfo @@ -1,2 +1,2 @@ -SHA256 (topic-1.03.tar.gz) = d36d157e08a2bf5258dff1279e2a4aca9ba22ac22e4579fbf68d823c1cedb66f -SIZE (topic-1.03.tar.gz) = 5810 +SHA256 (topic-1.04.tar.gz) = f84aec861b01b0fddb06e3af41bb5e42926cdf7867cfe7429861a0712e1f9524 +SIZE (topic-1.04.tar.gz) = 18335 diff --git a/textproc/topic/pkg-descr b/textproc/topic/pkg-descr index 4e7a11c4b61a..1f222225d6c0 100644 --- a/textproc/topic/pkg-descr +++ b/textproc/topic/pkg-descr @@ -1,4 +1,5 @@ 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 diff --git a/textproc/topic/pkg-plist b/textproc/topic/pkg-plist deleted file mode 100644 index ea1ef335abc0..000000000000 --- a/textproc/topic/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/topic -man/man1/topic.1.gz