summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-30Various fixes:obache6-58/+74
* Remove copy of X11 header files for old X11, it may cause build failure with recent X, like a PR 39975. * Need rgb.txt, add dependency on x11/rgb for X11_TYPE=modular. And fix path for the file (SUBST.rgb and patch-ac). * Add DESTDIR support. it seems that rules of imake deal spaces after cammna as part of the argument (patch-ac). * Replace IMAKE_MANNEWSUFFIX with IMAKE_MAN_SUFFIX in PLIST. * hard coded errno and sys_errlist is not portable these days (patch-ab) * sort PLIST * regen patches with unfied diff. Bump PKGREVISION.
2008-11-30Update from version 0.14 to version 0.17.seb2-7/+6
Upstream changes: 0.15 7 Nov 2008 * (finally) fix load_with to be a real ro_accessor and only used in _get_objects() 0.16 17 Nov 2008 * pass query if present in *_related() query methods 0.17 25 Nov 2008 * added related_load_with() feature and docs for it and load_with().
2008-11-30Updated graphics/GraphicsMagick to 1.3.2obache1-1/+2
2008-11-30Update GraphicsMagick to 1.3.2.obache2-6/+6
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-29I tested this package with every version of python in pkgsrc, and it workssnj1-3/+1
with all of them. Remove the python21 restriction.
2008-11-29add options framework, and optionalize (default off) the building of thespz2-2/+19
xml statistics server (+bump pkgrev)
2008-11-29Note update of databases/p5-CatalystX-CRUD to version 0.35seb1-1/+2
2008-11-29Update from version 0.31 to version 0.35.seb2-7/+8
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-29Add distinfo for fancy threading patch for new alpine version.jwise1-1/+4
2008-11-29Fix path names in Muttrc (PR 40068). Bump revision.joerg3-3/+45
2008-11-29No more python15 incompatibility, as python15 is gone.snj1-2/+2
2008-11-29Remove one last python15 bit.snj1-2/+2
2008-11-29Remove zope25.snj171-8938/+42
2008-11-29Updated devel/glib2 to 2.18.3nb1jmcneill1-1/+2
2008-11-29From FreeBSD ports: gio/gunixmounts.c: poll the list of mounted filesystemsjmcneill3-7/+154
since we can't rely on checking for mtab updates like other systems. Bump PKGREVISION.
2008-11-29Oops, forgot to commit these. Remove python15 support.snj2-26/+6
2008-11-29Remove python15.snj19-1784/+7
2008-11-29DESTDIR ready.joerg1-1/+3
2008-11-29Note update of net/p5-NetAddr-IP to version 4.018seb1-1/+2
2008-11-29Update from version 4.015 to version 4.018.seb2-6/+6
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-29regenjmcneill1-2/+2
2008-11-29Replaced _PKG_SILENT and _PKG_DEBUG with RUN.rillig2-21/+21
2008-11-29Removed lots of unreachable mirrors.rillig1-41/+10
2008-11-29Note updates of devel/p5-Class-MOP to version 0.71 andseb1-1/+3
devel/p5-Moose to version 0.62
2008-11-29Update from version 0.61 to version 0.62.seb2-7/+8
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-29Update from version 0.70 to version 0.71.seb2-7/+8
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-29One more variable for show-all-gnu-configure.rillig1-1/+2
2008-11-29Fixed the checksum for patch-av. Whenever a patch file contains CVS Ids,rillig1-2/+2
the distinfo must be regenerated _after_ committing the patches.
2008-11-29Added meta-pkgs/gnome-mobile version 2.24.1.90wiz1-1/+2
2008-11-29+ gnome-mobile.wiz1-1/+2
2008-11-29Import gnome-admin-2.24.1.90 as meta-pkgs/gnome-mobile.wiz2-0/+39
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-29Update for GNOME 2.24.2. A few done, quite a few to do.wiz1-20/+60
2008-11-29Update for 2.24.2 -- one TODO, gtk2.wiz1-7/+8
2008-11-29Update for 2.24.2 -- one more todo than before.wiz1-3/+5
2008-11-29Update for 2.24.2 -- nothing to do.wiz1-3/+3
2008-11-29Update for 2.24.2, no changes -- still lots to do here.wiz1-4/+4
2008-11-29Update comment with URL.wiz1-2/+2
2008-11-29Update for GNOME-2.24.2 (complete -- only one package ;) ).wiz1-4/+4
2008-11-29Update for GNOME 2.24.2 -- still many packages need updating.wiz1-4/+4
2008-11-29No changes for 2.24.2, but nothing packaged yet. Update URL.wiz1-3/+3
2008-11-29distinfo fixadam1-1/+3
2008-11-29Needs gtk2>=2.10.0.wiz1-1/+2
2008-11-29Updated mail/wl to 2.14.0nb7obache1-1/+2
2008-11-29Fixes two issuses:obache4-4/+47
* compatibility with flim-1.14.9 (patch-ad) * default icon location (patch-ae), reported in PR 40022. Bump PKGREVISION.
2008-11-28PLIST fix, when aalib option is disabledadam1-2/+2
2008-11-28Updated databases/sqlite3; sysutils/baculaadam1-1/+3
2008-11-28Changes 3.6.6.2:adam2-6/+6
* 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-28Added support for chio(1) to manipulate an autochanger on NetBSDadam3-2/+90
2008-11-28Add a note on how to setup the hal daemon.jmcneill1-4/+8
2008-11-28Update from versio n0.97nb1 to 0.99.he2-7/+7
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.