summaryrefslogtreecommitdiff
path: root/x11/p5-Wx/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26x11: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
2021-10-07x11: Remove SHA1 hashes for distfilesnia1-2/+1
2018-09-27p5-Wx: build fixtnn1-1/+3
2017-06-14Update p5-Wx to 0.9932. Changes:jperkin1-5/+5
0.9932 Tue Apr 18 2017 - fix build for Perl 5.25.11 ( . no longer in @INC ) - RT:121224 - fixes broken 0.9930 commit for keycode constants - RT:120657 revert changes for this fro 0.9929 0.9931 Mon Apr 17 2017 - really skip Strawberry 64 bit build test failure 0.9930 Mon Apr 17 2017 - Refactor wxTreeList - RT:119059 some missing keycode constants - skip Strawberry 64 bit build test failure - Fix none latin paths in @INC on Windows 0.9929 Sat Apr 8 2017 - Fix current OSX builds - RT:115097 remove encoding pragma - RT:120657 for Wx_Exp.pm exports incomplete - RT:105467 Unescaped left brace in regex - RT:120139 support wxScrolledWindow::ShowScrollbars
2016-11-20Updated p5-Wx to 0.9928.wiz1-5/+5
From Kai-Uwe Eckhardt in PR 51638. Revision history for Perl extension Wx. 0.9928 Sun Dec 20 2015 - Fix memory leak in Wx::Timer 0.9927 Thu Mar 26 2015 - Fix broken wxWidgets 2.8 builds 0.9926 Tue Mar 10 2015 - pause indexing fix 0.9925 Tue Mar 10 2015 - pause indexing fix 0.9924 Tue Mar 10 2015 - added wxTimer::StartOnce - some missing wxGrid constants added - fixed Wx::AUI events broken since wxWidgets 2.9.5 - rt96136 - added GetContentScaleFactor to Wx::DC && Wx::Window - rt99038 - MACOSX_DEPLOYMENT_TARGET comparison fixed in Wx build - wxMenuItem::SetBitmap available on OSX - added some missing TextEntry methods to wxComboBox - rt102269 - fix option handling 0.9923 Mon Mar 31 2014 - added wxWindow::InitDialog - updated wxComboBox::GetSelection - build wxWidgets 3.0.0 - added wxComboBox::Popup() wxComboBox::Dismiss() ( Eric Colson ) 0.9922 Wed May 01 2013 - added wxCommandLinkButton - updates to ID creation methods - rt#84633 - added wxUIActionSimulator - wxFindReplaceDialog new return a hash type object - wxProgressDialog updates - IPC classes object deletion updates - wxString conversion UTF-8 only in Unicode builds - typemap template missing some specs since 0.9917 0.9921 Sun Apr 14 2013 - Fix 2.9.4 handling of wxConnection::Execute 0.9919 Sat Apr 13 2013 - Makefile checks for supported Wx version - Fixed wxUSE_DATAVIEWCTRL constant ( rt#84566 ) - wrapped wxRegionIterator - wrapped IPC - wxConnection / wxServer / wxClient 0.9918 Wed Apr 03 2013 - Added missing GetItemFont / SetItemFont for Wx::ListCtrl - Fixed wxFontEnumerator GetEncodings / GetFacenames ( thanks to Marton Papp ) - Wrapped wxFontEnumerator callbacks 0.9917 Mon Feb 11 2013 - Stopped wxWidgets >= 2.9.0 from setting locale to current user locale ( thanks to Tarek Unger )
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.
2013-01-19Update to 0.9916. From the changelog:schmonz1-4/+5
- 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-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-01-22Updated x11/p5-Wx to 0.9903abs1-4/+4
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
2010-08-20Updating x11/p5-Wx from 0.97.02 to 0.98sno1-4/+4
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.02sno1-4/+4
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-02-15Updating x11/p5-Wx from 0.96nb1 to 0.97.01sno1-4/+4
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-01-17Updating x11/p5-Wx from 0.95 to 0.96sno1-4/+4
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.sno1-0/+5
The Wx module is a wrapper for the wxWidgets GUI toolkit.