Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2014 08:24:47 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358364 - in head/misc: . valspeak
Message-ID:  <201406190824.s5J8Ol4D091003@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <dereckson@gmail.com>
+# $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 <bsd.port.mk>

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.



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