diff options
author | adamw <adamw@FreeBSD.org> | 2005-09-07 16:16:40 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-09-07 16:16:40 +0000 |
commit | cae93e0dada61c5834481c8d4a5047d634249796 (patch) | |
tree | 7f96bd6b6ec95d75fbbdf5b55f766ed0fbadac28 /misc/talkfilters | |
parent | 804cde81f03743565bbaa7e5228b88cd4791a99a (diff) | |
download | FreeBSD-ports-cae93e0dada61c5834481c8d4a5047d634249796.zip FreeBSD-ports-cae93e0dada61c5834481c8d4a5047d634249796.tar.gz |
This is a pretty questionable commit.
* MASTER_SITE and WWW have moved; update them. Going to the old URL simply
redirects you to the new site.
* Distfile was re-rolled with extensive changes. All the autotools stuff
was regenerated using a newer autoconf/automake ver. Additionally, the
code for the "dubya" filter was modified to include an Irix-oritented
fix, its manpage was changed, and the talkfilters info page was updated.
* Author apparently did not feel that these changes warranted a new release
number *glares at author*
I don't like how much was changed in a re-rolled tarball, but there you are.
Diffstat (limited to 'misc/talkfilters')
-rw-r--r-- | misc/talkfilters/Makefile | 7 | ||||
-rw-r--r-- | misc/talkfilters/distinfo | 4 | ||||
-rw-r--r-- | misc/talkfilters/pkg-descr | 3 |
3 files changed, 7 insertions, 7 deletions
diff --git a/misc/talkfilters/Makefile b/misc/talkfilters/Makefile index 7ea9698..8baf2c5 100644 --- a/misc/talkfilters/Makefile +++ b/misc/talkfilters/Makefile @@ -7,8 +7,9 @@ PORTNAME= talkfilters PORTVERSION= 2.3.4 +PORTREVISION= 1 CATEGORIES= misc -MASTER_SITES= http://www2.dystance.net/software/talkfilters/ +MASTER_SITES= http://www.hyperrealm.com/talkfilters/ MAINTAINER= adamw@FreeBSD.org COMMENT= Set of filters to convert English text to various stereotyped dialects @@ -43,8 +44,8 @@ INFO= talkfilters pre-everything:: @${ECHO_MSG} "Please note that some of the filters contain language that may" @${ECHO_MSG} "be objectionable to some. They are provided uncensored, in their" - @${ECHO_MSG} "original form. By downloading this software, you agree to accept" - @${ECHO_MSG} "these terms. + @${ECHO_MSG} "original form. Please don't use the filters to do anything that" + @${ECHO_MSG} "you shouldn't." post-patch: @${RM} -f ${WRKSRC}/*.info* diff --git a/misc/talkfilters/distinfo b/misc/talkfilters/distinfo index 58301c7..05af5a5 100644 --- a/misc/talkfilters/distinfo +++ b/misc/talkfilters/distinfo @@ -1,2 +1,2 @@ -MD5 (talkfilters-2.3.4.tar.gz) = 58048954f867628f098bc4f09f9672ad -SIZE (talkfilters-2.3.4.tar.gz) = 772795 +MD5 (talkfilters-2.3.4.tar.gz) = 6fd12d39e0f253315d3f5af227ee7618 +SIZE (talkfilters-2.3.4.tar.gz) = 792085 diff --git a/misc/talkfilters/pkg-descr b/misc/talkfilters/pkg-descr index 51df2e4..b8f210e 100644 --- a/misc/talkfilters/pkg-descr +++ b/misc/talkfilters/pkg-descr @@ -1,4 +1,3 @@ -[ Based off text from WWW site: ] The GNU Talk Filters are filter programs that convert ordinary English text into text that mimics a stereotyped or otherwise humorous dialect. Each program reads from standard input and writes to standard output. @@ -9,4 +8,4 @@ The filters include: fudd, funetak, jethro, jive, kraut, pansy, pirate, postmodern, redneck, valspeak, and warez. -WWW: http://www.dystance.net/software/talkfilters/ +WWW: http://www.hyperrealm.com/talkfilters/talkfilters.html |