Add fully-qualified paths to temp_rpath rather than unqualified paths in order
to avoid possible errors when computing the fully-qualified path later.
rev 1.334.2.70
Do not add installed static litool libraries to convenience, they are not
convenience libraries.
From libtool CVS
- Based on the MODJAVA_VER, MODJAVA_JRERUN, NO_BUILD
and MACHINE_ARCH, the following things will be setup:
ONLY_FOR_ARCHS if not already set.
BUILD_DEPENDS on a jdk (native preferred).
JAVA_HOME to pass on to the port build.
RUN_DEPENDS for all jdk's and jre's that can run the port.
Review and feedback nikolay@, ian@.
The hashcash tool allows you to create hashcash stamps to attach to
emails you send, and to verify hashcash stamps attached to emails you
receive. Email senders attach hashcash stamps with the X-Hashcash:
header. A hashcash stamp constitutes a proof-of-work which takes a
parameterizable amount of work to compute for the sender. The
recipient can verify received stamps efficiently.
From: Armin Wolfermann <aw@osn.de>
ok alek@
Gromit (GRaphics Over MIscellaneous Things) is a small tool to
make annotations on the screen. It is particularly useful when
making presentations of programs to highlight certain features
or screen elements.
From: Michael Knudsen <e@molioner.dk>
ok alek@
pytagger is a ID3 tag reader and writer implemented purely in Python. It
supports all the current ID3 tag implementations including ID3v1,
ID3v1.1, ID3v2.2, ID3v2.3 and ID3v2.4.