behaviour. This change only affects a non-default option, so bumping
portrevision would have no effect.
- Change some wording in pkg-message.
PR: ports/84595
Submitted by: Aldert Nooitgedagt <aldert@nooitgedagt.net> (maintainer)
Ensemblist is a unique reflexion game created for the video game coding
compo held in March 2003 in Paris.
In this game, you have to put together several simple geometric
primitives to build a given shape. For this, you can move, rotate and
compose the primitives with the boolean operators union, intersection
and minus. This is building what is called a C.S.G, for Constructive
Solid Geometry.
WWW: http://www.nongnu.org/ensemblist/index_en.html
PR: ports/85805
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
* USE_PYTHON can now safely appear after bsd.port.pre.mk
* Expand the .elseif search to cover ".else if" as well
* Don't complain on direct use of autotools if we're using USE_AUTOTOOLS
* Don't check embedded comments for direct command use
* New German translation
* Small bugfixes
Also, fix a crash that can occur when getting properties on Network Places
in Nautilus.
PR: 85889
Submitted by: maintainer
Permute is a simple program to read lines from standard input and
generate all possible permutations of those lines.
WWW: http://pigseye.kennesaw.edu/~rbentley/
PR: ports/85865
Submitted by: Erik Greenwald <erik@smluc.org>
Keepalived is an ipvs wrapper and a service health-checker. FreeBSD
port does not support keepalived VRRP stack, but it can be easily
replaced by carp interfaces.
WWW: http://www.keepalived.org/
Although I can't reproduce this problem, it doesn't break anything
for me and other users have independently verified it fixes the
build for them.
. Remove an unnecessary patch.
PR: 85590
Submitted by: Panagiotis Astithas <past@ebs.gr>
Changes from v1.66 -> v1.67 (new functionality)
* generic.c: AUTO_BLACK_LISTING was not being initialized which means
it couldnt of been working. patch by Benny Pedersen.
* *.c: records were taking twice as long to expire as what they
should be. Thanks to Sune Foldager for spotting this.
* contrib/: added debian startup/init file by Dietmar Braun.
* helo.c: used wrong variable for _expire. patch by Benny Pedersen.
* policyd.spec: new rpm spec file. submitted by Catalin Muresan
- Fix missing documentation
- Fix startup script to not use '-' in rc variables.
- Fix pid filename in default configuration pid filename.
- Added postfix-policyd-stats to gather stats using syslog
PR: ports/85868
Submitted by: maintainer