Age | Commit message (Collapse) | Author | Files | Lines |
|
for scheduled import of devel/p5-File-Save-Home 0.08.
This module automatically exports a single subroutine, make_varname(), which
returns a string composed of random characters that qualifies as the name for
a Perl variable. The characters are limited to upper- and lower-case letters
in the English alphabet, the numerals from 0 through 9 and the underscore
character. The first character may not be a numeral.
|
|
|
|
This module provides a way of checking whether a particular library and
its headers are available, by attempting to compile a simple program and
link against it.
|
|
|
|
- Updating package for p5 module File::LibMagic from 0.95 to 0.96
Upstream changes:
0.96 May 2009
Upgraded Devel::CheckLib
see bug 46044, 46295 in rt.cpan.org
|
|
- Updating p5 module for Module::Install from 0.89 to 0.91
- Adjusting dependencies according to META.yml
Upstream changes:
0.91 Thu 28 May 2009
- Add missing dependency on Parse::CPAN::Meta
0.90 Fri 22 May 2009
- Adding a first implementation of MYMETA
|
|
|
|
|
|
Installs some additional files now, so update PLIST and add omf
dependency.
Ride PKGREVISION bump from a few minutes ago.
|
|
|
|
|
|
|
|
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
Andreas:
* Added namespaces used by openoffice 3.0, Lotus Symphony, etc.
* Fix gsf_xml_out_start_element to allow child elements mixed
with other content
|
|
get gtkdoc-rebase.
Addresses PR 41475 by John D. Baker.
|
|
Upstream bug report was closed, patch is supposedly not necessary
any longer.
If this is not the case, re-open
http://bugzilla.gnome.org/show_bug.cgi?id=133344
No PKGREVISION bump since it was a build fix.
|
|
Pkgsrc changes:
o Add portability to the various mips-based NetBSD ports.
The self-tests even complete without any unexpected failures.
|
|
- Updating package for p5 module CPAN from 1.9304 to 1.9400
Upstream changes since version 1.9304:
2009-05-24 Andreas J. Koenig <andk@cpan.org>
* this is release 1.94
* since 1.93_54 one test was changed that had been failing when
Text::Glob was not installed.
* since 1.93 (which was released 2008-10-12) changes are documented in
the release notes for 1.93_5[1234] below. Here is a quick summary of
the highlights: SQLite dependency tracking fixed; packaging works
around bugs in Solaris tar; fixed ls on subdirectories; tested with
YAML::XS and documented as such; support for MYMETA.yml; CPAN.pm file
split into separate files; mega doc/English corrections; negated
match variables in distroprefs
* thanks to Gisle Aas, Tom Christiansen, Alexandr Ciornii, Nicholas
Clark, Jan Dubois, David Golden, Randy Kobes, Olivier 'dolmen'
Mengu'e, Steffen M"uller, Slaven Rezi'c, Michael Schwern, G'abor
Szab'o, Frank Wiegand and many others for providing patches,
bugreports and valuable feedback.
2009-05-07 Andreas J. Koenig <andk@cpan.org>
* this is release 1.93_54 (another release candidate for 1.94, I had
overlooked the github fork by Alexandr)
* Help Strawberry perl #41537: will prefer perl unpack modules (unless
it is bz2). (Alexandr Ciornii)
* address #43779: test failures when NFS involved (Alexandr Ciornii)
* adjust tests for 5.6.2 and when no yaml module is available
2009-05-04 Andreas J. Koenig <andk@cpan.org>
* this is release 1.93_53 (release candidate for 1.94)
* address #45470: pod synopsis fix submitted by Olivier 'dolmen' Mengu'e
* bugfix: @$urllist could break on an undefined urllist, now protected
* bugfix: Work around the troubles posed by Acme::BadExample
* bugfix: address #43813: solaris tar cannot deal with long paths
2009-04-13 Andreas J. Koenig <andk@cpan.org>
* this is release 1.93_52 (dev release towards 1.94)
* shake out missings after the split into many files
* Win32 fixes by Jan Dubois
* CPAN::SQLite support fixes by Randy Kobes
* completion on distros works now at least on the "d" command when using
pretty id ( eg. USERID/Foo-<TAB> )
* experimental support for deprecated.pm only enabled on perl 5.11
* address #37531: ls on subdirectories did not work as one would
expect (reported by Slaven Rezic)
* address #28438: do not create the author directory if we have a file
URL (reported by Schwern)
* all distroprefs now more YAML compliant
* tested with YAML::XS and documented as such
* patch by Gisle Aas to catch not compiling regexps in distroprefs
* patch by David Golden to support MYMETA.yml
* address #44549: support users who do not want to connect to the
internet but still configure us to run in an intranet or with a
minicpan on the local disk (reported by Nicholas Clark)
|
|
|
|
|
|
security vulnerability reported in CVE-2009-0148.
|
|
|
|
p5-gtk2.
Perl bindings to the pango layout and rendering library
(http://www.pango.org/).
|
|
Set LICENSE to gnu-lgpl-v2.1.
|
|
- Updating package for p5 Glib 2 bindings
- Setting license to gnu-gpl-v2.1
Upstream changes:
2009-03-29 Torsten Schoenfeld <kaffeetisch@gmx.de>
* copyright.pod
* Glib.pm
* NEWS
* README: Stable release 1.221.
2009-03-29 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/a.t: Using multiple log levels breaks g_log on some platforms,
so don't do it on those platforms. Tracked down by Wim Lewis, and
reported here: <http://bugzilla.gnome.org/show_bug.cgi?id=577137>.
2009-03-24 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.exports: Add gperl_option_context_get_type and
gperl_option_group_get_type to the export list so that dependent
modules link correctly on MSWin32. Patch by Martin
Schlemmer. (GNOME #576372)
2009-03-24 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/h.t: Correct a skip count. Patch by Stefan B. (RT #44428)
2009-03-19 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: Space-separate the libs and cflags strings from
gobject and gthread to avoid unwanted concatenation. Patch by
Daniel Macks. (RT #44055)
2009-03-19 Torsten Schoenfeld <kaffeetisch@gmx.de>
* MakeHelper.pm (postamble_docs_full): Use qq// instead of qq{} to
quote the copyright string in order to avoid problems with dmake.
Patch by Martin Schlemmer. (GNOME #573099)
2009-03-17 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.pm
* Makefile.PL
* NEWS
* README: Stable release 1.220.
2009-03-08 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.pm
* NEWS
* README: Unstable release 1.214.
2009-03-08 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GClosure.xs (gperl_callback_invoke): Fix a giant leak by
properly unsetting all GValues used for the callback arguments.
Patch by Kevin Ryde.
2009-03-08 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GenPod.pm (xsub_to_pod): Don't wrap the argument types of xsubs
with a superfluous pair of '=over' and '=back'.
2009-03-08 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GenPod.pm (podify_enums_and_flags): Don't generate 'ENUMS AND
FLAGS' entries for Glib::Enum and Glib::Flags since they don't
have values anyway.
2009-03-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/7.t
* GSignal.xs (gperl_signal_connect): Don't leak the GClosure
object when an invalid signal name is passed in. Patch by
Kevin Ryde.
2009-03-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GType.xs (gperl_fundamental_type_from_obj): Check the SV for
definedness before passing it to SvRV. This fixes a test failure
on MSWin32 in t/c.t.
2009-03-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/filename.t: Add more tests for Glib::filename_to_uri. Patch
by Kevin Ryde.
2009-02-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GBoxed.xs
* GType.xs: Fix errors reported by podchecker.
2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: Tell the CPAN indexer to ignore the package 'MY'
used by Glib::MakeHelper.
2009-02-21 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GenPod.pm (xsdoc2pod): Instead of relying on one final '=cut',
close every opened POD paragraph separately. This fixes POD
errors that occurred when '=for position COPYRIGHT' was used.
Original patch by Ryan Niebur.
2009-02-18 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GBookmarkFile.xs: Don't document Glib::BookmarkFile::set_added,
set_modified, and set_visited as functions; they're methods.
* t/h.t: Test Glib::BookmarkFile::set_added, set_modified, and
set_visited and their associated getters.
2009-02-18 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.pm: Use an '=encoding utf8' directive for the AUTHORS POD
section so that non-ASCII characters are handled correctly.
2009-02-13 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.pm
* NEWS
* README: Unstable release 1.213.
2009-02-11 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GError.xs: Document that Glib::Error->location returns raw
bytes. Patch by Kevin Ryde.
2009-02-11 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.pm: In the documentation for filename_from_uri, hint at
path separator issue. Patch by Kevin Ryde.
2009-02-11 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GOption.xs (copy_string): Fix C99-ism. Patch by Kevin Ryde.
2009-02-06 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/filename.t: Test Glib->filename_to_uri with hostname == undef.
2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* MakeHelper.pm: Deprecate
Glib::MakeHelper->get_configure_requires_yaml in favor of EU::MM's
new META_MERGE and META_ADD features.
2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: Unconditionally use META_MERGE; so you now need
ExtUtils::MakeMaker >= 6.46 to roll a Glib tarball with a proper
META.yml. Also, tell the CPAN indexer (via META.yml) to not index
xsapi.pod.head and xsapi.pod.foot.
2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GClosure.xs (gperl_closure_marshal): Synchronize the way signals
with no return value are handled with how it's done in
gperl_signal_class_closure_marshal. This means that Perl handlers
for these kinds of signals are now always called in void context,
as they should be.
2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* MANIFEST
* GType.xs (gperl_signal_class_closure_marshal)
* t/signal_marshal.t: Correctly handle signals with no return type
when invoking signal class closures. Patch by Kevin Ryde.
2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GType.xs (gperl_register_fundamental_full): Handle
wrapper_class_by_type being NULL gracefully. Patch by Kevin Ryde.
2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.xs: In Glib::filename_from_uri and filename_to_uri, use the
gchar converters for the hostname. Patch by Kevin Ryde.
2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GClosure.xs (gperl_callback_invoke): Use the <"%s", pointer>
pattern when passing an error string pointer to croak().
2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GType.xs
* t/c.t: Make the various Glib::Flags methods more robust with
respect to receiving undefined input. Patch by Kevin Ryde.
2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GBoxed.xs (gperl_register_boxed)
* GObject.xs (gperl_register_object)
* GType.xs (gperl_register_fundamental): When inserting into the
package -> type hash tables, use g_hash_table_replace instead of
_insert so that the new string pointer is used as the key. Patch
by Kevin Ryde.
2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.pm
* NEWS
* README: Unstable release 1.212.
2009-02-03 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/a.t
* GLog.xs: Make sure that messages with % chars in them make it
through Glib::log() and friends safely.
2009-02-02 Torsten Schoenfeld <kaffeetisch@gmx.de>
* ParseXSDoc.pm (xsdocparse): Always use Data::Dumper on MSWin32
for serialization. Storable seems to consistently fail there,
stating 'Magic number checking on storable file failed'.
2009-02-02 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.xs
* GSignal.xs: Hush some compiler warnings.
2009-01-20 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.pm: Add documentation for Glib->filename_to_uri and
filename_from_uri. Patch by Kevin Ryde.
2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GParamSpec.xs
* t/e.t: Add Glib::ParamSpec->value_cmp. Patch by Kevin Ryde.
2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/e.t: Use UTF-8 instead of ISO-8859-1 to encode umlauts.
2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GParamSpec.xs
* t/e.t: Add Glib::ParamSpec->value_validate. Patch by Kevin
Ryde.
2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/options.t: Don't use UTF-8 umlauts unconditionally as this
causes trouble on non-UTF-8 locales.
2009-01-18 Torsten Schoenfeld <kaffeetisch@gmx.de>
* MakeHelper.pm: Add
Glib::MakeHelper->postamble_precompiled_headers to generate a make
target for precompiling headers.
* Makefile.PL: Use the above to create a 'precompiled-headers'
target that precompiles gperl.h. This speeds up the compilation
of Glib by 16% on my machine.
2008-12-30 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GType.xs
* t/c.t: Allow calling Glib::Flags::as_arrayref directly, as an
alternative to the @{} syntax. Patch by Kevin Ryde.
2008-11-24 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.pm
* NEWS
* README: Unstable release 1.211.
2008-11-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.xs
* GOption.xs (added)
* gperl.h
* Makefile.PL
* MANIFEST
* t/options.t (added)
* typemap: Add Glib::OptionContext and Glib::OptionGroup, wrapping
glib's command line option parser.
2008-11-22 Torsten Schoenfeld <kaffeetisch@gmx.de>
* gperl-private.h: Don't include perl.h. This header is always
included after gperl.h which includes everything already. And
including perl.h alone doesn't work and isn't enough anyway.
2008-11-15 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GBoxed.xs (gperl_register_boxed): Use the copy of the passed-in
package name for the key of info_by_package to avoid problems when
the package name is dynamically allocated.
* GBoxed.xs (gperl_register_boxed)
* GObject.xs (gperl_register_object)
* GType.xs (gperl_register_fundamental): Always insert into the
lookup tables in the correct order to avoid prematurely freeing
the package name.
2008-11-12 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GObject.xs: Add newlines at the end of debugging messages that
lack them to keep perl from adding line number information.
2008-11-03 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GType.xs (gperl_type_from_package): Also try
gperl_param_spec_type_from_package on the package.
2008-11-03 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.pm
* Makefile.PL
* NEWS
* README: Unstable release 1.210.
2008-11-03 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GType.xs (add_interfaces): Fail loudly and with a clear error
message when we encounter an unknown interface when registering a
new type.
2008-11-03 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/lazy-loader.t -> t/lazy_loader.t: Rename this test to blend in
with the others which use underscores to separate words.
2008-11-03 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Glib.exports
* gperl.h: Properly export gperl_param_spec_type_from_package and
gperl_register_param_spec, they are meant to be public.
2008-11-02 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GType.xs: Use gperl_register_fundamental_alias to register the
"Glib::Uint" backwards-compatibility alias.
2008-11-02 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GBoxed.xs
* GObject.xs
* GType.xs
* Glib.exports
* gperl.h: Provide gperl_register_boxed_alias,
gperl_register_fundamental_alias, and gperl_register_object_alias
to register aliases for other registered types. An alias is a
package name that will resolve to the specified type, while the
type will still resolve to its originally registered package when
going the other way.
2008-11-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* t/9.t
* GMainLoop.xs: Wrap g_child_watch_add as Glib::Child::watch_add.
Patch by Kevin Ryde.
2008-11-01 Torsten Schoenfeld <kaffeetisch@gmx.de>
* GMainLoop.xs
* Glib.pm: Add constants Glib::SOURCE_CONTINUE and SOURCE_REMOVE
for use in source-type callbacks. Patch by Kevin Ryde.
2008-10-19 Torsten Schoenfeld <kaffeetisch@gmx.de>
* Makefile.PL: ExtUtils::MakeMaker 6.46 removed support for
EXTRA_META in favor of the new META_MERGE and META_ADD. Adapt.
|
|
|
|
|
|
the mail headers to appear in the body of the message. Bump revision
of subversion-base
|
|
- Updating package for p5 module IO::CaptureOutput from 0.11 to 0.11.01
- Setting license to gnu-gpl-v2
Upstream changes:
1.1101 Tue Mar 3 23:30:45 EST 2009
- Fixed Makefile.PL; no functional changes
|
|
- Updating package for p5 module Data::UUID from 1.14.9 to 1.20.1
- Adjusting dependency to perl core module
Upstream changes (since upstream ver 1.149):
1.201 Sat Apr 18 14:09 2009
- replace Data-UUID's own md5 with Digest::MD5 (thanks, RUZ!)
- apply patch from tokuhirom to avoid segmentation violation
|
|
- Updating package for p5 module Data::Serializer from 0.48 to 0.49
- Setting gnu-gpl-v2 as license
Upstream changes:
0.49 Tue Apr 15 2009
- Modified XML::Simple serializer to support options
patch supplied by John Alden <john_a_alden@hotmail.com>
|
|
- Updating package for p5 module Data::Compare from 1.21 to 1.21.01
- Setting gnu-gpl-v2 as license
Upstream changes:
1.2101 2009-05-05 DCANTRELL Add full licence text; -I fix in taint tests
to cope with paths with a space in 'em
(thanks to MATISSE, see RT 45676)
|
|
- Updating package for p5 module Class::Mix from 0.002 to 0.003
Upstream changes:
version 0.003; 2009-05-19
* bugfix: avoid unreliable "\w" in parsing PREFIX parameter for genpkg()
* use simpler "parent" pragma in place of "base"
|
|
- Updating package for p5 module Curses::UI from 0.9605nb1 to 0.9607
- Adjusting dependencies according to META.yml
Upstream changes:
Version 0.9607
==============
- Curses::UI::set_timer no longer calls int() on passed time value,
allowing Time::HiRes support, thanks to Gilmar Santos, Jr. (RT#29026)
- Fixed ancient bug in Popupmenu.pm, thanks to Davide Chiarini
and Michael Arlt (RT#38211,25885)
- POD testing bug introduced in last version now fixed
Version 0.9606
==============
- Patch to Notebook.pm from Dominque Dumont (RT#39915)
- Test::POD no longer required for install
|
|
care of them still.)
|
|
- Updating package for p5 module Test::Inline from 2.209 to 2.210
- Adjusting dependencies according to META.yml
Upstream changes:
2.210 Sun 17 May 2009
- Updating to Module::Install 0.88
- Adding support for error-via-exceptions
- Removing the use of Class::Autouse
- Removing the use of base.pm
|
|
- Updating package for p5 module Proc::Simple from 1.23nb1 to 1.24
Upstream changes from 1.23:
- Applied doc patch by Janne Chr. Schulz
|
|
- Updating package for p5 module AnyEvent from 4.400 to 4.410
Upstream changes (since 4.4)
4.41 Thu May 14 06:40:11 CEST 2009
- work around issues in older perls (5.8.0?) when
a signal handler is deleted from the %SIG hash.
- use POSIX::_exit in child test, to avoid running
destructors.
- speed up CHLD handling by relying on SIGCHLD being
synchronously delivered, even when we roll our own
implementation.
- AnyEvent::DNS: add the "dname" resource record name
for cosmetic reasons.
|
|
=============
Version 1.6.1
=============
What's New
==========
- Fixed highlighting of an accessible on the desktop when it is selected in
Accerciser (aka node highlighting). GNOME 2.26 updates had broken this
(bug #576756).
New And Updated Translations
============================
- Shankar Prasad (kn)
- Socrates Vavilis (el)
- Osama Khalid (ar)
- Gintautas Miliauskas (lt)
- Ask Hjorth Larsen (da)
- Ignacio Casal Quinteiro (gl)
|
|
- Updating package for p5 module Parse::CPAN::Meta from 1.38 to 1.39
Upstream changes:
1.39 Thu 21 May 2009
- Even though utf8 starts at 5.7+ there's no is_utf till
5.8.1 so skip in the tests if needed (ADAMK)
|
|
- Updating package for p5 module Module::Install from 0.88 to 0.89
Upstream changes:
0.89 Wed 20 May 2009
- _load_cpan now also checks for $CPAN::Config before assuming that
CPAN and its config are properly loaded (HDP)
- Changes file is now TIOBE compatible (ADAMK)
- license_from now support a TIOBE-compatible declaration (ADAMK)
(...under the same terms as the Perl programming language itself)
|
|
- Updating package for p5 module Software::License from 0.10 to 0.11
upstream changes:
0.011 2009-05-19
clarify references to Perl in Perl_5 license
rename things that were YAML-specific to just be "meta"
|
|
|
|
|
|
|
|
|