Dina is a monospace bitmap font, primarily aimed at programmers. It is
relatively compact to allow a lot of code on screen, while (hopefully)
clear enough to remain readable even at high resolutions.
from Rafael Sadowski with tweaks by me
ok sthen@
Two important things:
+ Fix bugs in information_schema.referential_constraints view
If you need to fix this in an existing installation, you
can (as a superuser) drop the information_schema schema then re-create it
by sourcing /usr/local/share/postgresql/information_schema.sql.
This must be repeated in each database to be fixed.
+ Make contrib/citext's upgrade script fix collations of
citext columns and indexes.
If you have a previously-upgraded database that is suffering
from this problem, and you already ran the CREATE EXTENSION command,
you can manually run (as superuser) the UPDATE commands found
at the end of /usr/local/share/postgresql/extension/citext--unpackaged--1.0.sql.
ok jeremy@
many standard Haskell libraries by either function name, or by
approximate type signature.
There are still a lot of things left to improve for this port:
- Privilege dropping when running the server as root (difficult,
because this should be better done in hs-warp). To be worked on
with upstream.
- Add an rc.d script for the server.
- Remove unneded files after running "hoogle data ...". To be worked
on with upstream.
- Integrate with our own hs-packages (so you can search in installed
libraries only).
- Add usable documentation. To be done with upstream (currently,
there's only some Wiki page).
- Use our ftp(1) instead of wget(1). (IIRC, the hoogle API contains
some functions which pass options verbatim to wget(1), so this
may be difficult to get right).
ok (with a hint about MODULES and WANTLIB) jasper@
Dungeon, also known as Zork(tm), is a text mode adventure/role-playing
game. Originally developed for the PDP-10 and later ported to Fortran
and the PDP-11, this version is a translation to C.
ok benoit@
Enable the MediaCtrl class support.
Re-enable wide character functions which OpenBSD now has.
Remove some now-unnecessary patches.
Remove the NULL cast patches.
Simplify the autoconf patching.
Tested on amd64 by Brad and on sparc64 by me.
if no-depends but that's complicated)
also, two distinct critical sections: we don't need to stay locked at
the end of show-prepare-result.
Even though that's not really important, simplify logic a wee little bit