summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26bump revision because of graphics/jpeg updatesno1460-2225/+2935
2009-08-26Added devel/p5-Template-Plugin-ListUtil version 0.02sno2-2/+4
2009-08-26Importing package for p5 module Template::Plugin::ListUtil 0.02sno4-0/+53
This module provides a selection of handy functions for dealing with lists in the Template Toolkit. Most of the functions are adapted from those provided by or documented in List::Util, though note these have been altered in name and function to work better with the template toolkit.
2009-08-26Updated devel/p5-Template-Plugin-VMethods to 0.03nb1sno1-1/+2
2009-08-26Adding fix for bug reported in RT #48990sno3-2/+22
--> http://rt.cpan.org/Ticket/Display.html?id=48990
2009-08-26Note initial addition of p5-Class-XSAccessor version 1.03 asseb1-1/+2
devel/p5-Class-XSAccessor into The NetBSD Packages Collection. The Perl 5 module Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as has_foo() for testing whether the attribute foo is defined in the object. It only works with objects that are implemented as ordinary hashes.
2009-08-26Add & enable p5-Class-XSAccessorseb1-1/+2
2009-08-26Initial import of p5-Class-XSAccessor version 1.03 in the NetBSDseb3-0/+31
Packages Collection. The Perl 5 module Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as has_foo() for testing whether the attribute foo is defined in the object. It only works with objects that are implemented as ordinary hashes.
2009-08-26Updated www/p5-Template-Toolkit to 2.22nb1sno1-1/+2
2009-08-26Adding a bug-fix which supresses same function is installed multiple times.sno1-0/+72
See http://rt.cpan.org/Ticket/Display.html?id=48989 for details.
2009-08-26Updated games/warzone2100 to 2.2.2.hasso1-1/+2
2009-08-26Adding a bug-fix which supresses same function is installed multiple times.sno2-2/+7
See http://rt.cpan.org/Ticket/Display.html?id=48989 for details.
2009-08-26Update to 2.2.2. Upstream changes:hasso3-20/+115
General: - Change: Add the ability of allied players to share sensors (ticket:636, r7900) - Change: Stop rotation when "Continue" is pressed after winning a multiplayer/skirmish game (r7887) - Change: Show when a game was saved in a tooltip on the loading screen. (r7864, ticket:682) - Fix: Cannot display more than one game from lobby. Also fix a lobby display issue. (r7839, ticket:691) - Fix: Various checks and workarounds to make game run more stable (r7836, r7894, r7889, r7883, r7881, r7851, r7847, r7842, r7822, r7910 / ticket:759) - Fix: Crash due to path length overflow (r7916, ticket:738, ticket:765) - Fix: Bug that caused some keyboard shortcuts to be unusable in multiplayer since they were considered cheats (r7856) - Fix: Verify that our "target" is still around before doing fire support with it. (r7910, ticket:759) - Fix: Fix crash length overflow by capping path lengths to max 255 nodes. (r7916, ticket:738) - Fix: Fix a typo, we wanted to display "???" when ping is >=2000 (r7922) - Fix: Fix camera bug in warcam code. Patch by i-NoD (r7924, ticket:757) - Fix: General order/action code cleanup (r7926) - Fix: Fix segfault when trying to read target of droid with no target in aiUpdateStructure (r7928) - Fix: Use _NSIG in the exceptionhandler if available for *BSD compatibility. (r7972, ticket:818) - Fix: Add correct linker flags for openbsd to configure. (r7974, ticket:819) - Fix: Disable locales without translation. (r7969, ticket:813) - Fix: NTW updated to 1.8.7 (r7998 - r8009) - Fix: When babas are burning, we always play the scream now. (r8025, ticket:830) - Fix: Make sure we have a valid color choice for our SP game, when we are coming from a MP game. (r8032) Translations: - Fix: Commit Portuguese translation. (r7943, ticket:783) - Fix: Updated translations (r7880, r7877, r7875, r7871, r7868, r7863, r7861) Graphics: - Fix: Increase video buffer size from 4K to 256K. This fixes playback of videos with a bitrate larger than ~2000kbps. (r7981) - Change: Add a north pointer for the rotating radar. (r8013, ticket:769) Sound: - Fix: Fixes the removal of unused (sound) sources. (r8012, r8026, ticket:770)
2009-08-26Note initial addition of p5-AutoXS-Header version 1.02 asseb1-1/+2
devel/p5-AutoXS-Header into The NetBSD Packages Collection. The Perl 5 module AutoXS::Header a simple container for the newest version of the AutoXS header file AutoXS.h.
2009-08-26Add & enable p5-AutoXS-Headerseb1-1/+2
2009-08-26Initial import of p5-AutoXS-Header version 1.02 in the NetBSDseb3-0/+27
Packages Collection. The Perl 5 module AutoXS::Header a simple container for the newest version of the AutoXS header file AutoXS.h.
2009-08-26Updated graphics/jpeg to 7sno2-3/+3
2009-08-26Updating package graphics/jpeg from version 6bnb4 to 7sno11-1983/+117
pkgsrc changes: - update MASTER_SITES - bump ApI_DEPENDS in buildlink3.mk Upstream changes: - The new features added with version 6bnb4 are now added upstream (except exifautotran and jpegexiforient) Version 7 27-Jun-2009 ---------------------- New scaled DCTs implemented. djpeg now supports scalings N/8 with all N from 1 to 16. cjpeg now supports scalings 8/N with all N from 1 to 16. Scaled DCTs with size larger than 8 are now also used for resolving the common 2x2 chroma subsampling case without additional spatial resampling. Separate spatial resampling for those kind of files is now only necessary for N>8 scaling cases. Furthermore, separate scaled DCT functions are provided for direct resolving of the common asymmetric subsampling cases (2x1 and 1x2) without additional spatial resampling. cjpeg -quality option has been extended for support of separate quality settings for luminance and chrominance (or in general, for every provided quantization table slot). New API function jpeg_default_qtables() and q_scale_factor array in library. Added -nosmooth option to cjpeg, complementary to djpeg. New variable "do_fancy_downsampling" in library, complement to fancy upsampling. Fancy upsampling now uses direct DCT scaling with sizes larger than 8. The old method is not reversible and has been removed. Support arithmetic entropy encoding and decoding. Added files jaricom.c, jcarith.c, jdarith.c. Straighten the file structure: Removed files jidctred.c, jcphuff.c, jchuff.h, jdphuff.c, jdhuff.h. jpegtran has a new "lossless" cropping feature. Implement -perfect option in jpegtran, new API function jtransform_perfect_transform() in transupp. (DP 204_perfect.dpatch) Better error messages for jpegtran fopen failure. (DP 203_jpegtran_errmsg.dpatch) Fix byte order issue with 16bit PPM/PGM files in rdppm.c/wrppm.c: according to Netpbm, the de facto standard implementation of the PNM formats, the most significant byte is first. (DP 203_rdppm.dpatch) Add -raw option to rdjpgcom not to mangle the output. (DP 205_rdjpgcom_raw.dpatch) Make rdjpgcom locale aware. (DP 201_rdjpgcom_locale.dpatch) Add extern "C" to jpeglib.h. This avoids the need to put extern "C" { ... } around #include "jpeglib.h" in your C++ application. Defining the symbol DONT_USE_EXTERN_C in the configuration prevents this. (DP 202_jpeglib.h_c++.dpatch)
2009-08-26Note update of devel/p5-Bit-Vector to version 7.0seb1-1/+2
2009-08-26Update p5-Bit-Vector from version 6.9 to version 7.0.seb2-7/+7
Upstream changes: What's new in version 7.0: -------------------------- + Fixed a bug in "GCD2()" in "BitVector.c" with null-size vectors + Added more test cases for "GCD()" in "t/17_________gcd.t" + Almost completely rewrote "BitVector_Boot()" in "BitVector.c" in order to fix the problem that it calculated an unsigned long to have 33 bits under MacOS X (Darwin), leading to failing tests in "t/28___chunklist.t" + BEWARE that the type "ErrCode", which is part of the inter- face of the C library "BitVector.c", has been changed! + Added more tests and a debugging aid to "t/28___chunklist.t" + Removed the two example files showing how to freeze/thaw "Bit::Vector" objects using "Data::Dumper", because after closer inspection this proved to be a can of worms
2009-08-26Updated sysutils/grun to 0.9.3.snj1-1/+2
2009-08-26Update to 0.9.3. This version kills win32 support, pulls in a bunch ofsnj4-39/+48
patches from Debian, and now uses gtk2. While here, PKG_DESTDIR=user-destdir'ify and use the proper framework for handling configuration files instead of just sticking them in share/grun as they were before.
2009-08-26Note initial addition of p5-MooseX-Attributes-Curried version 0.03seb1-1/+2
as devel/p5-MooseX-Attributes-Curried into The NetBSD Packages Collection. The Perl 5 module MooseX::Attributes::Curried lets you define curried versions of "has" in Moose. If many of your attributes share the same options, especially across multiple classes, then you can refactor those options away into a curried has.
2009-08-26Add & enable p5-MooseX-Attributes-Curriedseb1-1/+2
2009-08-26Initial import of p5-MooseX-Attributes-Curried version 0.03 in theseb3-0/+32
NetBSD Packages Collection. The Perl 5 module MooseX::Attributes::Curried lets you define curried versions of "has" in Moose. If many of your attributes share the same options, especially across multiple classes, then you can refactor those options away into a curried has.
2009-08-26- Adding a minimum required version of devel/p5-Clone (is checked in source)sno1-3/+4
- Correcting license
2009-08-26Note update of the "squirrelmail" package to version 1.4.20rc2.tron1-1/+2
2009-08-26Note update of the "libxml2" package to version 2.7.3nb1.tron1-1/+2
2009-08-26Update "squirremail" package to version 1.4.20rc2. Changes since 1.4.19:tron3-14/+10
- Protect message deletion with security token system. (Secunia Advisory SA346) - Removed the shut down DSBL blocklists (#2796734). - Fixed broken RFC1918 reference in contrib/.htaccess and doc/.htaccess (#2798839). - Updated INSTALL doc to remove possible bad system admin typos (#2827153). - PHP 5.3 deprecates ereg functions (#2820952). - Filters plugin uses badly formatted literals request (#2805201). - Provide option for complete removal of usernames and user IP addresses from message headers, and remove personal data from Message ID seed. (#880029/847107) - Implemented page referal verification mechanism. (Secunia Advisory SA34627) - Implemented security token system. (Secunia Advisory SA34627) Approved by Martti Kuparinen.
2009-08-26Updated x11/xcb-util to 0.3.6wiz2-3/+3
2009-08-26Update to 0.3.6:wiz2-6/+6
Arnaud Fontaine (5): icccm: use xcb_gravity_t when possible and cosmetic changes Check for ssize_t in configure for xcb-util-common.h event: update to libxcb 1.4 event: fix compiler warning due to missing include for memset Bump version to 0.3.6 Julien Danjou (4): icccm: fix atoms_len with new libxcb xcb-property: fix bad comment icccm: typo fix icccm: add xcb_get_wm_protocols_from_reply Mikhail Gusarov (1): Typo in configure.ac
2009-08-26Updated x11/resourceproto to 1.1.0wiz2-3/+3
2009-08-26Update to 1.1.0:wiz2-6/+6
Nothing exciting, only packaging changes. Alan Coopersmith (1): renamed: .cvsignore -> .gitignore James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Replace static ChangeLog with dist-hook to generate from git log Paulo Cesar Pereira de Andrade (1): Janitor: Correct make distcheck and dont distribute autogen.sh Peter Hutterer (2): Remove RCS tags. resourceproto 1.1.0
2009-08-26Updated x11/libXScrnSaver to 1.2.0wiz2-3/+3
2009-08-26Update to 1.2.0:wiz3-7/+11
A few long-waiting packaging fixes, one man page fix. The screensaver.h header file was moved from the scrnsaverproto module to here, clients should not be affected though.
2009-08-26Updated x11/scrnsaverproto to 1.2.0wiz2-3/+3
2009-08-26Update to 1.2.0:wiz3-8/+7
Packaging-only update, no changes to the protocol itself since version 1.1.0. Notably is the removal of the scrnsaver.h header which was moved to the libXScrnSaver module.
2009-08-26+ enca-1.10, f-spot-0.6.1.0, ghostscript-8.70, gtranslator-1.9.6,wiz1-10/+22
kmymoney2-1.0, libXScrnSaver-1.2.0, libgda-4.0.3 [GNOME 2.26], librep-0.90.2, libsigc++-2.2.4, mp3diags-0.99.05.032, mysql5-client-5.0.85, mysql5-server-5.0.85, py-gtk2-2.16.0, resourceproto-1.1.0, rhythmbox-0.12.4, scrnsaverproto-1.2.0, t-prot-2.7, transcode-1.1.4, xcb-util-0.3.6, xextproto-7.1.1 xf86-video-intel-2.8.1.
2009-08-26Updated devel/doxygen to 1.6.1wiz1-1/+2
2009-08-26Update to 1.6.1:wiz2-6/+6
A couple of issues found in the previous release were fixed.
2009-08-26Updated devel/rt-mysql to 2.0.15nb7hasso1-1/+3
Updated devel/rt-pgsql to 2.0.15nb7
2009-08-26Fix PLIST and bump PKGREVISION.hasso3-5/+12
2009-08-26Needs msgfmt.hasso1-2/+2
2009-08-26Needs msgfmt and pkg-config. Add workaround for a problem which is probablyhasso1-1/+20
a bug in cmake.
2009-08-26Add patch to fix the security vulnerabilites reported in CVE-2009-2414tron3-2/+166
and CVE-2009-2416. The patch was taken from the latest Fedora 11 "libxml2" source RPM.
2009-08-26The patches are gone, garbage collect the hashes too.dsainty1-3/+1
2009-08-26Note update of devel/p5-Module-CoreList to version 2.18seb1-1/+2
2009-08-26Update p5-Module-CoreList from version 0.17 to version 0.18.seb2-6/+6
Upstream changes: 2.18 Mon Aug 24 2009 - Update for perl 5.10.1 - Remove %patchlevel hash (now that perl uses git and not perforce) - Add %upstream and %bug_tracker data (Nicholas Clark)
2009-08-26Note update of devel/p5-local-lib to version 1.4.5seb1-1/+2
2009-08-26Update from version 1.4.4 (upstream 1.004004) to version 1.4.5 (upstreamseb2-7/+7
1.004005). Upstream changes: 1.004005 2009-08-23 - Add the --no-manpages option to bootstraping to tell EUMM / MB to not generate manpages from POD. Thanks to RKITOVER for providing the necessary values for CPAN.pm's configuration.