From owner-svn-ports-all@FreeBSD.ORG Tue Feb 11 12:45:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37375931; Tue, 11 Feb 2014 12:45:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13CD01CE2; Tue, 11 Feb 2014 12:45:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1BCjvT7086177; Tue, 11 Feb 2014 12:45:57 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1BCjvWR086173; Tue, 11 Feb 2014 12:45:57 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201402111245.s1BCjvWR086173@svn.freebsd.org> From: Frederic Culot Date: Tue, 11 Feb 2014 12:45:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343738 - in head/textproc/topic: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 12:45:58 -0000 Author: culot Date: Tue Feb 11 12:45:56 2014 New Revision: 343738 URL: http://svnweb.freebsd.org/changeset/ports/343738 QAT: https://qat.redports.org/buildarchive/r343738/ Log: - Update to 1.03 [1] - Update MASTER_SITES, MAINTAINER's address, and WWW link [1] - Add LICENSE (BSD 2-Clause) [1] - Support staging PR: ports/186634 [1] Submitted by: Michael S. Sanders (maintainer) Added: head/textproc/topic/pkg-plist (contents, props changed) Deleted: head/textproc/topic/files/ Modified: head/textproc/topic/Makefile head/textproc/topic/distinfo head/textproc/topic/pkg-descr Modified: head/textproc/topic/Makefile ============================================================================== --- head/textproc/topic/Makefile Tue Feb 11 12:38:32 2014 (r343737) +++ head/textproc/topic/Makefile Tue Feb 11 12:45:56 2014 (r343738) @@ -1,22 +1,17 @@ # $FreeBSD$ PORTNAME= topic -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= textproc -MASTER_SITES= # http://topcat.hypermart.net/code/ +MASTER_SITES= http://freebsd.hypermart.net/code/ -MAINTAINER= mike@topcat.hypermart.net +MAINTAINER= email@freebsd.hypermart.net COMMENT= Topic markup parser -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 - -NO_STAGE= yes -pre-build: - @${RM} ${WRKSRC}/topic.txt +LICENSE= BSD2CLAUSE do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/topic ${STAGEDIR}${PREFIX}/bin/topic + ${INSTALL_MAN} ${WRKSRC}/topic.1 ${STAGEDIR}${PREFIX}/man/man1/topic.1 .include Modified: head/textproc/topic/distinfo ============================================================================== --- head/textproc/topic/distinfo Tue Feb 11 12:38:32 2014 (r343737) +++ head/textproc/topic/distinfo Tue Feb 11 12:45:56 2014 (r343738) @@ -1,2 +1,2 @@ -SHA256 (topic-1.02.tar.gz) = 1150cca9b447fbf3cf79305574bc92c1c751a73727735e6f8c49b9171e952ffb -SIZE (topic-1.02.tar.gz) = 6028 +SHA256 (topic-1.03.tar.gz) = d36d157e08a2bf5258dff1279e2a4aca9ba22ac22e4579fbf68d823c1cedb66f +SIZE (topic-1.03.tar.gz) = 5810 Modified: head/textproc/topic/pkg-descr ============================================================================== --- head/textproc/topic/pkg-descr Tue Feb 11 12:38:32 2014 (r343737) +++ head/textproc/topic/pkg-descr Tue Feb 11 12:45:56 2014 (r343738) @@ -1,2 +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://freebsd.hypermart.net/topic.html Added: head/textproc/topic/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/topic/pkg-plist Tue Feb 11 12:45:56 2014 (r343738) @@ -0,0 +1,2 @@ +bin/topic +man/man1/topic.1.gz