From rtdean@ratri.cytherianage.net  Thu Feb 28 07:16:55 2002
Return-Path: <rtdean@ratri.cytherianage.net>
Received: from ratri.cytherianage.net (24.159.192.138.roc.nc.chartermi.net [24.159.192.138])
	by hub.freebsd.org (Postfix) with ESMTP id 6CC9C37B402
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Feb 2002 07:16:54 -0800 (PST)
Received: (from rtdean@localhost)
	by ratri.cytherianage.net (8.11.6/8.11.6) id g1SFGra13546;
	Thu, 28 Feb 2002 09:16:53 -0600 (CST)
	(envelope-from rtdean)
Message-Id: <200202281516.g1SFGra13546@ratri.cytherianage.net>
Date: Thu, 28 Feb 2002 09:16:53 -0600 (CST)
From: "Ryan T. Dean" <rtdean@cytherianage.net>
Reply-To: "Ryan T. Dean" <rtdean@cytherianage.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port submission
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         35406
>Category:       ports
>Synopsis:       New port submission
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 28 07:20:01 PST 2002
>Closed-Date:    Tue Jun 25 07:09:32 PDT 2002
>Last-Modified:  Tue Jun 25 07:09:32 PDT 2002
>Originator:     Ryan T. Dean
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD ratri.cytherianage.net 4.5-STABLE FreeBSD 4.5-STABLE #2: Tue Feb 26 12:34:34 CST 2002 root@ratri.cytherianage.net:/usr/obj/usr/src/sys/RATRI i386
>Description:
New port: Perl class (Unicode::MapUTF8) that implements conversion between arbitrary charsets
>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:
#
#	p5-Unicode-MapUTF8
#	p5-Unicode-MapUTF8/Makefile
#	p5-Unicode-MapUTF8/pkg-comment
#	p5-Unicode-MapUTF8/pkg-descr
#	p5-Unicode-MapUTF8/pkg-plist
#	p5-Unicode-MapUTF8/distinfo
#
echo c - p5-Unicode-MapUTF8
mkdir -p p5-Unicode-MapUTF8 > /dev/null 2>&1
echo x - p5-Unicode-MapUTF8/Makefile
sed 's/^X//' >p5-Unicode-MapUTF8/Makefile << 'END-of-p5-Unicode-MapUTF8/Makefile'
X# New ports collection makefile for:	p5-Unicode-MapUTF8
X# Date created:				28 February 2002
X# Whom:					Ryan T. Dean <rtdean@cytherianage.net>
X#
X# $FreeBSD$
X
XPORTNAME=	Unicode-MapUTF8
XPORTVERSION=	1.09
XCATEGORIES=	converters perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Unicode
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	rtdean@cytherianage.net
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/Map8.pm:${PORTSDIR}/converters/p5-Unicode-Map8 \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Unicode::MapUTF8.3
XMAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-Unicode-MapUTF8/Makefile
echo x - p5-Unicode-MapUTF8/pkg-comment
sed 's/^X//' >p5-Unicode-MapUTF8/pkg-comment << 'END-of-p5-Unicode-MapUTF8/pkg-comment'
XPerl class that implements conversion between arbitrary charsets
END-of-p5-Unicode-MapUTF8/pkg-comment
echo x - p5-Unicode-MapUTF8/pkg-descr
sed 's/^X//' >p5-Unicode-MapUTF8/pkg-descr << 'END-of-p5-Unicode-MapUTF8/pkg-descr'
XUnicode::MapUTF8
X----------------
X
XProvides an adapter layer between core routines for converting
Xto and from UTF8 and other encodings. In essence, a way to give
Xmultiple existing Unicode modules a single common interface so
Xyou don't have to know the underlaying implementations to do
Xsimple UTF8 to-from other character set string conversions.
XAs such, it wraps the Unicode::String, Unicode::Map8,
XUnicode::Map and Jcode modules in a standardized and simple
XAPI.
END-of-p5-Unicode-MapUTF8/pkg-descr
echo x - p5-Unicode-MapUTF8/pkg-plist
sed 's/^X//' >p5-Unicode-MapUTF8/pkg-plist << 'END-of-p5-Unicode-MapUTF8/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Unicode/MapUTF8.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/MapUTF8/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/MapUTF8
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/Unicode
END-of-p5-Unicode-MapUTF8/pkg-plist
echo x - p5-Unicode-MapUTF8/distinfo
sed 's/^X//' >p5-Unicode-MapUTF8/distinfo << 'END-of-p5-Unicode-MapUTF8/distinfo'
XMD5 (Unicode-MapUTF8-1.09.tar.gz) = 32b2593bb38b24b5f5fef2aaf444a367
END-of-p5-Unicode-MapUTF8/distinfo
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: petef 
State-Changed-When: Tue Mar 26 00:19:10 PST 2002 
State-Changed-Why:  
This port seems to need Unicode::Map, but that's not in ports right now.  Do 
you have a port for that? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=35406 

From: "Ryan T. Dean" <rtdean@cytherianage.net>
To: freebsd-gnats-submit@FreeBSD.org, <rtdean@cytherianage.net>
Cc:  
Subject: Re: ports/35406: New port submission
Date: Tue, 9 Apr 2002 13:05:40 -0500 (CDT)

 > This port seems to need Unicode::Map, but that's not in ports right now.
 > Do you have a port for that?
 
 I do, it has been submitted (I managed to overlook the synopsis field,
 thats what I get for submitted when trying to do other things) and is in
 ports/36931.
 
 Also, I have a small patch attached here to add the Unicode::Map port as a
 requirement.  Sorry about overlooking that; if theres anything else let me
 know.
 
 --- Makefile.old	Tue Apr  9 12:38:08 2002
 +++ Makefile	Tue Apr  9 12:37:16 2002
 @@ -13,7 +13,8 @@
 
  MAINTAINER=	rtdean@cytherianage.net
 
 -BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \
 +BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/Map.pm:${PORTSDIR}/converters/p5-Unicode-Map \
 +		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \
  		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/Map8.pm:${PORTSDIR}/converters/p5-Unicode-Map8 \
  		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Jcode.pm:${PORTSDIR}/japanese/p5-Jcode
  RUN_DEPENDS=	${BUILD_DEPENDS}
 
State-Changed-From-To: analyzed->closed 
State-Changed-By: ijliao 
State-Changed-When: Tue Jun 25 07:09:12 PDT 2002 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=35406 
>Unformatted:
