diff options
author | John Marino <marino@FreeBSD.org> | 2014-06-19 16:24:47 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-06-19 16:24:47 +0800 |
commit | 28cec6feec206c62d36f6aed7d2b681eb0ffe2a3 (patch) | |
tree | f87215e31a51a4d5df58066b9bea39ab220054a4 /misc | |
parent | cdfa9aa633146c372914aa2873878fc4cb409c1b (diff) | |
download | freebsd-ports-gnome-28cec6feec206c62d36f6aed7d2b681eb0ffe2a3.tar.gz freebsd-ports-gnome-28cec6feec206c62d36f6aed7d2b681eb0ffe2a3.tar.zst freebsd-ports-gnome-28cec6feec206c62d36f6aed7d2b681eb0ffe2a3.zip |
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.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/valspeak/Makefile | 25 | ||||
-rw-r--r-- | misc/valspeak/distinfo | 2 | ||||
-rw-r--r-- | misc/valspeak/pkg-descr | 2 |
4 files changed, 30 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 7d648083ac54..0032181489c8 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -453,6 +453,7 @@ SUBDIR += us-zipcodes SUBDIR += usbrh-libusb SUBDIR += utftools + SUBDIR += valspeak SUBDIR += vera SUBDIR += vifm SUBDIR += viz diff --git a/misc/valspeak/Makefile b/misc/valspeak/Makefile new file mode 100644 index 000000000000..29b5ed024546 --- /dev/null +++ b/misc/valspeak/Makefile @@ -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> diff --git a/misc/valspeak/distinfo b/misc/valspeak/distinfo new file mode 100644 index 000000000000..6910638d56d6 --- /dev/null +++ b/misc/valspeak/distinfo @@ -0,0 +1,2 @@ +SHA256 (valspeak-1.0.tar.gz) = 08148c51154e4f071f55abf714b18af00244898538902bee4a8c9d82cacd8295 +SIZE (valspeak-1.0.tar.gz) = 1278 diff --git a/misc/valspeak/pkg-descr b/misc/valspeak/pkg-descr new file mode 100644 index 000000000000..272595439367 --- /dev/null +++ b/misc/valspeak/pkg-descr @@ -0,0 +1,2 @@ +Valspeak is a filter that converts English text to valspeak. +Valspeak reads from standard input and writes to standard output. |