From owner-svn-ports-all@FreeBSD.ORG Thu Jun 19 08:24:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D2B3B02; Thu, 19 Jun 2014 08:24:48 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EBC624DB; Thu, 19 Jun 2014 08:24:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5J8OmfI091007; Thu, 19 Jun 2014 08:24:48 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5J8Ol4D091003; Thu, 19 Jun 2014 08:24:47 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201406190824.s5J8Ol4D091003@svn.freebsd.org> From: John Marino Date: Thu, 19 Jun 2014 08:24:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358364 - in head/misc: . valspeak 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.18 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: Thu, 19 Jun 2014 08:24:48 -0000 Author: marino Date: Thu Jun 19 08:24:47 2014 New Revision: 358364 URL: http://svnweb.freebsd.org/changeset/ports/358364 QAT: https://qat.redports.org/buildarchive/r358364/ Log: Add new port misc/valspeak (after 1.5 years wait) This was submitted 3 Jan 2013. Thanks for your patience. I took the liberty of proving stage support and allows CFLAGS from ports to pass to the vendor makefile. I also updated CONFLICTS to please portlint, and removed the unnecessary Makefile patch by using ALL_TARGETS. PR: 174940 Submitted by: Sebastien Santoro ================================================================ Valspeak is a filter that converts English text to valspeak. Valspeak reads from standard input and writes to standard output. Added: head/misc/valspeak/ head/misc/valspeak/Makefile (contents, props changed) head/misc/valspeak/distinfo (contents, props changed) head/misc/valspeak/pkg-descr (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Thu Jun 19 08:23:58 2014 (r358363) +++ head/misc/Makefile Thu Jun 19 08:24:47 2014 (r358364) @@ -453,6 +453,7 @@ SUBDIR += us-zipcodes SUBDIR += usbrh-libusb SUBDIR += utftools + SUBDIR += valspeak SUBDIR += vera SUBDIR += vifm SUBDIR += viz Added: head/misc/valspeak/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/valspeak/Makefile Thu Jun 19 08:24:47 2014 (r358364) @@ -0,0 +1,25 @@ +# Created by: Sebastien Santoro +# $FreeBSD$ + +PORTNAME= valspeak +PORTVERSION= 1.0 +CATEGORIES= misc +MASTER_SITES= http://dereckson.devio.us/software/${PORTNAME}/ + +MAINTAINER= dereckson@gmail.com +COMMENT= Filter that converts English text to valspeak + +CONFLICTS= filters-2* talkfilters-2* + +RESTRICTED= 1986 software shared on the net.sources newsgroup \ + with the intent to redistribute it, but without any \ + license or author information clearly available. + +PLIST_FILES= bin/valspeak +ALL_TARGET= valspeak +MAKE_ARGS+= CFLAGS=${CFLAGS:Q} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/valspeak ${STAGEDIR}${PREFIX}/bin + +.include Added: head/misc/valspeak/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/valspeak/distinfo Thu Jun 19 08:24:47 2014 (r358364) @@ -0,0 +1,2 @@ +SHA256 (valspeak-1.0.tar.gz) = 08148c51154e4f071f55abf714b18af00244898538902bee4a8c9d82cacd8295 +SIZE (valspeak-1.0.tar.gz) = 1278 Added: head/misc/valspeak/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/valspeak/pkg-descr Thu Jun 19 08:24:47 2014 (r358364) @@ -0,0 +1,2 @@ +Valspeak is a filter that converts English text to valspeak. +Valspeak reads from standard input and writes to standard output.