Commit graph

147260 commits

Author SHA1 Message Date
sno
ae239f2d77 bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
wiz
6d186de369 One HOMEPAGE should be plenty. 2009-08-26 20:22:49 +00:00
sno
2e84c0a7cb bump revision because of graphics/jpeg update 2009-08-26 20:19:17 +00:00
sno
e12cf9a446 Added devel/p5-Template-Plugin-HashMerge version 0.01 2009-08-26 20:17:09 +00:00
sno
ce42fe8cd0 Importing package for TT2 plugin Template::Plugin::HashMerge 0.01
Template::Toolkit plugin HashMerge provides the Hash::Merge functions merge
and set_behaviour to be used within templates.

This can be useful in all cases a template works directly on data - e.g. when
processing results from a query using Template::DBI and join the result with
results from derived queries.
2009-08-26 20:15:50 +00:00
sno
fa83bbccf8 Added devel/p5-Template-Plugin-ListMoreUtils version 0.01 2009-08-26 20:09:39 +00:00
seb
d0a6b86587 Note update of devel/p5-Class-Accessor-Grouped to version 0.09000 2009-08-26 20:05:43 +00:00
seb
2f097fe852 Update p5-Class-Accessor-Grouped from version 0.08003 to version 0.09000.
Pkgsrc changes:
- Adjust dependencies
- Canonical CPAN directory as MASTER_SITES
- Set LICENSE

Upstream changes:
0.09000 Sun Aug 23 20:08:09 2009
    - release

0.08999_01 Tue July 7 22:06:21 2009
    - Make _mk_group_accessors name the closures installed for Moose compat
    - Use Class::XSAccessor if available RT#45577 (Andy Grundman)
2009-08-26 20:05:29 +00:00
sno
856249f255 Importing package for TT2 plugin Template::Plugin::ListMoreUtils 0.01
This module provides an Template::Toolkit interface to Tassilo von Parseval's
List::MoreUtils. It extends the built-in functions dealing with lists as well
as Template::Plugin::ListUtil.
2009-08-26 20:02:55 +00:00
sno
52b77403c8 fix typo in dependencies 2009-08-26 19:59:49 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
sno
9349aff793 Added devel/p5-Template-Plugin-ListUtil version 0.02 2009-08-26 19:53:10 +00:00
sno
a6ce07ba94 Importing package for p5 module Template::Plugin::ListUtil 0.02
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-26 19:51:32 +00:00
sno
d1591fbfcc Updated devel/p5-Template-Plugin-VMethods to 0.03nb1 2009-08-26 19:43:08 +00:00
sno
1f1768ac7e Adding fix for bug reported in RT #48990
--> http://rt.cpan.org/Ticket/Display.html?id=48990
2009-08-26 19:42:56 +00:00
seb
57447ff262 Note initial addition of p5-Class-XSAccessor version 1.03 as
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-26 18:11:12 +00:00
seb
b1f7f3e98c Add & enable p5-Class-XSAccessor 2009-08-26 18:10:52 +00:00
seb
1b37cdbbb8 Initial import of p5-Class-XSAccessor version 1.03 in 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-26 18:10:17 +00:00
sno
00f79412b0 Updated www/p5-Template-Toolkit to 2.22nb1 2009-08-26 17:39:15 +00:00
sno
4b52eff706 Adding a bug-fix which supresses same function is installed multiple times.
See http://rt.cpan.org/Ticket/Display.html?id=48989 for details.
2009-08-26 17:39:01 +00:00
hasso
4977301b2d Updated games/warzone2100 to 2.2.2. 2009-08-26 17:37:55 +00:00
sno
8a86ad1cca Adding a bug-fix which supresses same function is installed multiple times.
See http://rt.cpan.org/Ticket/Display.html?id=48989 for details.
2009-08-26 17:36:53 +00:00
hasso
3bc05d5ff7 Update to 2.2.2. Upstream changes:
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-26 17:36:45 +00:00
seb
bc22653099 Note initial addition of p5-AutoXS-Header version 1.02 as
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-26 17:24:14 +00:00
seb
a2f7d4e0ff Add & enable p5-AutoXS-Header 2009-08-26 17:23:51 +00:00
seb
a6c5756064 Initial import of p5-AutoXS-Header version 1.02 in 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-26 17:23:30 +00:00
sno
46260b8ca0 Updated graphics/jpeg to 7 2009-08-26 16:51:00 +00:00
sno
a65214fa58 Updating package graphics/jpeg from version 6bnb4 to 7
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-26 16:50:46 +00:00
seb
172aa789af Note update of devel/p5-Bit-Vector to version 7.0 2009-08-26 16:03:45 +00:00
seb
cf2b183f7d Update p5-Bit-Vector from version 6.9 to version 7.0.
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-26 16:03:32 +00:00
snj
5b0b89bb3a Updated sysutils/grun to 0.9.3. 2009-08-26 15:56:03 +00:00
snj
ceeff01671 Update to 0.9.3. This version kills win32 support, pulls in a bunch of
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-26 15:55:14 +00:00
seb
bf51dbd8d6 Note initial addition of p5-MooseX-Attributes-Curried version 0.03
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-26 15:30:35 +00:00
seb
bd6654b0cb Add & enable p5-MooseX-Attributes-Curried 2009-08-26 15:29:56 +00:00
seb
38790dc341 Initial import of p5-MooseX-Attributes-Curried version 0.03 in 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-26 15:29:32 +00:00
sno
889aac30fd - Adding a minimum required version of devel/p5-Clone (is checked in source)
- Correcting license
2009-08-26 13:21:46 +00:00
tron
4c8d4af166 Note update of the "squirrelmail" package to version 1.4.20rc2. 2009-08-26 12:47:53 +00:00
tron
6cd752a1d3 Note update of the "libxml2" package to version 2.7.3nb1. 2009-08-26 12:47:42 +00:00
tron
45ca7b83f8 Update "squirremail" package to version 1.4.20rc2. Changes since 1.4.19:
- 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-26 12:47:17 +00:00
wiz
696b3a9c7f Updated x11/xcb-util to 0.3.6 2009-08-26 12:17:38 +00:00
wiz
4ff17260b7 Update to 0.3.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-26 12:17:28 +00:00
wiz
7d43467540 Updated x11/resourceproto to 1.1.0 2009-08-26 12:06:11 +00:00
wiz
88cb7cb684 Update to 1.1.0:
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-26 12:06:01 +00:00
wiz
53461678a6 Updated x11/libXScrnSaver to 1.2.0 2009-08-26 11:54:57 +00:00
wiz
75488c4e59 Update to 1.2.0:
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-26 11:54:46 +00:00
wiz
d0faac6a96 Updated x11/scrnsaverproto to 1.2.0 2009-08-26 11:54:12 +00:00
wiz
330a826495 Update to 1.2.0:
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 11:53:59 +00:00
wiz
10b33f4d5c + enca-1.10, f-spot-0.6.1.0, ghostscript-8.70, gtranslator-1.9.6,
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-26 11:49:57 +00:00
wiz
b0facb0452 Updated devel/doxygen to 1.6.1 2009-08-26 11:48:34 +00:00
wiz
b6996bef67 Update to 1.6.1:
A couple of issues found in the previous release were fixed.
2009-08-26 11:48:24 +00:00