Commit graph

134310 commits

Author SHA1 Message Date
obache
3c93a9952d Update GraphicsMagick to 1.3.2.
1.3.2 (November 29, 2008)
=========================

Security Fixes:

  * None.

Bug fixes:

  * -roll was failing for colormapped images.

  * VID: Memory leak fix.

  * PREVIEW: Solarize parameter was wrong.

  * Delegates previously using 'spawn' needed an ampersand so that
    starting the child process does not hang the GUI.

Feature improvements:

  * +profile now supports an exclusion syntax.  For example ``+profile
    '!icm,*'`` removes all of the profiles except for the ICM profile.
    The new syntax also allows multiple profiles to be listed at once.

Performance Improvements:

  * AdaptiveThreshold, Blur, Convolve, and MotionBlur no longer
    process the opacity channel unless the image has one.
2008-11-30 01:02:50 +00:00
snj
025f762610 I tested this package with every version of python in pkgsrc, and it works
with all of them.  Remove the python21 restriction.
2008-11-29 22:50:06 +00:00
spz
d045f6e2b4 add options framework, and optionalize (default off) the building of the
xml statistics server (+bump pkgrev)
2008-11-29 21:47:32 +00:00
seb
ade9915b03 Note update of databases/p5-CatalystX-CRUD to version 0.35 2008-11-29 21:44:26 +00:00
seb
85bab12438 Update from version 0.31 to version 0.35.
Pkgsrc changes:
- register all dependencies
- add new dependency on devel/p5-Class-Data-Inheritable

Upstream changes:
0.32    21 Oct 2008
	* use Class::Data::Inheritable to define delegate_class()
	class accessor in base Model

0.33    22 Nov 2008
        * fix Tutorial wrt RT#40846

0.34    24 Nov 2008
	* fix make_primary_key_string to return undef if multi-col
	PK has no values

0.35    24 Nov 2008
	* call edit() after initializing object and form with passed
	in params, so that the init_form() method can have all data
	already set.
2008-11-29 21:42:57 +00:00
jwise
f566b9cc06 Add distinfo for fancy threading patch for new alpine version. 2008-11-29 21:32:09 +00:00
joerg
40b6e68cdd Fix path names in Muttrc (PR 40068). Bump revision. 2008-11-29 21:31:58 +00:00
snj
9867364531 No more python15 incompatibility, as python15 is gone. 2008-11-29 21:17:20 +00:00
snj
54628d0029 Remove one last python15 bit. 2008-11-29 19:30:33 +00:00
snj
949e12a0bd Remove zope25. 2008-11-29 19:26:38 +00:00
jmcneill
813d872e74 Updated devel/glib2 to 2.18.3nb1 2008-11-29 19:10:04 +00:00
jmcneill
18a90f1cdb From FreeBSD ports: gio/gunixmounts.c: poll the list of mounted filesystems
since we can't rely on checking for mtab updates like other systems. Bump
PKGREVISION.
2008-11-29 19:09:04 +00:00
snj
2ff595bb24 Oops, forgot to commit these. Remove python15 support. 2008-11-29 18:52:22 +00:00
snj
2b5d8ba08f Remove python15. 2008-11-29 18:13:28 +00:00
joerg
d05ee72483 DESTDIR ready. 2008-11-29 17:55:38 +00:00
seb
53d86f4595 Note update of net/p5-NetAddr-IP to version 4.018 2008-11-29 14:42:46 +00:00
seb
5a98a5c5d6 Update from version 4.015 to version 4.018.
Upstream changes:
4.018  Fri Nov 28 23:19:01 PST 2008
        revised XS code to be full re-entrant, thread safe in Util.xs v1.26
        removed all traces of mutex locks in Util.xs v1.26
        removed function 'threads' here an in UtilPP v1.6

4.017  Sun Nov 23 19:32:59 PST 2008
        Extended the capability of 'splitref' to allow splitting of
        objects into multiple pieces with differing CIDR masks.
        Returned object list can be split from bottom to top
        or from top to bottom depending on which method is called

                split, rsplit, splitref, rsplitref

        Thanks to kashmish <kashmish@gmail.com> for the idea on
        improving functionality of 'split'.

        Thanks to Rob Riepel <riepel@networking.Stanford.EDU>
        for a faster and more accurate _compV6 function.

  in UtitPP v1.5
        correct documentation error
        add threads reporting (empty string)

  in Util v1.25
        add threads reporting that returns a comma separated
        string of build headers.

        added what is hopefully thread safe operation via
        serializaton. Must be invoked by "--with-threads"

  in Lite v1.12
        corrected missing Zeros subroutine
        Zeros and Zero both will work

  in Lite v1.12
        added minus (-) overloading to allow the subtraction
        of two NetAddr::IP objects to get the difference between
        the object->{addr}'s as a numeric value
        Thanks to Rob Riepel <riepel@networking.Stanford.EDU>
        for the initial code and inspiration for this enhancement

4.016  Wed Nov  5 18:13:20 PST 2008
        in Util/ version 1.24
        Clean up Makefile.PL to check actual required link
        libraries against the perl build for consistency
2008-11-29 14:41:28 +00:00
jmcneill
1dd0c35e46 regen 2008-11-29 13:57:31 +00:00
rillig
57fbd43ec4 Replaced _PKG_SILENT and _PKG_DEBUG with RUN. 2008-11-29 13:54:45 +00:00
rillig
2116a707f4 Removed lots of unreachable mirrors. 2008-11-29 13:38:52 +00:00
seb
70c03eab91 Note updates of devel/p5-Class-MOP to version 0.71 and
devel/p5-Moose to version 0.62
2008-11-29 13:03:14 +00:00
seb
9a0088986e Update from version 0.61 to version 0.62.
Pkgsrc changes:
- adjust dependency on devel/p5-Class-MOP
- add new dependency on devel/p5-Task-Weaken

Upstream changes:
0.62 Wed November 26, 2008
    * Moose::Meta::Role::Application::ToClass
      Moose::Meta::Role::Application::ToRole
      - fixed issues where excluding and aliasing the
        same methods for a single role did not work
        right (worked just fine with multiple
        roles) (stevan)
        - added test for this (stevan)

    * Moose::Meta::Role::Application::RoleSummation
      - fixed the error message when trying to compose
        a role with a role it excludes (Sartak)

    * Moose::Exporter
      - Catch another case where recursion caused the value
        of $CALLER to be stamped on (t0m)
        - added test for this (t0m)

    * Moose
      - Remove the make_immutable keyword, which has been
        deprecated since April. It breaks metaclasses that
        use Moose without no Moose (Sartak)

    * Moose::Meta::Attribute
      - Removing an attribute from a class now also removes delegation
        (handles) methods installed for that attribute (t0m)
        - added test for this (t0m)

    * Moose::Meta::Method::Constructor
      - An attribute with a default that looked like a number (but was
        really a string) would accidentally be treated as a number
        when the constructor was made immutable (perigrin)
        - added test for this (perigrin)

    * Moose::Meta::Role
      - create method for constructing a role
        dynamically (Sartak)
        - added test for this (Sartak)
      - anonymous roles! (Sartak)
        - added test for this (Sartak)

    * Moose::Role
      - more consistent error messages (Sartak)

    * Moose::Cookbook::Roles::Recipe1
      - attempt to explain why a role that just requires
        methods is useful (Sartak)
2008-11-29 13:01:39 +00:00
seb
2395eaa7e4 Update from version 0.70 to version 0.71.
Pkgsrc changes:
- add new dependency on devel/p5-Task-Weaken

Upstream changes:
0.71 Wed November 26, 2008
    * Class::MOP::Class
    * Class::MOP::Module
      - Actual package creation has moved upward from
        Class to Module so that Moose roles can share
        the code (Sartak)

0.70_01 Mon, November 19, 2008
    * Class::MOP
      - Fixes for failures with blead (Florian Ragwitz)
      - Silenced compiler warnings (Florian Ragwitz)
2008-11-29 13:00:22 +00:00
rillig
14faa7757b One more variable for show-all-gnu-configure. 2008-11-29 12:29:35 +00:00
rillig
53b6685028 Fixed the checksum for patch-av. Whenever a patch file contains CVS Ids,
the distinfo must be regenerated _after_ committing the patches.
2008-11-29 12:04:15 +00:00
wiz
5fca761129 Added meta-pkgs/gnome-mobile version 2.24.1.90 2008-11-29 08:58:29 +00:00
wiz
9c2670f0dc + gnome-mobile. 2008-11-29 08:57:47 +00:00
wiz
668c0537d0 Import gnome-admin-2.24.1.90 as meta-pkgs/gnome-mobile.
GNOME is the GNU Network Object Model Environment.

The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.

This is a meta package for the second major version of the GNOME
project.  It provides the GNOME mobile support, defined
by the project as the "GNOME mobile".
2008-11-29 08:57:03 +00:00
wiz
7c0f1feb60 Update for GNOME 2.24.2. A few done, quite a few to do. 2008-11-29 08:51:38 +00:00
wiz
2ecba7a9e5 Update for 2.24.2 -- one TODO, gtk2. 2008-11-29 08:39:52 +00:00
wiz
86fd059906 Update for 2.24.2 -- one more todo than before. 2008-11-29 08:37:25 +00:00
wiz
143e1a5a63 Update for 2.24.2 -- nothing to do. 2008-11-29 08:36:08 +00:00
wiz
f3be984504 Update for 2.24.2, no changes -- still lots to do here. 2008-11-29 08:35:42 +00:00
wiz
9c4505c53b Update comment with URL. 2008-11-29 08:34:48 +00:00
wiz
76161c99f7 Update for GNOME-2.24.2 (complete -- only one package ;) ). 2008-11-29 08:34:29 +00:00
wiz
bd5076a6cb Update for GNOME 2.24.2 -- still many packages need updating. 2008-11-29 08:33:41 +00:00
wiz
cc1724aef9 No changes for 2.24.2, but nothing packaged yet. Update URL. 2008-11-29 08:32:13 +00:00
adam
9463bbcd31 distinfo fix 2008-11-29 07:41:10 +00:00
wiz
8b132525ef Needs gtk2>=2.10.0. 2008-11-29 06:43:00 +00:00
obache
0306a9fdbb Updated mail/wl to 2.14.0nb7 2008-11-29 02:56:06 +00:00
obache
0f220e4428 Fixes two issuses:
* compatibility with flim-1.14.9 (patch-ad)
* default icon location (patch-ae), reported in PR 40022.

Bump PKGREVISION.
2008-11-29 02:55:41 +00:00
adam
19d936aa16 PLIST fix, when aalib option is disabled 2008-11-28 21:28:49 +00:00
adam
ed4c1797e2 Updated databases/sqlite3; sysutils/bacula 2008-11-28 20:54:01 +00:00
adam
f59d195b10 Changes 3.6.6.2:
* Fix a bug in the b-tree delete algorithm that seems like it might
  be able to cause database corruption. The bug was first introduced in
  version 3.6.6.
* Fix a memory leak that can occur following a disk I/O error.
2008-11-28 20:50:06 +00:00
adam
0ff53a1880 Added support for chio(1) to manipulate an autochanger on NetBSD 2008-11-28 20:24:05 +00:00
jmcneill
88830b8410 Add a note on how to setup the hal daemon. 2008-11-28 18:22:45 +00:00
he
7f6f63d8fa Update from versio n0.97nb1 to 0.99.
Pkgsrc changes:
 o Change to use Module::Build

Upstream changes:

0.99  October 03 2008
    - Now can exclude some paths from the comparison:
        - http://rt.cpan.org/Ticket/Display.html?id=39705

0.98  September 13 2008
    - Added the LICENSE section to the POD (Kwalitee).
    - Added the "use warnings" (Kwalitee).
    - Added the "Repository URL" on the resources page.
2008-11-28 14:44:25 +00:00
he
f9a2e39333 Updated from version 0.50nb1 to 0.52.
Pkgsrc changes:
 o Adjusted dependencies to fit the new requirements.

Upstream changes:

0.52 - 2008-11-19
     - Fix spelling of QuoteCharacter

0.51 - 2008-11-19
     - Added QuoteCharecter parameter to new() to control quoting of
       attributes (perigrin)
        - Added Tests and Docs
2008-11-28 14:39:59 +00:00
he
6e8863bae1 Added p5-XML-SAX-Base. 2008-11-28 14:34:38 +00:00
he
e55c9654d2 Import p5-XML-SAX-Base version 1.02.
This module has a very simple task - to be a base class for PerlSAX
drivers and filters. It's default behaviour is to pass the input directly
to the output unchanged. It can be useful to use this module as a base class
so you don't have to, for example, implement the characters() callback.

The main advantages that it provides are easy dispatching of events the right
way (ie it takes care for you of checking that the handler has implemented
that method, or has defined an AUTOLOAD), and the guarantee that filters
will pass along events that they aren't implementing to handlers downstream
that might nevertheless be interested in them.
2008-11-28 14:32:55 +00:00