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/
This commit is contained in:
parent
17248c23f7
commit
d99033e15c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168764
@ -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
|
||||
|
26
textproc/p5-Text-Bastardize/Makefile
Normal file
26
textproc/p5-Text-Bastardize/Makefile
Normal file
@ -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>
|
3
textproc/p5-Text-Bastardize/distinfo
Normal file
3
textproc/p5-Text-Bastardize/distinfo
Normal file
@ -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
|
24
textproc/p5-Text-Bastardize/pkg-descr
Normal file
24
textproc/p5-Text-Bastardize/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user