| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
later as RFC 3493 deprecated it. So, we have to see EAI_NONAME
instead.
Approved by: petef
|
|
|
|
|
|
| |
PR: 81797
Submitted by: Manuel Stuehn <freebsdnewbie@freenet.de>
Approved by: Danny Boudrot (maintainer)
|
|
|
|
| |
so use MLINKS instead of adding them to MAN1
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
remove BROKEN
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
PR: ports/81796
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
committed without breaking them.
Approved by: portmgr (kris)
|
|
|
|
| |
WWW: http://wmi.modprobe.de/
|
|
|
|
|
|
|
|
| |
- don't use version number in installation directories
PR: ports/81798
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
(maintainer)
|
|
|
|
|
| |
Submitted by: maintainer
Reported by: kris via pointyhat
|
|
|
|
|
| |
PR: 81794
Submitted by: Emanuel Haupt (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
a probabilistic algorithm for doing
existence tests.
PR: 70062
Submitted by: Aaron Straup Cope <ascope@cpan.org>
|
|
|
|
|
| |
Reported by: krismail
Pointy hat to: pav
|
|
|
|
|
|
|
|
| |
perl module for sprintf-like string
formatting capability.
PR: 79195
Submitted by: Matt Mills <matt_mills@btopenworld.com>
|
|
|
|
| |
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
|
|
|
|
|
| |
with an xterm which doesn't exist and support for Maildirs (at least
documented on how to do it)
|
|
|
|
|
|
|
|
|
| |
- update gcc target to 3.4.5-20050524
- build fail fix on current
PR: ports/81750
Pointed out by: pointyhat via kris
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: ports/81420
Submitted by: Tony Shadwick <numbski@hksilver.net>
|
|
|
|
|
| |
PR: ports/81762
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/81786
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/81781
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/81782
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/72084
Submitted by: Peter Wullinger <some-mail-drop@gmx.net>
Approved by: maintainer timeout (8 months)
|
|
|
|
|
| |
PR: ports/81783
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/81768
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/81766
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/81765
Submitted by: maintainer
|
| |
|
|
|
|
| |
Fix a nasty job control/interrupt bug.
|
|
|
|
| |
Should fix some issues on 64 bits platforms.
|
|
|
|
|
|
|
| |
and monitoring console.
PR: 81425
Submitted by: J. Randolph <snortsms (at) servangle.net>
|
| |
|
|
|
|
|
|
|
|
| |
${PREFIX} during this phase. This makes the port installable by a
non-root user.
Approved by: nik
Inspired by: jhb
|
|
|
|
|
|
|
|
| |
${PREFIX} during this phase. Makes the port installable by a non-root
user.
Approved by: murray
Inspired by: jhb
|
|
|
|
|
|
|
| |
this phase. This makes the port installable by a non-root user.
Approved by: hrs
Inspired by: jhb
|
|
|
|
|
|
| |
PR: ports/78102
Submitted by: Will Saxon <wills@housing.ufl.edu>
Approved by: maintainer timeout (2 months)
|
| |
|