Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 09:50:48 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311753 - in head/textproc: . topic
Message-ID:  <201302060950.r169omi1068184@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Wed Feb  6 09:50:48 2013
New Revision: 311753
URL: http://svnweb.freebsd.org/changeset/ports/311753

Log:
  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>

Added:
  head/textproc/topic/
  head/textproc/topic/Makefile   (contents, props changed)
  head/textproc/topic/distinfo   (contents, props changed)
  head/textproc/topic/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Feb  6 09:38:11 2013	(r311752)
+++ head/textproc/Makefile	Wed Feb  6 09:50:48 2013	(r311753)
@@ -1425,6 +1425,7 @@
     SUBDIR += tn-hunspell
     SUBDIR += tnef2txt
     SUBDIR += tokyodystopia
+    SUBDIR += topic
     SUBDIR += tr-aspell
     SUBDIR += tralics
     SUBDIR += trang

Added: head/textproc/topic/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/topic/Makefile	Wed Feb  6 09:50:48 2013	(r311753)
@@ -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>

Added: head/textproc/topic/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/topic/distinfo	Wed Feb  6 09:50:48 2013	(r311753)
@@ -0,0 +1,2 @@
+SHA256 (topic-1.02.tar.gz) = 1150cca9b447fbf3cf79305574bc92c1c751a73727735e6f8c49b9171e952ffb
+SIZE (topic-1.02.tar.gz) = 6028

Added: head/textproc/topic/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/topic/pkg-descr	Wed Feb  6 09:50:48 2013	(r311753)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302060950.r169omi1068184>