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 | |
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')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
4 files changed, 54 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 diff --git a/textproc/p5-Text-Bastardize/Makefile b/textproc/p5-Text-Bastardize/Makefile new file mode 100644 index 000000000000..5ec5efcd54e5 --- /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 000000000000..0416660d2d42 --- /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 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/ |