<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/converters/p5-Jcode, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-06-12T02:14:13Z</updated>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-12T02:14:13Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-06-12T02:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39d7fb93432416d872ed34e0025741cc93068c06'/>
<id>urn:sha1:39d7fb93432416d872ed34e0025741cc93068c06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk</title>
<updated>2007-10-25T16:54:26Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2007-10-25T16:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5e1040eb4b3d5bdf7e0d465818a3ff084620adb3'/>
<id>urn:sha1:5e1040eb4b3d5bdf7e0d465818a3ff084620adb3</id>
<content type='text'>
can handle packages having no PLIST files.
</content>
</entry>
<entry>
<title>Update p5-Jcode package to 2.06.</title>
<updated>2006-07-09T13:13:00Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2006-07-09T13:13:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2cf167da3e8b1ec3560b1a4490085ddc4c12e3eb'/>
<id>urn:sha1:2cf167da3e8b1ec3560b1a4490085ddc4c12e3eb</id>
<content type='text'>
#
# $Id: Changes,v 2.6 2006/07/02 07:56:06 dankogai Exp dankogai $
#
$Revision: 2.6 $ $Date: 2006/07/02 07:56:06 $
! Jcode.pm t/regex.t t/tr.t
  Security fix by Hanabusa-san that prevents options from being eval'ed.
  &lt;20060702140740.9DDB.DOT-DANKOGAI@ziro.org&gt;

2.05 2006/05/16 05:00:19
! Jcode.pm t/jfold.t
  Jcode-&gt;new('12345678900')-&gt;jfold(5) must be ('12345','67890', '0')
  but the trailing 0 was lost.
  Message-Id: &lt;6.2.3.4.2.20060516111520.03407f18@mail.sj.estore.co.jp&gt;

2.04 2006/04/15 04:08:30
! Jcode.pm t/perl581.t
  Fixed: $j-&gt;GIVEN_ENCODING not working as advertized.
  Message-Id: &lt;20060414152058.2BCE.KSK@be.to&gt;
  Message-Id: &lt;4355CE4F-6261-458F-8F2F-66BE6831991D@dan.co.jp&gt;

2.03 2005/07/07 04:00:52
! Jcode.pm t/tr.t
  Fixed: $j-&gt;tr($from, "a-z/") yields unexpected result
  Message-Id: &lt;20050706114544.D80E.KSK@be.to&gt;
  Message-Id: &lt;530FB8E2-B09D-4BBA-A271-09F0D91AAD79@dan.co.jp&gt;

2.02 2005/06/29 14:00:09
! Jcode.pm t/convert.t
  Addressed: Jcode::convert("constant" ...) croaks
  because  'Modification of a read-only value attempted'.
  Reported by Akira Kawamata via htmllint@ring.gr.jp
  Message-Id: &lt;200506291823.ADF32994.VUONVB@piedey.co.jp&gt;
  Message-Id: &lt;674CABD0-F30B-4244-AFD6-AE9BFA0F3744@dan.co.jp&gt;

2.01 2005/06/20 06:21:06
! Makefile.PL
  vs. ExtUtils::MakeMaker 6.30 -- Thanks, Mike (Castle|Schwern).
  Message-Id: &lt;20050620041227.GE5165@windhund.schwern.org&gt;

2.00 2005/05/16 19:07:51
! Jcode.pm
  2.00 released ex officio!

1.99_07 2005/03/08
! Jcode.pm
  jfold() fixes by nipotan
  http://blog.livedoor.jp/nipotan/archives/15894714.html

1.99_06 2005/02/19
! Jcode.pm Jcode/Nihongo.pod
  tr(), jfold(), m() and s() now accepts flagged UTF-8 strings
  in addition to EUC-JP strings.
! Jcode.pm Jcode/Nihongo.pod t/jfold.t
  More patches by makamaka@donzoko.net.
  Message-Id: &lt;200502180920.j1I9KLvB000550@www231.sakura.ne.jp&gt;

1.99_05 2005/02/18
! Jcode.pm MANIFEST Makefile.PL
+ Jcode/Nihongo.pod t/jfold.t
  Enhancements &amp; Japanese POD with a help from makamaka@donzoko.net.
  Message-Id: &lt;200502161338.j1GDct2I012566@www231.sakura.ne.jp&gt;

1.99_04 2005/02/15
! Jcode.pm
  * Minor pod fixes
  * More field test at http://openlab.jp/Jcode/ before the official release

1.99_03 2005/02/13
! Jcode.pm
  Addressed a bug that Jcode did not handle 'binary' correctly,
  reported by Takahashi-san
+ t/append.t
  Surprisingly, append() was not in the test suite so there.
! Jcode.pm
  * $j-&gt;any_encoding feature added via AUTOLOAD.
  * More testings
  * Pod revisions

1.99_02 2005/02/12
- Unicode/_test.pl
  This file was totally unnecessary but got installed via MakeMaker
  so it is now removed from MANIFEST
! Makefile.PL
  Now smarter so that only Jcode.pm is build and installed
  when appropriate (when your perl is 5.8.1 or better).

1.99_01 2005/02/12
! *
  First 2.0-beta.
</content>
</entry>
<entry>
<title>Bump the PKGREVISIONs of all (638) packages that hardcode the locations</title>
<updated>2005-08-06T06:19:03Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-08-06T06:19:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=604de5eda52e3686a2d4ae3dceebabd648c8beb2'/>
<id>urn:sha1:604de5eda52e3686a2d4ae3dceebabd648c8beb2</id>
<content type='text'>
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
</content>
</entry>
<entry>
<title>Turn PERL5_PACKLIST into a relative path instead of an absolute path.</title>
<updated>2005-07-13T18:01:18Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-07-13T18:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d4ffd78b7485efe90299999629f0ca3d63736a00'/>
<id>urn:sha1:d4ffd78b7485efe90299999629f0ca3d63736a00</id>
<content type='text'>
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
</content>
</entry>
<entry>
<title>Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.</title>
<updated>2005-04-11T21:44:48Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2005-04-11T21:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2560f48b2f5afa9fcb23e0718a2e2727ca7824cc'/>
<id>urn:sha1:2560f48b2f5afa9fcb23e0718a2e2727ca7824cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add RMD160 digests in addition to SHA1 ones</title>
<updated>2005-02-23T16:12:33Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2005-02-23T16:12:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a63ec4e36c7a52ec918ef549f4bd4687a3fa975f'/>
<id>urn:sha1:a63ec4e36c7a52ec918ef549f4bd4687a3fa975f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>since perl is now built with threads on most platforms, the perl archlib</title>
<updated>2004-12-20T11:30:55Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-12-20T11:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=17843af598da0d77ccfd28ea07f244a331890253'/>
<id>urn:sha1:17843af598da0d77ccfd28ea07f244a331890253</id>
<content type='text'>
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&gt;=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
</content>
</entry>
<entry>
<title>Update p5-Jcode to 0.88.</title>
<updated>2004-12-04T04:09:21Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2004-12-04T04:09:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=07e1a45849d48e9fa83837b0393ed9c73e09e2fd'/>
<id>urn:sha1:07e1a45849d48e9fa83837b0393ed9c73e09e2fd</id>
<content type='text'>
#
# $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:
  &lt;w0gfz2p3t1n.wl%os@iij.ad.jp&gt;

$Revision: 0.88 $ $Date: 2004/12/03 12:04:22 $
! Jcode.pm
  Uninitialized values in jfold() now initialized.
  Message-Id: &lt;27BF6F48-38BE-11D9-9307-000A95DBB50A@dan.co.jp&gt;
</content>
</entry>
<entry>
<title>Add 'perl5' to CATEGORIES.</title>
<updated>2004-11-12T00:15:48Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2004-11-12T00:15:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=44c8a414f3ccd7b0741c77c1efba93d332afd78e'/>
<id>urn:sha1:44c8a414f3ccd7b0741c77c1efba93d332afd78e</id>
<content type='text'>
</content>
</entry>
</feed>
