From mcsi@agava.com  Sun Mar 23 02:51:17 2003
Return-Path: <mcsi@agava.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 59EBD37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Mar 2003 02:51:17 -0800 (PST)
Received: from agava.mipt.ru (ofc2.agava.net [81.5.88.62])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AD6EE43FBF
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Mar 2003 02:51:15 -0800 (PST)
	(envelope-from mcsi@agava.com)
Received: by agava.mipt.ru (Postfix, from userid 426)
	id D96FA40B924; Sun, 23 Mar 2003 13:51:41 +0300 (MSK)
Received: from ultra.domain (ultra.domain [192.168.1.58])
	by agava.mipt.ru (Postfix) with ESMTP id 8AD6B40B8FC
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Mar 2003 13:51:41 +0300 (MSK)
Received: from ultra.domain (localhost [127.0.0.1])
	by ultra.domain (8.12.8/8.12.8) with ESMTP id h2NAp531054471
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 23 Mar 2003 13:51:05 +0300 (MSK)
	(envelope-from mcsi@ultra.domain)
Received: (from mcsi@localhost)
	by ultra.domain (8.12.8/8.12.8/Submit) id h2NAp5tx054470;
	Sun, 23 Mar 2003 13:51:05 +0300 (MSK)
Message-Id: <200303231051.h2NAp5tx054470@ultra.domain>
Date: Sun, 23 Mar 2003 13:51:05 +0300 (MSK)
From: Maxim Maximov <mcsi@agava.com>
Reply-To: Maxim Maximov <mcsi@agava.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT]: converters/p5-Unicode-Lite: Easy conversion between encodings
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         50207
>Category:       ports
>Synopsis:       [NEW PORT]: converters/p5-Unicode-Lite: Easy conversion between encodings
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 23 03:00:30 PST 2003
>Closed-Date:    Thu Jul 03 07:48:30 PDT 2003
>Last-Modified:  Thu Jul 03 07:48:30 PDT 2003
>Originator:     Maxim Maximov
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD ultra.domain 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Thu Mar 6 14:45:26 MSK 2003 mcsi@ultra.domain:/usr/obj/usr/src/sys/ULTRA i386


	
>Description:
This module includes string converting function from one and to another
charset. Requires installed Unicode::String and Unicode::Map packages.

Supported unicode charsets: unicode, utf16, ucs2, utf8, utf7, ucs4,
uchr, uhex.

Supported Single-Byte Charsets (SBCS): latin1 and all installed maps in
Unicode::Map package.
	
>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-Lite
#	p5-Unicode-Lite/Makefile
#	p5-Unicode-Lite/distinfo
#	p5-Unicode-Lite/pkg-descr
#	p5-Unicode-Lite/pkg-plist
#
echo c - p5-Unicode-Lite
mkdir -p p5-Unicode-Lite > /dev/null 2>&1
echo x - p5-Unicode-Lite/Makefile
sed 's/^X//' >p5-Unicode-Lite/Makefile << 'END-of-p5-Unicode-Lite/Makefile'
X# New ports collection makefile for:	p5-Unicode-Lite
X# Date created:				23th March 2003
X# Whom:					Maxim Maximov (mcsi@agava.com)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Unicode-Lite
XPORTVERSION=	0.12
XCATEGORIES=	converters perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Unicode
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	mcsi@agava.com
XCOMMENT=	Perl module for easy conversion between encodings
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/Map.pm:${PORTSDIR}/converters/p5-Unicode-Map
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Unicode::Lite.3
XMAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-p5-Unicode-Lite/Makefile
echo x - p5-Unicode-Lite/distinfo
sed 's/^X//' >p5-Unicode-Lite/distinfo << 'END-of-p5-Unicode-Lite/distinfo'
XMD5 (Unicode-Lite-0.12.tar.gz) = f8fa78a8c113bf8b42cba6e3cb9b8797
END-of-p5-Unicode-Lite/distinfo
echo x - p5-Unicode-Lite/pkg-descr
sed 's/^X//' >p5-Unicode-Lite/pkg-descr << 'END-of-p5-Unicode-Lite/pkg-descr'
XThis module includes string converting function from one and to another
Xcharset. Requires installed Unicode::String and Unicode::Map packages.
X
XSupported unicode charsets: unicode, utf16, ucs2, utf8, utf7, ucs4,
Xuchr, uhex.
X
XSupported Single-Byte Charsets (SBCS): latin1 and all installed maps in
XUnicode::Map package.
END-of-p5-Unicode-Lite/pkg-descr
echo x - p5-Unicode-Lite/pkg-plist
sed 's/^X//' >p5-Unicode-Lite/pkg-plist << 'END-of-p5-Unicode-Lite/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Unicode/Lite.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/Lite/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Unicode/Lite
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-Lite/pkg-plist
exit

	


>Release-Note:
>Audit-Trail:

From: Maxim Maximov <mcsi@agava.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/50207: [NEW PORT]: converters/p5-Unicode-Lite: Easy conversion
 between encodings
Date: Tue, 25 Mar 2003 14:56:19 +0300

 Sorry. I've been too quick. It depends on enum.pm, which is not found in 
 ports collection. I'll try to make that port too.
 
 -- 
 Maxim Maximov
 System Administrator
 AGAVA Software (http://www.agava.ru)
 

From: Maxim Maximov <mcsi@agava.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/50207: [NEW PORT]: converters/p5-Unicode-Lite: Easy conversion
 between encodings
Date: Tue, 25 Mar 2003 15:25:42 +0300

 devel/p5-enum is available as ports/50272.
 
 -- 
 Maxim Maximov
 System Administrator
 AGAVA Software (http://www.agava.ru)
 

From: Maxim Maximov <mcsi@agava.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/50207: [NEW PORT]: converters/p5-Unicode-Lite: Easy conversion
 between encodings
Date: Tue, 25 Mar 2003 15:30:11 +0300

 And here is the patch to p5-Unicode-Lite/Makefile to add dependancy on 
 p5-enum:
 
 --- Makefile.orig       Tue Mar 25 12:31:07 2003
 +++ Makefile    Tue Mar 25 15:27:49 2003
 @@ -17,6 +17,7 @@
 
   BUILD_DEPENDS= 
 ${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/Map.pm:${PORTSDIR}/converters/p5-Unicode-Map
 +	 
 ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/enum.pm:${PORTSDIR}/devel/p5-enum
   RUN_DEPENDS=   ${BUILD_DEPENDS}
 
   PERL_CONFIGURE=        yes
 
 
 -- 
 Maxim Maximov
 System Administrator
 AGAVA Software (http://www.agava.ru)
 
State-Changed-From-To: open->closed 
State-Changed-By: kuriyama 
State-Changed-When: Thu Jul 3 07:48:17 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

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