A very small and fast DNS server made especially for DNSBL
zones. Inspired by Dan J Bernstein's rbldns from djbdns,
but entirely original (and faster and more featureful).
PR: ports/53274
Submitted by: Paul Chvostek <paul+fbsd@it.ca>
This is a new port of the Perl WeedNS skeleton_client that
can be use to update your yi.org/whyi.org dynamic DNS
entries.
PR: ports/52582
Submitted by: Matthias Andree <matthias.andree@gmx.de>
This port seems to build on neither ia64 nor sparc64,
probably due to some kind of pointer casting problem. Mark
as NOT_FOR_ARCHS to save bento from trying to build it on
those architectures.
A more careful reading of bsd.port.mk suggests that IGNORE
should be set in this case instead of NOT_FOR_ARCHS. This
will still save bento build time, but not indicate that the
port will _never_ run on these archs.
PR: ports/53457
Submitted by: Mark Linimon <linimon@lonesome.com>
Tclxml (ports/devel/tclxml) depends on ports/devel/tcllib,
but this is not present in RUN_DEPENDS variable (see
Makefile).
PR: ports/54584
Submitted by: Nicola Vitale <nivit@libero.it>
Filelight graphically represents a file system as a set
of concentric segmented-rings, indicating where diskspace is
being used. Segments expanding from the center represent files
(including directories), with each segment's size being
proportional to the file's size and directories having child
segments.
PR: 56152
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
order is now:
. linux-blackdown-jdk13 iff WITH_LINUX_BOOTSTRAP is set.
. A previous installation of this port, if it exists.
. The Diablo Caffe JDK.
That is, the Diablo Caffe JDK is now the default bootstrapper in the
absence of a previous installation of this port.
. Don't install everything in ${PREFIX}/dgd instead place the
executables, docs and configuration in the standard places and
place the mudlib in DATADIR.
. Don't use the packing list as a list of things to install.
. Fix up the configuration file to point to the install locations.
. Add a sample rc script which can be used to start and stop dgd
with this mudlib (need a 5.x RCng version as well).
. Create a user to run the dgd service as (this is the same user
as used by the net/dgd port).
. More standard Makefile.
. Add a post-extract target which removes the need for do-build.
. Add a do-configure target and remove the obsolete configure script.
. Remove devel from CATEGORIES, it really doesn't belong. This port
should really just be in games, but thats another story.
. Catch up dependencies with changes to net/dgd.
. Don't install everything in ${PREFIX}/dgd instead place the
executables, docs and configuration in the standard places and
place the example kernel mudlib in DATADIR.
. Don't use the packing list as a list of things to install.
. Fix up the configuration file to point to the install locations.
. Add a sample rc script which can be used to start and stop dgd
(need a 5.x RCng version as well).
. Create a user to run the dgd service as (I'll reuse this user for
ports of other mud drivers).
. Add the games category as dgd is primarily used to write muds.
. Bump PORTREVISION.
This patch is not needed anymore. informative purpose.
(mozilla 1.4 will be `official' and some time lag is needed for
enabling new mozilla)
obtained by Volker Quetschke
See for details:
http://www.openoffice.org/issues/show_bug.cgi?id=18066
- removed all dependencies (none of them required to run)
- default configuration file now in ${LOCALBASE}/etc (instead of /etc)
- uses perl from ${PERL}
- more documentation files included
- documentation uses %%DOCSDIR%% in pkg-plist
- updated pkg-descr and pkg-message
Submitted by: Martin Matuska <martin@tradex.sk> (maintainer)
PR: 56127
XXL is a library for C and C++ that provides exception handling
and asset management. Asset management is integrated with the
exception handling mechanism such that assets may be
automatically cleaned up if an exception is thrown, which
allows for much simplified program structure with respect to
error handling.
By allowing XXL to track assets and using its exception
handling features, the programmer no longer has to check error
conditions on every function call and cleanup the assets on
failure because XXL does the work.
PR: 56128
Submitted by: Robert Schlotterbeck <rws@suki.rs.tarrant.tx.us>
Grisbi is a personnal accounting application, written with
Gnome and Gtk, and is released under the GPL licence.
Its aim is to provide you with the most simple and intuitive
software for basic use, although it can be very powerful
if you spend a little time on the setup.
Grisbi is an application written by french developpers, so
it perfectly respects french accounting rules. Grisbi can
manage multiple accounts, currencies and users. It manages
third parties, expenditures and receipts categories, and
also budgetary lines, financial years, and other information
that make Grisbi adapted for associations (except those
that require double entry accounting).
WWW: http://www.grisbi.org/
PR: ports/54675
Submitted by: Thierry Thomas <thierry@pompo.net>