aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/topic
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2013-02-06 17:50:48 +0800
committerculot <culot@FreeBSD.org>2013-02-06 17:50:48 +0800
commit51fd55e973908ed340bffd11fc8e06038ee9476f (patch)
treed155e58ab8c0672964b66d3d80e3d90600e4f78c /textproc/topic
parent77f108cbfcdba16f24eebf7e27d7ab116d60d106 (diff)
downloadfreebsd-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/Makefile18
-rw-r--r--textproc/topic/distinfo2
-rw-r--r--textproc/topic/pkg-descr4
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