diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-25 22:07:05 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-07-25 22:07:05 +0000 |
commit | d99033e15c925593e373bef2e596141a969b566d (patch) | |
tree | 00f6de351706071a0890659f071b5e8f64f991b8 /textproc/p5-Text-Bastardize | |
parent | 17248c23f776b631712375e43a994c4ae591784e (diff) | |
download | ports-d99033e15c925593e373bef2e596141a969b566d.tar.gz ports-d99033e15c925593e373bef2e596141a969b566d.zip |
Notes
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 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/ |