pkgsrc/x11/p5-Wx/Makefile

31 lines
884 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.27 2012/10/29 05:06:42 asau Exp $
Updating package for CPAN module Wx in x11/p5-Wx from 0.9903nb3 to 0.9911. 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-12 11:30:31 +02:00
DISTNAME= Wx-0.9911
PKGNAME= p5-${DISTNAME}
2012-10-09 01:00:34 +02:00
PKGREVISION= 4
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Wx/
COMMENT= Perl5 interface to the wxWidgets cross-platform GUI toolkit
LICENSE= ${PERL5_LICENSE}
2010-01-24 14:00:44 +01:00
MAKE_JOBS_SAFE= no
BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets
Updating package for CPAN module Wx in x11/p5-Wx from 0.9903nb3 to 0.9911. 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-12 11:30:31 +02:00
BUILD_DEPENDS+= {perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
2012-01-22 20:05:34 +01:00
BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.16.02:../../devel/p5-ExtUtils-XSpp
#USE_TOOLS+= gmake pkg-config wx-config
USE_TOOLS+= perl
USE_LANGUAGES+= c c++
PERL5_PACKLIST= auto/Wx/.packlist
MAKE_PARAMS+= --wx-toolkit=gtk2
.include "../../lang/perl5/module.mk"
.include "../../x11/wxGTK28-contrib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"