Based on packaged by Yamashiro Jun in PR 37450.
pkglintfy, fix PLIST and DESTDIR support by me.
TrueType kanji propotional fonts that have same metric and order as
Japanese Windows font. This is named after ascii art 'mona' used in
'2 channel' ,notrious huge Web BBS.
Based on packaged by Yamashiro Jun in PR 37449.
pkglintfy, DESTDIR support by me.
VLGothic is Japanese TrueType font using by Vine Linux.
Based on Sazanami Gothic and M+ font.
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
2.207 Fri 17 Aug 2007
- The filenames method not correctly returns 0 when there are no file names.
2.206 Fri 17 Aug 2007
- Updating Params::Util dep to 0.21 to avoid a problem on ActivePerl
- Updating List::Util to 1.19 to avoid leaks on some platforms
- No longer include Test::ClassAPI
- Skip the false-negative failing readonly tests when testing as root
- Changed some non-working code in a heredoc that should never be
run that was none-the-less breaking the RedHat package generator
because it naively scans for dependencies.
2.205 Thu 12 Jul 2007
- ACTUALLY adding a missing dependency on Test::Script
2.204 Thu 12 Jul 2007
- Adding a missing dependency on Test::Script
- Correcting the script/inline2test version
2.203 Wed 11 Jul 2007
- When overwriting readonly files, delete them properly first.
Don't naively assume we can write to them (obviously, duh) :(
- It turns out that File::chmod is smart enough to correctly
make files readonly even on Win32. Removed all the code that
skipped on Win32. All platforms now equal again! Yay!
2.202 Tue 10 Jul 2007
- Adding support for writing test scripts with read-only permissions
- Upgraded to Module::Install 0.65
- Moving bin/inline2test to the more correct script/inline2test
(this has no effect on where it will actually be installed)
- Fixing another couple of kwalitee nigglies
(automatically via release tool improvements since last release)
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.16 Thu Dec 6 11:15:39 GMT 2007
- Make sure there are no ._ files in the tarball
- Refuse to run Makefile.PL with Perl < 5.006
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
Revision history for Perl extension Tree::Simple.
1.18 Sun. Nov. 11, 2007
- fixing version string to not choke on 5.10
(RT #29746)
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.79
Fri Jun 29 01:43:12 UTC 2007 ($Rev: 4391 $, $Author: chromatic $)
- removed noisy and unnecessary diag() calls in tests
- fixed a magic @ISA assignment for 5.9.5 (Andreas Koenig)
- removed signature test (not that useful)
Tue Oct 10 04:46:55 UTC 2006 (Rev: 2945, Author: chromatic)
- removed directory changes in tests
- return merged hash from merge_hash()
- added hash merging tests from Derek Price (part of RT #21269)
- fixed nested lists error reported by Derek Price (RT #21269)
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.106
Some doc clarifications and improvements.
0.105
Fixed documentation for run_tests - looks like I copied code for
check_test and didn't alter it correctly. Ricardo Signes pointed out
the errors.
Removed the code and docs related to the $name parameter of run_tests,
it had no effect and a name makes no sense (again a hang over from
factoring this out of check_tests I guess).
0.104
Removed a bogus entry for Exporter in @ISA in Test::Tester::Capture
and add a "use Test::Builder". This can cause problems that I can't
reproduce. Thanks to Andres Koenig.
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.74 Thu Nov 29 15:39:57 PST 2007
Misc
- Add abstract and author to the meta information.
0.73_01 Mon Oct 15 20:35:15 EDT 2007
Bug fixes
* Put the use_ok() fix from 0.71 back.
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.084
Perl 5.005 throws a warning when accessing $Carp::VERSION and was
causing a test to fail.
0.083
Finally got rid of INSTALLDIRS => 'perl' from Makefile.PL. It should
never have been there but removing it could cause hassle because of
Perl's weird ordering of include directories. Basically if an older
version exists in the 'perl' installdir it could be picked up instead
of the newer version.
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
0.05 2007-03-20
Packaging fixes. No functional changes.
0.04 2005-10-26
Small tweaks to the packaging, mostly for CPANTS. No functional
changes.
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
version 2.02: Fri Nov 30 09:57:48 CET 2007
Fixes:
- Mail::Internet uses Mail::Util::mailaddress, which is
not exported by default.
rt.cpan.org#31082 [Dave], rt.cpan.org#31070 [Friedrich Haubensak]
and [Slaven Rezic]
Improvements:
- use 3-arg open() in Mail::Util.
rt.cpan.org#20726 [Steve@sliug] and [Paul@city-fan]
version 2.01: Wed Nov 28 10:48:24 CET 2007
Changes:
- Remove work-around for Perl 5.8.0. unicode bug from
Mail::Address::_extract_name().
Result of rt.cpan.org#30661 [Josh Clark]
- Requires on Perl 5.8.1 minimum
Fixes:
- Mail::Mailer::testfile now also shows Cc destinations, the
setting of 'outfile' now works, and it will produce an error
when the data cannot be written. All thanks to [Slaven Rezic]
version 2.00_03: Tue Sep 25 12:27:28 CEST 2007
- folding of header fields sometimes ended prematurely.
Reported by [Anthony W. Kay]
- add $sender as 4th argument to Mail::Mailer::*::exec() where
missing. Discovered by [David Hand]
- add Date::Format and Date::Parse to Makefile.PL.
version 2.00_02: Sat Jul 21 12:29:20 CEST 2007
- parts of the documentation were lost, discovered by [Ricardo Signes]
- rt.cpan.org #28093 smtp timeout
check for local mail server can have short timeout.
Patch by [Alexandr Ciornii]
- rt.cpan.org #28411 syntax error in Mail::Mailer::smtp
reported by [Andreas Koenig]
version 2.00_01: Wed Jun 20 14:42:35 CEST 2007
- reorganized installation of MailTools, in a modern way. This
may break installation on very old releases of Perl.
- added t/pod.t
- restructured most code, no functional changes.
- added and cleaned a lot of documentation, using OODoc to
generate nice manuals in POD and HTML.
- extracted Mail::Field::Generic from Mail::Field
- added misteriously missing Mail::Field::AddrList::addr_list()
- USER_DESTDIR support added
- new maintainer for the package
- ok'ed by rillig
Changelog:
* important changes in version 1.36 16/9/2007:
- Portability fixes for VMS, as offered by Craig Berry.
Bump revisions of both ncurses and ncursesw packages.
fixes based on Coverity report:
------------------------------
- remove dead code in test/bs.c
- remove dead code in test/demo_defkey.c
- remove an unused assignment in progs/infocmp.c
- fix a limit check in tack/ansi.c tools_charset()
- fix tack/ansi.c tools_status() to perform the VT320/VT420
tests in request_cfss(). The function had exited too soon.
- fix a memory leak in tic.c's make_namelist()
- fix a couple of places in tack/output.c which did not check for
EOF.
- fix a loop-condition in test/bs.c
- add index checks in lib_color.c for color palettes
- add index checks in progs/dump_entry.c for version_filter()
handling of V_BSD case.
- fix a possible null-pointer dereference in copywin()
- fix a possible null-pointer dereference in waddchnstr()
- add a null-pointer check in _nc_expand_try()
- add a null-pointer check in tic.c's make_namelist()
- add a null-pointer check in _nc_expand_try()
- add null-pointer checks in test/cardfile.c
- fix a double-free in ncurses/tinfo/trim_sgr0.c
- fix a double-free in ncurses/base/wresize.c
- add try/catch block to c++/cursesmain.cc
other fixes prompted by inspection for Coverity report:
------------------------------------------------------
- modify ifdef's for c++ binding to use try/catch/throw statements
- add a null-pointer check in tack/ansi.c request_cfss()
- fix a memory leak in ncurses/base/wresize.c
- corrected check for valid memu/meml capabilities in
progs/dump_entry.c when handling V_HPUX case.
Pkgsrc changes:
Added test target.
Changes:
*******************************************************************************
Version 1.6.2
*******************************************************************************
2007-12-10 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* Fixed a compilation error due to a missing #ifdef in
upnp/src/genlib/miniserver/miniserver.c. Thanks to Eugene Christensen.
2007-11-12 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* "make check" was failing because ixml/test/test_document.sh did not
have the executable flag set. Thanks to Steve Bresson.
2007-11-12 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* Fixed a memory leak in upnpapi.c to delete gMiniServerThreadPool in
the call to UpnpFinish(). Thanks to Fabrice Fontaine.
2007-11-09 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
* Added a isleep() call to the error handler of select() in
RunMiniServer(), so that it does not take 100% cpu in case select()
fails repeatedly.
Differences from the previous version:
Module Name: src
Committed By: agc
Date: Sun Dec 9 09:09:03 UTC 2007
Removed Files:
src/dist/iscsi/src: auths iscsiconfig.c ktarget.c ktest.c mknodes.c
mount_iscsi.c targets
Log Message:
Get rid of some files which aren't used.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r0 src/dist/iscsi/src/auths src/dist/iscsi/src/ktest.c \
src/dist/iscsi/src/mknodes.c src/dist/iscsi/src/targets
cvs rdiff -r1.4 -r0 src/dist/iscsi/src/iscsiconfig.c
cvs rdiff -r1.3 -r0 src/dist/iscsi/src/ktarget.c \
src/dist/iscsi/src/mount_iscsi.c
Module Name: src
Committed By: agc
Date: Sun Dec 9 09:16:42 UTC 2007
Modified Files:
src/dist/iscsi/include: storage.h
src/dist/iscsi/src: storage.c targets.5
src/dist/iscsi/src: target.c
Log Message:
Add support in the target for specifying the target IQN (iSCSI Qualified
Name) in the targets configuration file.
Now an entry of the form:
target0=iqn.binky rw extent0 any
will mean that target0 gets presented with the iqn of "iqn.binky".
This can be useful for shorter aliases for IQNs. With thanks to Peter
Eisch for the idea.
Note that the target's base IQN can still be set with the -t parameter
to iscsi-target.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/dist/iscsi/include/storage.h
cvs rdiff -r1.8 -r1.9 src/dist/iscsi/src/storage.c
cvs rdiff -r1.4 -r1.5 src/dist/iscsi/src/targets.5
cvs rdiff -r1.21 -r1.22 src/dist/iscsi/src/target.c
Module Name: src
Committed By: agc
Date: Sun Dec 9 09:21:07 UTC 2007
Modified Files:
src/dist/iscsi/include: config.h config.h.in
src/dist/iscsi/src: Makefile.in configure configure.ac disk.c
parameters.c
Added Files:
src/dist/iscsi/include: iscsi-md5.h
src/dist/iscsi/src: md5c.c md5hl.c
Removed Files:
src/dist/iscsi/include: md5.h
src/dist/iscsi/src: md5.c
Log Message:
Move the iSCSI code over to use the endian neutral md5 code,
originally from Poul-Henning Kamp, as found in pkgsrc/pkgtools/digest.
This should address some of the MD5 problems that are being seen on
some hosts at login time.
Re-run autoconf, autoheader and configure.
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/dist/iscsi/include/config.h
cvs rdiff -r1.10 -r1.11 src/dist/iscsi/include/config.h.in
cvs rdiff -r0 -r1.1 src/dist/iscsi/include/iscsi-md5.h
cvs rdiff -r1.2 -r0 src/dist/iscsi/include/md5.h
cvs rdiff -r1.10 -r1.11 src/dist/iscsi/src/Makefile.in \
src/dist/iscsi/src/parameters.c
cvs rdiff -r1.24 -r1.25 src/dist/iscsi/src/configure \
src/dist/iscsi/src/configure.ac
cvs rdiff -r1.35 -r1.36 src/dist/iscsi/src/disk.c
cvs rdiff -r1.3 -r0 src/dist/iscsi/src/md5.c
cvs rdiff -r0 -r1.1 src/dist/iscsi/src/md5c.c src/dist/iscsi/src/md5hl.c
Module Name: src
Committed By: agc
Date: Sun Dec 9 09:33:35 UTC 2007
Modified Files:
src/dist/iscsi/include: initiator.h
Log Message:
Add prototypes for initiator_get_targets() and initiator_set_target_name().
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/dist/iscsi/include/initiator.h
Module Name: src
Committed By: agc
Date: Sun Dec 9 09:38:49 UTC 2007
Modified Files:
src/dist/iscsi/include: config.h
src/dist/iscsi/src: configure configure.ac
Log Message:
Update to version 20071209, to include new initiator "discovery only"
option, the iqn alias configuration option, and the different md5
routines which are being used.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/dist/iscsi/include/config.h
cvs rdiff -r1.25 -r1.26 src/dist/iscsi/src/configure \
src/dist/iscsi/src/configure.ac