Add p5-Text-Striphigh 0.02,

perl extension to strip the high bit
off of ISO-8859-1 text.

PR:		59117
Submitted by:	kai
This commit is contained in:
Vanilla I. Shu 2003-11-15 09:29:09 +00:00
parent 56d3f99712
commit 028965c188
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93998
5 changed files with 46 additions and 0 deletions

View File

@ -269,6 +269,7 @@
SUBDIR += p5-Text-Repository
SUBDIR += p5-Text-Shellwords
SUBDIR += p5-Text-SimpleTemplate
SUBDIR += p5-Text-Striphigh
SUBDIR += p5-Text-Tabs+Wrap
SUBDIR += p5-Text-Template
SUBDIR += p5-Text-Tmpl

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: p5-Text-Striphigh
# Date created: Mon Nov 10 2003
# Whom: kai
#
# $FreeBSD$
#
PORTNAME= Text-Striphigh
PORTVERSION= 0.02
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= kai@xs4all.nl
COMMENT= Perl extension to strip the high bit off of ISO-8859-1 text
PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/Striphigh-${PORTVERSION}
MAN3= Text::Striphigh.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Text-Striphigh-0.02.tar.gz) = 5c03b4e131c666ddbcccb569c6cc16f3

View File

@ -0,0 +1,16 @@
The Text::Striphigh module exports a single function: C<striphigh>. This
function takes one argument, a string possibly containing high ASCII
characters in the ISO-8859-1 character set, and transforms this into a
string containing only 7 bits ASCII characters, by substituting every
high bit character with a similar looking standard ASCII character, or
with a sequence of standard ASCII characters.
Because of precisely the deficiency this package tries to offer a workaround
for is present in some of the things that process pod, there are no
examples in this manpage. Look at the source or the test script if you
want examples.
WWW: http://search.cpan.org/dist/Text-Striphigh
Kai Storbeck
kai@xs4all.nl

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Text/Striphigh.pm
%%SITE_PERL%%/mach/auto/Text/Striphigh/.packlist
@dirrm %%SITE_PERL%%/mach/auto/Text/Striphigh
@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Text 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true