Bug 50207 - [NEW PORT]: converters/p5-Unicode-Lite: Easy conversion between encodings
Summary: [NEW PORT]: converters/p5-Unicode-Lite: Easy conversion between encodings
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-23 11:00 UTC by Maxim Maximov
Modified: 2003-07-03 15:48 UTC (History)
0 users

See Also:


Attachments
file.shar (2.50 KB, text/plain)
2003-03-23 11:00 UTC, Maxim Maximov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Maximov 2003-03-23 11:00:30 UTC
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.
Comment 1 Maxim Maximov 2003-03-25 11:56:19 UTC
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)
Comment 2 Maxim Maximov 2003-03-25 12:25:42 UTC
devel/p5-enum is available as ports/50272.

-- 
Maxim Maximov
System Administrator
AGAVA Software (http://www.agava.ru)
Comment 3 Maxim Maximov 2003-03-25 12:30:11 UTC
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)
Comment 4 Jun Kuriyama freebsd_committer freebsd_triage 2003-07-03 15:48:17 UTC
State Changed
From-To: open->closed

Committed, thanks!