mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 2.2.
Also, given how inane this program is, set myself as MAINTAINER.
This commit is contained in:
parent
7230b77ccb
commit
af02eeac3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95059
4 changed files with 15 additions and 11 deletions
|
@ -6,11 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= talkfilters
|
||||
PORTVERSION= 2.1
|
||||
PORTVERSION= 2.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www2.dystance.net:8080/software/talkfilters/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= adamw@FreeBSD.org
|
||||
COMMENT= Set of filters to convert English text to various stereotyped dialects
|
||||
|
||||
CONFLICTS= jive* chef*
|
||||
|
@ -20,11 +20,13 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= talkfilters.1 wrap.1
|
||||
MLINKS= talkfilters.1 b1ff.1 \
|
||||
MLINKS= talkfilters.1 austro.1 \
|
||||
talkfilters.1 b1ff.1 \
|
||||
talkfilters.1 brooklyn.1 \
|
||||
talkfilters.1 chef.1 \
|
||||
talkfilters.1 cockney.1 \
|
||||
talkfilters.1 drawl.1 \
|
||||
talkfilters.1 dubya.1 \
|
||||
talkfilters.1 fudd.1 \
|
||||
talkfilters.1 funetak.1 \
|
||||
talkfilters.1 jethro.1 \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (talkfilters-2.1.tar.gz) = 2ccea0f71cad04b20b1a1aa4b3d3a8a2
|
||||
MD5 (talkfilters-2.2.tar.gz) = f688390748b885e2ec36e1c1c70a83dc
|
||||
|
|
|
@ -1,9 +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.
|
||||
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
|
||||
austro, b1ff, brooklyn, chef, cockney, drawl, dubya, 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/
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
bin/austro
|
||||
bin/b1ff
|
||||
bin/brooklyn
|
||||
bin/chef
|
||||
bin/cockney
|
||||
bin/drawl
|
||||
bin/dubya
|
||||
bin/fudd
|
||||
bin/funetak
|
||||
bin/jethro
|
||||
|
|
Loading…
Add table
Reference in a new issue