diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-11-15 17:29:09 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-11-15 17:29:09 +0800 |
commit | 4314c98ee0f4827ad2a75a1b4ece1407aae5d8cf (patch) | |
tree | 53a0a2ecb1a693b9733fc9f2cc4ab036ddc9a78d /textproc/p5-Text-Striphigh | |
parent | 7db3345d2eded0762151598665ac6e38385740a1 (diff) | |
download | freebsd-ports-gnome-4314c98ee0f4827ad2a75a1b4ece1407aae5d8cf.tar.gz freebsd-ports-gnome-4314c98ee0f4827ad2a75a1b4ece1407aae5d8cf.tar.zst freebsd-ports-gnome-4314c98ee0f4827ad2a75a1b4ece1407aae5d8cf.zip |
Add p5-Text-Striphigh 0.02,
perl extension to strip the high bit
off of ISO-8859-1 text.
PR: 59117
Submitted by: kai
Diffstat (limited to 'textproc/p5-Text-Striphigh')
-rw-r--r-- | textproc/p5-Text-Striphigh/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Text-Striphigh/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Striphigh/pkg-descr | 16 | ||||
-rw-r--r-- | textproc/p5-Text-Striphigh/pkg-plist | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/textproc/p5-Text-Striphigh/Makefile b/textproc/p5-Text-Striphigh/Makefile new file mode 100644 index 000000000000..54fcb14dfbeb --- /dev/null +++ b/textproc/p5-Text-Striphigh/Makefile @@ -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> diff --git a/textproc/p5-Text-Striphigh/distinfo b/textproc/p5-Text-Striphigh/distinfo new file mode 100644 index 000000000000..1d248e32cd28 --- /dev/null +++ b/textproc/p5-Text-Striphigh/distinfo @@ -0,0 +1 @@ +MD5 (Text-Striphigh-0.02.tar.gz) = 5c03b4e131c666ddbcccb569c6cc16f3 diff --git a/textproc/p5-Text-Striphigh/pkg-descr b/textproc/p5-Text-Striphigh/pkg-descr new file mode 100644 index 000000000000..dd0e0bff8cee --- /dev/null +++ b/textproc/p5-Text-Striphigh/pkg-descr @@ -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 diff --git a/textproc/p5-Text-Striphigh/pkg-plist b/textproc/p5-Text-Striphigh/pkg-plist new file mode 100644 index 000000000000..05e7d2c8e718 --- /dev/null +++ b/textproc/p5-Text-Striphigh/pkg-plist @@ -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 |