summaryrefslogtreecommitdiff
path: root/devel/boaconstructor
AgeCommit message (Collapse)AuthorFilesLines
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-20Rename the following variables to reduce the number that we need to track:jlam1-2/+2
EXTRACT_CMD_OPTS.bin -> EXTRACT_OPTS_BIN EXTRACT_CMD_OPTS.lha -> EXTRACT_OPTS_LHA EXTRACT_CMD_OPTS.rar -> EXTRACT_OPTS_RAR EXTRACT_CMD_OPTS.tar -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.Z -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.bz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tar.gz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tbz2 -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.tgz -> EXTRACT_OPTS_TAR EXTRACT_CMD_OPTS.zip -> EXTRACT_OPTS_ZIP EXTRACT_CMD_OPTS.zoo -> EXTRACT_OPTS_ZOO EXTRACT_CMD_OPTS_tar.gz -> EXTRACT_OPTS_TAR
2006-01-14Updated boaconstructor to 0.4.4: Changes since version 0.2.3 includewulf4-223/+2682
* Many bugfixes * Migration to 2.5 * IDE Framework registration api in Plugins.py. * Improved Code Completion and Call Tips. * wxMAC compatibility improvements thanks to Kevin Walzer. * Simple regex editor/matcher window now available under Tools. * PyPlot plug-in * New wxPython/Python docs bundle * Tutorial improvements * Python Resource modules now provides an alternative way to use images * EOL handling in source files have been completely redone. * Converted the FormatParagraph IDLE extension to be a Boa plug-in. * Zip Transport now allows write/clipboard operations. * Support for the unicode encoding declaration (PEP 263) * Support for wx.GridBagSizer * Support for editing/browsing tar.gz files. * Support for Help Book. Boa can now manage .hhp, .hhc and .hhk files. * Support for wxWizards * Support for the masked edit family of controls: * Support for using Sizers in the Designer. * Added property editors for BackgroundStyle and WindowVariant * Added new wx.DatePickerCtrl to DateTimeCompanions.py, thanks to Oleg Deribas. * Added preference setting to toggle specialiased Zope debugging * Added wxTreeListCtrl and wxListView to the Palette. * Added BicycleRepairMan (Python Refactoring) support. * Added new Tools menu to the main menu.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-12-25Depend on py-wxWidgets instead of py-wxWindows. Bump PKGREVISION.wiz1-3/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-27import boaconstructor-0.2.3, a Python IDE and interface builder,drochner5-0/+851
based on wxGTK still beta quality, but looks promising