is for PK Font Generation bugfix.
To avoid some confusion, use DIST_SUBDIR to separate dvipdfmx distfiles
from others. The distinfo is changed since the directory is changed.
As a result, bump PORTREVISION.
USE_GCC=3.2+ on a 6-CURRENT system prefers the GCC 3.2 compiler
instead of the GCC 3.4 default system compiler.
One often uses USE_GCC=3.2+ to enable a port to build on RELENG_4,
but that does not mean a 6-CURRENT user doesn't want to use the
native compiler.
I also argue that the correct algorithm for USE_GCC=3.2+ is:
1. Use system compiler if it's version is allowable by the USE_GCC
invocation.
2. Prefer the highest version # found already installed and allowed
by the USE_GCC invocation, rather than the lowest.
3. Install the specified GCC version and use if, if no other already
installed compiler meets the USE_GCC invocation.
#1 and #3 are implemented with this patch, but #2 isn't.
The reason for it is because there is no highest version # specifiable
with the USE_GCC command. What could be made is that the USE_GCC
command accepts two arguments, where the first is the lower version,
the second is the upper version. Or USE_GCC=-4.0, where everything
<= 4.0 is allowed.
PR: ports/81116
Reviewed by: David O'Brien <obrien@freebsd.org>
This is a small PSK31 program that uses QT, and a soundcard as modem.
WWW: http://linpsk.sourceforge.net/
PR: ports/81617
Submitted by: Søren Straarup <xride@x12.dk>
are compatible. This differs from PR 80922 in that amd64 is made the
canonical RPM architecture on that architecture rather than x86_64 as
it is under Linux.
. Bump PORTREVISION.
PR: 80922 (based on)
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.