diff options
author | sat <sat@FreeBSD.org> | 2006-07-26 06:07:05 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-07-26 06:07:05 +0800 |
commit | eb756685bb31c6ef100b9fdda1afd6db021435b6 (patch) | |
tree | c1258af9ecb134f2b6048129cbeb9c24471002e6 /textproc/p5-Text-Bastardize/pkg-descr | |
parent | e2e2f59c37f026f1425065eff3ea703578823526 (diff) | |
download | freebsd-ports-gnome-eb756685bb31c6ef100b9fdda1afd6db021435b6.tar.gz freebsd-ports-gnome-eb756685bb31c6ef100b9fdda1afd6db021435b6.tar.zst freebsd-ports-gnome-eb756685bb31c6ef100b9fdda1afd6db021435b6.zip |
Add port textproc/p5-Text-Bastardize:
Bastardize provides an magical object into which text can be charged
and then returned in various, slighty modified ways.
Among others, bastardize has the following methods:
rdct converts english to hyperreductionist english
(ex. "english" becomes "")
pig pig latin
(ex. "hi there" becomes "ihay erethay")
k3wlt0k a k3wlt0kizer developed originally by Fmh
rot13 implements rot13 "encryption" in perl
(ex. "foo bar" becomes "sbb one")
rev reverses the arrangement of characters
censor attempts to censor text which might be innaproriate
n20e performs numerical abbreviations
(ex. "numerical_abbreviation" becomes "n20e")
WWW: http://search.cpan.org/dist/Text-Bastardize/
Diffstat (limited to 'textproc/p5-Text-Bastardize/pkg-descr')
-rw-r--r-- | textproc/p5-Text-Bastardize/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-Text-Bastardize/pkg-descr b/textproc/p5-Text-Bastardize/pkg-descr new file mode 100644 index 000000000000..d4b4fa5c3561 --- /dev/null +++ b/textproc/p5-Text-Bastardize/pkg-descr @@ -0,0 +1,24 @@ +Bastardize provides an magical object into which text can be charged +and then returned in various, slighty modified ways. + +Among others, bastardize has the following methods: + +rdct converts english to hyperreductionist english + (ex. "english" becomes "") + +pig pig latin + (ex. "hi there" becomes "ihay erethay") + +k3wlt0k a k3wlt0kizer developed originally by Fmh + +rot13 implements rot13 "encryption" in perl + (ex. "foo bar" becomes "sbb one") + +rev reverses the arrangement of characters + +censor attempts to censor text which might be innaproriate + +n20e performs numerical abbreviations + (ex. "numerical_abbreviation" becomes "n20e") + +WWW: http://search.cpan.org/dist/Text-Bastardize/ |