Changes:
- The chapter explaining the type 'time' in the manual was improved.
- The support for source level debugging in the compiler (comp.sd7) was
improved. Now the option -g generates better #line directives and the 'main'
function was arranged such that the current line shown by a debugger is
correct when the program is started.
- In the "seed7_05.s7i" library the function "rpos" was overloaded to do a
reverse search for a character in a string starting from a given position.
- The files "str_rtl.c", "strlib.c", "primitiv.c" and the compiler were
improved to support the primitive action STR_RCHIPOS (which implements the
new overloaded 'rpos' function).
of a hash using methods with the same name as the element's key. It
follows in the footsteps of Hash::AsObject, Hash::Inflator,
Data::OpenStruct::Deep, Object::AutoAccessor, and probably others. The
main difference between this module and its forebears is that it
supports tied hashes, in addition to regular hashes. This allows a
modular division of labor: this class is generic and treats all hashes
the same; any special semantics come from the tied hash.
WWW: http://search.cpan.org/dist/Hash-AutoHash/
PR: ports/150528
Submitted by: Frederic Culot <frederic@culot.org>
testing purposes. This mpd server will then be used during
POE::Component::Client::MPD or Audio::MPD tests.
In order to achieve this, the module will create a fake mpd.conf
file with the correct pathes (ie, where you untarred the modulE
tarball). It will then check if some mpd server is already running,
and stop it if the MPD_TEST_OVERRIDE environment variable is true
(die otherwise). Last it will run the test mpd with its newly
created configuration file.
WWW: http://search.cpan.org/dist/Test-Corpus-Audio-MPD/
Stop putting version in filenames
Remove unnecessary override of do-extract target
Use ALL_TARGET instead of MAKE_ARGS
Use COPYTREE_SHARE for documentation
Kill pkg-plist with only one entry
PR: ports/150402
Submitted by: Rob Farmer <rfarmer at predatorlabs.net>
Approved by: maintainer
- Change default DVD device from cd0 to acd0 since this seems to be more
commonly used and the error I was getting earlier with acd0 was due to
wrong device permissions
- Remove pkg-message.in due to the above
- Bump PORTREVISION
environment as done by the release building scripts. The former causes
some targets in the Makefiles of the port to be overridden and the later
is added to the default COMPILE.c variable by gmake. Arguably the release
building scripts should be fixed to not set TARGET and TARGET_ARCH when
compiling the cdrtools port in case of a cross-release but for reasons
beyond me this just worked with cdrtools 2.01
Approved by: netchild