pkgsrc/devel/boa-constructor/Makefile

52 lines
1.5 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.44 2019/04/26 13:13:48 maya Exp $
Re-import devel/boaconstructor as devel/boa-constructor to match its DISTNAME. While here, upgrade to 0.6.1, which (unlike the previous version 0.4.4) starts with the current pkgsrc py-wxWidgets version. * IDE translated and Internationalisation support for applications. * Translations available for: Afrikaans, Brazilian Portuguese, Chinese, French, German, Italian, Spanish * IDE Language Chooser Dialog under Tools * Design time support for i18n _() strings in the generated source. See Examples/i18n/* * New release binary format added for windows * Installs as a self contained exe * A python/wxPython installation is still required to run external scripts and the debugger * Improved design time sizer/control creation: * Sizers and controls are now automatically linked up or added as sizer items when the sizers and control are created from the Palette on the Designer * Command-line parameters added: * -U, -UnicodeEncoding, for setting the ide encoding without using sitecustomize.py * -W, -wxVersionSelect, for specifying a wxPython version * New controls supported: wx.Listbook, wx.Choicebook, wx.Treebook, wx.Toolbook, wx.SearchCtrl, wx.ColourPickerCtrl, wx.FontPickerCtrl, wx.DirPickerCtrl, wx.FilePickerCtrl, wx.richtext.RichTextCtrl, wx.combo.BitmapComboBox, wx.animate.GIFAnimationCtrl, wx.media.MediaCtrl, wx.lib.flatnotebook, wx.lib.splitter, wx.lib.scrolledpanel, wx.lib.hyperlink, wx.lib.analogueclock,wx.lib.filebrowsebutton, wx.lib.throbber, wx.lib.ticker, wx.lib.dragscroller * Basic support for Button Stock Ids * Support for using wx.ArtProvider for bitmap properties in the Designer * When the file dialog opens from the property editor, set the Image Type to ArtProvider and click Open, the ArtProvider dialog will open. * All help files now distributed as .htb help files. * Help updated to wxPython 2.8 and Python 2.5 * wxPython api help included * All help files back in the repository and included in packages * Code Templates added: * A Code Template is a small idiomatic snippet of code that can be selected from a popup list and inserted at the current caret position. * Code templates available for: * Boa: sys.breakpoint, customclasses, codetemplate, html document skeleton * Python: class, method, function, iterator, descriptor * wxPython: wx.ColourDialog, wx.FontDialog, wx.PrintDialogData, wx.PageSetupDialog, wx.DirDialog, wx.FileDialog, wx.SingleChoiceDialog, wx.TextEntryDialog, wx.MessageDialog, wx.FindReplaceDialog, wx.MultiChoiceDialog, wx.BusyCursor, wx.Locale, wx.AboutBox * Code completion improvements * More local variables picked up from code * Option available: Preferences->General->Editor->importOnCodeComplete so that modules can be auto imported for introspection. * Improved unicode source handling * Using the coding delaration if defined (# -*- coding: name -*- ) * Handling for utf8 bom * Bugfixes * Sizer improvements for GTK for the Find/Replace, InterpreterChooser, and ModuleFinder dialogs * Tutorial updates * SVN support added
2009-09-03 10:56:22 +02:00
VERSION= 0.6.1
DISTNAME= boa-constructor-${VERSION}.src
PKGNAME= boa-constructor-${VERSION}
PKGREVISION= 32
Re-import devel/boaconstructor as devel/boa-constructor to match its DISTNAME. While here, upgrade to 0.6.1, which (unlike the previous version 0.4.4) starts with the current pkgsrc py-wxWidgets version. * IDE translated and Internationalisation support for applications. * Translations available for: Afrikaans, Brazilian Portuguese, Chinese, French, German, Italian, Spanish * IDE Language Chooser Dialog under Tools * Design time support for i18n _() strings in the generated source. See Examples/i18n/* * New release binary format added for windows * Installs as a self contained exe * A python/wxPython installation is still required to run external scripts and the debugger * Improved design time sizer/control creation: * Sizers and controls are now automatically linked up or added as sizer items when the sizers and control are created from the Palette on the Designer * Command-line parameters added: * -U, -UnicodeEncoding, for setting the ide encoding without using sitecustomize.py * -W, -wxVersionSelect, for specifying a wxPython version * New controls supported: wx.Listbook, wx.Choicebook, wx.Treebook, wx.Toolbook, wx.SearchCtrl, wx.ColourPickerCtrl, wx.FontPickerCtrl, wx.DirPickerCtrl, wx.FilePickerCtrl, wx.richtext.RichTextCtrl, wx.combo.BitmapComboBox, wx.animate.GIFAnimationCtrl, wx.media.MediaCtrl, wx.lib.flatnotebook, wx.lib.splitter, wx.lib.scrolledpanel, wx.lib.hyperlink, wx.lib.analogueclock,wx.lib.filebrowsebutton, wx.lib.throbber, wx.lib.ticker, wx.lib.dragscroller * Basic support for Button Stock Ids * Support for using wx.ArtProvider for bitmap properties in the Designer * When the file dialog opens from the property editor, set the Image Type to ArtProvider and click Open, the ArtProvider dialog will open. * All help files now distributed as .htb help files. * Help updated to wxPython 2.8 and Python 2.5 * wxPython api help included * All help files back in the repository and included in packages * Code Templates added: * A Code Template is a small idiomatic snippet of code that can be selected from a popup list and inserted at the current caret position. * Code templates available for: * Boa: sys.breakpoint, customclasses, codetemplate, html document skeleton * Python: class, method, function, iterator, descriptor * wxPython: wx.ColourDialog, wx.FontDialog, wx.PrintDialogData, wx.PageSetupDialog, wx.DirDialog, wx.FileDialog, wx.SingleChoiceDialog, wx.TextEntryDialog, wx.MessageDialog, wx.FindReplaceDialog, wx.MultiChoiceDialog, wx.BusyCursor, wx.Locale, wx.AboutBox * Code completion improvements * More local variables picked up from code * Option available: Preferences->General->Editor->importOnCodeComplete so that modules can be auto imported for introspection. * Improved unicode source handling * Using the coding delaration if defined (# -*- coding: name -*- ) * Handling for utf8 bom * Bugfixes * Sizer improvements for GTK for the Find/Replace, InterpreterChooser, and ModuleFinder dialogs * Tutorial updates * SVN support added
2009-09-03 10:56:22 +02:00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boa-constructor/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://boa-constructor.sourceforge.net/
COMMENT= Python IDE
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
2009-09-03 10:59:15 +02:00
PREV_PKGPATH= devel/boaconstructor
Re-import devel/boaconstructor as devel/boa-constructor to match its DISTNAME. While here, upgrade to 0.6.1, which (unlike the previous version 0.4.4) starts with the current pkgsrc py-wxWidgets version. * IDE translated and Internationalisation support for applications. * Translations available for: Afrikaans, Brazilian Portuguese, Chinese, French, German, Italian, Spanish * IDE Language Chooser Dialog under Tools * Design time support for i18n _() strings in the generated source. See Examples/i18n/* * New release binary format added for windows * Installs as a self contained exe * A python/wxPython installation is still required to run external scripts and the debugger * Improved design time sizer/control creation: * Sizers and controls are now automatically linked up or added as sizer items when the sizers and control are created from the Palette on the Designer * Command-line parameters added: * -U, -UnicodeEncoding, for setting the ide encoding without using sitecustomize.py * -W, -wxVersionSelect, for specifying a wxPython version * New controls supported: wx.Listbook, wx.Choicebook, wx.Treebook, wx.Toolbook, wx.SearchCtrl, wx.ColourPickerCtrl, wx.FontPickerCtrl, wx.DirPickerCtrl, wx.FilePickerCtrl, wx.richtext.RichTextCtrl, wx.combo.BitmapComboBox, wx.animate.GIFAnimationCtrl, wx.media.MediaCtrl, wx.lib.flatnotebook, wx.lib.splitter, wx.lib.scrolledpanel, wx.lib.hyperlink, wx.lib.analogueclock,wx.lib.filebrowsebutton, wx.lib.throbber, wx.lib.ticker, wx.lib.dragscroller * Basic support for Button Stock Ids * Support for using wx.ArtProvider for bitmap properties in the Designer * When the file dialog opens from the property editor, set the Image Type to ArtProvider and click Open, the ArtProvider dialog will open. * All help files now distributed as .htb help files. * Help updated to wxPython 2.8 and Python 2.5 * wxPython api help included * All help files back in the repository and included in packages * Code Templates added: * A Code Template is a small idiomatic snippet of code that can be selected from a popup list and inserted at the current caret position. * Code templates available for: * Boa: sys.breakpoint, customclasses, codetemplate, html document skeleton * Python: class, method, function, iterator, descriptor * wxPython: wx.ColourDialog, wx.FontDialog, wx.PrintDialogData, wx.PageSetupDialog, wx.DirDialog, wx.FileDialog, wx.SingleChoiceDialog, wx.TextEntryDialog, wx.MessageDialog, wx.FindReplaceDialog, wx.MultiChoiceDialog, wx.BusyCursor, wx.Locale, wx.AboutBox * Code completion improvements * More local variables picked up from code * Option available: Preferences->General->Editor->importOnCodeComplete so that modules can be auto imported for introspection. * Improved unicode source handling * Using the coding delaration if defined (# -*- coding: name -*- ) * Handling for utf8 bom * Bugfixes * Sizer improvements for GTK for the Find/Replace, InterpreterChooser, and ModuleFinder dialogs * Tutorial updates * SVN support added
2009-09-03 10:56:22 +02:00
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
BOADIR= ${PREFIX}/share/boa-constructor-${VERSION}
2012-06-24 09:34:33 +02:00
INSTALLATION_DIRS= bin ${BOADIR}
Re-import devel/boaconstructor as devel/boa-constructor to match its DISTNAME. While here, upgrade to 0.6.1, which (unlike the previous version 0.4.4) starts with the current pkgsrc py-wxWidgets version. * IDE translated and Internationalisation support for applications. * Translations available for: Afrikaans, Brazilian Portuguese, Chinese, French, German, Italian, Spanish * IDE Language Chooser Dialog under Tools * Design time support for i18n _() strings in the generated source. See Examples/i18n/* * New release binary format added for windows * Installs as a self contained exe * A python/wxPython installation is still required to run external scripts and the debugger * Improved design time sizer/control creation: * Sizers and controls are now automatically linked up or added as sizer items when the sizers and control are created from the Palette on the Designer * Command-line parameters added: * -U, -UnicodeEncoding, for setting the ide encoding without using sitecustomize.py * -W, -wxVersionSelect, for specifying a wxPython version * New controls supported: wx.Listbook, wx.Choicebook, wx.Treebook, wx.Toolbook, wx.SearchCtrl, wx.ColourPickerCtrl, wx.FontPickerCtrl, wx.DirPickerCtrl, wx.FilePickerCtrl, wx.richtext.RichTextCtrl, wx.combo.BitmapComboBox, wx.animate.GIFAnimationCtrl, wx.media.MediaCtrl, wx.lib.flatnotebook, wx.lib.splitter, wx.lib.scrolledpanel, wx.lib.hyperlink, wx.lib.analogueclock,wx.lib.filebrowsebutton, wx.lib.throbber, wx.lib.ticker, wx.lib.dragscroller * Basic support for Button Stock Ids * Support for using wx.ArtProvider for bitmap properties in the Designer * When the file dialog opens from the property editor, set the Image Type to ArtProvider and click Open, the ArtProvider dialog will open. * All help files now distributed as .htb help files. * Help updated to wxPython 2.8 and Python 2.5 * wxPython api help included * All help files back in the repository and included in packages * Code Templates added: * A Code Template is a small idiomatic snippet of code that can be selected from a popup list and inserted at the current caret position. * Code templates available for: * Boa: sys.breakpoint, customclasses, codetemplate, html document skeleton * Python: class, method, function, iterator, descriptor * wxPython: wx.ColourDialog, wx.FontDialog, wx.PrintDialogData, wx.PageSetupDialog, wx.DirDialog, wx.FileDialog, wx.SingleChoiceDialog, wx.TextEntryDialog, wx.MessageDialog, wx.FindReplaceDialog, wx.MultiChoiceDialog, wx.BusyCursor, wx.Locale, wx.AboutBox * Code completion improvements * More local variables picked up from code * Option available: Preferences->General->Editor->importOnCodeComplete so that modules can be auto imported for introspection. * Improved unicode source handling * Using the coding delaration if defined (# -*- coding: name -*- ) * Handling for utf8 bom * Bugfixes * Sizer improvements for GTK for the Find/Replace, InterpreterChooser, and ModuleFinder dialogs * Tutorial updates * SVN support added
2009-09-03 10:56:22 +02:00
SEDSUBSTS= -e "s|@PYTHONBIN@|${PYTHONBIN}|"
SEDSUBSTS+= -e "s|@PREFIX@|${PREFIX}|"
SEDSUBSTS+= -e "s|@VERSION@|${VERSION}|"
PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets
2011-10-03 00:16:48 +02:00
REPLACE_PYTHON+= Boa.py
REPLACE_PYTHON+= Examples/advanced/FramePanels/wxApp1.py
REPLACE_PYTHON+= Examples/frames/wxApp1.py
REPLACE_PYTHON+= Examples/guide/App1.py
REPLACE_PYTHON+= Examples/mdi/wxApp1.py
REPLACE_PYTHON+= ExternalLib/ndiff.py
Re-import devel/boaconstructor as devel/boa-constructor to match its DISTNAME. While here, upgrade to 0.6.1, which (unlike the previous version 0.4.4) starts with the current pkgsrc py-wxWidgets version. * IDE translated and Internationalisation support for applications. * Translations available for: Afrikaans, Brazilian Portuguese, Chinese, French, German, Italian, Spanish * IDE Language Chooser Dialog under Tools * Design time support for i18n _() strings in the generated source. See Examples/i18n/* * New release binary format added for windows * Installs as a self contained exe * A python/wxPython installation is still required to run external scripts and the debugger * Improved design time sizer/control creation: * Sizers and controls are now automatically linked up or added as sizer items when the sizers and control are created from the Palette on the Designer * Command-line parameters added: * -U, -UnicodeEncoding, for setting the ide encoding without using sitecustomize.py * -W, -wxVersionSelect, for specifying a wxPython version * New controls supported: wx.Listbook, wx.Choicebook, wx.Treebook, wx.Toolbook, wx.SearchCtrl, wx.ColourPickerCtrl, wx.FontPickerCtrl, wx.DirPickerCtrl, wx.FilePickerCtrl, wx.richtext.RichTextCtrl, wx.combo.BitmapComboBox, wx.animate.GIFAnimationCtrl, wx.media.MediaCtrl, wx.lib.flatnotebook, wx.lib.splitter, wx.lib.scrolledpanel, wx.lib.hyperlink, wx.lib.analogueclock,wx.lib.filebrowsebutton, wx.lib.throbber, wx.lib.ticker, wx.lib.dragscroller * Basic support for Button Stock Ids * Support for using wx.ArtProvider for bitmap properties in the Designer * When the file dialog opens from the property editor, set the Image Type to ArtProvider and click Open, the ArtProvider dialog will open. * All help files now distributed as .htb help files. * Help updated to wxPython 2.8 and Python 2.5 * wxPython api help included * All help files back in the repository and included in packages * Code Templates added: * A Code Template is a small idiomatic snippet of code that can be selected from a popup list and inserted at the current caret position. * Code templates available for: * Boa: sys.breakpoint, customclasses, codetemplate, html document skeleton * Python: class, method, function, iterator, descriptor * wxPython: wx.ColourDialog, wx.FontDialog, wx.PrintDialogData, wx.PageSetupDialog, wx.DirDialog, wx.FileDialog, wx.SingleChoiceDialog, wx.TextEntryDialog, wx.MessageDialog, wx.FindReplaceDialog, wx.MultiChoiceDialog, wx.BusyCursor, wx.Locale, wx.AboutBox * Code completion improvements * More local variables picked up from code * Option available: Preferences->General->Editor->importOnCodeComplete so that modules can be auto imported for introspection. * Improved unicode source handling * Using the coding delaration if defined (# -*- coding: name -*- ) * Handling for utf8 bom * Bugfixes * Sizer improvements for GTK for the Find/Replace, InterpreterChooser, and ModuleFinder dialogs * Tutorial updates * SVN support added
2009-09-03 10:56:22 +02:00
REPLACE_PYTHON+= ExternalLib/pylint.py
2011-10-03 00:16:48 +02:00
REPLACE_PYTHON+= ExternalLib/reindent.py
REPLACE_PYTHON+= ExternalLib/tarfile.py
Re-import devel/boaconstructor as devel/boa-constructor to match its DISTNAME. While here, upgrade to 0.6.1, which (unlike the previous version 0.4.4) starts with the current pkgsrc py-wxWidgets version. * IDE translated and Internationalisation support for applications. * Translations available for: Afrikaans, Brazilian Portuguese, Chinese, French, German, Italian, Spanish * IDE Language Chooser Dialog under Tools * Design time support for i18n _() strings in the generated source. See Examples/i18n/* * New release binary format added for windows * Installs as a self contained exe * A python/wxPython installation is still required to run external scripts and the debugger * Improved design time sizer/control creation: * Sizers and controls are now automatically linked up or added as sizer items when the sizers and control are created from the Palette on the Designer * Command-line parameters added: * -U, -UnicodeEncoding, for setting the ide encoding without using sitecustomize.py * -W, -wxVersionSelect, for specifying a wxPython version * New controls supported: wx.Listbook, wx.Choicebook, wx.Treebook, wx.Toolbook, wx.SearchCtrl, wx.ColourPickerCtrl, wx.FontPickerCtrl, wx.DirPickerCtrl, wx.FilePickerCtrl, wx.richtext.RichTextCtrl, wx.combo.BitmapComboBox, wx.animate.GIFAnimationCtrl, wx.media.MediaCtrl, wx.lib.flatnotebook, wx.lib.splitter, wx.lib.scrolledpanel, wx.lib.hyperlink, wx.lib.analogueclock,wx.lib.filebrowsebutton, wx.lib.throbber, wx.lib.ticker, wx.lib.dragscroller * Basic support for Button Stock Ids * Support for using wx.ArtProvider for bitmap properties in the Designer * When the file dialog opens from the property editor, set the Image Type to ArtProvider and click Open, the ArtProvider dialog will open. * All help files now distributed as .htb help files. * Help updated to wxPython 2.8 and Python 2.5 * wxPython api help included * All help files back in the repository and included in packages * Code Templates added: * A Code Template is a small idiomatic snippet of code that can be selected from a popup list and inserted at the current caret position. * Code templates available for: * Boa: sys.breakpoint, customclasses, codetemplate, html document skeleton * Python: class, method, function, iterator, descriptor * wxPython: wx.ColourDialog, wx.FontDialog, wx.PrintDialogData, wx.PageSetupDialog, wx.DirDialog, wx.FileDialog, wx.SingleChoiceDialog, wx.TextEntryDialog, wx.MessageDialog, wx.FindReplaceDialog, wx.MultiChoiceDialog, wx.BusyCursor, wx.Locale, wx.AboutBox * Code completion improvements * More local variables picked up from code * Option available: Preferences->General->Editor->importOnCodeComplete so that modules can be auto imported for introspection. * Improved unicode source handling * Using the coding delaration if defined (# -*- coding: name -*- ) * Handling for utf8 bom * Bugfixes * Sizer improvements for GTK for the Find/Replace, InterpreterChooser, and ModuleFinder dialogs * Tutorial updates * SVN support added
2009-09-03 10:56:22 +02:00
USE_TOOLS+= pax
do-build:
${SED} ${SEDSUBSTS} < ${FILESDIR}/Boa.sh > ${WRKDIR}/Boa
do-install:
cd ${WRKSRC} && pax -rw . ${DESTDIR}${BOADIR}
${CHMOD} -R go-w ${DESTDIR}${BOADIR}
${INSTALL_SCRIPT} ${WRKDIR}/Boa ${DESTDIR}${PREFIX}/bin
.include "../../lang/python/application.mk"
.include "../../x11/py-wxWidgets/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"