From owner-svn-ports-head@FreeBSD.ORG Wed Feb 6 09:50:49 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 976F6EA0; Wed, 6 Feb 2013 09:50:49 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6C3B6D5D; Wed, 6 Feb 2013 09:50:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r169on1h068191; Wed, 6 Feb 2013 09:50:49 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r169omi1068184; Wed, 6 Feb 2013 09:50:48 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201302060950.r169omi1068184@svn.freebsd.org> From: Frederic Culot Date: Wed, 6 Feb 2013 09:50:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311753 - in head/textproc: . topic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 09:50:49 -0000 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 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 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