management and identity web services protocols. Initial goal is
supporting SP role, followed by ID-WSF WSC and IdP roles.
ZXID is light weight, has a small foot print, and is implemented in C.
It is suitable for both high performance and embedded applications.
Scripting languages are supported using SWIG, including Perl, PHP and
Java. The "full stack" nature of ZXID means it's self contained and
has minimal external library dependencies (see downloads).
WWW: http://zxid.org/
PR: ports/114346
Submitted by: Gea-Suan Lin <gslin at gslin.org>
- the original port (ruby-spreadsheet-excel) is out-of-date, so
the new maintainer decides to take over this port
- Upgrade to 0.3.5.1
PR: ports/114148
Submitted by: maintainer (Alexander Logvinov)
server, intended as an alternative to larger, more complex web servers for
websites where the server requirements are simple. Drood supports
name-based virtual hosting.
WWW: http://www.mammothcheese.ca/munger.html
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
PR: ports/114395
Submitted by: James Bailie <jimmy at mammothcheese.ca>
- Use DISTVERSION to simplify things
- Correct NO_PACKAGE message
- Remove unused SYSDIR variable and dead code
- Remove BROKEN on 6.x and above, it builds now
- Use MAN8PREFIX for man8 pages
- Refine pkg-message, and use SUB_FILES for it
- Respect PREFIX in rc script, and refine the script a bit
PR: ports/113209
Submitted by: Dima Panov <fluffy at ael.ru>
Approved by: Yuriy N. Shkandybin <jura at netams.com> (maintainer)
- Don't install CVS directories which are going to be removed
in next release
PR: ports/113831
Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Approved by: maintainer timeout (20 days)
for all of the things changed in this release. This is a huge change
from the previous stable 1.2.x version.
NOTE: While I did test quite a few runtime features, anjuta still seems
a bit buggy. For best results, stick with the scintilla editor.
=========
1. If we are doing --show-work, don't launch background processes
that are only useful for real builds.
2. Fix a rather obscure bug that can only happen:
IFF you are doing an install of a new port, and
IFF you have a dependency "early" in the list with an +IGNOREME file, and
IFF you have one or more dependencies "late" in the list that are not
installed. The bug is a false positive on the +IGNOREME for the uninstalled
ports. The solution is to reset the "port to test for +IGNOREME file"
variable each time through the loop. This will usually be a noop, but it
costs almost nothing in any case.