summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-02-16fix some C-long vs. C#-long mismatches (on 32-bit systems) indrochner5-3/+110
libgphoto glue code, makes photo import directly from the camera work better for me
2010-02-16these don't need "fam" directly (but still through glib2)drochner2-4/+2
2010-02-16Updated devel/p5-MooseX-Method-Signatures to 0.30sno1-1/+2
2010-02-16Updating devel/p5-MooseX-Method-Signatures from 0.29 to 0.30sno2-8/+8
pkgsrc changes: - Adjust dependency to MooseX::Types::Structured Upstream changes: 0.30 Thu, 04 Feb 2010 02:41:36 +0100 * Make Any instead of Defined the default type constraint. * Add tests for coercing optional named parameters (Cory Watson). + Make those tests pass by depending on MooseX::Types::Structured 0.20. * Make sure Text::Balanced doesn't screw up our data.
2010-02-16Updated devel/p5-MooseX-Types-Structured to 0.20sno1-1/+2
2010-02-16Updating devel/p5-MooseX-Types-Structured from 0.19 to 0.20sno2-10/+9
pkgsrc changes: - Using now available wanted module type Upstream changes: 0.20 04 February 2010 - Add a new Map type. (Ricardo SIGNES) - Properly handle Optional[] types within Tuples and Dicts. (Florian Ragwitz)
2010-02-16Updated devel/p5-MooseX-ClassAttribute to 0.13sno1-1/+2
2010-02-16Updating devel/p5-MooseX-ClassAttribute from 0.10nb1 to 0.13sno2-10/+11
pkgsrc changes: - Adjust dependencies Upstream changes: 0.13 2010-02-11 - Fixed tests that failed if you had an older version of MooseX::AttributeHelpers installed. 0.12 2010-02-10 - Fixed so that applying a role with class attributes to an instance works with Moose 0.98. 0.11 2010-02-09 - Roles can now have class attributes, which will be fully initialized when the role is applied to a class. - Many modules have been renamed from MooseX::ClassAttribute::Role::Meta::* to MooseX::ClassAttribute::Trait::*. - Deprecated the get_class_attribute_map method. - Added a version number to every .pm file.
2010-02-16Updated security/caff to 1.1.3wiz2-3/+3
2010-02-16Update to 1.1.3:wiz2-6/+6
* keylookup: + Fixed typo noticed by lintian in manpage keylookup.1. * caff: + Set the Sender header with the email address which is used for the From header. This overrides the default value which was set by the MIME::Entity Perl module based on the local hostname. (Closes: #556782)
2010-02-16Updated devel/bzr to 2.0.3wiz2-3/+3
2010-02-16Update to 2.0.3:wiz3-8/+9
bzr 2.0.3 ######### :Codename: little italy :2.0.3: 2009-12-14 The third stable release of Bazaar has a small handful of bugfixes. As expected, this has no internal or external compatibility changes versus 2.0.2 (or 2.0.0). Bug Fixes ********* * ``bzr push --use-existing-dir`` no longer crashes if the directory exists but contains an invalid ``.bzr`` directory. (Andrew Bennetts, #423563) * Content filters are now applied correctly after pull, merge and switch. (Ian Clatworthy, #385879) * Fix a potential segfault in the groupcompress hash map handling code. When inserting new entries, if the final hash bucket was empty, we could end up trying to access if ``(last_entry+1)->ptr == NULL``. (John Arbash Meinel, #490228) * Improve "Binary files differ" hunk handling. (Aaron Bentley, #436325) bzr 2.0.2 ######### :Codename: after the scare :2.0.2: 2009-11-02 The second in our "let's keep the stable bugfixes flowing" series. As expected this has a few (~9) bugfixes relative to 2.0.1, and no major api changes or features. Bug Fixes ********* * Avoid "NoneType has no attribute st_mode" error when files disappear from a directory while it's being read. (Martin Pool, #446033) * Content filters are now applied correctly after revert. (Ian Clatworthy) * Diff parsing handles "Binary files differ" hunks. (Aaron Bentley, #436325) * Fetching from stacked pre-2a repository via a smart server no longer fails intermittently with "second push failed to complete". (Andrew Bennetts, #437626) * Fix typos left after test_selftest refactoring. (Vincent Ladeuil, Matt Nordhoff, #461149) * Fixed ``ObjectNotLocked`` errors during ``bzr log -r NNN somefile``. (Andrew Bennetts, #445171) * PreviewTree file names are not limited by the encoding of the temp directory's filesystem. (Aaron Bentley, #436794) Improvements ************ * ``bzr log`` now read-locks branches exactly once, so makes better use of data caches. (Andrew Bennetts) Documentation ************* * Filtered views user documentation upgraded to refer to format 2a instead of pre-2.0 formats. (Ian Clatworthy)
2010-02-16+ bouml-4.18.2, libssh-0.4.1, modular-xorg-server-1.7.5, openoffice3-3.2,wiz1-8/+11
puzzles-8865, qt4-libs-4.6.2, rasqal-0.9.19, t-prot-2.15, xapian-1.0.18, xapian-omega-1.0.18.
2010-02-16Updated devel/p5-Moose to 0.98sno1-1/+2
2010-02-16Updating devel/p5-Moose from 0.96 to 0.98sno2-6/+6
Upstream changes: 0.98 Wed, Feb 10, 2010 [BUG FIXES] * An internals change in 0.97 broke role application to an instance in some cases. The bug occurred when two different roles were applied to different instances of the same class. (Rafael Kitover) 0.97 Tue, Feb 9, 2010 [BUG FIXES] * Calling ->reinitialize on a cached anonymous class destroyed the cache, causing the class to go out of scope unexpectedly. This could easily happen at a distance by applying a metarole to an anonymous class. (Dave Rolsky).
2010-02-16Updated devel/p5-Mixin-Linewise to 0.003sno1-1/+2
2010-02-16Updating devel/p5-Mixin-Linewise from 0.002 to 0.003sno2-11/+15
pkgsrc changes: - Adjust dependencies - Add license definition - Add module type Upstream changes: 0.003 2010-02-14 add Test::More prereq
2010-02-16Updated devel/libidn to 1.18wiz1-1/+2
2010-02-16Update to 1.18:wiz2-6/+6
* Version 1.18 (released 2010-02-15) [stable] ** libidn: Put forgotten symbols under old namespace. Reverts one unnecessary change introduced in 1.17. Suggested by Marco d'Itri <md@linux.it>.
2010-02-16Updated devel/p5-Hash-Merge to 0.12sno1-1/+2
2010-02-16Updating devel/p5-Hash-Merge from 0.11 to 0.12sno2-6/+9
pkgsrc changes: - Adjust module file permission Upstream changes: 0.12 Mon Feb 15 19:23:52 CST 2010 Thanks to MONS for addressing these: - rt 39183 fallback to Clone::PP if needed/possible - rt 43056 OO support for more sane behavior non-trampling This version is a cleaned up version of MONS' patch in rt 43056 plus: Added tests for OO behavior. Cleaned up POD a little perltidy
2010-02-16+ complain if LICENSE definition is missingwiz1-1/+2
2010-02-16Updated devel/p5-Hash-Case to 1.010sno1-1/+2
2010-02-16Updating devel/p5-Hash-Case from 1.006nb1 to 1.010sno2-10/+13
pkgsrc changes: - Add license definition - Reduce to one homepage - Adjust dependencies Upstream changes: version 1.01: Mon Feb 15 10:21:42 CET 2010 Fixes: - do not use /bin/pwd in t/pod.t Improvements: - use Log::Report for error handling.
2010-02-16Added devel/p5-Log-Report version 0.26sno1-1/+2
2010-02-16Mention amarok changes.wiz1-1/+3
2010-02-16Added devel/p5-Log-Report version 0.26sno1-1/+2
2010-02-16Importing devel/p5-Log-Report version 0.26 as dependency of scheduledsno3-0/+36
update of devel/p5-Hash-Case to 1.01{0}. Handling messages to users can be a hassle, certainly when the same module is used for command-line and in a graphical interfaces, and has to cope with internationalization at the same time; this set of modules tries to simplify this. Log::Report combines gettext features with Log::Dispatch-like features. However, this module can be used to do only translations or only message dispatching.
2010-02-16Remove outdated comment.wiz1-2/+1
2010-02-16Describe new amarok options.wiz1-0/+3
2010-02-16Drop maintainership.wiz1-2/+2
2010-02-16Be explicit about KDE3/KDE4.wiz2-2/+4
2010-02-16Update to 2.2.2nb3 from wip, packaged by myself.wiz9-1188/+999
This is the KDE4 version of amarok, lots of changes. Try it out!
2010-02-16+ amarok-kde3wiz1-1/+2
2010-02-16Reimport amarok as amarok-kde3.wiz9-0/+1315
2010-02-16Add .include "../../sysutils/desktop-file-utils/desktopdb.mk"wiz1-2/+3
Bump PKGREVISION.
2010-02-16Fix path to itself.wiz1-2/+2
2010-02-16Added audio/libifp version 1.0.0.2wiz1-1/+2
2010-02-16+ libifp.wiz1-1/+2
2010-02-16Initial import of libifp-1.0.0.2:wiz5-0/+50
libifp is a general-purpose library-driver for iRiver's iFP (flash-based) portable audio players. This driver has been reported to work with models iFP1xx, 3xx, 5xx, 7xx, 8xx, 9xx and N10.
2010-02-16Updated devel/p5-PPI to 1.210sno1-1/+2
2010-02-16Updating devel/p5-PPI from 1.208 to 1.210sno2-9/+11
pkgsrc changes: - Update dependencies - Adjust module type Upstream changes: 1.210 Mon 15 Feb 2010 Summary: - Packaging fixes Details: - No functional changes - Upgrading to Module::Install 0.93 - Added missing test_requires dependency for Class::Inspector 1.209 Sat 6 Feb 2010 Summary: - Small optimisation release Details: - No functional changes - Upgrading to Module::Install 0.92 - Moved the Test::ClassAPI test to only run during RELEASE_TESTING to reduce the dependency load (and occasionally Test::ClassAPI seems to FAIL on CPAN Testers.
2010-02-16Add lang-bs, lang-hr, lang-sl and lang-tl used by typolight*-translations.taca1-0/+4
2010-02-16note update of cad/mcalc to version1.6dmcmahill1-1/+2
2010-02-16Update to mcalc-1.6. This is a minor typo-fix release. Fixes a typodmcmahill3-7/+10
and also adds a pointer to wcalc which is a more full featured upgrade too.
2010-02-16Note update of databases/ruby-activeldap package to 1.2.1nb1.taca1-1/+2
2010-02-16Distfile has changed with the same file name.taca2-8/+9
It changes some Ruby gem dependency only. Introduce DIST_SUBDIR and update dependency of this package. Should be fix PR pkg/42819 by Robert Elz.
2010-02-16Note update of devel/ruby-gettext-activerecord package to 2.1.0nb1.taca1-1/+2
2010-02-16Stop executing test. Some of tests depends on specific system locale.taca3-2/+24
Bump PKGREVISION.
2010-02-16use USE_FEATURES for requirement of inet6 support instead of irregularobache1-5/+2
usage of PKG_OPTIONS, as reported by PR#42822.