diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-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 |
5 files changed, 46 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 83592467d651..70b519522c18 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 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 |