aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Striphigh
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-11-15 09:29:09 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-11-15 09:29:09 +0000
commit028965c1887bca4faa4166418ef17a3a34f0752d (patch)
tree8cc74a2544dec18a51dbc74e2d78b20060e92073 /textproc/p5-Text-Striphigh
parent56d3f9971244ce258669a10fd3efe1928b795de4 (diff)
downloadports-028965c1887bca4faa4166418ef17a3a34f0752d.tar.gz
ports-028965c1887bca4faa4166418ef17a3a34f0752d.zip
Notes
Diffstat (limited to 'textproc/p5-Text-Striphigh')
-rw-r--r--textproc/p5-Text-Striphigh/Makefile23
-rw-r--r--textproc/p5-Text-Striphigh/distinfo1
-rw-r--r--textproc/p5-Text-Striphigh/pkg-descr16
-rw-r--r--textproc/p5-Text-Striphigh/pkg-plist5
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