- Add authors to pkg-descr
0.06 Wed Mar 22 12:00:00 2006
- Fixed a circular reference in Audio::Wav::Write::Header that was
causing memory to leak (thanks Sumitro Chowdhury).
- Tidied up bits and pieces.
- Added very basic support for WAVEFORMATEXTENSIBLE.
- When writing files, finish() will now be called by DESTROY if
necessary.
PR: 98172
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
- Update pkg-plist
1.02 Thu Sep 15 2005 Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
* Switched from ExtUtils::MakeMaker to Module::Build.
* Added dependencies on Class::DBI 0.96 (thanks to MJH
<mjh@liminalflux.net for the suggestion)
* Updated the README documentation.
* Changed the environment variables used for testing.
* Fixed testing so that tests are skipped when optional
prerequisites are not installed.
* Removed Class::DBI::DDL::mysql as it did nothing.
PR: 98180
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
- Update pkg-plist
2.25 15.06.2005
user:pass with proxy support - untested (thanks to Peter)
Please try it, I don't have such a setup.
Cache module: use CDDB_cache instead of CDDB_get
All files are saved in a local tree and can be reused from there.
Please try it if you like, it's not really tested.
2.26 22.06.2005 (unreleased)
added postgres/oracle/sqlite support (untested)
thanks to Rick for starting with a postgres version
2.27 01.01.2006
default port is now 8880 (not 888 anymore)
fixes an ioctl perl problem on current redhat/fedora (thanks to
Gregory K. Ruiz-Ade and the redhat/fedora guys)
PR: 98173
Submitted by: aaron
Reviewed by: maintainer
Approved by: maintainer, tobez (implicit)
documentation and license files, icon, a .desktop file and examples.
* Switch from LOCALBASE to X11BASE since this is a true a X application
that needs to link against the X libraries and now installs .desktop
file and an icon.
- repocopy vmware-guestd.sh to vmware-guestd.sh.in (by portmgr)
- remove vmware-guestd.sh
- remove vmware-guestd.sh entry from pkg-plist
- update Makefile
It is intensional that I do NOT bump PORTREVISION by this commit, since
any executable is not changed, and startup script itself is also NOT
changed, only the filename is changed. I do not want to bother users
to update their port by this non-functional change.
If you have any reasonable reason to bump PORTREVISION, let me know, and
I'll update the version asap.
* The check for quoted COMMENTs had a typo. However, this check has been
consolidated for other macros that should not be quoted. Merge the COMMENT
check into the BROKEN, et al check. [1]
* Properly pluralize the message which counts the number of fatal errors
and warnings. [2]
* Add distinfo checking support. [3]
* Huge refactoring of the error handling code. If the -g argument is specified,
errors will be grouped together to avoid spamming the console with
repeated lines.
* Add a check for icon installation, and recommend INSTALLS_ICONS.
PR: 97207 [1]
96089 [2]
96923 [3]
Submitted by: lawrance [1]
ehaupt [2]
sem [3]
Tested by: mezz