From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 10 05:30:21 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 342F016A4CF for ; Mon, 10 Nov 2003 05:30:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B3A143FE1 for ; Mon, 10 Nov 2003 05:30:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAADUJFY072074 for ; Mon, 10 Nov 2003 05:30:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAADUJUs072073; Mon, 10 Nov 2003 05:30:19 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 10 Nov 2003 05:30:19 -0800 (PST) Resent-Message-Id: <200311101330.hAADUJUs072073@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kai Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FD7316A4CE for ; Mon, 10 Nov 2003 05:27:58 -0800 (PST) Received: from smtpzilla3.xs4all.nl (smtpzilla3.xs4all.nl [194.109.127.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0792443FB1 for ; Mon, 10 Nov 2003 05:27:57 -0800 (PST) (envelope-from kai@freebsd-47.xs4all.nl) Received: from freebsd-47.xs4all.nl (freebsd-47.xs4all.nl [194.109.0.140]) by smtpzilla3.xs4all.nl (8.12.9/8.12.9) with ESMTP id hAADRtpp025933; Mon, 10 Nov 2003 14:27:56 +0100 (CET) Received: from freebsd-47.xs4all.nl (localhost.xs4all.nl [127.0.0.1]) hAADRsKs045667; Mon, 10 Nov 2003 14:27:55 +0100 (CET) (envelope-from kai@freebsd-47.xs4all.nl) Received: (from root@localhost) by freebsd-47.xs4all.nl (8.12.10/8.12.10/Submit) id hAADRsgI045666; Mon, 10 Nov 2003 14:27:54 +0100 (CET) (envelope-from kai) Message-Id: <200311101327.hAADRsgI045666@freebsd-47.xs4all.nl> Date: Mon, 10 Nov 2003 14:27:54 +0100 (CET) From: Kai To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Kai Subject: ports/59117: New Port: p5-Text-Striphigh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kai List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2003 13:30:21 -0000 >Number: 59117 >Category: ports >Synopsis: New Port: p5-Text-Striphigh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 10 05:30:18 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kai Storbeck >Release: FreeBSD 4.7-RELEASE-p13 i386 >Organization: - >Environment: System: FreeBSD freebsd-47.xs4all.nl 4.7-RELEASE-p13 FreeBSD 4.7-RELEASE-p13 #1: Mon Aug 18 16:17:50 CEST 2003 rj@freebsd-47.xs4all.nl:/usr/src/sys/compile/XS4ALL i386 >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/local/ports/textproc/p5-Text-Striphigh # /usr/local/ports/textproc/p5-Text-Striphigh/pkg-descr # /usr/local/ports/textproc/p5-Text-Striphigh/Makefile # /usr/local/ports/textproc/p5-Text-Striphigh/pkg-plist # /usr/local/ports/textproc/p5-Text-Striphigh/distinfo # echo c - /usr/local/ports/textproc/p5-Text-Striphigh mkdir -p /usr/local/ports/textproc/p5-Text-Striphigh > /dev/null 2>&1 echo x - /usr/local/ports/textproc/p5-Text-Striphigh/pkg-descr sed 's/^X//' >/usr/local/ports/textproc/p5-Text-Striphigh/pkg-descr << 'END-of-/usr/local/ports/textproc/p5-Text-Striphigh/pkg-descr' XThe Text::Striphigh module exports a single function: C. This Xfunction takes one argument, a string possibly containing high ASCII Xcharacters in the ISO-8859-1 character set, and transforms this into a Xstring containing only 7 bits ASCII characters, by substituting every Xhigh bit character with a similar looking standard ASCII character, or Xwith a sequence of standard ASCII characters. X XBecause of precisely the deficiency this package tries to offer a workaround Xfor is present in some of the things that process pod, there are no Xexamples in this manpage. Look at the source or the test script if you Xwant examples. X XWWW: http://search.cpan.org/dist/Text-Striphigh X X Kai Storbeck X kai@xs4all.nl END-of-/usr/local/ports/textproc/p5-Text-Striphigh/pkg-descr echo x - /usr/local/ports/textproc/p5-Text-Striphigh/Makefile sed 's/^X//' >/usr/local/ports/textproc/p5-Text-Striphigh/Makefile << 'END-of-/usr/local/ports/textproc/p5-Text-Striphigh/Makefile' X# New ports collection makefile for: p5-Text-Striphigh X# Date created: Mon Nov 10 2003 X# Whom: kai X# X# $FreeBSD$ X# X XPORTNAME= Text-Striphigh XPORTVERSION= 0.02 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Text XPKGNAMEPREFIX= p5- X XMAINTAINER= kai@xs4all.nl XCOMMENT= Perl extension to strip the high bit off of ISO-8859-1 text X XPERL_CONFIGURE= yes XWRKSRC= ${WRKDIR}/Striphigh-${PORTVERSION} X XMAN3= Text::Striphigh.3 X X.include END-of-/usr/local/ports/textproc/p5-Text-Striphigh/Makefile echo x - /usr/local/ports/textproc/p5-Text-Striphigh/pkg-plist sed 's/^X//' >/usr/local/ports/textproc/p5-Text-Striphigh/pkg-plist << 'END-of-/usr/local/ports/textproc/p5-Text-Striphigh/pkg-plist' X%%SITE_PERL%%/Text/Striphigh.pm X%%SITE_PERL%%/mach/auto/Text/Striphigh/.packlist X@dirrm %%SITE_PERL%%/mach/auto/Text/Striphigh X@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Text 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true END-of-/usr/local/ports/textproc/p5-Text-Striphigh/pkg-plist echo x - /usr/local/ports/textproc/p5-Text-Striphigh/distinfo sed 's/^X//' >/usr/local/ports/textproc/p5-Text-Striphigh/distinfo << 'END-of-/usr/local/ports/textproc/p5-Text-Striphigh/distinfo' XMD5 (Text-Striphigh-0.02.tar.gz) = 5c03b4e131c666ddbcccb569c6cc16f3 END-of-/usr/local/ports/textproc/p5-Text-Striphigh/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: