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 +# $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 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.