summaryrefslogtreecommitdiff
path: root/converters/p5-Jcode
AgeCommit message (Collapse)AuthorFilesLines
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-04Update p5-Jcode to 0.88.taca2-5/+5
# # $Id: Changes,v 0.88 2004/12/03 12:04:22 dankogai Exp dankogai $ # $Revision: 0.88 $ $Date: 2004/12/03 12:04:22 $ ! Unicode/uni.c Patch by OHARA Shigeki that fixes segmentation fault when malformed encoding is fed to utf8 (en|de)coder applied. Message-Id: <w0gfz2p3t1n.wl%os@iij.ad.jp> $Revision: 0.88 $ $Date: 2004/12/03 12:04:22 $ ! Jcode.pm Uninitialized values in jfold() now initialized. Message-Id: <27BF6F48-38BE-11D9-9307-000A95DBB50A@dan.co.jp>
2004-11-12Add 'perl5' to CATEGORIES.seb1-2/+2
2004-08-17Update p5-Jcode package to 0.87.taca2-5/+5
$Revision: 0.87 $ $Date: 2004/07/24 02:58:27 $ ! Jcode.pm * Document Fix by shigeno@iij-mc.co.jp Message-Id: <20040708.175523.131609260.shigeno@iij-mc.co.jp> * getcode() reverted to pre-0.84 because the new algorithm is prone to false positive cases, reported by inu@kc5.so-net.ne.jp. Message-Id: <20040723.233005.78712771.inu@mail.design.co.jp>
2004-06-25Update p5-Jcode package to 0.86.taca3-12/+13
$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)
2004-03-07bl3ify and enable pkgviews installation.minskim1-2/+4
2003-09-13Remove redundant TEST_TARGET definition that matches the default one injlam1-2/+1
perl5/module.mk.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-16Update p5-Jcode pacakge to 0.83.taca2-5/+5
# # $Id: Changes,v 0.83 2003/03/16 16:15:34 dankogai Exp dankogai $ # $Revision: 0.83 $ $Date: 2003/03/16 16:15:34 $ ! Jcode.pm Addresses the issue that mime_encode() stalls when fed w/ bogus data. Found by Hisashi Nishimura <hisashin@hotsync.co.jp> Message-Id: <09AE8891-5773-11D7-AA19-000393AE4244@dan.co.jp>
2003-02-17convert to use test target from bsd.pkg.mkdillo1-4/+2
addresses PR pkg/19416
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-09-23Update p5-Jcode package to 0.82.taca2-5/+5
$Revision: 0.82 $ ! Jcode.pm pod typo fix and better jcode.pl compatibility by MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp> Message-Id: <20020923190414.2134.MSYK@mtg.biglobe.ne.jp>
2002-09-18Update p5-Jcode pakcage to 0.81; one bug fix.taca2-5/+5
$Revision: 0.81 $ $Date: 2002/09/18 13:45:32 $ ! Jcode.pm jfold() fix by SATOH Fumiyasu <fumiya@samba.gr.jp> Message-Id: <878z1zv2l3.wl@sugar.net-thrust.com.net-thrust.com>
2002-05-31Reimport of package p5-Jcode from japanese/p5-Jcode into converters/p5-Jcode.seb5-0/+60
This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted.