- fix run on current (couldn't calculate disk geometry)
- remove dead URLs from MASTER_SITES
- change obsoleted disk name wd -> ad in manpage example
PR: 57555
Submitted By: Sergey Matveychuk <sem@ciam.ru>
This utility is used to split up huge files into smaller
pieces without compression. It is fully compatible with
HJSplit.
PR: ports/50777
Submitted by: Alex Kiesel <kiesel@schlund.de>
Watchdog daemon for the AMD Elan sc520 system-on-chip.
The watchdogd deamon runs in the background and will reset
the hardware watchdog timer of the elan-mmcr/soekris every
16 seconds. If this timer is not reset within 32 seconds
thereafter the hardware will reboot.
This software was specifically developed for
http://www.soekris.com/ boards and for use within the
http://www.wirelessleiden.nl/ project.
WWW: http://www.webweaving.org/watchdog/
PR: ports/55797
Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org>
hardware interface
Toshctl is a command-line tool to allow access to much of
the Toshiba hardware interface developed by Jonathan Buzzard
and Linux toshset by Charles D. Schwieters.
It can do things linke set the LCD brightness, set CPU speed
and set fan speed.
PR: ports/56035
Submitted by: Carl Moberg <carl@servicefactory.se>
Anacron is a periodic command scheduler. It executes
commands at intervals specified in days. Unlike cron, it
does not assume that the system is running continuously.
It can therefore be used to control the execution of daily,
weekly and monthly jobs (or anything with a period of n
days), on systems that don't run 24 hours a day.
Anacron is not an attempt to make cron redundant.
PR: ports/55959
Submitted by: Derik van Zuetphen <dz@426.ch>
patch involved patching the core auto* routines in KDE to accept the
PTHREAD_* variables in the environment, with fallbacks. We decided the
easiest way to implement this in ports was to generate configure instead
of risking incorrect generation at port configure time.
Said patch has already been committed to HEAD in KDE and as such will be
removed with the 3.2 upgrade once it is released.
Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE
modules) have this support commented out due to lack of patch.
Helped out: Adriaan de Groot <adridg@cs.kun.nl>
Lauri Watts <lauri@kde.org>
Andy Fawcett <andy@athame.co.uk>
* Burn all disks in DAO mode since n-c-b doesn't support multi-session, and
adding this allows one to burn DVD.
Submitted by: Pav Lucistnik <pav@oook.cz>
generated by socklog-conf requires presence of chpst program
from runit port
- Bump PORTREVISION
PR: 57454
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
I've made a mistake (I know copy and paste is evil !) in
php dependency. Now we use lang/php4-horde so the package
can be now built.
PR: ports/57406
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
There is no port net/openldap21 any longer. Please use
USE_OPENLDAP=yes and respect the default in bsd.ports.mk,
specify WANT_OPENLDAP_VER *only* if you have to, for example
when you are incompatible with any other version.
Thanks for the report!
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
- Remove one site that seems to have stopped carrying the latest alpha
versions from MASTER_SITES.
- Install some PORTDOCS for cdda2wav.
- Refine the patching of the manual pages.
- Add a workaround for the bug in -current that causes cdrecord to trigger
a panic.
Submitted by: maintainer
pkg_cutleaves finds installed 'leaf' packages, i.e. packages that
are not referenced by any other installed package, and lets you
decide for each one if you want to keep or deinstall it via pkg_deinstall(1).
PR: 54912
Submitted by: Stefan Walter <sw@gegenunendlich.de>
'userneu' is a Perl script that parses a list of usernames
and additional information (such as the real name or other
information to be put in the GECOS field in /etc/passwd)
and creates Unix accounts and (if desired) Samba accounts
as well. If the script stumbles upon duplicate user names
it can append random characters to the username until it
fits.
WWW: http://btmdx8.mat.uni-bayreuth.de/~johannes/code.html
PR: ports/56753
Submitted by: Andreas Fehlner <fehlner@gmx.de>
accounts stored in an OpenLDAP server
LDAP Account Manager (lam) is a webfrontend for managing
accounts stored in an openLDAP server.
Features:
- management of Unix user and group accounts (posixAccount/posixGroup)
- management of Samba 2.x/3.x user and host accounts (sambaAccount)
- automatic creation/deletion of home directories (experimental)
- setting quotas (experimental)
- support for LDAP+SSL
- multi-language support (default language: English, German only partial)
PR: ports/56599
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Please delete the port sysutils/arson. The port does not
fetch and Arson2 is planned.
PR: ports/55436
Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
ucspi-ssl is a set of UCSPI tools for creating SSL client
and server applications.
PR: ports/54279
Submitted by: David Thiel <lx@redundancy.redundancy.org>
The LCDd.sh.sample start script from the LCDproc-0.4.3_2
ports starts the LCDd process that's also part of the port
in the foreground, thereby blocking the system startup.
PR: ports/54092
Submitted by: Christian Ullrich <chris@chrullrich.de>
When run under FreeBSD, `afio' will successfully back up
FIFOs, but will not correctly restore them. The problem
arises from `afio' using mknod(2) to try to create a FIFO
- a Linuxism. The correct function for it to use is mkfifo(2).
Also, `afio' tries to recreate sockets. This behavior should
be disabled under FreeBSD.
PR: ports/52452
Submitted by: oremanj <oremanj@get-linux.org> (boucnes)