e8fd4148bf
$Revision: 0.86 $ $Date: 2004/06/20 09:54:33 $ ! Unicode/uni.c Unicode/uni2euc.h Flat-table representation of uni2euc is now segmented to paged tables so Visual C++ happy. Also pages w/ undefined characters only are aggregated to shrink the table by more than 50%. Thank you, Takahashi-san. Message-Id: <006301c45664$a048cb20$0401a8c0@makoto> 0.85 2004/06/18 18:32:19 ! Jcode.pm getcode() is now less likely to fail to detect utf-8 Message-Id: <001901c45541$234adb00$0401a8c0@makoto> 2003/06/21 07:37:54 ! Unicode/* Manifest Unicode XS is completely rewritten from scratch. It is now even faster than Encode (but less general, of course). Instead of bsearch(), Unicode XS now uses flat lookup table Which makes it not only faster but (hopefully) more portable. Its only price is slightly larger size of the shared library (360kb on FreeBSD 4-Stable)
25 lines
684 B
Makefile
25 lines
684 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/06/25 14:55:02 taca Exp $
|
|
#
|
|
|
|
DISTNAME= Jcode-0.86
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5jco
|
|
CATEGORIES= converters japanese
|
|
MASTER_SITES= http://openlab.ring.gr.jp/Jcode/
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
|
HOMEPAGE= http://openlab.ring.gr.jp/Jcode/index.html
|
|
COMMENT= Perl5 module for handling various Japanese charsets
|
|
|
|
DEPENDS+= p5-MIME-Base64>=2.1:../../converters/p5-MIME-Base64
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Jcode/.packlist
|
|
|
|
pre-configure:
|
|
@cd ${WRKSRC}; ${RM} -f mac_install.pl win_install.pl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|