Commit graph

125379 commits

Author SHA1 Message Date
wiz
82aec00c31 Update to 0.28:
0.27, 0.28 not described.

Revision 0.26  2007-10-15 04:52:42  ray
Made a change in CLONE_KEY to the way Clone stores refs in the ref hash.
Perl no longer uses the SvANY part of the SV struct in the same way which
meams the old way of storing the hash key is no longer unique.
Thanks to Slaven Rezic for the patch.

Revision 0.25  2007-07-25 03:41:04  ray
Latest patch from Ruslan Zakirov. Patched another memory leak.

Revision 0.24  2007-07-25 03:33:57  ray
Bug fix for 5.9.*, for some reason the 'visible' logic is no longer working.
I #if 'ed it out until I figure out what is going on.
Also removed an old redundant CLONE_STORE, could have been the cause of some
memory leaks.
2008-04-23 20:14:42 +00:00
wiz
cfa63e3595 Updated devel/p5-Class-ReturnValue to 0.55 2008-04-23 20:13:02 +00:00
wiz
3b06939a47 Update to 0.55:
0.55 Mon Aug 20 16:37:48 EDT 2007
    - FIXED:[rt.cpan.org #28852] t/basic.t fails on Win32 due to the path separator issue. Thanks to ISHIGAKI

 0.54 Mon Aug 13 17:18:51 EDT 2007
    - Ditched Test::Inline like a lead brick.
2008-04-23 20:12:51 +00:00
wiz
f1dc4da864 Updated devel/p5-File-Flat to 1.04 2008-04-23 20:03:29 +00:00
wiz
10e791e274 Update to 1.04:
1.04 Mon 24 Mar 2008
	- Removing dependency on File::Slurp

1.03 Sat  1 Mar 2008
	- Incremental release to clear out some CPAN Testers failures
	- No need to upgrade

1.02 Tue 11 Dec 2007
	- Cygwin is clearly insane, skip root and win32 test sets
	- More aggressive dependencies, particularly on Win32

1.01 Tue 11 Dec 2007
	- No functional changes
	- Correcting dependency
	- Updating to Module::Install 0.68
	- Updating bundled tests
2008-04-23 20:03:17 +00:00
wiz
17aba3b62c Updated devel/p5-File-Slurp to 9999.13 2008-04-23 19:55:23 +00:00
wiz
6b16694e0b Update to 9999.13:
9999.13   Wed Jan 23 22:54:03 CDT 2008
        - This is a "get the tests passing" release by Dave Rolsky
	- Fixes the tests to pass with the latest Test::More
        - Also shuts up warnings from some tests about redefining SEEK_SET.
2008-04-23 19:55:12 +00:00
wiz
38c7fec60a Updated devel/p5-prefork to 1.02 2008-04-23 19:53:59 +00:00
wiz
72d9453843 Update to 1.02:
1.02 Fri 23 Nov 2007
	- Upgrading to Module::Install 0.68
2008-04-23 19:53:46 +00:00
wiz
1259ad201d Updated sysutils/p5-File-Remove to 1.40 2008-04-23 19:52:44 +00:00
wiz
f536045004 Update to 1.40:
1.40 Sat 23 Feb 2008
	- Dev release looks good, changing to production release

1.39_01 Wed 20 Feb 2008 (Adam Kennedy)
	- Fixed rt.cpan.org #30251 "removing dirs enclosed by curly braces"
	- remove now ignores globbing if -e is true BEFORE globbing
	  (This should fix numerous possible failures where people are trying
	   delete strangely named files, but globbing is kicking in and
	   expanding the names incorrectly)
	- Moving to a production-grade version to indicate module stability
	- Adding explicit 5.005 dependency
	  (Primarily for the benefit of automated quality/anaylsis tools)
2008-04-23 19:52:32 +00:00
wiz
60a58890b3 Updated devel/p5-Params-Util to 0.31 2008-04-23 19:51:13 +00:00
wiz
e9a68e973a Update to 0.31:
0.31 Wed 14 Nov 2007
	- Upgrading to Module::Install 0.68

0.30 Mon 22 Oct 2007
	- Incremental release to get a newer and non-broken version of the
	  author-only tests.

0.29 Thu 23 Aug 2007
	- Correcting a test which only ran under AUTOMATED_TESTING,
	  apparently my release automation isn't doing what I think
	  it is doing.

0.28 Sat 18 Aug 2007
	- Dropping the Perl version requirement in 01_compile.t to 5.004

0.27 Sat 18 Aug 2007
	- Skipping one particularly evil test that we know fails on a few OS
	  unless AUTOMATED_TESTING is enabled.
	  These failures weren't worth preventing installation at all.

0.26 Fri 27 Jul 2007
	- Adding the _NONNEGINT function
2008-04-23 19:51:01 +00:00
wiz
52b79250fb Updated devel/p5-Class-Inspector to 1.22 2008-04-23 19:49:37 +00:00
wiz
198cbdaec4 Update to 1.22:
1.22 Sat 1 Mar 2008
	- 1.21_01 tested ok, moving to production version
	- No changes

1.21_01 Tue 12 Feb 2008
	- Adding experimental support for utf8 methods
	  (as per http://rt.cpan.org/Public/Bug/Display.html?id=28796)

1.20 Tue 12 Feb 2008
	- CPAN Testers results look good for 1.19_01,
	  converting to a production release.

1.19_01 Mon 11 Feb 2008
	- Bug fix to adapt to changes to File::Spec

1.18 Thu  8 Nov 2007
	- Incremental release, no functional changes
	- Updated to Module::Install 0.68
	  (This brings META.yml to the current version)
	- Updated versions of the automated tests that
	  were causing CPAN Testers failures.
2008-04-23 19:49:26 +00:00
wiz
967ccbdbe3 Updated databases/p5-DBIx-DBSchema to 0.36 2008-04-23 19:48:02 +00:00
wiz
9bd84ed404 Update to 0.36:
0.36 Thu Dec 13 17:49:35 PST 2007
        - Patch from ISHIGAKI@cpan.org to suppress unnecessary warnings about
          undefined local_options, thanks!
        - fix bug preventing adding new columns as primary keys under Pg

0.35 Mon Oct 29 18:58:36 PDT 2007
        - Fix minor breakage (pretty_print) resulting from Jesse's changes.
	- Update mysql driver to handle BIGSERIAL columns
	- Update Column.pm, move all mysql and Pg-specific code to DBD driver
	  callbacks
	- Update Table.pm, add local_options
	- Fix mysql NULL reverse-engineering and updating code

0.34 Sun Aug 19 10:08:51 PDT 2007
        - More work on update schema from Slaven Rezic <srezic@cpan.org>,
          thanks!
          + implement table dropping (closes: CPAN#27936)
          + implement column dropping (closes: CPAN#27896)
        - Fix to quiet warnings from internal use of old API from Jesse Vincent
          <jesse+cpan@fsck.com>, thanks! (closes: CPAN#27958)
        - Make table dropping optional, not the default.

0.33 Thu Jun 28 18:46:15 PDT 2007
        - Overhaul of index representation: indices (both normal and unique)
          now have names and are DBIx::DBSchema::Index objects
        - update_schema now handles indices!
        - Bump version numbers in Table.pm, Column.pm and DBD.pm
        - Pg reverse-engineering fix for column order in multi-column indices,
          to prevent needless drop/add of identical indices
        - mysql reverse-engineering patch from Brian Phillips
          <bphillips@cpan.org>, closes: CPAN#17582, thanks!
        - mysql NAME vs NAME_lc patch from Ralf Hack <ralf@beetlecraft.net>,
          closes: CPAN#16715, thanks!
        - mysql fix for additional column data from Chris Mungall
          <cjm@fruitfly.org>, closes: CPAN#20859, thanks!
        - SQLite SERIAL patch from IN SUK JOUNG <i.joung@gmail.com>, and fix
          for mis-application of said patch from Slaven Rezic
          <srezic@cpan.org>, thanks!
        - Update README wrt current CVS info and URL, closes: CPAN#27577

0.32 Wed Apr 18 15:02:25 PDT 2007
	- increment the version numbers in Column.pm and Table.pm and the
	  "use" statements accordingly
	- Error reporting for load constructor
	- Update documentation wrt supported databases and new update_schema
	  stuff
	- Fixes for dropping nullability on old Pg (<= 7.2)
        - Fixes for adding nullability on old Pg (<= 7.3)
        - Throw a warning if pg_server_version is unavailable, assume >= 7.3
        - fix POD error in DBSchema::DBD::SQLite that confused pod2man and
          prevented the documentation from being installed.  Patch from Niko
          Tyni <ntyni@iki.fi>, thanks!
2008-04-23 19:47:50 +00:00
wiz
e497f88496 + gnome-sharp-2.20.1, gtk-sharp-2.12.1, swfdec-0.6.6.
- amarok-1.4.9.1, dvd+rw-tools-7.1, p5-MailTools-2.03.
2008-04-23 19:38:52 +00:00
tnn
4676cc51f9 Updated x11/xf86-video-intel to 2.3.0 2008-04-23 19:02:30 +00:00
tnn
48069f7773 Update to xf86-video-intel-2.3.0.
As usual, a very long ChangeLog[1], which I won't copy here. In brief:
- new Intel Mobile graphics chipset support
- XvMC for 915/945
[1]
2.3.0:
http://lists.freedesktop.org/archives/intel-gfx/2008-April/000088.html
2.2.99.903:
http://lists.freedesktop.org/archives/intel-gfx/2008-April/000075.html
2.2.99.902:
http://lists.freedesktop.org/archives/intel-gfx/2008-March/000029.html
2.2.99.901:
http://lists.freedesktop.org/archives/intel-gfx/2008-March/000012.html
2008-04-23 19:00:46 +00:00
xtraeme
9890839a15 Provide a buildlink3 for the upcoming compiz-fusion pkgs. 2008-04-23 18:34:52 +00:00
wiz
a43de0a205 Updated audio/amarok to 1.4.9.1 2008-04-23 18:23:51 +00:00
wiz
211b1ccd76 Update to 1.4.9.1:
VERSION 1.4.9
  BUGFIXES:
    * The last.fm dialog did not always properly disable options when the
      username was not entered.
    * Fix Amazon Cover fetching by using their new web service api.
    * Don't insert items into Dynamic Mode that don't exist.
    * If unavailable tracks are in the Playlist and random mode is on, don't
      stop those tracks if selected; continue with available tracks.
2008-04-23 18:23:33 +00:00
xtraeme
4f5be59914 Updated wm/compiz to 0.6.2 2008-04-23 18:18:37 +00:00
xtraeme
4918c8ea57 Update to 0.6.2:
Release 0.6.2 (2007-10-18 Danny Baumann <dannybaumann@web.de>)
==============================================================
Stable release.

Support for automatically starting one decorator per screen.

Various stacking problem fixes.

Fixes for various focus issues.

Minor other bug fixes.

Release 0.6.0 (2007-10-01 Danny Baumann <dannybaumann@web.de>)
==============================================================
Third stable release of Compiz.

Improved focus stealing prevention.

Improved dynamic desktop resizing support.

Added button action configuration options to gtk-window-decorator.

Added UTF-8 window title support to kde-window-decorator.

Various bug fixes and improvements.

... and more, check the NEWS file.
2008-04-23 18:17:25 +00:00
joerg
bb41ea3344 Use id -un for whoami on QNX. 2008-04-23 18:04:03 +00:00
jlam
e4b7eda814 Note update of devel/ruby-SDL. 2008-04-23 17:04:02 +00:00
jlam
fc5125381a Update devel/ruby-SDL to 2.0.1. Changes from version 1.3.1 include:
+ Change MAINTAINER to pkgsrc-users@NetBSD.org on advice from <taca>
  in private email.

* raise SDL::Surface::VideoMemoryLost when video memory is lost when
  calling SDL::Surface.blit

* Remove Old SDL::Event, and rename SDL::Event2 to SDL::Event

Reorganize methods by moving them into modules/namesspaces that are
more relevant:
* GL_RED_SIZE -> GL::RED_SIZE
* GL_GREEN_SIZE -> GL::GREEN_SIZE
* GL_BLUE_SIZE -> GL::BLUE_SIZE
* GL_ALPHA_SIZE -> GL::ALPHA_SIZE
* GL_BUFFER_SIZE -> GL::BUFFER_SIZE
* GL_DOUBLEBUFFER -> GL::DOUBLEBUFFER
* GL_DEPTH_SIZE -> GL::DEPTH_SIZE
* GL_STENCIL_SIZE -> GL::STENCIL_SIZE
* GL_ACCUM_RED_SIZE -> GL::ACCUM_RED_SIZE
* GL_ACCUM_GREEN_SIZE -> GL::ACCUM_GREEN_SIZE
* GL_ACCUM_BLUE_SIZE -> GL::ACCUM_BLUE_SIZE
* GL_ACCUM_ALPHA_SIZE -> GL::ACCUM_ALPHA_SIZE
* SDL.get_GL_attr -> SDL::GL.get_attr
* SDL.set_GL_attr -> SDL::GL.set_attr
* SDL.GL_swap_buffers -> SDL::GL.swap_buffers
* SDL.auto_lock? -> SDL::Surface.auto_lock?
* SDL.auto_lock_on -> SDL::Surface.auto_lock_on
* SDL.auto_lock_off -> SDL::Surface.auto_lock_off
* SDL.transform_blit -> SDL::Surface#transform_blit
* SDL.blitSurface -> SDL::Surface.blit
* SDL.get_video_surface -> SDL::Screen.get
* SDL.set_video_mode -> SDL::Screen.open
* SDL.check_video_mode -> SDL::Screen.check_mode
* SDL.list_modes -> SDL::Screen.list_modes
* SDL.set_gamma -> SDL::Screen.set_gamma
* SDL.get_gamma_ramp -> SDL::Screen.get_gamma_ramp
* SDL.set_gamma_ramp -> SDL::Screen.set_gamma_ramp
* SDL.video_driver_name -> SDL::Screen.driver_name
* SDL.video_info -> SDL::Screen.info
* SDL::Surface#get_rgb -> SDL::PixelFormat#get_rgb
* SDL::Surface#get_rgba -> SDL::PixelFormat#get_rgba
* SDL::Surface#map_rgb -> SDL::PixelFormat#map_rgb
* SDL::Surface#map_rgba -> SDL::PixelFormat#map_rgba
* SDL::Surface#get_palette -> SDL::PixelFormat#palette
* SDL::Surface#bpp -> SDL::PixelFormat#bpp
* SDL::Surface#bytes_per_pixel -> SDL::PixelFormat#bytes_per_pixel
* SDL::Surface#[RGBA]mask -> SDL::PixelFormat#[RGBA]mask
* SDL::Surface#[RGBA]shift -> SDL::PixelFormat#[RGBA]shift
* SDL::Surface#[RGBA]loss -> SDL::PixelFormat#[RGBA]loss
* SDL::Surface#colorkey -> SDL::PixelFormat#colorkey
* SDL::Surface#alpha -> SDL::PixelFormat#alpha

Add following methods
* SDL::Surface#load_bmp_from_string
* SDL::Surface#load_from_string
* SDL::Mixer::Wave#load_from_string
* SDL::Mixer.playing_channels
* SDL::Surface#destroy
* SDL::Joystick#close
* SDL::Mixer#close
* SDL::Mixer::Wave#destroy
* SDL::Mixer::Music#destroy

Remove following methods
* SDL::Surface#draw_ellispe
* SDL::Surface#draw_filled_ellispe
* SDL::Surface#rotate_surface
* SDL::Surface#rotate_scaled_surface
* SDL.rotate
* SDL.rotate_blit
* SDL.rotate_scaled_blit
* SDL.rotate_xy_scaled

Change behavior of following methods
* SDL::Surface#draw_line
* SDL::Surface#draw_circle
* SDL::Surface#draw_rect
* SDL::Surface#draw_ellipse
* SDL::Surface#draw_bezier
2008-04-23 17:03:49 +00:00
joerg
e40da5bac1 pkg_install-20080423:
Make the linkresolver code more robust.
2008-04-23 16:58:07 +00:00
xtraeme
fd4b61b05d + xf86-video-intel-2.3.0 2008-04-23 16:28:29 +00:00
wiz
4ffbd9fd59 Updated sysutils/dvd+rw-tools to 7.1 2008-04-23 15:36:01 +00:00
wiz
34507931a3 Update to 7.1:
Sense codes are now transcribed into human-readable representation.
The -F/-free-space option was added. Solaris compatibility was
increased. Building on Mac OS X 10.5 was fixed.  A workaround for
missing direct I/O on Linux 2.4 was implemented.  SCSI devices are
now locked more aggressively on Linux. Error handling was improved.
Several other fixes and enhancements were made.
2008-04-23 15:35:50 +00:00
wiz
dd3ec0a2ea Updated devel/fromcvs to 0.0.0.117 2008-04-23 15:28:18 +00:00
wiz
459dfd60b8 Update to 0.0.0.117:
Fix bug in repocopy code.

Reported-by: Andriy Gapon <avg@icyb.net.ua>
2008-04-23 15:28:06 +00:00
wiz
5ecffaef18 Updated mail/p5-MailTools to 2.03 2008-04-23 15:25:23 +00:00
wiz
50169431e8 Update to 2.03:
version 2.03: Mon Apr 14 11:13:31 CEST 2008

	Fixes:

	- Netware needs to use smtp as well [Günter Knauf]

	- Mail::Field::extract() fixed.  Reported by [Andrea Venturol]
2008-04-23 15:25:11 +00:00
joerg
279f4d312b Requires libarchive 2.5. 2008-04-23 14:37:10 +00:00
is
aa4919a6e7 Another typo fixed that prevented installation 2008-04-23 14:18:03 +00:00
agc
a67bd07ae6 Fix minor tyop 2008-04-23 13:19:15 +00:00
ghen
0786aa9745 Add missing CONFLICTS with postgresql83-* packages. Reported by ASau` on irc. 2008-04-23 12:40:40 +00:00
tron
c38aed8c1a Stop the "configure" script from picking up "doxygen" or "pdflatex"
which will break the build later (and would cause package list
inconsistencies if the build succeeded).
2008-04-23 12:26:47 +00:00
tnn
a48512c117 Back out patch-ac rev. 1.3, which doesn't seem to be needed when
using patch-af. See PR pkg/38484 for the discussion.
2008-04-23 12:12:06 +00:00
joerg
a58e43c67f rc.subr-20080423: Add QNX support.
From Christian Leutloff on tech-pkg.
2008-04-23 11:54:53 +00:00
abs
f3b6b9d85d Add depends on time/p5-Time-Duration, bump PKGREVISION 2008-04-23 11:08:22 +00:00
tnn
b70ccd274c - add patch from git for disabling gcc --param inline-* if not GCC, and
change patch to disable if not GCC4.
- add patch from PR pkg/38484 to fix missing symbol pixman_have_sse
- bump PKGREVISION
2008-04-23 09:44:05 +00:00
wiz
87833ab629 Fix p5-libwww version number. 2008-04-23 09:22:39 +00:00
wiz
300d8295e3 Reset PKGREVISION after update.
It's been less than a day, so I hope it won't bite anyone.
2008-04-23 09:22:08 +00:00
wiz
25dd413e60 Fix path. 2008-04-23 05:53:00 +00:00
wiz
6dfb7e702e clive update done. 2008-04-22 23:06:45 +00:00
wiz
d4f11325b9 Updated net/clive to 0.4.10 2008-04-22 23:06:01 +00:00