Index: head/textproc/topic/pkg-plist =================================================================== --- head/textproc/topic/pkg-plist (revision 375206) +++ head/textproc/topic/pkg-plist (nonexistent) @@ -1,2 +0,0 @@ -bin/topic -man/man1/topic.1.gz Property changes on: head/textproc/topic/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/topic/Makefile =================================================================== --- head/textproc/topic/Makefile (revision 375206) +++ head/textproc/topic/Makefile (revision 375207) @@ -1,17 +1,20 @@ +# Created by: Michael Sanders # $FreeBSD$ PORTNAME= topic -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= textproc MASTER_SITES= http://freebsd.hypermart.net/code/ MAINTAINER= email@freebsd.hypermart.net 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 .include Index: head/textproc/topic/distinfo =================================================================== --- head/textproc/topic/distinfo (revision 375206) +++ head/textproc/topic/distinfo (revision 375207) @@ -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 Index: head/textproc/topic/pkg-descr =================================================================== --- head/textproc/topic/pkg-descr (revision 375206) +++ head/textproc/topic/pkg-descr (revision 375207) @@ -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