summaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-07-25 22:07:05 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-07-25 22:07:05 +0000
commitd99033e15c925593e373bef2e596141a969b566d (patch)
tree00f6de351706071a0890659f071b5e8f64f991b8 /textproc/Makefile
parentAdd port textproc/p5-Unicode-CheckUTF8: (diff)
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/
Notes
Notes: svn path=/head/; revision=168764
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 5ba1b670311d..8062db3804c6 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -463,6 +463,7 @@
SUBDIR += p5-Text-Aspell
SUBDIR += p5-Text-Autoformat
SUBDIR += p5-Text-Balanced
+ SUBDIR += p5-Text-Bastardize
SUBDIR += p5-Text-BibTeX
SUBDIR += p5-Text-Bind
SUBDIR += p5-Text-CSV