were lost in PKGREVISION nb7. We do this by avoiding inspecting the
value of ${WRKSRC} within the package Makefile and instead deferring
using ${WRKSRC} until we actually need the value (after extraction).
This is necessary because WRKSRC is defined in bsd.pkg.mk, which is
too late.
Bump the PKGREVISION to 8.
Performance improvement and many feature additions including add-on
support. (Add-on packages are not yet pkgsrc'ized.)
Install README file as requested by Takanori Ishihara in pkg/32526.
Big changes in cwpcm:
-f FFFF Set frequency (40 to 3200 Hz)
-w NN Set the rate (WPM)
-F NN Set the character (Farnsworth) rate
-v NN Set the volume (0 to 100%)
* 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.