makes differential or full backups, which can be split over
several files or disks. Dar saves *all* UNIX inode types,
hard links, as well as Extended Attributes.
And many other features ...
PR: ports/60846
Submitted by: Edson Brandi <ebrandi@fugspbr.org>
PCGen is a Java-based RPG character generator and maintenance
program that works on all platforms (Windows, Mac OS X,
Linux, BSD, etc). It currently is aimed at supporting as
many rpgs as humanly possible. Currently our focus is on
OGL games (OGL = the Open Gaming License crafted by Wizards
of the Coast).
All datafiles are ASCII so they can be modified by users,
and are available through the pcgendm project. An XML
conversion is underway.
WWW: http://pcgen.sourceforge.net
Notes from the maintainer:
PR: ports/59428
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
The dynamic mathematics software Geonext establishes new
ways of teaching and learning mathematics. It offers
opportunities of visualisation that can't be realised on
paper or blackboard and with traditional construction tools.
Geonext enables autonomous and cooperative learning of
mathematics in the classroom. It encourages an active
discovering approach to mathematical thinking. Geonext can
be used at school and at home for free (GPL). Therefore
the software can be handed out to students without any
copyright problems (GPL).
Geonext can be used from elementary school up to calculus
at high school and in teacher-training at university in a
manifold and flexible way.
WWW: http://www.geonext.de
- Andreas Fehlner
fehlner@gmx.de
PR: ports/59453
Submitted by: Andreas Fehlner <fehlner@gmx.de>
Ported the GTK Smooth Theme Engine. This will allow many
more gtk12/gtk2 themes to be used on FreeBSD with gtk.
PR: ports/59496
Submitted by: Anish Mistry <amistry@am-productions.biz>
[New Port]:: net/wistumbler2
WiStumbler2 is a fork of original wistumbler caused by the
incommunication of the original author, because seems that
development was getting stopped.
In the fork of wistumbler I add some new features and
bugfixes.
Diff on wistumbler:
- gtk2 support.
- some gtk widgets wasn't correctly used.
- Support for console mode (no X needed).
- Allow log-saving on the fly (new button).
- Patches some GPS pointers that segfaults.
- 0 warnings with -Wall on gcc3.3 on NetBSD-current.
- Speaker beeps like windows-stumbler. (ear-wardriving)
PR: ports/59527
Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info>
TAUCS is a C library of sparse linear solvers. It's very
fast and it works well with low memory configurations.
PR: ports/55196
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
A micro Linux distro meant to be embedded in a CD together
with all video/audio files you want, so that the CD will
be able to boot and automagically play all of its own files.
eMoviX CDs be written with K3b.
WWW: http://movix.sourceforge.net/
PR: ports/58767
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
This port contains the SGML version of DocBook 4.2. Note
that DocBook 4.2 includes the XML DocBook DTD as part of
the SGML DTD distribution. This port is a superset of
textproc/docbook-xml, which includes only the XML DTD.
PR: ports/58695
Submitted by: Michael Edenfield <kutulu@kutulu.org>
* Make this port build
* Use USE_BZIP2
* Point to MASTER_SITE_GNOME
* Correct pkg-plist
* Obey CFLAGS
* Use USE_LIBTOOL to avoid threading problems on -CURRENT
* Add additional categories
Urchin is the most powerful web traffic analysis program
available. We have set this to install into $PREFIX/urchin,
i.e. /usr/local/urchin and upon completion two services
start up, our Apache server on port 9999 and a scheduling
daemon. If starting up a service is a problem, it can be
adjusted in the Makefile (START_SERVERS = yes).
PR: ports/58646
Submitted by: Doug Silver <freebsd@urchin.com>
ProMA is a PHP4 based system for administrating a ProFTPd
server storing users in a MySQL database.
PR: ports/55924
Submitted by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
tnftpd (formerly known as lukemftpd) is a port of the
enhanced NetBSD ftp server to other systems
PR: ports/55229
Submitted by: Alex Vasylenko <lxv@send-pr.sink.omut.org>
A tool to manage virtual domains via a PHP interface
Postfix Admin is a Web Based Management tool for Postfix
when you are dealing with Postfix Style Virtual Domains and
Virtual Users that are store in MySQL. Written in PHP.
PR: ports/54984, ports/58417
Submitted by: SIN-HSIUNG CHANG <sexbear@tmu.edu.tw>, Rob Evers <rob@debank.tv>
GEOS (Geometry Engine - Open Source) is a C++ port of the
Java Topology Suite (JTS). As such, it aims to contain the
complete functionality of JTS in C++. This includes all the
OpenGIS "Simple Features for SQL" spatial predicate functions
and spatial operators, as well as specific JTS topology
functions such as IsValid().
More precisely, GEOS is a library containing functions which
implement OpenGIS specifications concerning operations on
geometric objects. Despite its categorization in the graphics
subdirectory, it is more suitable in a "gis" category for
Geographical Information Systems software. I would like to
suggest the ports team to create such category because of
the so many free software available on the internet. Please,
look at www.freegis.org. I am working on porting several
of them to make FreeBSD ready-for-GIS. Feel free to contact
me for more information.
PR: ports/60405
Submitted by: Leonardo Martins <lmartins@nepe.eee.ufg.br>
There are a few bugs in dnrd that should probably be fixed
by the author but could be made to work on bsd:
1. Initialization in common.h of recv_addr is broken,
causing at least the '-a' switch not to work. Instead of
assuming positions of fields in the struct across platforms
I thought it safer to do a standard initialization in main().
2. The buffer overflow code in udp.c:dnsrecv() is off by
one, rejecting messages where the size exactly fills the
available buffer. I also changed to the calls to dnsrecv
to pass 512 as the max size instead of the buffers that
seem to be padded by 4 bytes for a reason I don't understand.
This causes a calling named to resend packets. Eventually
one seems to get through but response times can be painfully
slow.
PR: ports/41128
Submitted by: Michael C. Adler <mad1@tapil.com>
cause InetAddress and InetAddressType OIDs to be handled specially during
presentation. Normally they are simply displayed as hex due to being
octet-strings, but this is not how they are intended to be presented.
This allows IPv6 addresses to be presented correctly, as well as IPv4 in
emerging and existing MIBs which use the new InetAddress type.
Reviewed by: kuriyama, fenner
Tested with: snmpwalk, mbrowse