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.
This commit is contained in:
parent
cdfa9aa633
commit
28cec6feec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358364
4 changed files with 30 additions and 0 deletions
|
@ -453,6 +453,7 @@
|
|||
SUBDIR += us-zipcodes
|
||||
SUBDIR += usbrh-libusb
|
||||
SUBDIR += utftools
|
||||
SUBDIR += valspeak
|
||||
SUBDIR += vera
|
||||
SUBDIR += vifm
|
||||
SUBDIR += viz
|
||||
|
|
25
misc/valspeak/Makefile
Normal file
25
misc/valspeak/Makefile
Normal file
|
@ -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>
|
2
misc/valspeak/distinfo
Normal file
2
misc/valspeak/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (valspeak-1.0.tar.gz) = 08148c51154e4f071f55abf714b18af00244898538902bee4a8c9d82cacd8295
|
||||
SIZE (valspeak-1.0.tar.gz) = 1278
|
2
misc/valspeak/pkg-descr
Normal file
2
misc/valspeak/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Valspeak is a filter that converts English text to valspeak.
|
||||
Valspeak reads from standard input and writes to standard output.
|
Loading…
Reference in a new issue