- Support for displaying smileys;
- HTML 4.0 entities (named entities and numerical entities);
- Automatic replacement of common text idioms by their corresponding symbols
(e.g. arrows, fractions, etc.);
- Simplified markup for single words: *this* /is/ _important_;
- Replace <name@domain> with "mailto:" links (obfuscated if needed)
(0.11 only - though that's now in Trac core);
- Replace \\... UNC paths with "file:///" links (0.11 only);
Each feature can be disabled individually if needed.
WWW: http://trac-hacks.org/wiki/WikiGoodiesPlugin
PR: ports/134120
Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org>
the GDM greeter [1]
* Add a patch from Fedora to support reading the keyboard layout from hal [2]
PR: 131533 [2]
Obtained from: Fedora CVS [2]
Submitted by: daichi [1]
Andreas Wetzel <mickey242@gmx.net> [2]
Regression, Sage, 2002. The package contains mostly functions for applied
regression, linear models, and generalized linear models, with an emphasis on
regression diagnostics, particularly graphical diagnostic methods. There are
also some utility functions. With some exceptions, I have tried not to duplicate
capabilities in the basic distribution of R, nor in widely used packages. Where
relevant, the functions in car are consistent with na.action = na.omit or
na.exclude.
WWW: http://cran.r-project.org/web/packages/car/index.html
PR: ports/133708
Submitted by: David Naylor <naylor.b.david@gmail.com>
* cad/qcad itself:
1. Enable parallel build.
This is safe, because the vendor's script supports it
(but only, when one is using distcc).
2. Remove the special handling for Alpha.
I guess, this is a historical wart --
the current version of qcad compiles on my amd64 with
`-Wall -W' without any warnings. If Alpha bites again,
the wart can be put back until someone tracks the bug down.
* cad/qcad-partslib:
1. Fetch the .tar.gz, rather than .zip variant of the distribution.
This new file is more than twice smaller.
2. Remove build-dependency on qcad -- this is useless for a pure-data port
and only complicates package building and installation
(a PORTREVISION bump in qcad itself, for example,
will necessitate rebuilding partslib without any good reason).
3. Don't create an intermediate extraction under ${WRKSRC}
for the sole purpose of creating PLIST -- extract from ${DISTFILE} into
${DATADIR} directly and use tar's output to create PLIST on the fly.
This saves a ton of I/O and diskspace during packaging.
Submitted by: Mikhail T. <mi+thun [at] aldan.algebra.com>