diff options
author | sat <sat@FreeBSD.org> | 2006-07-25 22:07:05 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-07-25 22:07:05 +0000 |
commit | eb756685bb31c6ef100b9fdda1afd6db021435b6 (patch) | |
tree | c1258af9ecb134f2b6048129cbeb9c24471002e6 /textproc/p5-Text-Bastardize | |
parent | e2e2f59c37f026f1425065eff3ea703578823526 (diff) | |
download | FreeBSD-ports-eb756685bb31c6ef100b9fdda1afd6db021435b6.zip FreeBSD-ports-eb756685bb31c6ef100b9fdda1afd6db021435b6.tar.gz |
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')
-rw-r--r-- | textproc/p5-Text-Bastardize/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-Text-Bastardize/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Bastardize/pkg-descr | 24 |
3 files changed, 53 insertions, 0 deletions
diff --git a/textproc/p5-Text-Bastardize/Makefile b/textproc/p5-Text-Bastardize/Makefile new file mode 100644 index 0000000..5ec5efc --- /dev/null +++ b/textproc/p5-Text-Bastardize/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Text-Bastardize +# Date created: 26 July 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-Bastardize +DISTVERSION= 0.06 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Corruptor of innocent text + +PERL_CONFIGURE= YES + +MAN3= Text::Bastardize.3 + +PLIST_FILES= %%SITE_PERL%%/Text/Bastardize.pm \ + %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bastardize/.packlist +PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bastardize + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Bastardize/distinfo b/textproc/p5-Text-Bastardize/distinfo new file mode 100644 index 0000000..0416660 --- /dev/null +++ b/textproc/p5-Text-Bastardize/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-Bastardize-0.06.tar.gz) = 0567a1beaa950b5881c706ebc3dde0d5 +SHA256 (Text-Bastardize-0.06.tar.gz) = 1c0c500cb2bea5c7bb3aab5a44987027550cca141c781295e884a9baa005277c +SIZE (Text-Bastardize-0.06.tar.gz) = 3467 diff --git a/textproc/p5-Text-Bastardize/pkg-descr b/textproc/p5-Text-Bastardize/pkg-descr new file mode 100644 index 0000000..d4b4fa5 --- /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/ |