Changes:
* Files to generate man pages for Seed7 interpreter and compiler have
been added to the documentation (files doc/s7.1 and doc/s7c.1).
* The makefiles have been improved to support the targets distclean
and test.
* The operators radix and RADIX have been added to the libraries
integer.s7i and bigint.s7i. This operators convert an integer
respectively bigInteger to a string. The conversion uses the
numeral system with the given base.
* The variants of the function str, which have a second parameter to
specify a numeric base, are deprecated now and will be removed in a
future release. The operators radix and RADIX should be used
instead.
* Interpreter and compiler have been improved to support the
operators radix and RADIX.
* In chkint.sd7 checks for the function str with base have been
replaced with checks for the operators radix and RADIX.
* Usages of the function str with base have been changed to usages
of the operators radix or RADIX in the files gethttp.s7i, bas7.sd7,
encoding.s7i and s7c.sd7.
* Errors in bas7.sd7, concerning the function VARPTR and the
statement OPEN, have been fixed.
* The function getLineWithMacrosApplied in makedata.s7i has been
improved to ignore space and tab characters after an escaped
newline.
* Result variables have been renamed in various libraries and example
programs.
* The currency sign character has been added to stdfont10.s7i,
stdfont12.s7i, stdfont14.s7i, stdfont16.s7i, stdfont18.s7i,
stdfont20.s7i, stdfont24.s7i, vecfont10.s7i and vecfont18.s7i.
* The file chkccomp.c has been improved to define a macro that
describes what happens, when a cast of a float to int overflows.
- This release features the inclusion of the man pages for the seed7
interpreter s7(1) and compiler s7c(1)
- Remove patch included upstream
- Drop rubygem- prefix from PKGNAME as this no longer uses rubygems
- Add mirror
- Add setup instructions in pkg-message
- Add LICENSE
Changes:
* Scripts are now installed to /usr/local/sbin
instead of /usr/local/bin
* Add '-P pool' flag to `zfs-auto-snapshot` to limit
the snapshotting to the specified pool/dataset.
* Fix usage output
i386 systems without SSE2 to build blender properly
- Add CYCLESOSL option to add support for cycles render shaders
- Clean up some PLIST_SUB leftovers
PR: ports/175490
Submitted by: chris@imagemetrica.com
- Update to 4.3 (not part of KDE extragear anymore)
- Make NLS optional
- Build documentation
- Trip Makefile header
- Convert to new options framework
- Update to 2.7.0
- Chase kdemultimedia4 split
- Trip header
- Remove dependency on liblastfm as it needs a new version
- Add dependency on nepomuk-core
- Remove soversion from LIB_DEPENDS
- Add optional run dependency on net/clamz (off by default)
Changes:
* Major code refactoring, see README.2.x for more information.
* Cleanup code to please Perl::Critic.
* Removed support for blocking I/O, only non-blocking I/O is supported.
* Now using the No::Worries and Params::Validate modules from CPAN.
* Added STOMP 1.2 support.
* Added the queue_message() and send_message() methods for convenience.
* Added optional authentication support via Authen::Credential.