Add talkfilters.
From the website: The GNU Talk Filters are filter programs that convert ordinary English text into text that mimics a stereotyped or otherwise humorous dialect. These filters have been in the public domain for many years, but now for the first time they are provided as a single integrated package. The filters include b1ff, brooklyn, chef, cockney, drawl, fudd, funetak, jethro, jive, kraut, pansy, postmodern, redneck, valspeak, and warez. Each program reads from standard input and writes to standard output. This version of the package also provides the filters as a C library, so they can be easily embedded in other programs.
This commit is contained in:
parent
73441dd7ca
commit
3dc02a89dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84180
@ -333,6 +333,7 @@
|
||||
SUBDIR += susv3
|
||||
SUBDIR += sword
|
||||
SUBDIR += sword-modules
|
||||
SUBDIR += talkfilters
|
||||
SUBDIR += tcb
|
||||
SUBDIR += team
|
||||
SUBDIR += telbook
|
||||
|
23
misc/talkfilters/Makefile
Normal file
23
misc/talkfilters/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: talkfilters
|
||||
# Date created: 03 July 2003
|
||||
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= talkfilters
|
||||
PORTVERSION= 2.0.1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www2.dystance.net:8080/software/talkfilters/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Set of filters to convert English text to various stereotyped dialects
|
||||
|
||||
CONFLICTS= jive* chef*
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= talkfilters.1 wrap.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/talkfilters/distinfo
Normal file
1
misc/talkfilters/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (talkfilters-2.0.1.tar.gz) = d846b298aa3cf3698265408975dcbd41
|
10
misc/talkfilters/files/patch-configure
Normal file
10
misc/talkfilters/files/patch-configure
Normal file
@ -0,0 +1,10 @@
|
||||
--- configure.orig Thu Jul 3 19:22:24 2003
|
||||
+++ configure Thu Jul 3 19:22:53 2003
|
||||
@@ -8177,6 +8177,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
9
misc/talkfilters/pkg-descr
Normal file
9
misc/talkfilters/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
The GNU Talk Filters are filter programs that convert ordinary English
|
||||
text into text that mimics a stereotyped or otherwise humorous dialect.
|
||||
These filters have been in the public domain for many years, but now for
|
||||
the first time they are provided as a single integrated package. The
|
||||
filters include b1ff, brooklyn, chef, cockney, drawl, fudd, funetak,
|
||||
jethro, jive, kraut, pansy, postmodern, redneck, valspeak, and warez.
|
||||
Each program reads from standard input and writes to standard output.
|
||||
|
||||
WWW: http://www2.dystance.net:8080/software/talkfilters/
|
23
misc/talkfilters/pkg-plist
Normal file
23
misc/talkfilters/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
||||
bin/b1ff
|
||||
bin/brooklyn
|
||||
bin/chef
|
||||
bin/cockney
|
||||
bin/drawl
|
||||
bin/fudd
|
||||
bin/funetak
|
||||
bin/jethro
|
||||
bin/jive
|
||||
bin/kraut
|
||||
bin/pansy
|
||||
bin/postmodern
|
||||
bin/redneck
|
||||
bin/valspeak
|
||||
bin/warez
|
||||
bin/wrap
|
||||
include/talkfilters.h
|
||||
@unexec install-info --delete %D/info/talkfilters.info %D/info/dir
|
||||
info/talkfilters.info
|
||||
@exec install-info %D/info/talkfilters.info %D/info/dir
|
||||
lib/libtalkfilters.a
|
||||
lib/libtalkfilters.so
|
||||
lib/libtalkfilters.so.0
|
Loading…
Reference in New Issue
Block a user