--- origsrc/talkfilters-2.3.8/CYGWIN-PATCHES/devel.hint 1970-01-01 08:00:00.000000000 +0800 +++ src/talkfilters-2.3.8/CYGWIN-PATCHES/devel.hint 2009-11-07 00:01:38.796375000 +0800 @@ -0,0 +1,7 @@ +category: Devel Libs Text +requires: cygwin libtalkfilters1 +sdesc: "Development library for Talkfiklters." +ldesc: "GNU Talkfilters 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." +external-source: talkfilters --- origsrc/talkfilters-2.3.8/CYGWIN-PATCHES/runtime.hint 1970-01-01 08:00:00.000000000 +0800 +++ src/talkfilters-2.3.8/CYGWIN-PATCHES/runtime.hint 2009-11-07 00:03:03.483875000 +0800 @@ -0,0 +1,7 @@ +category: Libs Text +requires: cygwin libgcc1 +sdesc: "Runtime library for Talkfiklters." +ldesc: "GNU Talkfilters 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." +external-source: talkfilters --- origsrc/talkfilters-2.3.8/CYGWIN-PATCHES/setup.hint 1970-01-01 08:00:00.000000000 +0800 +++ src/talkfilters-2.3.8/CYGWIN-PATCHES/setup.hint 2009-11-06 23:59:45.030750000 +0800 @@ -0,0 +1,6 @@ +category: Text +requires: cygwin libgcc1 +sdesc: "GNU Talkfilters Mimics a stereotyped or otherwise humorous dialect." +ldesc: "GNU Talkfilters 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." --- origsrc/talkfilters-2.3.8/CYGWIN-PATCHES/talkfilters.README 1970-01-01 08:00:00.000000000 +0800 +++ src/talkfilters-2.3.8/CYGWIN-PATCHES/talkfilters.README 2009-11-06 23:58:13.937500000 +0800 @@ -0,0 +1,95 @@ +GNU Talkfilters + +This group of filters serves no utilitarian purpose but is nonetheless +quite amusing and hence should be maintained for posterity. + +Runtime requirements: + cygwin + libgcc1 + +Build requirements: + autoconf + automake + binutils + cygport + cygwin + flex + gcc-4 + libtool + +Canonical homepage: + http://www.hyperrealm.com/main.php?s=talkfilters + +Canonical download: + http://www.hyperrealm.com/talkfilters/talkfilters-2.3.8.tar.gz + +------------------------------------ + +Build instructions: + unpack talkfilters-VER-REL.src.tar.bz2 + if you use setup to install this src package, it will be + unpacked under /usr/src automatically + cd /usr/src + cygport talkfilters-VER-REL.cygport all + +This will create: + talkfilters-VER-REL.tar.bz2 + libtalkfilters1-VER-REL.tar.bz2 + talkfilters-devel-VER-REL.tar.bz2 + talkfilters-VER-REL-src.tar.bz2 + +------------------------------------------- + +Files included in the binary distro + +talkfilters-VER-REL.tar.bz2 +usr/bin/austro.exe +usr/bin/b1ff.exe +usr/bin/brooklyn.exe +usr/bin/chef.exe +usr/bin/cockney.exe +usr/bin/drawl.exe +usr/bin/dubya.exe +usr/bin/fudd.exe +usr/bin/funetak.exe +usr/bin/jethro.exe +usr/bin/jive.exe +usr/bin/kraut.exe +usr/bin/pansy.exe +usr/bin/pirate.exe +usr/bin/postmodern.exe +usr/bin/redneck.exe +usr/bin/valspeak.exe +usr/bin/warez.exe +usr/bin/wrap.exe +usr/share/doc/ +usr/share/doc/talkfilters/ +usr/share/doc/talkfilters/AUTHORS +usr/share/doc/talkfilters/ChangeLog +usr/share/doc/talkfilters/COPYING +usr/share/doc/talkfilters/README +usr/share/info/ +usr/share/info/talkfilters.info.gz +usr/share/man/ +usr/share/man/man1/ +usr/share/man/man1/talkfilters.1.gz +usr/share/man/man1/wrap.1.gz + +libtalkfilters1-VER-REL.tar.bz2 +usr/bin/cygtalkfilters-1.dll + +talkfilters-devel-VER-REL.tar.bz2 +usr/include/ +usr/include/talkfilters.h +usr/lib/libtalkfilters.a +usr/lib/libtalkfilters.dll.a +usr/lib/libtalkfilters.la +usr/lib/pkgconfig/ +usr/lib/pkgconfig/talkfilters.pc + + +Port Notes: + +----- version 2.3.8-1 ----- +2009-11-06 Jonathan Yong + * getopt.c: Include string.h to prevent implicit declaration for strlen().