Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-12 22:26:50 UTC Now

2009-09-19 22:22:45 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-DSA to 1.16

(sno)

2009-09-19 22:22:34 UTC MAIN commitmail json YAML

Updating security/p5-Crypt-DSA from 0.14nb1 to 1.16

pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
1.16 2009.09.11
- Switching to production release
- Switching to non-development version

0.15_01 2009.02.13
- Updated to Module::Install 0.91
- Added a consistent $VERSION across the entire distro
- Removed the optional dependency on Convert::PEM for more
  consistent downstream packaging (it was pointless to ask
  since most people don't know what it is anyways).
- Data::Buffer has almost perfect CPAN Testers PASS, so always
  install it (plus, SSH2 is common now).
- Added some missing dependencies to the Makefile.PL
- Removed the sign(1) and auto_install (which was dangerous)
- Removed all the magic repository tags that would change depending
  on who was maintaining it.
- Adding missing test_requires for Test.pm and Test::More (I'll
  migrate the remaining tests away from Test.pm next release)
- Merged the ToDo file into the POD

(sno)

2009-09-19 22:14:46 UTC MAIN commitmail json YAML

Updated textproc/p5-Kwalify to 1.20

(sno)

2009-09-19 22:14:35 UTC MAIN commitmail json YAML

Updating textproc/p5-Kwalify from 1.19nb1 to 1.20

pkgsrc changes:
  - Adding license definition

Upstream changes:
1.20
- test failure fix
- fixed RT #48714 (return early if not a hash was given)

(sno)

2009-09-19 22:09:18 UTC MAIN commitmail json YAML

Updated textproc/p5-XML-RAI to 1.3031

(sno)

2009-09-19 22:09:00 UTC MAIN commitmail json YAML

Updating textproc/p5-XML-RAI from 1.3022nb1 to 1.3031

pkgsrc changes:
  - Adding license definition
  - Adding homepage
  - Adjusting dependencies

Upstream changes:
1.3031 Aug 14 2009
    - Added memory leak test
    - Added Test::Weaken and Task::Weaken modules to support "weakening" of circular references
    - Dropped class level caching of XML::RSS::Parser that was causing the leaks test to fail

1.303 Aug 13 2009
    - Applied memory leak patch from Mark Glines (mark@glines.org) Thanks!

(sno)

2009-09-19 22:01:54 UTC MAIN commitmail json YAML

Added devel/p5-Test-Weaken version 3.002.000

(sno)

2009-09-19 22:00:46 UTC MAIN commitmail json YAML

Added devel/p5-Test-Weaken version 3.002.000

(sno)

2009-09-19 22:00:11 UTC MAIN commitmail json YAML

Importing devel/p5-Test-Weaken - p5 package for Test::Weaken 3.002000 as
dependency for scheduled update of textproc/p5-XML-RAI to 1.3031.

A memory leak occurs when a Perl data structure is destroyed but some of
the contents of that structure are not freed. Leaked memory is a useless
overhead. Leaks can significantly impact system performance. They can also
cause an application to abend due to lack of memory.

In Perl, circular references are a common cause of memory leaks. Circular
references are allowed in Perl, but data structures containing circular
references will leak memory unless the programmer takes specific measures
to prevent leaks. Preventive measures include weakening the references
and arranging to break the reference cycle just before the structure is
destroyed.

When using circular references, it is easy to misdesign or misimplement a
scheme for preventing memory leaks. Mistakes of this kind have been hard to
detect in a test suite.

Test::Weaken allows easy detection of unfreed Perl data. Test::Weaken allows
you to examine the unfreed data, even data that would usually have been made
inaccessible.

Test::Weaken frees the test structure, then looks to see if any of the
contents of the structure were not actually deallocated. By default,
Test::Weaken determines the contents of a data structure by examining
arrays and hashes, by following references, and by following tied variables
to their underlying object. Test::Weaken does this recursively to unlimited
depth.

Test::Weaken can deal with circular references without going into infinite
loops. Test::Weaken will not visit the same Perl data object twice.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2009-09-19 21:13:22 UTC MAIN commitmail json YAML

2009-09-19 19:14:55 UTC MAIN commitmail json YAML

2009-09-19 17:46:01 UTC MAIN commitmail json YAML

Updated net/p5-Net-Twitter to 3.06000

(sno)

2009-09-19 17:45:47 UTC MAIN commitmail json YAML

Updating net/p5-Net-Twitter from 3.05003 to 3.06000

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
3.06000 2009-09-16
    - support for multipart/from-data posts, used by update_profile_image and
      update_profile_background_image
    - bumped version requirement on namespace::autoclean to avoid deprecation notice

(sno)

2009-09-19 17:40:38 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Declare to 0.31

(seb)

2009-09-19 17:38:47 UTC MAIN commitmail json YAML

Update p5-MooseX-Declare from version 0.30 to version 0.31.

Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.31  Thu, 17 Sep 2009 18:10:22 +0200
  * Bump dependencies for no more warnings on new Moose versions.

(seb)

2009-09-19 17:25:28 UTC MAIN commitmail json YAML

Updated www/p5-Catalyst-Runtime to 5.80013

(sno)

2009-09-19 17:25:15 UTC MAIN commitmail json YAML

Updating www/p5-Catalyst-Runtime from 5.80012 to 5.80013

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
5.80013 2009-09-17 11:07:04
  Bug fixes:
    - Preserve immutable_options when temporarily making a class mutable in
      Catalyst::ClassData as this is needed by new Class::MOP.
      This could have potentially caused issues when using the deprecated runtime
      plugins feature in an application with plugins which define their own new
      method.
    - Require new Moose version and new versions of various dependencies
      to avoid warnings from newest Moose release.

  Documentation:
    - Rework the $c->go documentation to make it more clear.
    - Additional documentation in Catalyst::Upgrading covering more deprecation
      warnings.

  Refactoring / cleanups:
    - Action methods in the application class are deprecated and applications
      using them will now generate a warning at startup.
    - The -short option has been removed from catalyst.pl, stopping new
      applications from being generated using the ::[MVC]:: naming scheme as
      this is deprecated and generates warnings. RT#49771

(sno)

2009-09-19 17:14:21 UTC MAIN commitmail json YAML

do previous differently. id3lib_strings.h is where memmove is used, so
pull in string.h there instead.

(tnn)

2009-09-19 17:09:11 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Script to 1.06

(sno)

2009-09-19 17:08:59 UTC MAIN commitmail json YAML

Updating devel/p5-Test-Script from 1.05 to 1.06

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
1.06 Wed 16 Sep 2009
- Update test to allow different die() return values
- Move Test::More to runtime dependency

(sno)

2009-09-19 17:03:59 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Lite to 3.026

(sno)

2009-09-19 17:03:46 UTC MAIN commitmail json YAML

Updating mail/p5-MIME-Lite from 3.025 to 3.026

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
Version 3.026
    Fix tests to pass with MIME::Types 1.28

(sno)

2009-09-19 17:00:39 UTC MAIN commitmail json YAML

pull in string.h in taglib.h for memmove prototype

(tnn)

2009-09-19 16:58:24 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-EncWords to 1.011.1

(sno)

2009-09-19 16:58:09 UTC MAIN commitmail json YAML

Updating mail/p5-MIME-EncWords from 1.010.101nb1 to 1.011.1

pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
2009-06-16 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.011.1 - no new features.
* Fix: Perl <= 5.6.x - skip tests with older POD::Simple.
* MIME::Charset >= 1.007.1 is required.

2009-05-17 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.011 - not really released.

2009-05-11 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.011_01 - no new features.
* Supports Perl 5.8.0.
* MIME::Charset >= 1.007 is required.

(sno)

2009-09-19 16:51:57 UTC MAIN commitmail json YAML

Updated mail/p5-MIME-Charset to 1.007.1

(sno)

2009-09-19 16:51:45 UTC MAIN commitmail json YAML

Updating mail/p5-MIME-Charset from 1.006.2nb1 to 1.007.1

pkgsrc changes:
  - Adding license definition
  - Adjusting module type

Upstream changes:
2009-06-16 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>

* Release 1.007.1.
* Changes:
- eucJP-ascii and its 7-bit counterpart was chosen instead of
  eucJP-ms, as latter will occasionally break standardized mappings.
  Shift-encoding counterpart hasn't been implemented yet.
* Fix: Skip all pod tests on pre-UTF8 Perl.

2009-05-17 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>

* Release 1.007 - not really released.

2009-05-12 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>

* Release 1.007_02.
* Charset/CP932.pm: Supports extended mappings for
  ISO-2022-JP/EUC-JP by those of eucJP-ms, as CP51932 mungles
  accented latin characters and ISO-2022-JP-1 does not support
  NEC/IBM extended mappings.

2009-05-11 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>

* Release 1.007_01.
* Supports Perl 5.8.0.
* New function: detect_7bit_charset().
* Bundle inc::Module::Install.
* Corrected META.yml & PODs.  Removed duplicated docs.

(sno)

2009-09-19 16:44:28 UTC MAIN commitmail json YAML

Updated devel/p5-Log-Dispatch to 2.25

(sno)

2009-09-19 16:44:15 UTC MAIN commitmail json YAML

Updating devel/p5-Log-Dispatch from 2.22 to 2.25

pkgsrc changes:
  - Adding license definition

Upstream changes:
2.25 Sep 15, 2009

- Added a workaround for a weird tainting issue with Params::Validate. This
  caused a taint exception when a Log::Dispatch::Syslog was created under
  taint mode. Note that there is still a problem in Params::Validate itself,
  this is just a hack.

2.24 Sep 13, 2009

- Simplified new constructor API (the 2.23 API is still silently supported but
  not documented):

      Log::Dispatch->new( outputs => [ [ 'File', ... ],
                                      [ 'Screen', ... ],
                                    ]
                        );

  Implemented by Jon Swartz.

- All of the mail sending modules now warn unconditionally if sending mail
  fails. This removes the incorrect use of warnings::enabled() in some
  modules. RT #43516.

2.23 Sep 12, 2009

- A new constructor API that simplifies creating your Log::Dispatch object:

      Log::Dispatch->new( outputs => [ File  => { ... },
                                      Screen => { ... },
                                    ],
                        );

  Implemented by Jon Swartz.

- Made name parameter optional. We now auto-generate a unique name if one is
  not given. Implemented by Jon Swartz.

- Added a newline parameter that causes a newline to be added to each message,
  and updated the documentation regarding newlines. Implemented by Jon Swartz.

- Removed repetitive boilerplate documentation from each output
  class. Implemented by Jon Swartz.

- The level_names and level_numbers used internally are now computed once and
  shared between output objects. Implemented by Jon Swartz.

- Updated repo url - now at http://hg.urth.org/hg/Log-Dispatch

- Explicitly depend on Sys::Syslog 0.16.

- Added warn as a synonym for warning. RT #44821. Requested by Dylan Martin.

- Added an add_callback method to Log::Dispatch and
  Log::Dispatch::Output. This lets you add a new formatting callback after an
  object is created. Based on a patch from Ricardo Signes. RT #48283.

- The Log::Dispatch docs mistakenly told you to provide a log() method when
  creating a new output class. RT #40561.

- Made all modules have the same version as Log::Dispatch itself.

(sno)

2009-09-19 16:39:02 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-App-Cmd to 0.06

(sno)

2009-09-19 16:38:48 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-App-Cmd from 0.05 to 0.06

pkgsrc changes:
  - Adjusting dependencies
  - Adding license definition

Upstream changes:
0.06
    - various fixes for upstream version of App::Cmd (vovkasm & brunov)

(sno)

2009-09-19 16:32:38 UTC MAIN commitmail json YAML

Updated devel/p5-Module-ScanDeps to 0.95

(sno)

2009-09-19 16:32:27 UTC MAIN commitmail json YAML

Updating devel/p5-Module-ScanDeps from 0.94 to 0.95

Upstream changes:
[Changes for 0.95 - 2009-10-16]
* Fix "uninitialized value" warnings (Dave Rolsky)
* Add special case for Perl::Critic (Alexandr Ciornii)
* Add special case for Event (Alexandr Ciornii)
* Add special case for Wx.pm (Alexandr Ciornii)
* Add special case for Log::Any

(sno)

2009-09-19 15:46:35 UTC MAIN commitmail json YAML

Note PKGREVISION bump of teTeX-texmf.

(minskim)

2009-09-19 15:45:43 UTC MAIN commitmail json YAML

Resolve conflicts between teTeX-texmf and the following packages:
  - tex-cite
  - tex-fancyvrb
  - tex-listings
  - tex-nomencl

(minskim)

2009-09-19 15:45:39 UTC MAIN commitmail json YAML

Updated devel/p5-Mouse to 0.29

(sno)

2009-09-19 15:45:28 UTC MAIN commitmail json YAML

Updating devel/p5-Mouse from 0.28 to 0.29

pkgsrc changes:
  - Adjusting dependency of Test::Exception

Upstream changes:
0.29 Thu Sep 17 11:49:49 2009
    * role class has ->meta in method_list, because it does in Moose since 0.90

(sno)

2009-09-19 15:39:30 UTC MAIN commitmail json YAML

2009-09-19 15:37:51 UTC MAIN commitmail json YAML

Note PKGREVISION bump of teTeX.

(minskim)

2009-09-19 15:37:06 UTC MAIN commitmail json YAML

Let the teTeX metapackage depend on gsftopk, ps2pkm, tex-a2ping,
and texlive-pdftools, because teTeX-bin no longer builds them.

(minskim)

2009-09-19 15:35:40 UTC MAIN commitmail json YAML

Note PKGREVISION bump of teTeX-bin.

(minskim)

2009-09-19 15:34:51 UTC MAIN commitmail json YAML

Do not build gsftopk, ps2pkm, a2ping, and pdftools included in teTeX.
Newer versions are available as fonts/gsftopdf, fonts/ps2pkm,
graphics/tex-a2ping, and texlive-pdftools, respectively.

(minskim)

2009-09-19 15:31:48 UTC MAIN commitmail json YAML

Note PKGREVISION bump of texlive-tetex.

(minskim)

2009-09-19 15:31:04 UTC MAIN commitmail json YAML

2009-09-19 14:23:43 UTC MAIN commitmail json YAML

Updated devel/p5-sapnwrfc to 0.31

(sno)

2009-09-19 14:23:29 UTC MAIN commitmail json YAML

Updating devel/p5-sapnwrfc from 0.30 to 0.31

Upstream changes:
Thu Sep 10 07:47:40 NZST 2009
  * bumped the version and removed the dependency on 5.010

(sno)

2009-09-19 14:18:31 UTC MAIN commitmail json YAML

Modifying patch-ad to work for FreeBSD, too.

(sno)

2009-09-19 14:01:46 UTC MAIN commitmail json YAML

+drupal-5.20, drupal-6.14.

DRUPAL-SA-CORE-2009-008.

(taca)

2009-09-19 13:38:43 UTC MAIN commitmail json YAML

Updated audio/taglib to 1.6

(wiz)

2009-09-19 13:38:31 UTC MAIN commitmail json YAML

Update to 1.6:

1.6:

* New CMake option to build a static version - ENABLE_STATIC.
* Added support for disabling dllimport/dllexport on Windows using the
  TAGLIB_STATIC macro.
* Support for parsing the obsolete 'gnre' MP4 atom.
* New cpp macros TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF to determin if
  TagLib was built with MP4/ASF support.

1.6 RC1:

* Split Ogg packets larger than 64k into multiple pages. (BUG:171957)
* TagLib can now use FLAC padding block. (BUG:107659)
* ID3v2.2 frames are now not incorrectly saved. (BUG:176373)
* Support for ID3v2.2 PIC frames. (BUG:167786)
* Fixed a bug in ByteVectorList::split().
* XiphComment::year() now falls back to YEAR if DATE doesn't exist
  and XiphComment::year() falls back to TRACKNUM if TRACKNUMBER doesn't
  exist. (BUG:144396)
* Improved ID3v2.3 genre parsing. (BUG:188578)
* Better checking of corrupted ID3v2 APIC data. (BUG:168382)
* Bitrate calculating using the Xing header now uses floating point
  numbers. (BUG:172556)
* New TagLib::String method rfind().
* Added support for MP4 file format with iTunes-style metadata [optional].
* Added support for ASF (WMA) file format [optional].
* Fixed crash when saving a Locator APEv2 tag. (BUG:169810)
* Fixed a possible crash in the non-const version of String::operator[]
  and in String::operator+=. (BUG:169389)
* Added support for PRIV ID3v2 frames.
* Empty ID3v2 genres are no longer treated as numeric ID3v1 genres.
* Added support for the POPM (rating/playcount) ID3v2 frame.
* Generic RIFF file format support:
  * Support for AIFF files with ID3v2 tags.
  * Support for WAV files with ID3v2 tags.
* Fixed crash on handling unsupported ID3v2 frames, e.g. on encrypted
  frames. (BUG:161721)
* Fixed overflow while calculating bitrate of FLAC files with a very
  high bitrate.

(wiz)

2009-09-19 11:06:53 UTC MAIN commitmail json YAML

patch away more conflicting typedefs in
extensions/source/nsplugin/source/npshell.cxx

(tnn)

2009-09-19 09:35:37 UTC MAIN commitmail json YAML

2009-09-19 09:30:41 UTC MAIN commitmail json YAML

Fixes module names in disabled_module_list
* "bsddb" does not exists, probably removed/renamed before/in Python24.
* "mpz" was removed in Python24.

(obache)

2009-09-19 09:18:54 UTC MAIN commitmail json YAML

Fixes module names in disabled_module_list
* not "_sqlite", but "_sqlite3"
* "bsddb" does not exists, probably removed/renamed before Python24
* "cjkcodes" does not exists (and should not be disabled)
* missng "," afiter it
* "mpz" was removed in Python24.

(obache)

2009-09-19 09:06:58 UTC MAIN commitmail json YAML

Fixes modules in disable_module_list
* not "_sqlite", but "_sqlite3",  fixes PR#42070.
* "bsddb" does not exists. (I can find it in Python21, not in Python23)
* "cjkcodecs" should not be disabled.
  It is expected to exists in all Python variants and py-cjkcodecs was removed.
  Although, the module name is "_multibytecodec" and "_codecs_*".
  and missing "," after it kill subsecuent "gdbm".
* "mpz" was removed in Python24.

(obache)

2009-09-19 09:01:59 UTC MAIN commitmail json YAML

Fix build with sunpro's cc and other non-gcc compiler I guess:
do not blindly compile var.c with -Wno-cast-qual.

(seb)

2009-09-19 07:46:56 UTC MAIN commitmail json YAML

Missed this patch in my last unzip commit.

(ahoka)

2009-09-19 07:46:12 UTC MAIN commitmail json YAML

Force pkgsrc's unzip so we can actually list archive content on
NetBSD 5.99.16 with unzip in base.

(ahoka)

2009-09-19 06:44:34 UTC MAIN commitmail json YAML

Set the license to "modified-bsd".

(tron)

2009-09-19 06:36:33 UTC MAIN commitmail json YAML

Note update of the "wireshark" package to version 1.2.2.

(tron)

2009-09-19 06:36:19 UTC MAIN commitmail json YAML

Update "wireshark" package to version 1.2.2. Changes since version 1.2.1:
- The following vulnerabilities have been fixed. See the security
  advisory for details and a workaround.
  - The GSM A RR dissector could crash.
    Versions affected: 1.2.0 to 1.2.1
  - The OpcUa dissector could use excessive CPU and memory.
    Versions affected: 0.99.6 to 1.0.8, 1.2.0 to 1.2.1
  - The TLS dissector could crash on some platforms.
    Versions affected: 1.2.0 to 1.2.1
- The following bugs have been fixed:
  - The "Capture->Interfaces" window can't be closed. (Bug 1740)
  - tshark-1.0.2 (dumpcap) signal abort core saved. (Bug 2767)
  - Memory leak fixes. (Bug 3330)
  - Display filter autocompletion doesn't work for some RADIUS and
    WiMAX ASNCP fields. (Bug 3538)
  - Wireshark Portable includes wrong WinPcap installer. (Bug
    3547)
  - Crash when loading a profile. (Bug 3640)
  - The proto,colinfo tap doesn't work if the INFO column isn't
    being printed. (Bug 3675)
  - Flow Graph adds too much unnecessary garbage. (Bug 3693)
  - The EAP Diameter dictionary file was missing in the
    distribution. (Bug 3761)
  - Graph analysis window is behind other window. (Bug 3773)
  - IKEv2 Cert Request payload dissection error. (Bug 3782)
  - DNS NAPTR RR (RFC 3403) replacement MUST be a fully qualified
    domain-name. (Bug 3792)
  - Malformed RTCP Packet error while sending Payload specific
    RTCP feedback packet( as per RFC 4585). (Bug 3800)
  - 802.11n Block Ack packet Bitmap field missing. (Bug 3806)
  - Wireshark doesn't decode WBXML/ActiveSync information
    correctly. (Bug 3811)
  - Malformed packet when IPv6 packet has Next Header == 59. (Bug
    3820)
  - Wireshark could crash while reading an ERF file. (Bug 3849)
  - Minor errors in gsm rr dissectors. (Bug 3889)
  - WPA Decryption Issues. (Bug 3890)
  - GSM A RR sys info dissection problem. (Bug 3901)
  - GSM A RR inverts MEAS-VALID values. (Bug 3915)
  - PDML output leaks ~300 bytes / packet. (Bug 3913)
  - Incorrect station identifier parsing in Kingfisher dissector.
    (Bug 3946)
  - DHCPv6, Vendor-Specific Informantion, SubOption"Option
    Request" parser incorrect. (Bug 3987)
  - Wireshark could leak memory while analyzing SSL.
  - Wireshark could crash while updating menu items after reading
    a file in some cases.
  - The Mac OS X ChmodBPF script now works correctly under Snow
    Leopard.
- Updated Protocol Support
  DCERPC, DHCPv6, DNS, E.212, GSM A RR, GTPv2, H.248, IEEE 802.11,
  IPMI, ISAKMP/IKE, ISUP, Kingfisher, LDAP, OpcUA, RTCP, SCTP, SIP,
  SSL, TCP, WBXML, ZRTP
- Updated Capture File Support
  ERF

(tron)

2009-09-19 00:14:40 UTC MAIN commitmail json YAML

Note update of p5-Geo-IPfree.

(minskim)

2009-09-19 00:13:49 UTC MAIN commitmail json YAML

Update p5-Geo-IPfree to 0.6.

Changes since 0.2:
0.6  Mon May 11 2009
    - fix awful - yet popular - usage of Geo::IPfree::new
      corrected docs to use ->new instead
    - more dist cleanup

0.5  Tue Feb 03 2009
    - include Memoize in prereqs for older perls

0.4  Mon Dec 01 2008
    - fix "undef" test

0.3  Wed Nov 19 2008
    - Add webgeo2ipct script
    - Add new data file
    - Fix all warnings
    - Handle hosts that fail nslookup
    - find_db_file() now looks in user-overridable locations before looking
      for the shipped version.
    - /tmp removed from possible db locations.
    - Dist cleanup.

(minskim)

2009-09-19 00:07:28 UTC MAIN commitmail json YAML

Note PKGREVISION bump of awstats.

(minskim)

2009-09-19 00:05:03 UTC MAIN commitmail json YAML

Make awstats work with the recent version of p5-Geo-IPfree.
Patch from awstats-6.95beta.

(minskim)

2009-09-18 23:55:06 UTC MAIN commitmail json YAML

note update of fonts/dejavu-ttf to 2.30.

(jakllsch)

2009-09-18 23:54:01 UTC MAIN commitmail json YAML

Update to 2.30.

upstream changelog:

== Changes from 2.29 to 2.30 ==

* added U+0462-U+0463 to Mono
* corrected U+1E53 in Serif
* added U+1E4C-U+1E4D to Mono and Serif
* added U+1E78-U+1E79 to Mono
* fixed missing diacritics in Latin Extended Additional in Sans ExtraLight
  (moved stacked diacritics out of PUA in the process)
* fixed anchors on U+1E78 in Serif
* added U+1DC4-U+1DC9 to Serif
* renamed above-mark to above-mark in Serif-Italic
* added U+1DC4-U+1DC9 to context class for dotless substitution
* changed Doubleacute to Doublegrave in Sans ExtraLight
* removed redundant reference in U+01FB in Sans Oblique
* added U+A726-U+A727 to Mono
* changed U+04BE and U+04BF according to recommedations of Sasha Ankwab in Sans
* remove "Symbol Charset" from set of codepages in Sans

(jakllsch)

2009-09-18 21:29:10 UTC MAIN commitmail json YAML

Updated devel/bmake to 20090909

(joerg)

2009-09-18 21:27:26 UTC MAIN commitmail json YAML

2009-09-18 20:55:37 UTC MAIN commitmail json YAML

2009-09-18 16:24:10 UTC MAIN commitmail json YAML

Updated net/lftp to 4.0.1.

(hasso)

2009-09-18 16:22:18 UTC MAIN commitmail json YAML

Version 4.0.1 - 2009-09-17

* ignore `Status of' line in STAT output (ftp).
* fixed handling of files starting with a tilde in ftp.
* fixed an infinite bind-loop in ftp.
* fixed iconv translit usage for NetBSD.

(hasso)

2009-09-18 14:51:57 UTC MAIN commitmail json YAML

2009-09-18 14:33:32 UTC MAIN commitmail json YAML

2009-09-18 14:15:30 UTC MAIN commitmail json YAML

math/ordCalc, an ordinals calculator

(is)

2009-09-18 14:14:21 UTC MAIN commitmail json YAML

2009-09-18 14:09:27 UTC MAIN commitmail json YAML

ordCalc is a program for interactively dealing with ordinals (generalized
integers).

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(is)

2009-09-18 14:01:32 UTC MAIN commitmail json YAML

Allow assembler to be disabled completely and do so with sunpro.

(sketch)

2009-09-18 13:35:41 UTC MAIN commitmail json YAML

Fix some path issues which caused buildlink of all libs and headers in /usr/pkg.

(dmcmahill)

2009-09-18 13:29:31 UTC MAIN commitmail json YAML

Use -features=extensions with sunpro C++ to get __func__

(sketch)

2009-09-18 13:18:54 UTC MAIN commitmail json YAML

Explicitly disable assembler when using sunpro, it can't handle it.

(sketch)

2009-09-18 13:09:02 UTC MAIN commitmail json YAML

2009-09-18 12:29:14 UTC MAIN commitmail json YAML

COMMENT improvement

(tnn)

2009-09-18 11:38:56 UTC MAIN commitmail json YAML

Try harder to work around typedef mess in
extensions/source/plugin/inc/plugin/unx/plugcon.hxx
This will hopefully fix the build failure reported here:
pkg/2009/09/17/msg003902.html">http://mail-index.netbsd.org/tech-pkg/2009/09/17/msg003902.html

(tnn)

2009-09-18 11:38:23 UTC MAIN commitmail json YAML

Fix a typo, no idea why this didn't show up when I tested this before.

(dmcmahill)

2009-09-18 11:28:54 UTC MAIN commitmail json YAML

Added lang/gcc44 version 4.4.1

(dmcmahill)

2009-09-18 11:27:42 UTC MAIN commitmail json YAML

Teach this file about the lang/gcc44 package

(dmcmahill)

2009-09-18 11:26:23 UTC MAIN commitmail json YAML

add and enable gcc44

(dmcmahill)

2009-09-18 11:24:50 UTC MAIN commitmail json YAML

Import gcc-4.4.1 as lang/gcc44.  This is the latest branch of gcc.
Of particular note is this package contains gfortran which is required
for building some scientific software (recent versions of scilab
for example).  Package is prepared as a monolithic install of gcc
since gcc is really not set up to build and install the core and then
later add on different languages as their own packages.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(dmcmahill)

2009-09-18 11:04:26 UTC MAIN commitmail json YAML

Updated sysutils/wbm-bind8 to 1.470nb1

(obache)

2009-09-18 11:04:07 UTC MAIN commitmail json YAML

Add a missing entry to PLIST, noticed by PR 42086.

Bump PKGREVISION.

(obache)

2009-09-18 10:11:48 UTC MAIN commitmail json YAML

Deal with strip idiosyncracies:
- sometimes creates the temporary file, but fails
- sometimes it is successful, but still keeps the temporary file
- sometimes it crashes when called with more than one argument
Bite the bullet and call it individually with explicit output file
and clean up after it.

(joerg)

2009-09-18 09:59:55 UTC MAIN commitmail json YAML

Fix default module path to not include trailing slashes as it breaks
libtool.

(joerg)

2009-09-18 09:37:01 UTC MAIN commitmail json YAML

Some fixes and improvements:
* configure require libXt to check X11, as PR 42085
* Set LICENSE=gnu-gpl-v2
* add DESTDIR support.
* need lex and yacc
* marked as MAKE_JOBS_SAFE=no
* set SETUID_ROOT_PERMS to executables.

(obache)

2009-09-18 08:03:50 UTC MAIN commitmail json YAML

2009-09-18 06:29:10 UTC MAIN commitmail json YAML

Updated devel/p5-glib2 to 1.222

(obache)

2009-09-18 06:28:56 UTC MAIN commitmail json YAML

Update p5-glib2 to 1.222.

Overview of changes in Glib 1.222
=================================

* Properly handle slashes in copyright footers passed to Glib::MakeHelper.
* Fix a test failure on s390.

(obache)

2009-09-18 02:02:13 UTC MAIN commitmail json YAML

Note update of www/squid27 package to 2.7.7.

(taca)

2009-09-18 02:01:35 UTC MAIN commitmail json YAML

Update squid27 package to 2.7.7 (2.7.STABLE7).

pkgsrc changes: add LICENSE.

Changes to squid-2.7.STABLE7 (17 September 2009)
- Bug #2661 - Solaris /dev/poll support broken with EINVAL
- Clarify external_acl_type %{Header} documentation slightly
- Bug #2482: Remove mem_obj->old_entry in async code to avoid deep ctx
  errors
- GCC-4.x cleanups
- Bug #2605: Don't call setsid() on helper childs when running in
  daemon mode
- Windows port: Fix PSAPI.DLL usage, is always available on Windows NT
  and later
- Windows port: Added support for Windows 7, Windows Server 2008 R2
  and later
- Bug #2602: increase MAX_URL to 8192
- The debug mode option '-d' was not documented in LDAP helpers usage
  message
- Windows port: Added a note about installation on Windows Vista and
  later
- Bug #2642: Remove duplicate peerMonitorInit() on reconfigure
- Bug #2515: Final chunk parsing errors on FreeBSD6+
- Bug #2647: Reprioritise override-* and stale-while-revalidate
- Windows port: Fix improper access permissions to registry and DNS
  parsing from registry
- Windows port: Fix getservbyname() usage abuse.
- Bug #2672: cacheMemMaxSize 32-bit overflow during snmpwalk
- Bug #2691: store_url memory leak
- Accept PUT/POST requests without an entity-body
- Plug request_t + HttpStateData memory leak on PUT/POST requests with
  early response
- Bug #2710: squid_kerb_auth non-terminated string
- Bug #2369: squid traffic counter 32-bit overflow
- Bug #2080: wbinfo_group.pl - false positive under certain conditions
- Bug #2739: DNS resolver option ndots can't be parsed from
  resolv.conf
- Windows port: fix mswin_negotiate_auth.exe crash when executing a
  LocalCall authentication with verbose deBug #enabled
- Add 0.0.0.0 as an to_localhost address
- Windows port: Update mswin_check_ad_group to version 2.0
- Windows port: There is no "-P" command line option into
  mswin_check_ad_group helper.
- Correct Valgrind mempool protection
- Bug #2451: Correct length handling on 304 responses
- Bug #2541: Hang in 100% CPU loop while extacting header details
  using a delimiter other than comma (external_acl_type,
  access_log_format, external_refresh_check)
- Bug #2768 - squid_ldap_group -K argument parsing error

(taca)

2009-09-17 19:03:51 UTC MAIN commitmail json YAML

This Perl module is in fact using Module::Build. Setting the correct
PERL5_MODULE_TYPE makes this package install successfully with
USE_DESTDIR=yes. This fixes installation on NetBSD 3.1 and should also
fix the problem reported in Hasso Tepper's bulk build for DragonFly from
2009-09-11.

Set correct MAINTAINER (I did not create/import this package).

(heinz)

2009-09-17 19:01:49 UTC MAIN commitmail json YAML

add and activate crudesaml

(jnemeth)

2009-09-17 18:47:47 UTC MAIN commitmail json YAML

add and enable frama-c

(jnemeth)

2009-09-17 18:01:18 UTC MAIN commitmail json YAML

fix capitalization of NetBSD.org

(kano)

2009-09-17 17:09:37 UTC MAIN commitmail json YAML

Handle:
WARN: mail/Makefile:263: re-alpine should come before relay-ctrl.

(reed)

2009-09-17 14:00:53 UTC MAIN commitmail json YAML

Correctly disable master site. PR pkg/42076

(asau)

2009-09-17 09:41:50 UTC MAIN commitmail json YAML

fix potentially troublesome shell variable expansion in patch

(tnn)

2009-09-17 06:07:44 UTC MAIN commitmail json YAML

I've lost my wrkdir accidently...

(obache)

2009-09-17 06:06:10 UTC MAIN commitmail json YAML

+ cdrtools-2.01.01alpha65, clive-2.2.6, cups-1.4.1, farsight2-0.0.15,
  glibmm-2.20.2, gssdp-0.7.0, gupnp-0.13.0, heyu-2.8.0, horde-3.3.5,
  imp-4.3.5, ingo-1.2.2, koffice-2.0.2, kronolith-2.3.2,
  libcanberra-0.17, libssh-0.3.4, libxml2-2.7.4, mathomatic-14.5.5,
  monodevelop-2.1.0, phpmyadmin-3.2.2, poedit-1.4.3, pulseaudio-0.9.17,
  puzzles-8647, py-libxml2-2.7.4, scmgit-base-1.6.4.3, scmgit-docs-1.6.4.3,
  scrotwm-0.9.6, telepathy-farsight-0.0.11, telepathy-gabble-0.8.3,
  turba-2.3.2, weechat-0.3.0, wireshark-1.2.2, wormux-0.8.5,
  x264-devel-20090912, xf86-video-wsfb-0.3.0, youtube-dl-20090913.
- claws-mail-3.7.2, fontconfig-2.7.2, gnome-commander-1.2.8.1,
  rhythmbox-0.12.4, scribus-1.3.5.1 (development version), xterm-248.

(wiz)

2009-09-16 19:52:02 UTC MAIN commitmail json YAML

Changing module type to Module::Build

(sno)

2009-09-16 19:47:59 UTC MAIN commitmail json YAML

Updated net/p5-Net-Twitter to 3.05003

(sno)

2009-09-16 19:47:44 UTC MAIN commitmail json YAML

Updating net/p5-Net-Twitter from 2.12 to 3.05003

pkgsrc changes:
  - Adding license definition
  - "Adjust" dependencies

Upstream changes:
3.05003 2009-09-10
    - URI 1.35 breaks unicode support; require 1.40 (thanks to Dan Boger, @zigdon)
    - Removed deprecated is_authorized from examples in pod (thanks to Nigel Metheringham)

3.05002 2009-08-27
    - Work around perl bug requiring encoded hash keys when client uses "use utf8"

3.05001 2009-08-21
    - Added get_authentication_url for "Sign in with Twitter" authentication flow
    - Updated "source" option documentation (closes RT 48786)

3.05000  2009-08-14
    - Added new API methods: home_timeline, retweet, retweed_{by,of,to}_me
    - Removed JSON::DWIW from supported handlers (lacks support for JSON::Any's uft8 option)

3.04006  2009-07-29
    - Silence Net::OAuth double encoding error (false positives)
    - Fixed: infrequent OAuth signature failures

3.04005  2009-07-28
    - Fix: OAuth / unicode conflict

3.04004  2009-07-28
    - Bug fix: OAuth signatures on POST requests (Galen Huntington)

3.04003  2009-07-23
    - properly utf-8 encode output to twitter (should provide full unicode support, now)

3.04002  2009-07-21
    - Optionally decode HTML entities in status text

3.04001  2009-07-17
    - Set JSON::Any option utf8 for consistent unicode support
    - Added ssl and netrc options (from Net::Twitter::Lite)

3.04000 2009-07-07
    - Added inflation of Twitter return HASH refs to Moose objects

3.03003 2009-07-07
    - Fixed a typo in Makefile.PL

3.03002 2009-07-04
    - Updated documentation to include callback parameter to get_authorization_url
    - Different OAuth nonce algorithm avoids duplicates in forked processes
    - Bumped JSON version dependencies for better JSON boolean handling

3.03001 2009-06-29
    - Updated to Moose 0.85
    - Properly subclassed top level Net::Twitter modules

3.03000 2009-06-25
    - Twitter API update:
        - Added screen_name and user_id parameters to new_direct_message
        - Added show_friendship method (friendships/show.json)

    - Made Net::Twitter safe for subclassing

    - Added "authenticate" parameter handling. By default REST API methods
      inclued an Authorization header; Search API methods do not. Can be
      overridden with "authenticate => 0|1".  This finally allows getting
      rate_limit_status by user (the default), or by IP address, with
      ->rate_limit_status({ authenticate => 0 }).

    - Added FAQ section to pod

3.02000 2009-06-21
    - Added OAuth 1.0a support
    - Added init_args user/pass for compat with NT 2.12

3.01000_01 2009-06-12
    - Updated OAuth support for desktop app PIN numbers (oauth_verifier)

3.01000 2009-06-07
    - Added support for the saved_search API methods.

3.00004 2009-06-06
    - Fixed: accept extra args as a hashref (search behaved this way in 2.12)

3.00003 2009-06-03
    - Added a workaround for JSON backends that don't handle booleans properly

3.00002 2009-06-01
    - Updated version requirements in Makefile.PL

3.00001 2009-05-30
    - Provided version numbers for modules that already existed on CPAN

3.00000 2009-05-30
    - upgrade get/put parms so Latin-1 can be handled as UTF-8

2.99000_05 2009-05-27
    - Restructured module hierarchy: all roles/traits moved to Net/Twitter/Role/
    - Itegrated Tatsuhiko Miyagawa's OAuth support as a trait
    - Identica fixes: strings '"true"' and '"false"' to bools; mentions => replies
    - Fixed useragent_args type. (Christopher Biggs)
    - Store HTTP::Response even on success in WrapError for legacy support (Christopher Biggs)

2.99000_04 2009-05-25
    - Moved Net::Twitter to Net::Twitter::Core; Net::Twitter provides new -> new_with_traits
    - Added legacy => [0|1] shortcut option

2.99000_03 2009-05-22
    - Broke MANIFEST on the prior dist (fixed)

2.99000_02 2009-05-22
    - Corrected POD NAME sections and module naming
    - Temporarily removed lib/Net/Twitter/Search.pm from MANIFEST

2.99000_01 2009-05-22
    - Initial dev release of 3.00 candidate
    - Moose based replacement for Net::Twitter

This is a complete rewrite of Net::Twitter. For earlier versions, see:
http://cpansearch.perl.org/src/CTHOM/Net-Twitter-2.12/Changes

(sno)

2009-09-16 19:41:23 UTC MAIN commitmail json YAML

Added net/p5-Net-OAuth version 0.19

(sno)

2009-09-16 19:40:32 UTC MAIN commitmail json YAML

Added net/p5-Net-OAuth version 0.19

(sno)

2009-09-16 19:40:03 UTC MAIN commitmail json YAML

Importing p5 package for Net::OAuth-0.19 into net/p5-Net-OAuth as
dependency for scheduled update of net/p5-Net-Twitter to 3.05003.

OAuth is

"An open protocol to allow secure API authentication in a simple and
standard method from desktop and web applications."

In practical terms, OAuth is a mechanism for a Consumer to request protected
resources from a Service Provider on behalf of a user.

Net::OAuth provides:

    * classes that encapsulate OAuth messages (requests and responses)
    * message signing
    * message serialization and parsing.
    * 2-legged requests (aka. tokenless requests, aka. consumer requests)

Net::OAuth does not provide:

    * Consumer or Service Provider encapsulation
    * token/nonce/key storage/management

Please refer to the OAuth spec: http://oauth.net/documentation/spec

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2009-09-16 19:23:54 UTC MAIN commitmail json YAML

Added devel/p5-MooseX-MultiInitArg version 0.01

(sno)

2009-09-16 19:22:57 UTC MAIN commitmail json YAML

Added devel/p5-MooseX-MultiInitArg version 0.01

(sno)

2009-09-16 19:22:19 UTC MAIN commitmail json YAML

Importing devel/p5-MooseX-MultiInitArg version 0.01 as dependency of
scheduled update of net/p5-Net-Twitter to 3.05003.

The author describes his module:
If you've ever wanted to be able to call an attribute any number of things
while you're passing arguments to your object constructor, Now You Can.

The primary motivator is that I have some attributes that were named
inconsistently, and I wanted to rename them without breaking backwards
compatibility with my existing API.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(sno)

2009-09-16 19:06:19 UTC MAIN commitmail json YAML

2009-09-16 19:06:00 UTC MAIN commitmail json YAML

Added sysutils/devkitd version 003

(wiz)

2009-09-16 19:05:43 UTC MAIN commitmail json YAML

Updated mail/p5-Net-ManageSieve to 0.08

(sno)

2009-09-16 19:05:30 UTC MAIN commitmail json YAML

Updating mail/p5-Net-ManageSieve from 0.06 to 0.08

pkgsrc changes:
  - Adding license definition

Upstream changes:
0.08 Tue Aug  4 13:56:26 CEST 2009
- chg: accept ucfirst options on new() constructor for all options
CPAN bug #48349 MDOM
- fix: documentation bug about to pass "tls" to IO::Socket

0.07 Tue Aug  4 13:56:26 CEST 2009
- add: on_fail option for constructor
CPAN bug #48286 Mario Domgoergen
- fix: missing call to _set_error() when TLS fails

(sno)

2009-09-16 19:05:27 UTC MAIN commitmail json YAML

Added sysutils/libdevkit-gobject version 003

(wiz)

2009-09-16 19:05:11 UTC MAIN commitmail json YAML

+ libdevkit-gobject, devkitd.

(wiz)

2009-09-16 19:03:48 UTC MAIN commitmail json YAML

Initial import of devkitd-003, a modified version for NetBSD written
by jmcneill.

DeviceKit is an abstraction for enumerating devices and listening
to device events. Any application on the system can access the
org.freedesktop.DeviceKit service via the system message bus. On
GNU/Linux, DeviceKit can be considered a simple D-Bus frontend to
udev(7).

This is a modified version of the DeviceKit daemon for NetBSD.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090916

(wiz)

2009-09-16 19:03:10 UTC MAIN commitmail json YAML

Initial import of libdevkit-gobject-003, part of DeviceKit.
Based on work by jmcneill.

DeviceKit is an abstraction for enumerating devices and listening
to device events. Any application on the system can access the
org.freedesktop.DeviceKit service via the system message bus. On
GNU/Linux, DeviceKit can be considered a simple D-Bus frontend to
udev(7).

This package contains devkit and the devkit-gobject library.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20090916

(wiz)

2009-09-16 18:59:46 UTC MAIN commitmail json YAML

Updated devel/p5-File-Which to 1.08

(sno)

2009-09-16 18:59:33 UTC MAIN commitmail json YAML

Updating devel/p5-File-Which from 1.07 to 1.08

pkgsrc changes:
  - Add dependency to devel/p5-Test-Script
  - "Fix" comment

Upstream changes:
1.08 Tue 15 Sep 2009
- Fixing pwhich
- Adding a proper test for it
- Adds a dependency on Test::Script 1.08

(sno)

2009-09-16 18:58:13 UTC MAIN commitmail json YAML

Fix entry (Update -> Updated).

(wiz)

2009-09-16 18:53:48 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Send to 2.198

(sno)

2009-09-16 18:53:21 UTC MAIN commitmail json YAML

Updating mail/p5-Email-Send from 2.194 to 2.198

pkgsrc changes:
  - Adding license definition

Upstream changes:
2.198    2009-07-12
          ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **
          fix the paths added in 2.195; thanks, ansgar from uni-heidelberg

2.197    2009-06-13
          ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **

          fix regression introduced into SMTP transport's "to" detector
          (thanks to John Maslanik for bug report)

2.196    2009-06-09
          ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **

          reduce reliance of tests on screw-up-able Module::Pluggable call

2.195    2009-06-07
          ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **

          add /usr/sbin/sendmail as last place to always look for sendmail
          add /usr/lib/sendmail as last place to always look for sendmail
          if $QMAIL variable for Qmail subclass is -x, use it

(sno)

2009-09-16 18:49:56 UTC MAIN commitmail json YAML

Updated mail/p5-Email-Valid to 0.182

(sno)

2009-09-16 18:49:44 UTC MAIN commitmail json YAML

Updating mail/p5-Email-Valid from 0.181 to 0.182

Upstream changes:
0.182    2009-08-03
          skip DNS tests on machines with lying DNS

(sno)

2009-09-16 18:46:55 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Emulate-Class-Accessor-Fast to 0.00903

(sno)

2009-09-16 18:46:36 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-Emulate-Class-Accessor-Fast from 0.00902
to 0.00903

Upstream changes:
0.00903    Sept 15, 2009
          - Silence a test warning from Moose 0.90 (Dave Rolsky).

(sno)

2009-09-16 18:43:25 UTC MAIN commitmail json YAML

Updated devel/p5-AnyEvent to 5.200

(sno)

2009-09-16 18:43:12 UTC MAIN commitmail json YAML

Updating devel/p5-AnyEvent from 5.111 to 5.200

Upstream changes:
5.2  Mon Sep 14 07:04:49 CEST 2009
- INCOMPATIBLE CHANGE: do no longer support register_read_type
          and register_write_type in AnyEvent::Handle, instead support
          package names (the facility was mostly abused).
        - implement "packagename-as-read/write type" support in
          AnyEvent::Handle.
- AnyEvent::Handle: new options "keepalive" and "oobinline".
        - oobinline set by default to avoid security issues.
        - the pure-perl event loop backend wrongly detected times() fallback
          support (spotted by Pavel Boldin).

5.12 Tue Sep  1 20:26:50 CEST 2009
- be more lenient when parsing resolv.conf files, as some people
          use hashmarks as comment indicator inside directives (reported
          by Michael S. Fischer).
        - use same set of warnings as common::sense 2.0.
- fix a potential 32 bit overflow issue due to perl having problems
          with large hex constants in the Perl backend.
        - do not use the slower 5.6 version fo the enc_name code in AnyEvent::DNS
          by default.
        - fix some prototypes.
- (optionally) require Async::Interrupt 1.02.
        - replace opendns fallbacks by verizon/level3 public dns servers.

5.112 Fri Aug 21 13:59:04 CEST 2009
        - AnyEvent::Handle could cause hard crashes in Net::SSLeay when
          using starttls with an illegal/uncreatable tls context.
        - port to broken win32 perls.

(sno)

2009-09-16 18:42:31 UTC MAIN commitmail json YAML

fix PLIST when debug option is enabled

(tnn)

2009-09-16 18:38:00 UTC MAIN commitmail json YAML

Updated devel/p5-Async-Interrupt to 1.02

(sno)

2009-09-16 18:37:48 UTC MAIN commitmail json YAML

Updating devel/p5-Async-Interrupt from 1.01 to 1.02

Upstream changes:
1.02  Tue Sep  1 18:41:09 CEST 2009
- prototypes for sig2name/sig2num were missing.

(sno)

2009-09-16 18:34:51 UTC MAIN commitmail json YAML

Updated devel/p5-Event to 1.12

(sno)

2009-09-16 18:34:31 UTC MAIN commitmail json YAML

Updating devel/p5-Event from 0.11nb1 to 0.12

pkgsrc changes:
  - Adding HOMEPAGE and LICENSE definition

Upstream changes:
Author refers to git://nirmalvihar.info/home/joshua/event.git, but:
> hostname nor servname provided, or not known

(sno)

2009-09-16 18:01:32 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2897 - requested by ghen
seamonkey-gtk1: package list fix

Revisions pulled up:
- www/seamonkey-gtk1/Makefile 1.22
- www/seamonkey-gtk1/PLIST 1.12
---
Module Name: pkgsrc
Committed By: ghen
Date: Wed Sep 16 16:44:44 UTC 2009

Modified Files:
pkgsrc/www/seamonkey-gtk1: Makefile PLIST

Log Message:
Get the PLIST completely straight (sorry, forgot about it when committing
www/seamonkey).  Bump PKGREVISION.

(tron)

2009-09-16 17:55:15 UTC MAIN commitmail json YAML

Updated www/p5-Rose-HTML-Objects to 0.604

(sno)

2009-09-16 17:55:03 UTC MAIN commitmail json YAML

Updating www/p5-Rose-HTML-Objects from 0.603 to 0.064

pkgsrc changes:
  - Adjusting license definition

Upstream changes:
0.604 (09.14.2009) - John Siracusa <siracusa@gmail.com>
    * Fixed a bug that caused html() to fail when called on a form that
      contained a compound field.  (Reported by Will Hawes)
    * Make sure custom validator is called from DateTime fields.

(sno)

2009-09-16 17:50:22 UTC MAIN commitmail json YAML

Updated databases/p5-Rose-DB-Object to 0.783

(sno)

2009-09-16 17:50:10 UTC MAIN commitmail json YAML

Updating databases/p5-Rose-DB-Object from 0.782 to 0.783

Upstream changes:
0.783 (09.14.2009) - John Siracusa <siracusa@gmail.com>
    * Added new range operators: between, gt_lt, gt_le, ge_lt, and ge_le.
    * The strip() helper method will now throw an exception when there are
      pending "on-save" actions.  (Reported by Kevin McGrath)
    * Added strip_on_save_ok parameter to strip() to override the default
      behavior.
    * Worked around yet another MySQL empty-string-default "feature."
      (Reported by Terrence Brannon)
    * Added missing documentation about the required return value of the
      "object" handler in the traverse_depth_first() helper method.
      (Reported by David Christensen)
    * The traverse_depth_first() helper now preserves the existing context
      object if a "relationship" handler is not defined.  (Reported by
      David Christensen)
    * Fixed a bug that prevented scalar reference filter arguments from working
      correctly with date columns in Manager queries.  (Reported by Todd Lyons)
    * Fixed a multi-many Manager bug that caused duplicate sub-objects to be
      linked to the wrong parent object.  (Reported by Anton Shevchenko)

(sno)

2009-09-16 17:44:45 UTC MAIN commitmail json YAML

Updated databases/p5-Rose-DB to 0.754

(sno)

2009-09-16 17:44:34 UTC MAIN commitmail json YAML

Updating databases/p5-Rose-DB from 0.753 to 0.754

Upstream changes:
0.754 (09.14.2009) - John Siracusa <siracusa@gmail.com>

    * Removed outdated warning about Oracle support.
* Clarified the return value and error handling for do_transaction().

(sno)

2009-09-16 17:40:34 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Base to 0.59

(sno)

2009-09-16 17:40:23 UTC MAIN commitmail json YAML

Updating devel/p5-Test-Base from 0.58 to 0.59

pkgsrc changes:
  - Adding license definition

Upstream changes:
version: 0.59
date:    Thu Aug 20 14:56:36 PDT 2009
changes:
- Fixed test dep bug reported by Alias++.

(sno)

2009-09-16 17:35:29 UTC MAIN commitmail json YAML

Updated devel/p5-namespace-autoclean to 0.09

(sno)

2009-09-16 17:35:17 UTC MAIN commitmail json YAML

Updating devel/p5-namespace-autoclean from 0.08 to 0.09

Upstream changes:
0.09  Tue, 15 Sep 2009 07:45:16 +0200
  * Fix to avoid deprecation warnings from the latest Class::MOP, but
    it still works with older versions too. (Dave Rolsky)
  * Fix a documentation typo (Jonathan Yu).

(sno)

2009-09-16 17:32:18 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-MethodAttributes to 0.16

(sno)

2009-09-16 17:32:07 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-MethodAttributes from 0.15 to 0.16

Upstream changes:
0.16    Tue, 15 Sep 2009 07:58:14 +0200
  * Fix so that MooseX::Role::Parameterized can be used in combination with roles
    containing method attributes + testcase from phaylon (RT#48758)
  * Fixes to avoid a deprecation warning from the latest Class::MOP (Dave
    Rolsky)

(sno)

2009-09-16 17:29:21 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-AttributeHelpers to 0.22

(sno)

2009-09-16 17:29:10 UTC MAIN commitmail json YAML

Updating devel/p5-MooseX-AttributeHelpers from 0.21 to 0.22

Upstream changes:
0.22 Mon Sep 14, 2009
    - Fix to work with Moose 0.90. Ignore meta when auto-providing a method
      provider's methods. (Dave Rolsky)

(sno)

2009-09-16 17:26:03 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Script to 1.05

(sno)

2009-09-16 17:25:52 UTC MAIN commitmail json YAML

Updating devel/p5-Test-Script from 1.03nb1 to 1.05

pkgsrc changes:
  - Adding license definition

Upstream changes:
1.05 Mon 14 Sep 2009
- Changed script_compiles_ok to script_compiles
- Added script_runs

1.04_03 Thu 18 Dec 2008
- Another attempt to support 5.6 properly

1.04_02 Wed 17 Dec 2008
- Test tweak to support 5.6 properly

1.04_01 Tue 16 Dec 2008
- Updated to Module::Install 0.77
- Adding dependency on Probe::Perl
- Full fidelity failure testing

(sno)

2009-09-16 17:21:36 UTC MAIN commitmail json YAML

Updated devel/p5-ExtUtils-ParseXS to 2.20.04.01

(sno)

2009-09-16 17:21:24 UTC MAIN commitmail json YAML

Updating devel/p5-ExtUtils-ParseXS from 2.20.02 to 2.20.04.01

Upstream changes:
2.200401 - Mon Sep 14 22:26:03 EDT 2009

- No changes from 2.20_04.

2.20_04 - Mon Aug 10 11:18:47 EDT 2009

Bug fixes:
- Changed install_dirs to 'core' for 5.8.9 as well (RT#48474)
- Removed t/bugs.t until there is better C++ support in ExtUtils::CBuilder

Other:
- Updated repository URL in META file

2.20_03 - Thu Jul 23 23:14:50 EDT 2009

Bug fixes:
- Fixed "const char *" errors for 5.8.8 (and older) (RT#48104)
  [Vincent Pit]
- Added newline before a preprocessor directive (RT#30673)
  [patch by hjp]

(sno)

2009-09-16 17:16:37 UTC MAIN commitmail json YAML

Updated devel/p5-Class-Accessor to 0.34

(sno)

2009-09-16 17:16:18 UTC MAIN commitmail json YAML

Updating devel/p5-Class-Accessor from 0.33 to 0.34

pkgsrc changes:
  - adding license definition

Upstream changes:
0.34 Sat Sep 12 21:50:26 JST 2009
    - add a Moose-like interface: I can haz "has"

(sno)

2009-09-16 16:45:34 UTC MAIN commitmail json YAML

Updated www/seamonkey-gtk1 to 1.1.18nb1.

(ghen)

2009-09-16 16:44:44 UTC MAIN commitmail json YAML

Get the PLIST completely straight (sorry, forgot about it when committing
www/seamonkey).  Bump PKGREVISION.

(ghen)

2009-09-16 12:59:22 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup tickets #2895, #2896, #2897 and #2898.

(tron)

2009-09-16 12:56:33 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2897 - requested by ghen
seamonkey-bin: security update
seamonkey-gtk: security update
seamonkey: security update

Revisions pulled up:
- www/seamonkey-bin/Makefile 1.31
- www/seamonkey-bin/distinfo 1.27
- www/seamonkey-gtk1/Makefile 1.21
- www/seamonkey-gtk1/PLIST 1.11
- www/seamonkey/Makefile 1.28
- www/seamonkey/Makefile-seamonkey.common 1.27
- www/seamonkey/PLIST 1.18
- www/seamonkey/distinfo 1.42
- www/seamonkey/patches/patch-ba 1.3
- www/seamonkey/patches/patch-br 1.3
- www/seamonkey/patches/patch-dk 1.2
- www/seamonkey/patches/patch-dm delete
- www/seamonkey/patches/patch-dy delete
- www/seamonkey/patches/patch-dz delete
- www/seamonkey/patches/patch-ed 1.1
---
Module Name: pkgsrc
Committed By: ghen
Date: Tue Sep 15 09:26:07 UTC 2009

Modified Files:
pkgsrc/www/seamonkey: Makefile Makefile-seamonkey.common PLIST distinfo
pkgsrc/www/seamonkey-bin: Makefile distinfo
pkgsrc/www/seamonkey-gtk1: Makefile
pkgsrc/www/seamonkey/patches: patch-ba patch-br patch-dk
Added Files:
pkgsrc/www/seamonkey/patches: patch-ed
Removed Files:
pkgsrc/www/seamonkey/patches: patch-dm patch-dy patch-dz

Log Message:
Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.18.

Security fixes in this version:

MFSA 2009-43 Heap overflow in certificate regexp parsing
MFSA 2009-42 Compromise of SSL-protected communication

For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.18/
---
Module Name:    pkgsrc
Committed By:  he
Date:          Wed Sep 16 09:28:59 UTC 2009

Modified Files:
        pkgsrc/www/seamonkey-gtk1: PLIST

Log Message:
Sync PLIST with what's actually being installed.
No version bump since this is merely a cleanup, and doesn't
actually change what's installed.

(tron)

2009-09-16 11:34:23 UTC MAIN commitmail json YAML

Sane fix from upstream to fix the problem with connecting to UTF8 capable
ftp sites.

(hasso)

2009-09-16 10:59:55 UTC MAIN commitmail json YAML

2009-09-16 10:54:23 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2896 - requested by ghen
dovecot-sieve: security update

Revisions pulled up:
- mail/dovecot-sieve/Makefile 1.4
- mail/dovecot-sieve/distinfo 1.4
- mail/dovecot-sieve/patches/patch-aa 1.3
---
Module Name: pkgsrc
Committed By: ghen
Date: Mon Sep 14 06:10:48 UTC 2009

Modified Files:
pkgsrc/mail/dovecot-sieve: Makefile distinfo
pkgsrc/mail/dovecot-sieve/patches: patch-aa

Log Message:
Dovecot CMU Sieve plugin 1.1.7 fixes some buffer overflow vulnerabilities,
see: http://www.dovecot.org/list/dovecot-news/2009-September/000135.html
Other changes not listed.

(tron)

2009-09-16 10:48:30 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2895 - requested by ghen
dovecot: security update

Requested revisions:
- mail/dovecot/Makefile 1.136,1.138-1.139
- mail/dovecot/distinfo 1.101-1.103
- mail/dovecot/patches/patch-ai delete
---
odule Name: pkgsrc
Committed By: ghen
Date: Mon Jul 13 08:00:11 UTC 2009

Modified Files:
pkgsrc/mail/dovecot: Makefile distinfo
Removed Files:
pkgsrc/mail/dovecot/patches: patch-ai

Log Message:
Update to Dovecot 1.1.17.  manu's patch-ai has been included upstream.

- IMAP: Don't crash if IDLE command is pipelined after a long-running
  UID FETCH or UID SEARCH.
- IMAP: Some FETCH command parameters were broken with in some OSes.
- mbox: New mailboxes were created with UIDVALIDITY 1.
- mbox: Don't write garbage to mbox if message doesn't have a body.
- Maildir: Fixed using in-memory indexes when some required directory
  was missing.
- auth: Don't assert-crash if trying to log in as master user but
  with empty login username.
- Transaction log dotlocking ignored mail_nfs_index and
  dotlock_use_excl settings.
- convert plugin / convert-tool: Fixed changing hierarchy separators
  in mailbox names when alt_hierarchy_char isn't set.
- Several fixes to expire plugin / expire-tool
- zlib: Give better error messages on failures.
---
Module Name: pkgsrc
Committed By: ghen
Date: Tue Aug 11 11:33:58 UTC 2009

Modified Files:
pkgsrc/mail/dovecot: Makefile distinfo

Log Message:
Update to Dovecot 1.1.18.

+ dovecot -n/-a now outputs also lda settings.
- Maildir++ quota: Quota was sometimes updated wrong when it was
  being recalculated.
- Searching quoted-printable message body internally converted "_"
  characters to spaces and didn't match search keys with "_".
- Messages in year's first/last day may have had broken timezones
  with OSes not having struct tm->tm_gmtoff (e.g. Solaris).
---
Module Name: pkgsrc
Committed By: ghen
Date: Mon Sep 14 06:09:08 UTC 2009

Modified Files:
pkgsrc/mail/dovecot: Makefile distinfo

Log Message:
Update to Dovecot 1.1.19.

- file_set_size() was broken with OSes that didn't support posix_fallocate()
  (almost everyone except Linux), causing all kinds of index file errors.
- ldap: Fixed hang when >128 requests were sent at once.
- Fixed a crash in saving messages where message contained a CR character t=
hat
  wasn't followed by LF (and the CR happened to be the last character in an
  internal buffer).
- deliver: Don't send rejects to any messages that have Auto-Submitted head=
er.
  This avoids emails loops.
- Message decoding fixes (mainly for IMAP SEARCH, Sieve).

(tron)

2009-09-16 10:31:59 UTC pkgsrc-2009Q2 commitmail json YAML

Pullup ticket #2898 - requested by spz
rt3: security update

Revisions pulled up:
- devel/rt3/Makefile 1.38-1.39
- devel/rt3/Makefile.install 1.13
- devel/rt3/distinfo 1.13
---
Module Name:    pkgsrc
Committed By:  spz
Date:          Wed Jul 29 05:25:34 UTC 2009

Modified Files:
        pkgsrc/devel/rt3: Makefile Makefile.install

Log Message:
where env PATH is being set for security reasons, have it include $PREFIX/bin
pointed out by "Peter C. Lai" <peter%simons-rock.edu@localhost> fixes PR 41571
---
Module Name:    pkgsrc
Committed By:  spz
Date:          Tue Sep 15 23:15:58 UTC 2009

Modified Files:
        pkgsrc/devel/rt3: Makefile distinfo

Log Message:
security update (lesser impact) to version 3.8.5

(tron)

2009-09-16 10:16:58 UTC MAIN commitmail json YAML

LOCALBASE/lib/netscape/plugins is the default plugin dir in pkgsrc, adjust so we can automatically find plugins. Bump pkgrevision

(abs)

2009-09-16 09:28:59 UTC MAIN commitmail json YAML

Sync PLIST with what's actually being installed.
No version bump since this is merely a cleanup, and doesn't
actually change what's installed.

(he)

2009-09-16 09:24:55 UTC MAIN commitmail json YAML

update to 1.3.3.13
changes:
-Several fixes and improvements to Pdf exporter
-More translation and documentation updates
-Several fixes to protect against possible crashes
-Improvements to the Scripter to enable more features

pkgsrc note: The gnu-autoconf based make system is completely broken
now, had to switch to cmake. Added cups dependency.

(drochner)

2009-09-16 07:22:38 UTC MAIN commitmail json YAML

Updated net/lftp to 4.0.0.

(hasso)

2009-09-16 07:13:20 UTC MAIN commitmail json YAML

Update to 4.0.0.

Version 4.0.0 - 2009-09-11

* added torrent client.
* automatically set time precision on FAT-like FS (linux only).
* fixed timestamps in `mirror --ignore-time'.

Add patch-ai which adds a workaround for a problem preventing lftp to
connect to the UTF8 capable ftp sites.

(hasso)

2009-09-16 06:55:45 UTC MAIN commitmail json YAML

include both inttypes.h and stdint.h.  patch taken from upstream r897.
Fixes build failure on SUA 6.0.

(obache)

2009-09-16 02:53:56 UTC MAIN commitmail json YAML

Fix my recently added entry.
(Noticed by the nightly "www update.changes log".)

(reed)

2009-09-16 02:34:12 UTC MAIN commitmail json YAML

Remove xfce from list todo.

(reed)

2009-09-16 02:32:00 UTC MAIN commitmail json YAML

Apply patches/diff_2.1.7_-O from the distribution to fix Lunix build. No
change to "make test" results on OS X or NetBSD.

(schmonz)

2009-09-16 02:25:35 UTC MAIN commitmail json YAML

Updated xfce4-datetime-plugin to 0.6.1.

The following are the changes from the ChangeLog (since 0.5.0):

2008-11-19 Diego Ongaro <ongardie@gmail.com>

* *: 0.6.1 release
* panel-plugin/datetime.c: Made default font sizes equal for date and
time
* panel-plugin/datetime.c: Fix memory access after free

2008-07-02 Diego Ongaro <ongardie@gmail.com>

* *: 0.6.0 release
* panel-plugin/datetime.h: Disable tooltips for now (Bug #4141)

2008-06-27 Diego Ongaro <ongardie@gmail.com>

* configure.in.in: Drop unused dependency on dbus, update maintainer
email address.

2008-06-26 Diego Ongaro <ongardie@gmail.com>

* panel-plugin/datetime.c: Really fix Bug #4157 - update interval
depends on both layout and formats.

2008-06-21 Diego Ongaro <ongardie@gmail.com>

* panel-plugin/datetime.c: Pulling code from Steve Tyler's
Attachment #1697 in Bug #4145.
  - Update tooltip at the top of the second (fixes Bug #4145).
  - Only gsource_remove valid timeouts (Bug #4151), add pre-processor
    if to the tooltips timeout.
  - Fix Bug #4157 - updates occur once a second when datetime plugin
    shows date only.
* panel-plugin/datetime-dialog.c, panel-plugin/datetime.h: Change
order of layout dropdown (Bug #4158)

2008-06-08 Diego Ongaro <ongardie@gmail.com>

* panel-plugin/datetime-dialog.c, panel-plugin/datetime.c: Changed
default format to ISO 8601, added a new format, and added separators
to the dropdowns.
* panel-plugin/datetime-dialog.c: Attachment #1659 by Steve Tyler from
Bug #4115, changing the way the date/time format dropdowns work.
* panel-plugin/datetime-dialog.c: Moved message about the calendar's
week starting on a day defined by the locale to the wiki (Bug #4123)
* panel-plugin/datetime.{c,h}: Fix Bug #4110: time is not updated in
tooltip while it is displayed.
* panel-plugin/datetime.{c,h}, panel-plugin/datetime-dialog.c: New
tooltips implementation (only enabled on GTK >= 2.12).

2008-06-03 Diego Ongaro <ongardie@gmail.com>

* panel-plugin/datetime-dialog.c: Add help button that opens web site
(Bug #4099). Thanks to Nick Schermer's r2263 of the
xfce4-battery-plugin.

2008-05-31 Diego Ongaro <ongardie@gmail.com>

* panel-plugin/datetime.c: Steve Tyler's updated comments, etc (Bug #4117)

2008-05-29 Diego Ongaro <ongardie@gmail.com>

* panl-plugin/datetime.{c,h}: Update on the top of every second or
minute and no more (Bug #4119, based on patch by Steve Tyler)
* panel-plugin/datetime.c: Always update every second when seconds are
shown (Bug #4117)

2008-05-27 Diego Ongaro <ongardie@gmail.com>

* panel-plugin/datetime.c: "Fix tooltip hiding" uses gtk2.12 function,
  put preprocessor #if around it
* {,po/}ChangeLog, panel-plugin/*.{c,h}: formatting

2008-05-21 Diego Ongaro <ongardie@gmail.com>

* panel-plugin/datetime.c:
  - Remove date input (Bug #4023)
  - Fix tooltip hiding

2008-05-18 Diego Ongaro <ongardie@gmail.com>

* panel-plugin/datetime-dialog.c: Missing static keywords

2008-05-17 Diego Ongaro <ongardie@gmail.com>

* panel-plugin/datetime-dialog.c:
  - translate strings in combo boxes
* panel-plugin/datetime.c:
  - Use GtkToggleButton in panel (Bug #3456)
  - handle delete event on popup calendar (patch from Mike Massonet)
  - show popup calendar on all workspaces (patch from Mike Massonet)
  - allow ctrl-click on plugin (patch from Mike Massonet)

2008-05-02 Diego Ongaro <ongardie@gmail.com>

* panel-plugin/datetime.c:
  - fix memory leak with double-g_strdup of setting strings
  - handle NULL from xfce_rc_simple_open,
* panel-plugin/datetime.h: Use GtkTooltips type (fixes build)

2007-04-07 Remco den Breeje <remco@sx.mine.nu>

* panel-plugin/datetime.{c,h},
* panel-plugin/datetime-dialog.c: Enable tooltips. Based
on a patch by Laurent Meunier <meunier.laurent@laposte.net> (#3073)

2007-04-02 Remco den Breeje <remco@sx.mine.nu>

* THANKS: added contributors
* panel-plugin/datetime.c: Fix incorrect display when panel starts (#3062)

2007-03-02 Remco den Breeje <remco@sx.mine.nu>

* THANKS: added contributors
* LINGUAS,uk.po: Add Ukrainian translations by LuckAs <luckas_fb@mail.ru>

(reed)

2009-09-16 02:18:31 UTC MAIN commitmail json YAML

Added devel/xfconf version 4.6.1
Added x11/libxfce4menu version 4.6.1
Added x11/xfce4-settings version 4.6.1
Removed x11/libxfce4mcs
Removed x11/xfce4-mcs-manager
Removed x11/xfce4-mcs-plugins

And updated various xfce4 packages.

(reed)

2009-09-16 01:55:52 UTC MAIN commitmail json YAML

2009-09-16 01:31:14 UTC MAIN commitmail json YAML

2009-09-16 01:15:36 UTC MAIN commitmail json YAML

2009-09-16 01:06:30 UTC MAIN commitmail json YAML

Add new package: xfconf

Simple client-server configuration storage and query system for Xfce.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(reed)

2009-09-16 01:05:31 UTC MAIN commitmail json YAML

2009-09-16 01:04:02 UTC MAIN commitmail json YAML

Add new package: xfce4-settings

The Xfce settings manager allows you to customize your desktop
environment in an easy and intuitive way. You can set some hardware
components such as mouse, keyboard or display; but also theme your
windows, widgets and icons, set your preferred applications, manage
your sessions.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(reed)

2009-09-16 00:10:19 UTC MAIN commitmail json YAML

Updated devel/p5-Moose to 0.90

(seb)

2009-09-16 00:10:07 UTC MAIN commitmail json YAML

Update p5-Moose from version 0.89 to version 0.90.

Pkgsrc changes:
- Adjust dependencies

Upstream changes:
0.90 Tue, Sep 15, 2009
    * Moose::Meta::Attribute::Native::Trait::Counter
    * Moose::Meta::Attribute::Native::Trait::String
      - For these two traits, an attribute which did not explicitly provide
        methods to handles magically ended up delegating *all* the helper
        methods. This has been removed. You must be explicit in your handles
        declaration for all Native Traits. (Dave Rolsky)

    * Moose::Object
      - DEMOLISHALL behavior has changed. If any DEMOLISH method dies, we make
        sure to rethrow its error message. However, we also localize $@ before
        this so that if all the DEMOLISH methods success, the value of $@ will
        be preserved. (nothingmuch and Dave Rolsky)
      - We now also localize $? during object destruction. (nothingmuch and
        Dave Rolsky)
      - The handling of DEMOLISH methods was broken for immutablized classes,
        which were not receiving the value of
        Devel::GlobalDestruction::in_global_destruction.
      - These two fixes address some of RT #48271, reported by Zefram.
      - This is all now documented in Moose::Manual::Construction.
      - Calling $object->new() is now deprecated. A warning will be
        issued. (perigrin)

    * Moose::Meta::Role
      - Added more hooks to customize how roles are applied. The role
        summation class, used to create composite roles, can now be changed
        and/or have meta-roles applied to it. (rafl)

    * Moose::Meta::Method::Delegation
      - fixed delegated methods to make sure that any modifiers attached to
        the accessor being delegated on will be called (Stevan)
        - added tests for this (Stevan)

    * Moose::Meta::Class
      - Moose no longer warns when a class that is being made immutable has
        mutable ancestors. While in theory this is a good thing to warn about,
        we found so many exceptions to this that doing this properly became
        quite problematic.

0.89_02 Thu, Sep 10, 2009
    * Moose::Meta::Attribute::Native
      - Fix Hash, which still had 'empty' instead of 'is_empty'. (hdp)

    * Moose::Meta::Attribute::Native::Trait::Array
      - Added a number of functions from List::Util and List::MoreUtils,
        including reduce, shuffle, uniq, and natatime. (doy)

    * Moose::Exporter
      - This module will now generate an init_meta method for your exporting
        class if you pass it options for
        Moose::Util::MetaRole::apply_metaclass_roles or
        apply_base_class_roles. This eliminates a lot of repetitive
        boilerplate for typical MooseX modules. (doy).
      - Documented the with_meta feature, which is a replacement for
        with_caller. This feature was added by josh a while ago.
      - The with_caller feature is now deprecated, but will not issue a
        warning yet. (Dave Rolsky)
      - If you try to wrap/export a subroutine which doesn't actually exist,
        Moose::Exporter will warn you about this. (doy)

    * Moose::Meta::Role::Application::ToRole
      - When a role aliased a method from another role, it was only getting
        the new (aliased) name, not the original name. This differed from what
        happens when a class aliases a role's methods. If you _only_ want the
        aliased name, make sure to also exclue the original name. (Dave
        Rolsky)

0.89_01 Wed Sep 2, 2009
    * Moose::Meta::Attribute
      - Added the currying syntax for delegation from AttributeHelpers to the
        existing delegation API. (hdp)

    * Moose::Meta::Attribute::Native
      - We have merged the functionality of MooseX::AttributeHelpers into the
        Moose core with some API tweaks. You can continue to use
        MooseX::AttributeHelpers, but it will not be maintained except
        (perhaps) for critical bug fixes in the future. See
        Moose::Manual::Delta for details. (hdp, jhannah, rbuels, Sartak,
        perigrin, doy)

    * Moose::Error::Croak
    * Moose::Error::Confess
      - Clarify documentation on how to use different error-throwing
        modules. (Curtis Jewell)

    * Moose
      - Correct POD for builder to point to Recipe8, not 9. (gphat)

    * Moose::Exporter
      - When a nonexistent sub name is passed to as_is, with_caller, or
        with_meta, throw a warning and skip the exporting, rather than
        installing a broken sub. (doy)

    * Moose::Meta::Class
      - Moose now warns if you call C<make_immutable> for a class with mutable
        ancestors. (doy)

(seb)

2009-09-16 00:09:42 UTC MAIN commitmail json YAML

Updated devel/p5-Class-MOP to 0.93

(seb)

2009-09-16 00:07:34 UTC MAIN commitmail json YAML

Update p5-Class-MOP from version 0.92 to version 0.93.

Upstream changes:
0.93 Tue, Sep 15, 2009
    * Class::MOP
      - The load_class function just returns true, since it's return value was
        confusing (either a metaclass object or a class name). It either loads
        a class or dies trying. In the future, this may change to not return
        anything, since there's no point in checking its return
        value. Addresses RT #45883. (Dave Rolsky)

    * Class::MOP::Class::Trait::Immutable
      - When throwing an error because of an immutable method, include that
        method's name. Addresses RT #49680. (Shawn M Moore)

    * Class::MOP::Package
      - Adding the same sub reference to multiple packages failed to update
        the method map properly. RT #48985. Reported by Paul Mooney. (Dave
        Rolsky)
      - The get_method_map method is now private (and called as
        _full_method_map or _method_map). The public version is available as a
        deprecated method. (Dave Rolsky)

(seb)

2009-09-15 23:56:10 UTC MAIN commitmail json YAML

Add & enable p5-Try-Tiny

(seb)

2009-09-15 23:52:02 UTC MAIN commitmail json YAML

Updated devel/p5-Try-Tiny to 0.02

(seb)

2009-09-15 23:51:34 UTC MAIN commitmail json YAML

Initial import of p5-Try-Tiny version 0.02 in the NetBSD Packages
Collection.

The Perl 5 module Try::Tiny provides bare bones try/catch statements
that are designed to minimize common mistakes with eval blocks, and
NOTHING else.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(seb)

2009-09-15 23:30:47 UTC MAIN commitmail json YAML

Added mail/re-alpine version 2.01

(reed)

2009-09-15 23:27:05 UTC MAIN commitmail json YAML

Import new package: re-alpine.

Re-alpine is a fork of Alpine with a new development team.  (Alpine
is the official replacement for the Pine email and news client.)

Re-alpine is a screen-oriented message-handling tool (i.e. a mail
client) with many configurations for the novice and power user.

This package currently only installs the alpine binary, excluding
the pilot and pico binaries which would cause it to conflict with
the pine package.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(reed)

2009-09-15 23:15:58 UTC MAIN commitmail json YAML

security update (lesser impact) to version 3.8.5

(spz)

2009-09-15 23:15:35 UTC MAIN commitmail json YAML

+ roundcube-0.3

(schmonz)

2009-09-15 20:08:21 UTC MAIN commitmail json YAML

note the addition of pkcs11-helper

(spz)