diff options
author | culot <culot@FreeBSD.org> | 2013-02-06 17:50:48 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-02-06 17:50:48 +0800 |
commit | 51fd55e973908ed340bffd11fc8e06038ee9476f (patch) | |
tree | d155e58ab8c0672964b66d3d80e3d90600e4f78c /textproc/topic | |
parent | 77f108cbfcdba16f24eebf7e27d7ab116d60d106 (diff) | |
download | freebsd-ports-gnome-51fd55e973908ed340bffd11fc8e06038ee9476f.tar.gz freebsd-ports-gnome-51fd55e973908ed340bffd11fc8e06038ee9476f.tar.zst freebsd-ports-gnome-51fd55e973908ed340bffd11fc8e06038ee9476f.zip |
TOPIC markup provides a minimal context for plain text databases that
can be read/modified by most text editors, and easily parsed as well.
WWW: http://topcat.hypermart.net/topic.html
PR: ports/175807
Submitted by: Michael Sanders <mike@topcat.hypermart.net>
Diffstat (limited to 'textproc/topic')
-rw-r--r-- | textproc/topic/Makefile | 18 | ||||
-rw-r--r-- | textproc/topic/distinfo | 2 | ||||
-rw-r--r-- | textproc/topic/pkg-descr | 4 |
3 files changed, 24 insertions, 0 deletions
diff --git a/textproc/topic/Makefile b/textproc/topic/Makefile new file mode 100644 index 000000000000..92b5df147337 --- /dev/null +++ b/textproc/topic/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= topic +PORTVERSION= 1.02 +CATEGORIES= textproc +MASTER_SITES= http://topcat.hypermart.net/code/ + +MAINTAINER= mike@topcat.hypermart.net +COMMENT= Topic markup parser + +PLIST_FILES= bin/${PORTNAME} +MAN1= ${PORTNAME}.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/${PORTNAME}.1 + +.include <bsd.port.mk> diff --git a/textproc/topic/distinfo b/textproc/topic/distinfo new file mode 100644 index 000000000000..8b70e72c4280 --- /dev/null +++ b/textproc/topic/distinfo @@ -0,0 +1,2 @@ +SHA256 (topic-1.02.tar.gz) = 1150cca9b447fbf3cf79305574bc92c1c751a73727735e6f8c49b9171e952ffb +SIZE (topic-1.02.tar.gz) = 6028 diff --git a/textproc/topic/pkg-descr b/textproc/topic/pkg-descr new file mode 100644 index 000000000000..e709f22eb03d --- /dev/null +++ b/textproc/topic/pkg-descr @@ -0,0 +1,4 @@ +TOPIC markup provides a minimal context for plain text databases that +can be read/modified by most text editors, and easily parsed as well. + +WWW: http://topcat.hypermart.net/topic.html |