DESCR:
unionfs-fuse overlays several directory into one single mount point.
It first tries to access the file on the top branch and if the file does
not exist there, it continues on lower level branches. If the user tries
to modify a file on a lower level read-only branch the file is copied to
a higher level read-write branch if the copy-on-write (cow) mode was
enabled.
OK rsadowski@, jca@
macppc testing and ok cwen@
FallingTime is an arcade game inspired by Fall Down. Like the Fall Down
games, you are a ball and you must fall into the holes to avoid being
crushed by the top of the screen!
The pyscard smartcard library is a framework for building smart card
aware applications in Python.
the PCSC API Python wrapper module.
- smartcard.scard, an extension module wrapping the WinSCard API (smart
card base components) also known as PC/SC
- smartcard, a higher level Python framework built on top of the raw
PC/SC API
Version 1.9.9
From Lucas Rabb
Input and tweaks from myself and sthen
OK sthen
Documented as a preferred mirror by upstream, has https, and doesn't
have all the problems ftp://tug.org has (overloaded, keepalive broken).
ok sthen@ edd@ (maintainer)
While here, our getconf does not report LONG_BIT. ebc uses LONG_BIT to
determine whether or not to use 64-bit math. So just set it manually.
LONG_BIT is 64 on 64-bit archs and 32 on 32-bit archs
A few notes:
This year, we install the interpreter symlinks when the supporting texmf
files become available. Before we installed them all in texlive_base and
you could get dangling symlinks and confused users.
There are also a lot of Ruby-1.8 scripts in TeX Live, but we no longer
package such an old Ruby. There's too much to systematically test, so
for now we re-write the #! to a newer Ruby, and we can fix any problems
that arise on a case-by-case basis.
Tested by: matthieu@, cwen@, Jon Bernard and jca@.
Additional input from sthen@ and cwen@.
OK cwen@ and jca@.
Thank you all for your help!