summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-29update to 2.14.2drochner3-59/+7
changes: -Do not install the translation -Improvemented scrollbars and menus in Redmond -translation updates
2008-05-29update to 2.22.2drochner2-6/+6
changes: translation updates
2008-05-29update to 2.22.2drochner3-7/+67
changes: -Fix the launching of the gnome-keyboard-properties dialog from the access applet -documentation/translation updates
2008-05-29update to 2.22.2drochner2-7/+6
changes: -fix warnings -translation updates
2008-05-29update to 2.22.2.1drochner3-14/+11
changes: -accessibility UI fix -translation updates
2008-05-29remove obsolete esound dependency, ride on update of some minutes agodrochner2-5/+2
2008-05-29update to 2.22.3drochner3-7/+8
changes: -speed up thumbnailing -more UI improvements -bugfixes
2008-05-29update to 2.22.2drochner3-7/+10
changes: -UI fixes -clock applet: Accept Google URI for Google calendars appointments -bugfixes -translation updates
2008-05-29update to 2.22.2drochner2-6/+6
changes: -bugfixes -translation updates
2008-05-29update to 2.22.2drochner2-6/+6
changes: minor code cleanup
2008-05-29update to 2.22.2drochner2-6/+6
changes: -Do not show separators at the beginning/end of a menu, or after another separator, but add an option to show them -bugfixes -layout improvements -translation updates
2008-05-29update to 2.22.2drochner2-6/+6
changes: -bugfixes -translation updates
2008-05-29update to 2.22.2.1drochner2-6/+6
changes: -fix for people running a session without nautilus -translation updates
2008-05-29update to 2.22.2drochner2-6/+6
changes: -location data maintainance -translation updates
2008-05-29update for gnome-2.22.2drochner1-4/+4
2008-05-29update to 2.22.2drochner3-26/+15
changes: -minor UI improvements -bugfixes -portability improvements, in particular for credential passing on local sockets -- unfortunately a bit of the patch I submitted upstream got lost
2008-05-29update to 1.20.3drochner2-7/+6
changes: windows specific only (font aliases and memory leak), the update should be cosmetical for us
2008-05-29Document OWNERabs3-13/+22
2008-05-29Added devel/p5-ExtUtils-Install-1.50abs1-1/+5
Added mail/p5-Email-Valid-Loose 0.05 Updated devel/p5-Array-Compare to 1.15 Updated time/p5-DateTime-Locale to 0.4001
2008-05-29+p5-Email-Valid-Looseabs1-1/+2
2008-05-29Import mail/p5-Email-Valid-Loose 0.05abs3-0/+29
Email::Valid::Loose is a subclass of Email::Valid, which allows . (dot) before @ (at-mark). It is invalid in RFC822, but is commonly used in some of mobile phone addresses in Japan (like docomo.ne.jp or jp-t.ne.jp).
2008-05-29Updated time/p5-DateTime-Locale to 0.4001abs2-6/+9
0.4001 2008-05-19 - Minor changes to get test passing under 5.6.x. 0.40 2008-05-18 * Dropped support for Perl 5.005. - Based on CLDR 1.5.1 - Massive reworking of the locale generation code. We now extract much more information from the CLDR files. See the DateTime::Locale and DateTime::Locale::Base documentation for details on what is available. - Lots of bug fixes in the data. The old generation code was often extracting the draft form of a piece of data as opposed to the current final form. There are also many other data fixes from this new generation code. - One of the notable additions is the inclusion of $locale->format_for(...) and $locale->available_formats(). This gives you access to formatting for various arbitrary patterns like "year and month" or "month and day". Requested by Brian Hirt. - Many of the new features in this release will only be available with DateTime.pm 0.43+, since it requires a version of DateTime.pm which can handle the CLDR date pattern language. - All locale files now include POD with examples of the data they include.
2008-05-29Updated devel/p5-Array-Compare to 1.15abs2-8/+8
* [r28] lib/Array/Compare.pm: Increment version number * [r27] Build.PL: Fix prerequisites * [r26] lib/Array/Compare.pm: Require Perl 5.6 so we can use warnings and our.
2008-05-29+p5-ExtUtils-Installabs1-1/+2
2008-05-29Import devel/p5-ExtUtils-Install-1.50abs3-0/+29
Handles the installing and uninstalling of perl modules, scripts, man pages, etc... Both install() and uninstall() are specific to the way ExtUtils::MakeMaker handles the installation and deinstallation of perl modules. They are not designed as general purpose tools.
2008-05-29Updated sysutils/gvfs to 0.2.3nb2wiz1-1/+2
2008-05-29Remove two more directories. Bump PKGREVISION.wiz2-3/+6
2008-05-29Updated devel/glib2 to 2.16.3nb3wiz1-1/+2
2008-05-29Take ownership of lib/gio/modules directory. Bump PKGREVISION.wiz3-4/+10
2008-05-29Fix typo in comment.wiz1-2/+2
2008-05-29Updated graphics/GraphicsMagick to 1.2.2obache1-1/+2
2008-05-29Update GraphicsMagick to 1.2.2.obache3-147/+150
1.2.2 (May 28, 2008) =================== Bug fixes: * Documentation is now installed according to the conventions established by the configure script. This results in documentation being installed under /usr/local/share/doc/GraphicsMagick by default. * HWB colorspace now works correctly. * Composition with CopyOpacity now produces an image with transparency (as expected). * Composition now preserves the canvas colorspace. * Composition with a displacement map (-displace) no longer leaks an image. * Composition now handles CopyBlack properly for CMYK images. * Alpha composition now works as expected when both pixels involved include transparency. * -gamma multiple channel syntax now works as documented. * PerlMagick: Dissolve composition with Opacity now works correctly. * TIFF: Was accidentially converting CMYK images to RGB. * TIFF: Reject JPEG compression when writing CMYK images. * Should now compile with Visual C++ 2008. * Detects libbz2 and libxml2 and builds properly with them in a MinGW build. Performance improvments: * Exploratory support for OpenMP in the image resize code. Can result in significant performance improvement when significantly reducing the image size on multi-core systems, but little to no improvement when the input and output images are close to the same size. Add --enable-openmp to the configure options to enable using OpenMP. Feature improvements: * Composition now supports CopyCyan, CopyMagenta, CopyYellow, and CopyBlack in order to copy CMYK channels into an image. CMYK copy composition operators automatically set the image colorspace to CMYK so that everything just works.
2008-05-29-openssh-5.0p1taca1-2/+2
+openssl-0.9.8h
2008-05-29fixup several recent entries made by absjnemeth1-6/+6
2008-05-29- stunnel-4.22 (tnn@)schmonz1-2/+1
2008-05-29Updated security/stunnel to 4.24nb1schmonz1-1/+2
2008-05-29Restore PKG_SYSCONFDIR support, lost in the last update. Bump PKGREVISION.schmonz3-2/+18
2008-05-28Updated mail/spamdyke to 3.1.8schmonz1-1/+2
2008-05-28Update to 3.1.8. From the changelog:schmonz6-47/+26
This version fixes a bug with the recipient filters that could allow a clever sender to use a spamdyke-protected server as an open relay. The sequence of commands are not legal SMTP, so the sender would have to know the server was running a vulnerable version of spamdyke to exploit this bug. Thanks to Mirko Buffoni for reporting this one. This version also fixes two problems with the idle timeout filter. The first could cause the connection to be rejected because qmail is slow to respond (which isn't fair). The second was a tricky issue where large messages from fast remote servers could be improperly rejected because the idle timer wasn't being reset. Thanks to Eric Shubert for reporting and helping me fix this one. This version also fixes two compiling problems. The first was a problem in the "configure" script on older Gentoo installations running gcc 3.4.6 that was treating a preprocessor warning as an error. Thanks to Thorsten Puzich for reporting and helping me fix this one. The second was a problem with CentOS 3.8, which doesn't install the OpenSSL headers in the system include folder. Thanks to Bruce Schreiber for reporting this one.
2008-05-28Updated databases/Rose-DB-Object to 0.770abs2-3/+35
Updated databases/p5-DBI to 1.604 Updated databases/p5-Rose-DB to 0.744 Updated devel/Test-Deep to 0.101 Updated devel/Test-Tester to 0.107 Updated devel/p5-AppConfig to 1.66 Updated devel/p5-Carp-Clan to 6.00 Updated devel/p5-Compress-Raw-Zlib to 2.011 Updated devel/p5-Compress-Zlib to 2.011 Updated devel/p5-Data-OptList to 0.103 Updated devel/p5-Devel-Cycle to 1.09 Updated devel/p5-ExtUtils-ParseXS to 2.19 Updated devel/p5-File-HomeDir to 0.69 Updated devel/p5-IO-Compress-Base to 2.011 Updated devel/p5-IO-Compress-Zlib to 2.011 Updated devel/p5-Module-CoreList to 2.15 Updated devel/p5-Module-Install to 0.74 Updated devel/p5-Module-Pluggable to 3.8 Updated devel/p5-Module-ScanDeps to 0.84 Updated devel/p5-PAR-Dist to 0.29 Updated devel/p5-Params-Validate to 0.91 Updated devel/p5-Sub-Exporter to 0.979 Updated devel/p5-Sub-Uplevel to 0.1901 Updated devel/p5-Tree-DAG_Node to 1.06 Updated mail/p5-MIME-Types to 1.24 Updated misc/p5-Locale-Codes to 2.07 Updated sysutils/p5-File-Copy-Recursive to 0.36 Updated texproc/p5-YAML-Syck to 1.04 Updated time/DateTime-Format-Builder to 0.7901 Updated time/p5-DateTime to 0.4302 Updated time/p5-DateTime-TimeZone to 0.77 Updated time/p5-Time-Clock to 0.12 Updated time/p5-Time-HiRes to 1.9715
2008-05-28Updated devel/p5-IO-Compress-Zlib to 2.011abs2-8/+9
2.011 17 May 2008 * IO::Uncompress::Unzip - Print an error message if the zip file contains a member compressed with bzip2 and IO::Uncompress::Bunzip2 is not available. - Could not cope with mixed compression zip files. For example a zip file that contains both STORED and DEFLATED content. [RT #35573] 2.010 5 May 2008 * Fixed problem that meant Perl 5.10 could not upgrade this module. [RT #35343] 2.009 20 April 2008 * IO::Compress::Zip - Added exUnix2 option to allow storing of UID & GID. - When running on a Unix derivative the ExtAttr option now defaults to the equivalent of 0666. For all other systems the default remains 0.
2008-05-28Updated devel/p5-IO-Compress-Zlib to 2.011abs2-8/+9
2.011 17 May 2008 * No Changes 2.010 5 May 2008 * Fixed problem that meant Perl 5.10 could not upgrade this module. [RT #35341] 2.009 20 April 2008 * Minor documentation issue with flush. [rt.cpan.org #31446]
2008-05-28Updated devel/p5-Compress-Zlib to 2.011abs2-8/+9
2.011 17 May 2008 * No Changes 2.010 5 May 2008 * Fixed problem that meant Perl 5.10 could not upgrade this module. [RT #35341] 2.009 20 April 2008 * Minor documentation issue with flush. [rt.cpan.org #31446]
2008-05-28Updated devel/p5-Compress-Raw-Zlib to 2.011abs2-6/+6
2.011 5 May 2008 * A C++-style comment sneaked in with the last update. Fixed. [core patch #33828] 2.010 5 May 2008 * No Changes 2.009 20 April 2008 * No Changes
2008-05-28Updated databases/p5-DBI to 1.604abs2-9/+11
Changes in DBI 1.604 (svn rev 10994) 24th March 2008 Fixed fetchall_arrayref with $max_rows argument broken in 1.603, thanks to Greg Sabino Mullane. Fixed a few harmless compiler warnings on cygwin. Changes in DBI 1.603 Fixed pure-perl fetchall_arrayref with $max_rows argument to not error when fetching after all rows already fetched. (Was fixed for compiled drivers back in DBI 1.31.) Thanks to Mark Overmeer. Fixed C sprintf formats and casts, fixing compiler warnings. Changed dbi_profile() to accept a hash of profiles and apply to all. Changed gofer stream transport to improve error reporting. Changed gofer test timeout to avoid spurious failures on slow systems. Added options to t/85gofer.t so it's more useful for manual testing. Changes in DBI 1.602 (svn rev 10706) 8th February 2008 Fixed potential coredump if stack reallocated while calling back into perl from XS code. Thanks to John Gardiner Myers. Fixed DBI::Util::CacheMemory->new to not clear the cache. Fixed avg in DBI::Profile as_text() thanks to Abe Ingersoll. Fixed DBD::DBM bug in push_names thanks to J M Davitt. Fixed take_imp_data for some platforms thanks to Jeffrey Klein. Fixed docs tie'ing CacheKids (ie LRU cache) thanks to Peter John Edwards. Expanded DBI::DBD docs for driver authors thanks to Martin Evans. Enhanced t/80proxy.t test script. Enhanced t/85gofer.t test script thanks to Stig. Enhanced t/10examp.t test script thanks to David Cantrell. Documented $DBI::stderr as the default value of err for internal errors. Gofer changes: track_recent now also keeps track of N most recent errors. The connect method is now also counted in stats.
2008-05-28Updated databases/p5-Rose-DB to 0.744abs2-7/+10
0.744 (05.28.2008) - John Siracusa <siracusa@gmail.com> * Added fixup() class method call to auto_load_fixups(). (Suggested by Justin Ellison) * Skip the interactive part of the test suite when the AUTOMATED_TESTING environment variable is set. 0.743 (04.02.2008) - John Siracusa <siracusa@gmail.com> * Fixed some warnings and made nice with the CPAN version extractor. 0.742 (04.01.2008) - John Siracusa <siracusa@gmail.com> * Added warning for ancient DBD::mysql versions. * Support for Rose::DB::Object 0.769.
2008-05-28Updated databases/Rose-DB-Object to 0.770abs2-7/+10
0.770 (05.28.2008) - John Siracusa <siracusa@gmail.com> * Added "iterator" method type, similar to "find", to OneToMany and ManyToMany. (Patch by Peter Karman - peknet@gmail.com) * Updated the Loader documentation to describe an important consideration when regenerating modules with make_modules(). * Improved error propagation in relationship methods. (Suggested by Wiggins d'Anconia) * Skip the interactive part of the test suite when the AUTOMATED_TESTING environment variable is set. * Test suite now accounts for versions of DBD::mysql that predate the mysql_is_auto_increment column attribute. 0.769 (04.01.2008) - John Siracusa <siracusa@gmail.com> * Improved the default singular/plural conversion rules in the Convention Manager. (Suggested by David Brownlee) * Added new join type override syntax for the Manager's with_objects and require_objects parameters. * Added column method naming conventions to the Convention Manager. * Added Manager naming conventions to the Convention Manager and exposed more Manager-related defaults in the Metadata and Manager class. (Patch by Bradley C Bailey, modified by John Siracusa) * Column method names are now allowed at the end of compound Manager query parameters (e.g., "a.b.method") * Clarified column/method query parameter documentation. * Postgres tests are not skipped when DBD::Pg version 2.1.x or 2.2.0 is installed. (Bus error for me in t/deep-joins.t)
2008-05-28Updated devel/p5-AppConfig to 1.66abs2-8/+10
#======================================================================== # Version 1.66 Date: 2007/07/06 (Andy Wardley) #======================================================================== * Removed File::HomeDir from the test scripts.
2008-05-28Updated devel/p5-Carp-Clan to 6.00abs2-6/+9
Version 6.00 17.02.2008 + Oops. Fixed version number. '5.10' is less than '5.9'. I thought CPAN would handle this but apparently not.. Version 5.10 10.01.2008 + Removed the circular dependency on Object::Deadly. It was only used for testing and would only succeed if you already had O::D installed.
2008-05-28Updated devel/p5-Data-OptList to 0.103abs2-7/+10
0.103 2007-11-01 require taint-safe Test::Pod 0.102 2006-07-04 improved documentation tweaked some Perl::Critic-offending code