Gnonlin is a library built on top of GStreamer which provides support for
writing non-linear audio and video editing applications.
It introduces the concept of a timeline.
at most seem to be:
- doco
- many bugfixes
- updates to clipper native-language libraries
- updates to gtk2 bindings
Also,
- Reorder MASTER_SITES to use better mirror first.
- Mirror patch distfile on MASTER_SITE_LOCAL
- Make portlint a tiny bit happier
Games::Dice simulates die rolls. It uses a function-oriented (not
object-oriented) interface. No functions are exported by default.
The number and type of dice to roll is given in a style which should be
familiar to players of popular role-playing games: adb[+-*/b]c. a is optional
and defaults to 1; it gives the number of dice to roll. b indicates the number
of sides to each die. % can be used instead of 100 for b; hence, rolling 2d%
and 2d100 is equivalent. roll simulates a rolls of b-sided dice and adds
together the results. The optional end, consisting of one of +-*/b and a
number c, can modify the sum of the individual dice. +-*/ are similar in that
they take the sum of the rolls and add or subtract c, or multiply or divide
the sum by c. (x can also be used instead of *.) Using b in this slot is a
little different: it's short for "best" and indicates "roll a number of dice,
but add together only the best few". For example, 5d6b3 rolls five six- sided
dice and adds together the three best rolls.
Author: Philip Newton <pne@cpan.org>
WWW: http://search.cpan.org/dist/Games-Dice/
PR: ports/81612
Submitted by: Aaron Dalton <aaron@daltons.ca>
To: edwin@mavetju.org
Subject: Change to net/freenet6/files/freenet6.sh.in
Could you make the following change, please.
This is needed to ensure that freenet6 is started before
servers like Apache and bind which may need the IPv6 tunnel
to be present.
Submitted by: "J.R. Oldroyd" <jr@opal.com>
recent update fixed the build problem against the version of GHC we've got, and
fixed things on >=5.x, and all that lovely. So mark it un-BROKEN. If it shows
up BROKEN again, I'll handle appropriately.
The Xfce Foundation Classes (XFC) is a set of well integrated C++ classes
for developing Xfce applications on UNIX-like operating systems.
XFC combines the power of GTK+ and the power of C++ into a state-of-the-art
application development framework for the Xfce Desktop Environment. XFC
judiciously uses C++ language features to avoid layering on too much extra
C++ complexity. Its API is easy to understand and use, and should feel
immediately familiar to most GTK+ programmers.