A year or so ago I emailed these patches to the maintainer
and didn't get any feedback. Just rediscovered them so
figured I should submit them before they get lost...
patch-bioscursor
Fixes the BIOS cursor handling so that programs such as the
DOS edit.com and qbasic.exe work correctly
patch-desqview-timeslice
Allows INT15 timeslicing so that programs which support it
can avoid 100% CPU utilization
patch-quitemode
Adds a -Q option which suppresses all video IO. Also helps
optimize the input behavior especially when polling for
input.
patch-fossil-support
Adds a -F option which enables support for FOSSIL IO using stdio.
PR: ports/114615
Submitted by: Stephen Hurd <shurd@sasktel.net>
Approved by: maintainer timeout
is reset by the if command. Therefore, the script does not fail when
starts with broken configuration files
- While I'm here, use %%RC_SUBR%% instead of /etc/rc.subr
PR: ports/110320
Submitted by: Dominic Fandrey <lon_kamikaze at gmx.de>
Approved by: maintainer timeout (6 months)
Newport: net/yate
Yate is a telephony engine aimed at creating a telephony
server that performs well enough to deal with PBX requirements
and also flexible enough for complex Gateway and IVR
solutions.
WWW: http://YATE.null.ro/
PR: ports/114814
Submitted by: Balwinder S Dheeman <bdheeman@hotmail.com>
Some ports require unzipped source of cclient.
For example, one of the ports with such problem is the
asterisk (configure --with-imap). Copying some of the files
in the include/cclient solves this problem by using standard
tools. These files are stored parameters with which compiles
port
PR: ports/114913
Submitted by: viper <viper@perm.raid.ru>
Approved by: maintainer timeout
This patch adds support to allow multiple ports on a single line.
Instead of having to do:
port1: WITH_COOL_FEATURE
port2: WITH_COOL_FEATURE
you can do this:
port1 port2: WITH_COOL_FEATURE
PR: ports/115733
Submitted by: "Sean C. Farley" <scf@freebsd.org>
Approved by: maintainer timeout
The program /usr/bin/install-info doesn't exist in case
the base system has been compiled with NO_INFO. This causes
an error during installation of sysutils/screen because one
of screen's make files rely on this program.
I added handling of NO_INFO (and NO_MAN by the way). I suggest
to let screen depend on print/texinfo if the user doesn't define
NO_INFO and /usr/bin/install-info doesn't exist.
PR: ports/115048
Submitted by: Bj\xf6rn K\xf6nig <bkoenig@cs.tu-berlin.de>
Approved by: maintainer timeout
The program /usr/bin/install-info doesn't exist in case
the base system has been compiled with NO_INFO. This causes
an error during installation of sysutils/screen because one
of screen's make files rely on this program.
I added handling of NO_INFO (and NO_MAN by the way). I suggest
to let screen depend on print/texinfo if the user doesn't define
NO_INFO and /usr/bin/install-info doesn't exist.
PR: ports/115048
Submitted by: Björn König <bkoenig@cs.tu-berlin.de>
Approved by: maintainer timeout
This port requires only USE_XORG= x11
(tested with tinderbox)
PR: ports/115465
Submitted by: Martin Matuska <mm@FreeBSD.org>
Approved by: maintainer timeout
This port requires only USE_XORG= x11
(tested with tinderbox)
PR: ports/115464
Submitted by: Martin Matuska <mm@FreeBSD.org>
Approved by: maintainer timeout
Open Movie Editor is designed to be a simple video editor, that
provides basic movie making capabilities. It aims to be powerful
enough for the amateur movie artist, yet easy to use.
WWW: http://openmovieeditor.sourceforge.net
PR: ports/116502
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
The game quantum minigolf is nearly the same as the game minigolf
- except that the ball obeys the laws of quantum mechanics.
Such a ball can be at several places at once. It can diffract around
obstacles and interfere with itself. Apart from that, the rules are
the same: You can play on various tracks involving various obstacles.
You hit the ball with a club and try to kick it into a hole on the
other side of the track.
WWW: http://quantumminigolf.sourceforge.net
PR: ports/116501
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
DoCoMo's Open Source SEND project provides an implementation of
RFC3971 Secure Neighbor Discovery (SEND). SEND cryptographically
secures the IPv6 neighbor discovery protocol, countering the threats
discussed in RFC3756 (IPv6 Neighbor Discovery (ND) Trust Models and
Threats).
DoCoMo's SEND is implemented completely in user space, so it is
portable and lends itself to experimentation. It currently runs on
Linux (tested on 2.6 kernels) and FreeBSD (tested on 5.4).
Also included in the distribution are implementations of RFC3972
Cryptographically Generated Addresses (CGAs) and RFC3779 X.509
Extensions for IP Addresses and AS Identifiers.
WWW: http://www.docomolabs-usa.com/lab_osrc_guide.html
Doesn't work on FreeBSD > 6.x though. Hopefully the submitter will
submit patches for it now it is commited.
PR: ports/116540
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
SMS::Send::DeviceGsm is an SMS::Send driver that uses Device::Gsm
to deliver messages via attached hardware.
You provide the hardware port and the baudrate to use.
Consult Device::Gsm for further information on what devices
and baudrates are supported.
Author: Chris Williams <chris@bingosnet.co.uk>
WWW: http://search.cpan.org/dist/SMS-Send-DeviceGsm/
PR: ports/116531
Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>