Commit graph

133773 commits

Author SHA1 Message Date
drochner
f2bb98e568 make this work with python-2.4 again 2008-11-18 12:46:52 +00:00
drochner
534af116c1 fix unreadable data files, bump PKGREVISION 2008-11-18 12:42:32 +00:00
wiz
46c5dbd1bd Updated textproc/gtk-doc to 1.11 2008-11-18 11:56:12 +00:00
wiz
d763451683 Update to 1.11:
GTK-Doc 1.11    (Nov 16 2008)
============

 Changes

 o 531572 : one-page generation option
 o 448879 : Use a footer when generating HTML documentation
 o 311857 : xsltproc very slow generating index for gtk-docs.sgml
 o 335239 : Using gnome-doc-utils for gtk-doc documentation
 o 460753 : enable vpath build in gtkdoc-mkhtml
 o 473342 : Warn about repeated symbols in sections
 o 487727 : DocBook XML DTD version
 o 523669 : make check: Element publisher content does not follow the...
 o 530758 : gtk-doc should not expand XML tags and their attributes
 o 533262 : no-template mode scans different source files
 o 534627 : gtk-doc uses non-standard HTML element
 o 542137 : No declaration found for: gsf_output_*
 o 543855 : Fix for Bug 460753 (enable vpath build in gtkdoc-mkhtml) ...
 o 544172 : Fails to parse return value of 'char const *'
 o 552822 : Add rules to create $(REPORT_FILES)
 o 553407 : Example Makefile.am uses obsolete INCLUDES instead of AM_...
 o 554718 : gtk-doc needs to allow versioned TARGET_DIR
 o 554833 : Be more careful with " struct _ < struct_name >  "
 o 558082 : evince docs build fails with GTK_DISABLE_SINGLE_INCLUDES
 o 559281 : Correct check for existance of gtkdoc-rebase

 Contributors

 Behdad Esfahbod
 Christian Persch
 David Nečas
 Felix Riemann
 Jeffrey Stedfast
 Marc-Andre Lureau
 Matthew Barnes
 Peter Kjellerstedt
 Sebastian Dröge
 Simon Josefsson
 Stefan Kost
2008-11-18 11:55:58 +00:00
adam
ae89357a49 Updated math/fftw to 3.2 2008-11-18 11:14:44 +00:00
adam
e7f4d5c8a2 Changes 3.2:
* Worked around apparent glibc bug that leads to rare hangs when freeing
  semaphores.
* Fixed segfault due to unaligned access in certain obscure problems
  that use SSE and multiple threads.
* MPI transforms not included, as they are still in alpha; the alpha
  versions of the MPI transforms have been moved to FFTW 3.3alpha1.
* Performance improvements for sizes with factors of 5 and 10.
* Documented FFTW_WISDOM_ONLY flag, at the suggestion of Mario
  Emmenlauer and Phil Dumont.
* Port Cell code to SDK2.1 (libspe2), as opposed to the old libspe1 code.
* Performance improvements in Cell code for N < 32k, thanks to Jan Wagner
  for the suggestions.
* Cycle counter for Sun x86_64 compiler, and compilation fix in cycle
  counter for AIX/xlc (thanks to Jeff Haferman for the bug report).
* Fixed incorrect type prefix in MPI code that prevented wisdom routines
  from working in single precision (thanks to Eric A. Borisch for the report).
* Added 'make check' for MPI code (which still fails in a couple corner
  cases, but should be much better than in alpha2).
* Many other small fixes.
2008-11-18 11:13:06 +00:00
jmcneill
e1c7a35355 Add '25' to accepted python versions. 2008-11-18 11:10:53 +00:00
dsainty
35beb6891e Add an HTTP URL to MASTER_SITES, for firewall convenience. 2008-11-18 09:58:11 +00:00
wiz
5d40313b51 Updated meta-pkgs/p5-gnome-bindings to 2.24.0.91 2008-11-18 08:41:29 +00:00
wiz
a6ab217c8e Depend on proper p5-glib2 version, bump version. 2008-11-18 08:41:16 +00:00
abs
78786edf1c Update plugin path to check for seamonkey and to respect PREFIX.
Bump PKGREVISION
2008-11-18 08:33:51 +00:00
rillig
f568f6dcea The PKGREVISION is included in the version comparison, to fix the bogus
warning that a package "is being downgraded from 1.0.0nb5 to 1.0.0".

Disabled the note saying that in shell variable assignments, there don't
need to be double quotes around backticks. In some cases they need to be
there.
2008-11-18 08:18:29 +00:00
rillig
d24f8d2bf7 DIST_SUBDIR may contain slashes. Found in www/firefox3-bin. 2008-11-18 08:04:35 +00:00
obache
fe077847bb Updated textproc/py-pygments to 0.11.1 2008-11-18 07:29:26 +00:00
obache
026e8bc05d Update Pygments to 0.11.1.
Pygments changelog
==================

Version 0.11.1
--------------
(released Aug 24, 2008)

- Fix a Jython compatibility issue in pygments.unistring (#358).


Version 0.11
------------
(codename Straußenei, released Aug 23, 2008)

Many thanks go to Tim Hatch for writing or integrating most of the bug
fixes and new features.

- Lexers added:

  * Nasm-style assembly language, thanks to delroth
  * YAML, thanks to Kirill Simonov
  * ActionScript 3, thanks to Pierre Bourdon
  * Cheetah/Spitfire templates, thanks to Matt Good
  * Lighttpd config files
  * Nginx config files
  * Gnuplot plotting scripts
  * Clojure
  * POV-Ray scene files
  * Sqlite3 interactive console sessions
  * Scala source files, thanks to Krzysiek Goj

- Lexers improved:
  * C lexer highlights standard library functions now and supports C99
    types.
  * Bash lexer now correctly highlights heredocs without preceding
    whitespace.
  * Vim lexer now highlights hex colors properly and knows a couple
    more keywords.
  * Irc logs lexer now handles xchat's default time format (#340) and
    correctly highlights lines ending in ``>``.
  * Support more delimiters for perl regular expressions (#258).
  * ObjectiveC lexer now supports 2.0 features.

- Added "Visual Studio" style.

- Updated markdown processor to Markdown 1.7.

- Support roman/sans/mono style defs and use them in the LaTeX
  formatter.

- The RawTokenFormatter is no longer registered to ``*.raw`` and it's
  documented that tokenization with this lexer may raise exceptions.

- New option ``hl_lines`` to HTML formatter, to highlight certain
  lines.

- New option ``prestyles`` to HTML formatter.

- New option *-g* to pygmentize, to allow lexer guessing based on
  filetext (can be slowish, so file extensions are still checked
  first).

- ``guess_lexer()`` now makes its decision much faster due to a cache
  of whether data is xml-like (a check which is used in several
  versions of ``analyse_text()``.  Several lexers also have more
  accurate ``analyse_text()`` now.
2008-11-18 07:29:11 +00:00
he
cd808b0bff Another set:
Added textproc/p5-Text-Aspell version 0.09
Added textproc/p5-Text-SpellChecker version 0.03
Updated math/p5-Math-GMP to 2.05
Updated math/p5-Spreadsheet-ParseExcel to 0.41
Updated math/p5-Spreadsheet-WriteExcel to 2.25
Updated net/p5-Geo-IP to 1.35
Updated net/p5-Net-Amazon-S3 to 0.45
Updated net/p5-Net-Gnats to 0.05
Updated net/p5-Net-MAC to 1.5
2008-11-18 06:43:53 +00:00
he
8c476092b1 Updated from version 1.4 to 1.5.
Upstream changes:

1.5     2008-11-08 17:42 GMT
        - Move to Module::Install
        - Add basic pod test
2008-11-18 06:37:41 +00:00
he
2345ed61fc Update from version 0.04nb3 to 0.05.
Pkgsrc changes:
 o Add commented-out HOMEPAGE using search.cpan.org

Upstream changes:
 o No updated changelog ("There Ought to be a Law"), but
   by the looks of it mostly improved error reporting and
   robustness.
2008-11-18 06:34:45 +00:00
he
6364b566ad Updated from version 0.44nb1 to 0.45.
Pkgsrc changes:
 o Remove dependency on p5-DateTime-Format-Strptime
 o Ensure IO::File is new enough by adding dependency

Upstream changes:

0.45 Wed Aug 20 17:06:49 BST 2008
    - make add_key, head_key etc. return all the headers, not
      just the X-Amazon ones (patch by Andrew Hanenkamp)
    - require IO::File 1.14 (noticed by tsw)
    - remove DateTime::Format::Strptime prerequisite as it was not
      being used (noticed by Yen-Ming Lee)
    - do not try and parse non-XML errors (patch by lostlogic)
    - make it possible to store and delete the key "0"
      (patch by Joey Hess)
    - make it possible to store empty files (patch by BDOLAN)
    - add Copy support (patch by BDOLAN)
    - add s3cl for command-line access (patch by Leo Lapworth)
2008-11-18 06:24:54 +00:00
he
0c4c6553e3 Updated from version 1.34nb1 to 1.35.
Upstream changes:

1.35 September 29th 2008
	- Add GEOIP_DOMAIN_EDITION for the PurePerl ( Boris Zentner )
	- Add open_type method to the PurePerl fallback ( Boris Zentner )
	- Add CAPI Version detection, for the case, where a outdated
	  CAPI is installed. ( Boris Zentner )
	- Add metro_code, a replacement for the depreciated dma_code
	  method. ( Boris Zentner )
	- Add range_by_ip, netmask and last_netmask to the PurePerl
	  API ( Boris Zentner )
	- Add range_by_ip to the C API wrapper ( Boris Zentner )
2008-11-18 06:14:58 +00:00
he
6ceb5f397b Updated from version 2.23nb1 to 2.25.
Upstream changes:

2.25 September 9 - Minor

    + Fix for set_properties() bug due to 5.10/5.8 UTF-8 differences.
    + Fix for failing tests due to localtime() issues.

2.24 September 6 - Minor

    + Added set_properties() method to set document properties.
      Added test suite and example.
2008-11-18 06:11:01 +00:00
he
9f252fad80 Update from version 0.32nb1 to 0.41.
Pkgsrc changes:
 o Update to use Module::Build
 o Adjust MASTER_SITES, dist not present in common directory
   (reported upstream)

Upstream changes:

0.41 24 October 2008

    + Changed maintainership to John McNamara.

    ! Fixed bug when parsing RK numbers (generally ints or small floats).
      http://rt.cpan.org/Public/Bug/Display.html?id=39892

    ! Changed margin units to inches to (cleanly) avoid undef warning in
      SaveParser.


0.33 2008.09.07
    - Default format for formatted dates changed from 'm-d-yy' to 'yyyy-mm-dd'
    - Numeric fields with date-formats now promote to Date
    - Added docs about date type 14 problem
    - skip another test when prereq is missing
    - split Spreadsheet::ParseExcel::SaveParser into packages
    - split Spreadsheet::ParseExcel into packages
2008-11-18 06:03:58 +00:00
he
8ea9a718fb Update from version 2.04nb1 to 2.05.
Pkgsrc changes:
 o Add a patch to make ExtUtils::MakeMaker emit use of the gmp
   library.  Actual use will be handled by bulidlink / wrapper.
 o Added commented-out extra modules which can be optionally
   used during "make test" if various TEST_* environment variables
   are set.

Upstream changes:

2.05  2008-10-06 Greg
    - New maintainer: Greg Sabino Mullane
    - Allow tests to work on 64-bit platforms. Patch from Flo.
      (CPAN bugs #5960, #30327, #27641, #12751, #15459)
    - Add support for probab_prime function. Patch by shlomif@iglu.org.il.
      (CPAN bug #6184)
    - Get smarter about detecting lack of GMP libraries.
      (CPAN bug #18709)
    - Add META.yml and some more tests.
2008-11-18 05:46:55 +00:00
he
1789217b45 Add p5-Text-SpellChecker. 2008-11-18 05:29:57 +00:00
he
548bd4e7a5 Import p5-Text-SpellChecker version 0.03.
This module is built on Text::Aspell, but adds some of the
functionality provided by the internal gnu aspell API. This allows
one to deal with blocks of text, rather than just words. For
instance, we provide methods for iterating through the text,
serializing the object (thus remembering where we left off), and
highlighting the current misspelled word within the text.
2008-11-18 05:29:18 +00:00
he
6b53c7d84f Add p5-Text-Aspell. 2008-11-18 05:25:37 +00:00
he
4fd65ef54f Import p5-Text-Aspell version 0.09.
This module provides a Perl interface to the GNU Aspell library.
This module is to meet the need of looking up many words, one at
a time, in a single session, such as spell-checking a document in
memory.
2008-11-18 05:24:43 +00:00
he
6a0478f8d0 Note update of mail/p5-Mail-IMAPClient to 3.11. 2008-11-18 01:32:09 +00:00
obache
7521b51f79 Updated graphics/GraphicsMagick to 1.3.1 2008-11-18 00:50:51 +00:00
obache
295c4fea01 Update GraphicsMagick to 1.3.1.
1.3.1 (November 17, 2008)
=========================

Security Fixes:

  * None.

Bug fixes:

  * RPM build, Fixes to successfully build binary RPMs for Red Hat
    Linux 4.

  * MSL/conjure, Fix bug with attributes becoming appended to
    themselves.  Fix memory leaks.

Feature improvements:

  * New --disable-openmp-slow configure option for disabling use of
    OpenMP for algorithms which may run slower on operating systems
    with crummy thread libraries.

  * JPEG, Allow user to specify DCT encoding method via
    jpeg:dct-method define.  Also allow control over whether huffman
    encoding is used via jpeg:optimize-coding define.

Performance Improvements:

  * OpenMP (parallel processing) improvements for these functions:

    - Rotate by 90 and 270 degrees (-rotate)
2008-11-18 00:50:35 +00:00
he
c5cca37693 Update from version 3.08nb1 to 3.11.
Pkgsrc changes:
 o Canonicalize HOMEPAGE

Upstream changes:

version 3.11: Wed Oct  8 10:57:31 CEST 2008

	Fixes:

	- some SSL connections process more bytes then needed, which
	  made the select() timeout.  Nice fix by [David Sansome]
	  rt.cpan.org#39776

	Improvements:

	- improved example imap_to_mbox by [Ralph Sobek]

version 3.10: Sun Aug 24 21:26:27 CEST 2008

	Fixes:

	- INET socket scope error, introduced by 3.09
	  rt.cpan.org#38689 [Matt Moen]

version 3.09: Fri Aug 22 16:38:25 CEST 2008

	Fixes:

	- return status of append_message reversed.
	  rt.cpan.org#36726 [Jakob Hirsch]

	- no line-breaks in base64 encoded strings when logging-in
	  rt.cpan.org#36879 [David Jonas]

	- fix MD5 authentication.
	  rt.cpan.org#38654 [Thomas Jarosch]

	Improvements:

	- extensions and clean-ups in examples/imap_to_mbox.pl by
	  [Ralph Sobek]

	- an absolute path as Server setting will open a local ::UNIX
	  socket, not an ::INET
	  rt.cpan.org#38655 [Thomas Jarosch]
2008-11-18 00:00:11 +00:00
bad
94bf544b1b Note update of devel/svk to 2.2.1.
And move my previous entry to the end of the file.
2008-11-17 23:36:25 +00:00
bad
a2908fff2f Update SVK to 2.2.1.
Changes since 2.0.2 are:

[Changes for 2.2.1 - 22 Oct, 2008]

  Fix the incorrect version information in META.yml

  Mirror subsystem
    * Fix memory leak for bootstrapping mirrors.

[Changes for 2.2.0 - 17 Sep, 2008]

  New features
    * Branch support as 'svk branch' subcommand
    * SVKBATCHMODE environment variable

  Dependency
    * Require Time::Progress

  Mirror subsystem
    * New bootstrap option to initialize a mirror from an svn dump
      file, which can be an URL stored on the svk:dump-url property on
      the server
    * When committing or merging to a mirror, avoid roundtripping
      the latest revision (requires Subversion 1.5)
    * Fix a bug when mirroring a copy revision with unnormalized
      revision outside mirror anchor and newer th an anchor head
    * Fix URI escape issues for pushing changes to mirrors
    * Support mirroring a source that was renamed from somewhere else
    * Fix svk sync where a copy is made from revisions condensed with
      snapshot made by previous sync --skipto

  Merge subsystem
    * Bugfixes for opened file handle passed to editor under win32,
      causing file to be opened as read-only
    * Fix a problem that merge-ticket might be reverted on mirror
      in some cases
    * Fix a bug when merging a copy with modification to the copied
      source, it might cause checksum error
    * Addition of equality check for merge tickets
    * Better conflict handling that remembers the type of conflict,
      handling of data from the merge editor

  Tests

    * Test coverage for offlining existing branches (both offline and
      online)
    * TODO tests for renaming of an intermediate branch tracking
    * Test coverage for pulling into a branch from a local branch
    * Test coverage for checking out to a path from svk br --checkout
    * Test coverage for modifying property changes (including conflicts)
    * Fixed tests for baseless smerge
    * Test coverage for switching a branch and proper handling of
      merge tickets

  General
    * General Documentation cleanup
    * Documentation for SVK::Info properly matches expected output
    * Conversion to use SVK::Log (and Log::Log4perl) for output
    * Add an option of '0' to select "No project" if there is not a
      project to use while mirroring a new URI
    * svk will not set property status as modified when a path is added or
      replaced
    * svk now stores known conflict types (provided by merge editor) in
      .conflict property
    * General usability for working with files no longer exists in HEAD

  svk commit
    * A property may have a conflict when the node is ok, so combine
      them in the target list

  svk merge
    * Don't write to the log if it is a check run, regardless of -l option

  svk resolved
    * svk resolved will resolve all conflicts in a checkout path

  svk update
    * Add custom svk:merge property resolver handler to handle merging
      of merge tickets properly

  Internal
    * svk will not clobber upstream Log::Log4perl configurations
2008-11-17 23:33:37 +00:00
he
348895e11f Another set:
Updated devel/p5-SDL to 2.1.2
Updated games/frozen-bubble to 1.0.0nb13
Added textproc/p5-Number-Spell version 0.04
Added www/p5-HTML-Email-Obfuscate version 1.00
Added security/p5-Authen-PluggableCaptcha version 0.05
Added graphics/p5-GD-SecurityImage version 1.66
Updated devel/p5-SVN-Mirror to 0.75
Updated devel/p5-Set-Object to 1.26
Updated devel/p5-Sub-Exporter to 0.981
Updated devel/p5-Test-Output to 0.12
Updated devel/p5-Test-SubCalls to 1.08
Updated devel/p5-Tie-RefHash-Weak to 0.09
Updated devel/p5-UNIVERSAL-isa to 1.01
Updated devel/p5-Variable-Magic to 0.25
Updated devel/p5-glib2 to 1.200
Updated devel/p5-namespace-clean to 1.09
Updated finance/p5-Locale-Currency-Format to 1.26
Updated mail/p5-Email-MessageID to 1.400
Updated mail/p5-IMAP-Admin to 1.6.6
Updated mail/p5-MIME-Lite to 3.023
Updated mail/p5-MIME-Lite-HTML to 1.23
2008-11-17 23:29:06 +00:00
he
668293b896 Update from version 1.22nb1 to 1.23.
Upstream changes:

1.23  2008/10/14 11:27:42  alian
- Fix rt#36006: cid has no effect on background images
- Fix rt#36005: include_javascript does not remove closing tag "</SCRIPT>"
- Fix rt#29033: eliminate nested subs
2008-11-17 23:27:42 +00:00
bad
07c897e87c Mention import of p5-Time-Progress 1.3
This module provides a class and methods to facilitate elapsed and estimated
finish time reporting.

Newer SVK wants this.
2008-11-17 23:26:40 +00:00
he
15bfe9a72f Update from version 3.01nb1 to 3.023.
Pkgsrc changes:
 o Changed MAINTAINER to pkgsrc-users@ from a non-developer
   (sorry if this offends...)
 o Added DEPENDS on packages which this now depends on
 o Added a patch to get rid of pesky interactivity during build:
   "There ought to be a law!"

Upstream changes:

Version 3.023

    Correct erroneous changelog entry

    Fix typo in perldoc: utf-8, not utf8

Version 3.022

    Behave on Cygwin as on Win32 with regard to defaulting to SMTP sending.

    Respect crazy people who put multiple Cc or Bcc headers in
    message (#30574, thanks Pavel V. Rochnyack!)

    We no longer rewrite array and hash refs in the send_by_sendmail
    args so aggressively.

    Cope with missing local sendmail (thanks to Debian for patching
    for this, and for putting up with me (rjbs) being an insufferable
    jerk!)

    Fix weird unicode-in-$1 bug (thanks SREZIC!)

    Other minor bug fixes.

Version 3.021

    Replace Email::Date with Email::Date::Format to limit prereqs
    (Email::Date::Format produced just for this!)

    Begin the process of removing use of ExtUtils::TBone for testing

Version 3.020

    Optimized code for speedup of creation of two-part messages.
    The internal structure of the object has changes, but that
    won't matter if you were using the published interface. (Sam
    Tregar)

    Removed the "advanced features", ie auto-fallback delivery,
    from send_by_smtp. They didn't belong there in the first place.

Version 3.01_06 (2007/07/29)

    First release from Perl Email Project. Updated packaging.

Version 3.01_04 (2004/05/05)

    Reworked the new send_by_smtp stuff. Documentation modifications.

Version 3.01_02 (2003/08/28)

    Well, it seems 3.01_01 failed tests on Win32 due to me accidentally
    changing the line ending format to DOSish. Also the way that
    email extraction for SMTP with or without Mail::Address was
    different (from 2.117 even). So ive fixed that.

    Anybody depending on the undocumented extract_addrs() is in
    for a suprise. I suggest you look at using Mail::Address.

Version 3.01_01 (2003/04/25 - 2003/08/21)

    (This version is a test release, if its ok then I'll re-release
    it as 3.02)

    Patched the pod to use correct entities Thanks to Ed Avis for
    the patch. Added better support for funky names in the from
    field when sending via SMTP, thanks to prodding by Darren
    Hemphill and Ollie Gallardo. (Actually I kind of messed this
    up orginally and no doubt Darren wasn't impressed. I ended up
    using something pretty close to his solution. My bad for not
    paying more attention. Sorry mate.)

    08/21: Apparently I never uploaded my changes for this version
    to CPAN. Sigh.

    *** Win32 CHANGES ***

    Up until this release the default send() method for all OS'es
    has been to invoke sendmail and pipe the mail to it. This
    behaviour has now changed on Win32 to default to using SMTP.
    This means that if your /site/lib/Net/libnet.cfg file is properly
    configured then you can use SMTP without specifying a send
    method explicitly. This seemed a rational decision as most
    Win32 users who send mails are using an SMTP server and not a
    tool like sendmail.

    *** SMTP CHANGES ***

    Jonathan Eunice <jeunice at illuminata dot com> pointed out an
    interesting bug in the interaction between MIME::Lite and
    Net::SMTP/Net::CMD. This was that sending a mail ending in
    "\n\n" without additional encoding would cause Net::CMD to send
    an incorrect end of mail signal to the SMTP server which would
    result in A) The mail failing to be sent due to a timeout, and
    B) MIME::Lite to report that all was well.

    This has been fixed by checking to make sure that if the last
    character sent was \n, but the last two chars were not \r\n
    then the \n is turned into an \r, which Net::CMD then adds an
    \n to and then sends the normal ".\r\n" to terminate the message.
    Weird error, that im not entirely sure has been resolved
    properly. Please inform me if this screws anything up that it
    shouldn't.

    As stated earlier send_by_smtp wasnt extracting the _real_
    email address from the overall fancy once specified in the
    From: field. This is resolved now, fancy display names are now
    possible while using SMTP.

    *** Content-Id ***

    It was pointed out by alex via CPAN RT that Content-Id needs
    to have angle brackets around it or HTML mails dont show up
    properly in many mail clients, furthermore the RFC mandates it
    (to be honest im taking his word on this, please feel free to
    yell at me if this causes trouble), so as he suggested I am
    automatically adding them in they arent provided.

    *** sendmail path ***

    Dom pointed out via CPAN RT that despite some effort going in
    to trying to discover the correct location of sendmail, that
    it was still using a bad default. Fixed.

    *** Date Stamping ***

    Kurt reported via RT that datestamps were not being correctly
    formatted. His patch has been incorporated with only one change,
    a comment where Perl was spelled PERL :-)

    *** Quoted printable fix ***

    Klaus Rusch noted a bug in how quoted-printable handled weird
    \r\n combinations. Fixed now.
2008-11-17 23:26:14 +00:00
bad
f2b50a31d5 Add and enable p5-Time-Progress. 2008-11-17 23:24:28 +00:00
bad
986a5cd52b Initial import of p5-Time-Progress 1.3
This module provides a class and methods to facilitate elapsed and estimated
finish time reporting.

Newer SVK wants this.
2008-11-17 23:18:53 +00:00
ahoka
e18c70ed99 Fix an sa_len problem on NetBSD 5.0.
Patch submitted by Roy Marples.
2008-11-17 23:12:12 +00:00
he
5232be3a68 Updated from version 1.6.4nb1 to 1.6.6.
Upstream changes:

1.6.6 Sun Sep 07 10:20:22 CST 2008
  - Thomas Jarosch sent a patch that adds unix socket support for those
    who have their admin restricted to unix socket instead of tcp

1.6.5 apparently a mystery release
2008-11-17 23:08:42 +00:00
he
06141a3587 Update from version 1.351nb1 to 1.400.
Pkgsrc changes:
 o Adjust dependency for p5-Test-Simple according to corelist output
   (perl 5.7.3 had 0.41 of Test::More)

Upstream changes:

1.400     2008-10-02
          return MessageID objects, not Email::Address objects
          this lets us add in_brackets
          use Sys::Hostname::Long if available
2008-11-17 23:05:33 +00:00
he
c2f6191b23 Update from version 1.25nb1 to 1.26.
Pkgsrc changes:
 o Add EXTRACT_SUFX to find new distribution file
 o Canonicalize HOMEPAGE url

No upstream change log.
2008-11-17 22:55:37 +00:00
he
76b8a3b4ef Update from version 0.08nb1 to 0.09.
Pkgsrc changes:
 o Adjust DEPENDS to conform to new requirements

Upstream changes:

    [0.09] Wed Oct 22 17:48:49 CEST 2008
        - Use B::Hooks::EndOfScope instead of %^H + Scope::Guard.
2008-11-17 22:51:21 +00:00
he
11ab97ea4a Update from version 1.183nb1 to 1.200.
Upstream changes:

2008-09-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Glib.pm
	* Makefile.PL
	* NEWS
	* README: Stable release 1.200.

2008-09-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* TODO: Remove the entry about hushing about documentation
	generation.  That's done.

2008-09-07  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Glib.pm
	* NEWS
	* README: Unstable release 1.193.

2008-09-07  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GClosure.xs (gperl_callback_invoke): Instead of putting a mortal
	copy of the user data on the stack, increment its ref count and
	mortalize it.  This ensure that modifications to $_[-1] in the
	callback actually change the user data.  Patch by Kevin Ryde.

	* MANIFEST
	* GObject.xs
	* t/lazy-loader.t: Make sure the lazy loader can handle being
	invoked on packages which aren't registered with the Glib type
	system.  This can happen when a non-registered package is setup to
	inherit from a registered package, and when then some method is
	invoked on the non-registered package.  This gets rid of the
	spurious "asked to lazy-load Foo, but that package is not
	registered" warnings.

2008-09-06  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GParamSpec.xs:
	* GValue.xs: Handle NULL GParamSpecs in newSVGParamSpec by
	returning undef.  Consequently, remove the NULL handling in
	_gperl_sv_from_value_internal.  This partly reverts the commit
	from 2008-08-18 and brings newSVGParamSpec in line with the other
	SV* constructors.

	* GObject.xs
	* t/5.t: Fix the stack handling in Glib::Object::get to be robust
	against stack movement due to reallocation.  This can happen if a
	subclass' GET_PROPERTY triggers a stack resize.  Patch by Kevin
	Ryde.

2008-08-31  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Glib.pm
	* NEWS
	* README: Unstable release 1.192.

2008-08-31  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* MakeHelper.pm (postamble_docs_full): Fix the POD index
	generation.  For five months now, broken index pages (like
	Glib::index) were being created due to shell command quoting
	issues.

2008-08-23  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GType.xs (gperl_convert_flag_one, gperl_convert_flags): Improve
	the wording of the error messages for invalid flags a bit.

	* t/4.t: Prettify a bit by using ok(), pass(), and fail()
	functions.

2008-08-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Glib.pm
	* NEWS
	* README: Unstable release 1.191.

2008-08-18  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/e.t
	* GValue.xs (_gperl_sv_from_value_internal): Handle NULL
	GParamSpecs gracefully by returning undef.

	* GParamSpec.xs (newSVGParamSpec): Croak on NULL GParamSpecs.

2008-08-17  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GParamSpec.xs: Add hierarchy POD sections to the various
	Glib::ParamSpec subclasses.

2008-08-16  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GenPod.pm: Document how to hide arguments with "=for arg".  Cope
	with _noinc_ornull type variants.

2008-08-03  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GObject.xs (g_object_new): Check that we got a correct number of
	arguments.

	* t/2.t: Fix a typo uncovered by the above change.

2008-07-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GType.xs
	* t/c.t: In the overloaded flags operators, don't choke on undef
	in the swap argument.  This happens when a normal 'x' operator is
	used for handling 'x='.  Patch by Kevin Ryde.

2008-06-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Glib.pm
	* Makefile.PL
	* NEWS
	* README: Unstable release 1.190.

2008-06-13  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GObject.xs (gperl_get_object_check): Croak on objects that don't
	carry magic.

2008-06-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* GType.xs: Fix typo in error message output by Glib::Flags::new.

	* GUtils.xs
	* t/1.t: Provide Glib::strerror and Glib::strsignal.  Patch by
	Kevin Ryde.
2008-11-17 22:44:18 +00:00
he
ec2554c7a0 Update from version 0.19nb1 to 0.25.
Upstream changes:

0.25    2008-11-12 19:40 UTC
        + Fix : Compatibility with 5.8.9.
        + Fix : Old Pod::Coverage don't ignore CLONE.
        + Upd : META.yml spec updated to 1.4.

0.24    2008-10-12 14:55 UTC
        + Fix : Really fix it.

0.23    2008-10-11 17:25 UTC
        + Fix : Building on perls with multiplicity but not ithreads.

0.22    2008-09-29 19:40 UTC
        + Doc : Explain how magic differs from overloading.
        + Fix : Disable thread safety for perl 5.8 on Windows. If you want it
                enabled, reliable feedback is welcome.

0.21_02 2008-09-28 23:10 UTC
        + Fix : Hide previously deleted magic tokens in vmg_svt_free (Yuval
                Kogman).

0.21_01 2008-09-22 13:25 UTC
        + Chg : Shrink the context data.
        + Fix : Enable thread safety features for perls that just lack
                MY_CXT_CLONE.
        + Tst : Output threads and threads::shared versions in threads tests.

0.20    2008-09-20 23:35 UTC
        + Fix : The module is now thread safe. You can test if it had been
                built with thread safety features enabled through the
                VMG_THREADSAFE constant.
        + Fix : Correct backtrace when wizard() croaks.
        + Fix : 'cast $a, undef' should throw an 'invalid wizard' error instead
                of an 'invalid signature'.
2008-11-17 22:37:49 +00:00
he
f29bd7b97a Updated from version 0.06nb1 to 1.01.
Pkgsrc changes:
 o Remove dependency on p5-Scalar-List-Utils, does not appear to be used

Upstream changes:

1.01  Aug 22 05:29:44 UTC 2008
    - minor packaging housekeeping
    - report only CURRENT ACTUAL BUGS THAT WILL BREAK YOUR CODE AS IT EXISTS
      RIGHT NOW SO FIX THEM PLEASE rather than latent bugs that will break your
      code in the future, at least by default
    - added the verbose flag to fix you about all bugs regarding the use of
      isa() as a function
2008-11-17 22:31:51 +00:00
he
2c625e62a4 Updated from version 0.08nb1 to 0.09.
Pkgsrc changes:
 o Tightened the requirement on p5-Tie-RefHash, as per META.yml

Upstream changes:

0.09
	- Filter dead refs from the magic data storage to avoid uninitialized
	  warnings.
2008-11-17 22:26:14 +00:00
he
fa10fb3ff1 Update from version 1.07nb1 to 1.08.
Upstream changes:

1.08 Fri 22 Aug 2008
	- No functional changes
	- Upgrading to Module::Install 0.77
	- Minor tweaky refactorings
2008-11-17 22:22:07 +00:00
he
fa89f6be83 Updated from version 0.10nb1 to 0.12.
Upstream changes:

0.12 - Sat Oct 25 09:59:18 2008
	Repacking to remove OS X extended attribute files that were
	causing tests to fail.

0.11    10/21/2008
        Fixes for STDERR handling under Perl 5.6. Thanks to
        brian d foy for the patch with tests.
2008-11-17 22:14:19 +00:00