summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-09-12Import py-dynampd-1.1.0 as audio/py-dynampd.wiz4-0/+44
DynaMPD allows you to get a dynamic playlist with MPD: it adds to your current playlist some tracks related to what you are currently listenning to. The similar tracks request is done using the Last.fm API (no registration required).
2012-09-12Added patches to make Qt use kqueue instead of fam for file system support.jaapb5-3/+44
Patches submitted by Sverre Froyen, see: http://mail-index.netbsd.org/pkgsrc-users/2012/01/19/msg015577.html
2012-09-12tex-shadethmis1-1/+2
2012-09-12Shaded theorem environment.is4-0/+49
2012-09-12Updated devel/xulrunner to 15.0.1ryoon1-1/+3
Updated www/firefox to 15.0.1
2012-09-12Update to 15.0.1ryoon5-13/+9
Changelog: FIXED Sites visited while in Private Browsing mode could be found through manual browser cache inspection (787743) NEW Silent, background updates NEW Support for SPDY networking protocol v3 NEW WebGL enhancements, including compressed textures for better performance NEW Localization in Maithili (see all available locales) CHANGED Optimized memory usage for add-ons DEVELOPER JavaScript debugger integrated into developer tools DEVELOPER New layout view added to Inspector DEVELOPER High precision event timer implemented DEVELOPER The CSS word-break property has been implemented. DEVELOPER New responsive design tool allows web developers to switch between desktop and mobile views of sites HTML5 Native support for the Opus audio codec added HTML5 The <audio> and <video> elements now support the played attribute HTML5 The <source> element now supports the media attribute FIXED Focus rings keep growing when repeatedly tabbing through elements (720987)
2012-09-12Updated graphics/MesaLib to 7.4.4nb6dsainty1-1/+2
2012-09-12Expose glXGetProcAddress.dsainty3-6/+20
The consequences of not making this patch are platform dependent - some build chains will still expose the symbols, but some will not. The API expects them to be exposed. Fixes Cairo 1.12.2 build on Ubuntu 11.10 and CentOS 6.3, presumably due to later versions of gcc (4.6.1 in the Ubuntu case). Bump PKGREVISION.
2012-09-12Instead of overwrite PKG_OPTIONS.snort with -inet6, drop inet6 fromobache2-7/+6
PKG_SUGGESTED_OPTIONS for SunOS. PR 46947.
2012-09-12USE_TOOLS+= xgettextjperkin2-4/+4
2012-09-12add patch from RedHat to fix integer overflow which can lead todrochner3-3/+22
crashes or possible code injection (CVE-2012-4405) bump PKGREV
2012-09-12xen-4.1.3drochner1-1/+3
2012-09-12update to 4.1.3drochner7-68/+133
also add security patches from upstream changes: -fixes for vulnerabilities were integrated -many bug fixes and improvements, Highlights are: -Bug fixes and improvements to the libxl tool stack approved by maintainer
2012-09-12update to 4.1.3drochner9-213/+87
also add security patches from upstream (for CVE-2012-3497, no patches are available yet) changes: -fixes for vulnerabilities were integrated -many bug fixes and improvements, Highlights are: -Updates for the latest Intel/AMD CPU revisions -Bug fixes for IOMMU handling (device passthrough to HVM guests) approved by maintainer
2012-09-12Updated devel/p5-Wx-Perl-DataWalker to 0.02nb13sno1-1/+2
2012-09-12bump revision after updating x11/p5-Wxsno1-2/+2
2012-09-12Updated textproc/p5-YAML to 0.84sno1-1/+2
2012-09-12Updating package for CPAN module YAML in textproc/p5-YAML from 0.81 to 0.84sno2-6/+6
upstream changes: version: 0.84 date: Fri Jul 13 18:17:27 GMT 2012 changes: - Resolve distribution error that caused .git to be shipped in the .tar.gz version: 0.83 date: Fri Jul 13 15:44:03 GMT 2012 changes: - Only call stat() and tell() on a filehandle if fileno existed - Explicit tied() call on globs to avoid a 5.16 deprecation warning version: 0.82 date: Thu Jul 12 18:49:45 GMT 2012 changes: - Test scalar @array rather than deprecated defined @array (Sebastian Stumpf)
2012-09-12Updated devel/p5-Devel-Size to 0.78sno1-1/+2
2012-09-12Updating package for CPAN module Devel::Size in devel/p5-Devel-Size fromsno2-6/+6
0.77 to 0.78. upstream changes: 0.78 2011-07-26 nicholas [no changes] 0.77_51 2012-07-17 nicholas * Fix for MSVC builds from bulk 88 [CPAN #77589] 0.77_50 2012-02-10 nicholas * t/globs.t was failing on 5.15.6 and later due to side effects of a change to strict.pm [CPAN #73998] * skip tests in t/magic.t that use formline on 5.8.1 and 5.8.2, as those versions have a buggy formline that can trigger an assertion failure.
2012-09-12Updated x11/p5-Wx-Perl-ProcessStream to 0.32sno1-1/+2
2012-09-12Updated x11/p5-Wx to 0.9911sno1-1/+2
2012-09-12Updating package for CPAN module Wx::Perl::ProcessStream insno2-7/+6
x11/p5-Wx-Perl-ProcessStream from 0.30nb to 0.32. upstream changes: 0.32 2012-03-28 00:00 For wxWidgets 2.9.3 some changes in wxExcute + Yield on some platforms requires different handling 0.31 2012-03-27 00:00 Test changes only - Fixes for tests on MSW - pre quoting of params not needed
2012-09-12Updating package for CPAN module Wx in x11/p5-Wx from 0.9903nb3 to 0.9911.sno1-4/+4
pkgsrc changes: - update ExtUtils::Xspp dependency upstream changes: 0.9911 Fri Aug 24 2012 - wxDataView - updated for 2.9.4 - wxTreeEvent::GetKeyEvent() added - wxRichTextCtrl::LineBreak() added 0.9910 no release 0.9909 Thu May 31 2012 - corrected wxThePrintPaperDatabase 0.9908 Tue May 22 2012 - wxHtmlPrintout & wxRichTextPrintout correct typemap and destruction - wxRichTextBuffer - added copy constructor - wxPrintPaperDatabase & wxPrintPaperType added 0.9907 Thur May 10 2012 - wrapped wxHtmlPrintout - added missing wxPrintout methods - fixed GetPageInfo for wxRichTextPrintout - fixed broken Makefile.PL with recent EUMM on Mac - some minor additions to RichTextCtrl/RichTextBuffer 0.9906 Tue Mar 27 2012 - wrapped wxWebView ( wxWidgets ge 2.9.3 ) - wrapped wxTimePickerCtrl ( wxWidgets ge 2.9.3 ) - wrapped wxRichToolTip ( wxWidgets ge 2.9.3 ) - wrapped wxBannerWindow ( wxWidgets ge 2.9.3 ) - Allow RichTextPrinting without dialog ( wxWidgets ge 2.9.4 ) (thanks to Steve Cookson ) - wrapped some missing wxPrintData methods 0.9905 Fri Mar 16 2012 - wrapped wxPropertyGrid ( wxWidgets ge 2.9.3 ) - wrapped native wxTreeListCtrl ( wxWidgets ge 2.9.3 ) - wrapped wxRibbonControl ( wxWidgets ge 2.9.3 ) - ShowModal implementation for wxPrintDialog and wxPageSetupDialog ( thanks to Tomohiro Hosaka ) - recent EUMM breaks EU_MY_Metafile 0.9904 Tue Feb 28 2012 - Implemented TextCtrlIface for RichTextCtrl in >= 2.9.2 - Implemented TextCtrlIface for SearchCtrl in >= 2.9.2 - several 2.9.2 / 2.9.3 compatibility changes - Some additional RichText events wrapped - ( thanks to Steve Cookson ) - wrapped STC specific LineUp and LineDown - wrapped some specific Set/GetLayoutDirection - Fixes for OSX Xcode 4.3 builds
2012-09-12Updated x11/p5-Alien-wxWidgets to 0.60sno1-1/+2
2012-09-12Updating package for CPAN module Wx in x11/p5-Wx from 0.9903nb3 to 0.9911.sno1-4/+3
pkgsrc changes: - update ExtUtils::Xspp dependency upstream changes: 0.9911 Fri Aug 24 2012 - wxDataView - updated for 2.9.4 - wxTreeEvent::GetKeyEvent() added - wxRichTextCtrl::LineBreak() added 0.9910 no release 0.9909 Thu May 31 2012 - corrected wxThePrintPaperDatabase 0.9908 Tue May 22 2012 - wxHtmlPrintout & wxRichTextPrintout correct typemap and destruction - wxRichTextBuffer - added copy constructor - wxPrintPaperDatabase & wxPrintPaperType added 0.9907 Thur May 10 2012 - wrapped wxHtmlPrintout - added missing wxPrintout methods - fixed GetPageInfo for wxRichTextPrintout - fixed broken Makefile.PL with recent EUMM on Mac - some minor additions to RichTextCtrl/RichTextBuffer 0.9906 Tue Mar 27 2012 - wrapped wxWebView ( wxWidgets ge 2.9.3 ) - wrapped wxTimePickerCtrl ( wxWidgets ge 2.9.3 ) - wrapped wxRichToolTip ( wxWidgets ge 2.9.3 ) - wrapped wxBannerWindow ( wxWidgets ge 2.9.3 ) - Allow RichTextPrinting without dialog ( wxWidgets ge 2.9.4 ) (thanks to Steve Cookson ) - wrapped some missing wxPrintData methods 0.9905 Fri Mar 16 2012 - wrapped wxPropertyGrid ( wxWidgets ge 2.9.3 ) - wrapped native wxTreeListCtrl ( wxWidgets ge 2.9.3 ) - wrapped wxRibbonControl ( wxWidgets ge 2.9.3 ) - ShowModal implementation for wxPrintDialog and wxPageSetupDialog ( thanks to Tomohiro Hosaka ) - recent EUMM breaks EU_MY_Metafile 0.9904 Tue Feb 28 2012 - Implemented TextCtrlIface for RichTextCtrl in >= 2.9.2 - Implemented TextCtrlIface for SearchCtrl in >= 2.9.2 - several 2.9.2 / 2.9.3 compatibility changes - Some additional RichText events wrapped - ( thanks to Steve Cookson ) - wrapped STC specific LineUp and LineDown - wrapped some specific Set/GetLayoutDirection - Fixes for OSX Xcode 4.3 builds
2012-09-12Updating package for CPAN module Alien::wxWidgets in x11/p5-Alien-wxWidgetssno2-7/+6
from 0.54nb4 to 0.60. upstream changes: 0.60 Fri Aug 24 2012 - allow building 2.9.4 - correct SDKs for Mountain Lion - fixes for XCode 4.4 0.59 Tue May 01 2012 - Version sub modules to keep meta info users happy 0.58 Thu Apr 12 2012 - WXWIN / WXDIR MSWin32 fix. 0.57 Tue Mar 27 2012 - fix for osx-cocoa overlay drawing in 2.9.x - Return --with-osx_cocoa . --with-mac on better basis. - several fixes for default macosx builds 0.56 Fri Mar 16 2012 - add propgrid ribbon webview library names 0.55 Tue Feb 28 2012 - Correctly interpret boolean option = 1 as 'yes' ( Thanks to Robert Olsen ) - Fix for msw builds where Perl defines -D_USE_32BIT_TIME_T ( Thanks to Bjoern Hoehrmann ) - Fix for Xcode 4.3 on OSX Lion - Allow build 2.9.3 wxWidgets (default for 64 bit Mac)
2012-09-12Updated devel/p5-Spiffy to 0.31sno1-1/+2
2012-09-12Updating package for CPAN module Spiffy in devel/p5-Spiffy from 0.30nb3 tosno2-7/+9
0.31. pkgsrc changes: - add license - clearify dependency - add Perl5 module type upstream changes: version: 0.31 date: Thu Aug 2 11:11:11 PDT 2012 changes: - Bring Makefile.PL up to date. - Make tests not use 'B" package. rt72542 - Use Module::Package
2012-09-12Updated x11/xbacklight to 1.2.0wiz1-1/+2
2012-09-12Update to 1.2.0:wiz2-9/+7
Gaetan Nadon (4): config: the file COPYING in EXTRA_DIST is redundant config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: replace hard coded man page section with substitution strings config: move man pages into their own directory Jon Lund Steffensen (1): Port xbacklight to XCB Matt Turner (1): xbacklight 1.2.0
2012-09-12Updated net/freeDiameter to 1.1.4wiz1-1/+2
2012-09-12Update to 1.1.4.wiz4-48/+9
1.1.4: This new release contains a lot of bug fixes, thank to many reports from our users. It is also the first release compatible with GNUTLS version 3.x. 1.1.3: This new release is a minor bug fix release, addressing a few issues in dbg_interactive.fdx, as well as a memory leak in the sessions module.
2012-09-11"user-destdir" is default these daysasau222-632/+222
2012-09-11"user-destdir" is default these daysasau88-227/+88
2012-09-11"user-destdir" is default these daysasau179-498/+179
2012-09-11"user-destdir" is default these daysasau42-96/+42
2012-09-11"user-destdir" is default these daysasau46-133/+46
2012-09-11"user-destdir" is default these daysasau51-121/+51
2012-09-11USE_TOOLS+=yaccdholland1-1/+2
2012-09-11"user-destdir" is default these daysasau44-99/+44
2012-09-11Updated emulators/qemu to 1.2.0asau1-1/+2
2012-09-11+ coccigrep-1.11, dar-2.4.8, hiawatha-8.5, mnemosyne-2.1,wiz1-8/+8
mono-addins-0.6.2, puzzles-9660, xf86-video-intel-2.20.7.
2012-09-11Update to QEMU 1.2.0asau18-109/+58
Changes since version 1.1.1: System emulation All targets * ... QMP error changes go here ... * File descriptors can be passed to qemu using the new add-fd/remove-fd QMP commands. It is intended that they can be used in any place where QEMU would expect a file name. This is ensured for disk images, support in other parts of QEMU may still be inconsistent. ARM * LPAE (large physical address extensions) are now supported for the Cortex-A15 CPU; you can now run a vexpress-a15 model with more than 4GB of RAM * The new monitor command "dump-guest-memory" creates an ELF dump of the guest memory. * New board model: i.MX31 PowerPC * The pSeries target correctly creates segment size device tree nodes (fixes odd bugs with HV vs PR KVM) * The pSeries target implements an IOMMU. * ... pSeries VGA, USB, etc.? ... * The E500 target generates its device tree dynamically * New mpc8544ds -machine option: dumpdtb. This allows to dump the dynamically generated device tree to a file. * Emulation for e5500 cores * PC87312 Super I/O chipset emulation for PReP, adding parallel port to prep machine x86 * Support for PCI passthrough is available for Xen fully-virtualized domains. * The new monitor command "dump-guest-memory" creates an ELF dump of the guest memory. * When using KVM, the in-kernel APIC supports MSI. * Also when using KVM, new PV EOI feature improves performance when both host and guest run linux 3.6-rc1 and up. To enable, add +kvm_pv_eoi to -cpu option, e.g. -cpu kvm64,+kvm_pv_eoi * The "cpudef" config file section is being deprecated and may be removed in v1.3. Device emulation * VGA and QXL cards (obtained with -vga std and -vga qxl) have 16 MB of VRAM rather than 8 MB. * Three new SCSI host bus adapter devices are available: am53c974 and dc390 emulate respectively an AMD PCI PCscsi and a Tekram DC-390 device, both of which are supported on older operating systems including MS DOS 6.2, MS Windows 3.11, 98 SE, NT 3.1 and NT 4.0. megasas emulated an LSI SAS1078 RAID controller. The next version of SeaBIOS will support booting from am53c974 and dc390 disks. * An USB-attached SCSI controller is now available. Audio devices * The PC speaker audio card is now available by default. Network devices * The guestfwd argument to slirp now supports running an arbitrary command on every TCP connection (as in inetd). This is invoked by specifying a target that starts with "cmd:". Block devices * Emulated IDE and SCSI as well as virtio-blk devices can now switch the cache mode between writethrough and writeback. virtio-blk automatically switches to writethrough if the guest driver doesn't support flushes. * The default cache mode for images is now writeback. * Emulated SCSI devices can be given a custom vendor name, product name and WWN. * Improved support for passthrough of SCSI tapes and media changers. * libiscsi can be used together with scsi-generic to pass iSCSI tapes and media changers to the guest. * When raw files are streamed, parts of the files that are holes in the underlying filesystem are treated as unallocated (as long as the OS supports either the FIEMAP ioctl or the SEEK_HOLE/SEEK_DATA modes) * CD-ROM drives can now be used with AHCI qcow2 * qcow2 images support a new option, lazy_refcounts. If on, the speed of cache=writethrough mode will be improved, at the cost of requiring an fsck-like pass (and thus QEMU 1.2) to use the image again after a power loss. * qemu-img check can now repair qcow2 and QED images with the new -r option. VMDK * Support for images in the streamOptimized subformat has been fixed. This is a VMDK subformat commonly used with OVF appliances. rbd * rbd no longer ignores the cache setting Live Migration, Save/Restore * Migration works much better with guests with large memory. * USB mass storage and passthrough devices support live migration. VNC * The threaded VNC server is now enabled by default. Guest agent * A new command "fstrim" was added to the guest agent. New targets * OpenRISC is now supported for both user-mode and system emulation.
2012-09-11Updated www/p5-Plack to 1.0003wen1-1/+2
2012-09-11Updated to 1.0003 from 0.9985wen2-7/+7
Upstream changes: 1.0003 Wed Aug 29 13:44:53 PDT 2012 [BUG FIXES] - Fix Basic authentication error in case password contains a colon #319 - Fix AccessLog middleware in platforms where %z strftime is not supported #318 - Escape $_ in Plack::Request path method due to a possible URI::Escape bug 1.0002 Mon Aug 13 17:04:25 PDT 2012 [NEW FEATURES] - Added --no-default-middleware option to plackup #290 [BUG FIXES] - Use C locale for AccessLog strftime #313 - Escape Plack::Request URI path using RFC 3986 definition (ssmccoy) [IMPROVEMENTS] - Documentation improvements (ether, Tom Heady) - Skip displaying ".." in Plack::App::Directory #277 - Document load_class() doesn't validate user input. #285 1.0001 Thu Jul 26 16:24:13 PDT 2012 [INCOMPATIBLE CHANGES] - Deleted lots of code, methods and warnings that have been deprecated since 0.99 (which should have been done in the 1.0000 release) [DEVELOPERS] - Added bootstrap script to install devel dependencies [IMPROVEMENTS] - Fixed version numbers in some of the modules that have their own $VERSION 1.0000 Thu Jul 19 18:59:18 PDT 2012 - This be 1.0! (Same as 0.9991) 0.9991 Thu Jul 19 17:27:52 PDT 2012 [NEW FEATURES] - Added IIS7 fix middleware (t0m) 0.9990 Wed Jul 18 11:12:07 PDT 2012 [INCOMPATIBILE CHANGES] - Plack::Request changes the way it parses QUERY_STRING for valueless keys such as "?a&b=1". Now "a" becomes part of query_parameters with empty string as its value (yannk) [IMPROVEMENTS] - Support max-age options in Plack::Response cookies (remorse) - Pass correct protocol from HTTP::Server::PSGI to display https URL correctly (siracusa) - Copy Authorization header from FastCGI handler (ray1729) - Stop special casing COOKIE environment variable in Plack::Request headers (doy) 0.9989 Thu Jun 21 13:39:11 PDT 2012 [IMPROVEMENTS] - Support streaming in Head middleware (wreis) - Document middleware prefixing (Jon Swartz) - Make Basic authentication detection case insensitive per RFC (Mark Fowler) - Added backlog option to FCGI handler (xaicron) 0.9988 Fri May 11 12:25:09 CEST 2012 [BUG FIXES] - Fixes HTTP_HOST in HTTP::Message::PSGI #287 (doy) 0.9987 Thu May 10 07:06:32 CEST 2012 [IMPROVEMENTS] - Support streaming in AccessLog::Timed (Peter Makholm) - Support streaming in ErrorDocument - Removed UTF8 hack in HTTP::Message::PSGI. Depends on URI.pm 1.59 (wreis) - Set Host headers correctly in HTTP::Message::PSGI #177 - Added documentation on supported %-flags in AccessLog (ether) - Skip unnecessary tests on non-developer environment 0.9986 Mon Mar 12 11:26:59 PDT 2012 [IMPROVEMENTS] - Use I/O handles to FCGI::Request instead of global STDIN, STDOUT etc. (chansen) - Improved FastCGI docs (osfameron) - Cascade app now returns the last response code (aristotle)
2012-09-11Updated time/p5-Time-HiRes to 1.9725sno1-1/+2
2012-09-11Updating package for CPAN module Time::HiRes in time/p5-Time-HiRes fromsno2-7/+6
1.9724nb1 to 1.9725. upstream changes: 1.9725 [2012-02-01] - Correct stack discipline in stat(), which was screwing up list operations in expressions containing calls to it [rt.cpan.org #72926]. - Add missing OUTPUT sections to the XS code [rt.cpan.org #70930]. - Skip itimer tests on GNU/Hurd, which has the API but lacks the implementation [rt.cpan.org #72754]. - Fix a doubled word in the documentation [rt.cpan.org #72763].
2012-09-11Added textproc/p5-Text-Patch version 1.8sno2-2/+4
2012-09-11Adding new package for CPAN module Text::Patch version 1.8sno3-0/+28
into textproc/p5-Text-Patch. Text::Patch combines source text with given diff (difference) data.