From: Don Stewart <dons at cse.unsw.edu.au>
--
Alex is a tool for generating lexical analysers in Haskell, given
a description of the tokens to be recognised in the form of regular
expressions. It is similar to the tool lex or flex for C/C++.
isn't built correctly which causes problems on macppc and it isn't
popular/useful anyway. this will be properly fixed "soon".
- remove NOT_FOR_ARCHS=powerpc as it seems to "work" on my ibook
(to the extent that it can without accelerated video and problematic
audio)
- use SED_PLIST, rather than the dirty FLAVOR+=${MACHINE_ARCH} hack, it
makes the index entry look prettier.
- adjust PLIST accordingly, and also add the logo plugin (useless?)
- adjust LIB_DEPENDS for the liba52 change and logo plugin
thanks to drahn@ for help, hints, & suggestions
bump PKGNAME.
XXX doesn't respect CFLAGS, installing liba52.txt might be useful.
"No accelerated IMDCT transform found", an annoying message I have been
wondering about for awhile, stems from not using an fft library. Seems
they only support djb's one, which in typical style, is unlicensed.
(http://cr.yp.to/djbfft.html). Mentioned here as TODO for advocating or
adding support of another fft library.
SciTE is short for SCIntillla based Text Editor. It is a very
flexible but still small and fast editor providing block folding,
syntax highlighting, regular expression search & replace etc.
WWW: http://www.scintilla.org/SciTE.html
from Joerg Sonnenberger <joerg@bec.de> with patches from Andrew Dalgleish
Scintilla is a free source code editing component. As well as features
found in standard text editing components, Scintilla includes features
especially useful when editing and debugging source code. These include
support for syntax styling, error indicators, code completion and call
tips. The selection margin can contain markers like those used in debuggers
to indicate breakpoints and the current line. Styling choices are more open
than with many editors, allowing the use of proportional fonts, bold and
italics, multiple foreground and background colours and multiple fonts.
WWW: http://www.scintilla.org/
from Joerg Sonnenberger <joerg@bec.de> with patches from Andrew Dalgleisch