summaryrefslogtreecommitdiff
path: root/x11/p5-Wx
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz2-4/+4
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+2
Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-12Comment out dependencies of the stylewiz1-2/+2
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz2-4/+4
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-25Recursive revbump following MesaLib update, categories p through x.tnn2-4/+4
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-05Recursive revbump from x11/pixmanryoon2-4/+4
Fix PR pkg/48777
2013-10-10Recursive revbump from pango-1.36.0ryoon2-4/+4
2013-09-02Revbump after cairo updateadam2-4/+4
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz2-4/+4
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-3/+4
2013-01-19Update to 0.9916. From the changelog:schmonz3-7/+33
- put correct version check around wxLogChain::DetachOldLog - fixed paper type tests in ext/print/09_paper.t - fix bug for wxMac and wxwidgets 2.9.4+ in cpp/app.h - add some missing aui events - Wx::StyledTextCtrl additions for 2.9.4 - wxLog functions for 2.9.x added - wrapped wxRearrangeCtrl - added start of Wx::PerlTest - to aid documentation and examples - Additions for Wx::XSP::* classes - wrapped wxEventFilter for 2.9.3 + - updated missing Wx::App methods for 2.9.4 + - added wxEvtHandler::ProcessEventLocally for 2.9.1+ - added some absent wxWindow methods - updated wxTopLevelWindow - added wxFrame::ProcessCommand - wrapped wxListCtrl::SetItemPtrData. - updated to use sv_magicext / mg_findext so external modules do not stomp on our magic. - updated wxListView so that LC_VIRTUAL style works. - set wxListCtrl full constructor to create evthandler. - updated Wx::Ribbon controls for 2.9.4 interface + tool/button 'Add' and 'Insert' methods now return objects as described in the docs instead of int id's. - added SetClientData to PGProperty and PropertyGridInterface - Wx::ToolBar->SetClientData now deletes any prior set Wx::Object - wxDataViewListCtrl and wxDataViewListStore - fix ClientData for >= 2.9.4 - /usr/local/lib needs removing from LD:DL:FLAGS on all *nix types - nostdinc now removed from any flags on MacOSX - Fixed handling of asserts and debug level > 0 on wxWidgets >= 2.9.3 - Added wxApp::OnAssertFailure pkgsrc changes: - Don't let extra Mac stuff not in the PLIST get built on Darwin.
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-18Fix build of dependent code to find the include files ...sno1-4/+5
2012-09-15recursive bump from libffi shlib major bumpobache2-3/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
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-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-07Revbump after updating graphics/cairoadam2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-3/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-22typo in dependsabs1-2/+2
2012-01-22Updated x11/p5-Wx to 0.9903abs3-19/+17
0.9903 Wed Nov 09 08:00:00 BST 2011 - Remove force of static binding for mingw libgcc & libstdc++ 0.9902 Thu Oct 13 08:00:00 BST 2011 - 2.9.2 will now build with recent mingw compilers (>= gcc 4.5.2) - Fixed MSVC6 build (broken in 0.9702) - wrapped wxLogChain::DetachOldLog - added wxDF_UNICODETEXT - added wxMediaCtrl constants for all events 0.9901 Mon June 06 12:00:00 BST 2011 - Bumped ExtUtils::XSpp dependency to 0.1602 - added Wx::Frame::SendSizeEvent 0.99 Thu May 05 08:00:00 BST 2011 - Release 0.98_01 as 0.99 0.98_01 Thu Apr 21 20:31:30 CEST 2010 - Added wxProgressDialog::Pulse (wxWidgets 2.8) - Mac SetFrontProcess can be switched off for editors and tests using env variable. Still switched on by default. Added detail to Wx pod - Added several wxLog functions & methods + Wx::PLlog::Flush - Added wxDateTime::IsValid wxSplitterWindow::UpdateSize - fix for Wx::Locale::FindLanguageInfo / GetLanguageInfo - wxPli_create_evthandler added for VListBox and VScrolledWindow - Added OnDrawSeparator and OnDrawBackground for VListBox - added GradientFillConcentric & DrawLabel for wxDC
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-08-17perl-5.14.1 contains sufficient ExtUtils::ParseXS.obache1-2/+2
2011-08-14Revision bump after updating perl to 5.14.1.obache1-3/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-3/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-08-20Updating x11/p5-Wx from 0.97.02 to 0.98sno2-9/+9
pkgsrc changes: - adjust build dependencies Upstream changes: 0.98 Wed Aug 18 20:31:30 CEST 2010 - wxWidgets 2.9.1 compatibility. - die() when wxWidgets initialization fails. 0.9702_01 Tue Jul 6 21:38:17 CEST 2010 - Can now run using the standard perl interpreter on Mac OS X (suggested by Kyle McKay). - Added wxSpinCtrlDouble (2.9). - Added wxDataViewListCtrl (2.9). - Added wxDataViewVirtualListModel (2.9). - Added wxInfoBar (2.9). - Added wxHeaderCtrlSimple (2.9).
2010-07-31Updating x11/p5-Wx from 0.97.01nb2 to 0.97.02sno2-10/+10
pkgsrc changes: - adjust dependencies Upstream changes: 0.9702 Thu May 6 01:53:50 CEST 2010 - Released 0.9701_02 as 0.9702. 0.9701_02 Mon Apr 26 21:56:09 CEST 2010 - Wrapped wxRichTextPrinting 0.9701_01 Tue Mar 30 22:46:33 CEST 2010 - 64 Bit build fixes. - Wrapped wxMenuBar::MacSetCommonMenuBar, MacInstallMenuBar - Wrapped wxGCDC::GetGraphicsContext
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-02-25Building Wx perl module with --wx-toolkit=gtk2 param to ensure no wxPerlsno1-2/+4
or similar installed on MacOS X or Darwin ... Bumping revision.
2010-02-15Updating x11/p5-Wx from 0.96nb1 to 0.97.01sno2-9/+10
pkgsrc changes: - Adjust dependencies Upstream changes: 0.9701 Thu Feb 11 16:03:42 CET 2010 - Bump the required version of ExtUtils::XSpp and ExtUtils::ParseXS. 0.97 Tue Feb 9 22:57:14 CET 2010 - Added wxOverlay and wxDCOverlay (2.8) (thanks to Mark Dootson). - Added Wx::Loader - allows PPM distributions and packagers to override wx dll loading (see Wx::Loader pod) - Loading plugins - local override of dl_load_file now uses Wx::_load_plugin during XSLoader::load
2010-02-03Add buildlink3.mk to ensure each depending package has right BUILD_DEPENDSsno1-0/+22
2010-01-24Not MAKE_JOBS_SAFE.joerg1-1/+2
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-1/+2
2010-01-17Updating x11/p5-Wx from 0.95 to 0.96sno2-6/+6
Upstream changes: 0.96 Sat Jan 9 10:40:00 CET 2010 - Fixed Windows build with MSVC 6 buil.
2010-01-16Importing x11/p5-Wx version 0.95 as dependency of Padre.sno3-0/+33
The Wx module is a wrapper for the wxWidgets GUI toolkit.