This is a shar(1) archive for a new port, postfix-gps, which
implements a database based greylisting add-in for postfix.
PR: ports/71912
Submitted by: Xin LI <delphij@freebsd.org>
BellD is a small daemon for replacing the standard X Window
System terminal bell with a more interesting set of sounds.
This is useful for systems where the terminal bell is handled
by the "PC Speaker," or where different sounds are desired
for different classes of X clients.
XBellD works by intercepting terminal bell requests on the
server side, and then playing user-specified sounds through
a PCM capable soundcard. The resource class of the client
making a terminal bell request is used to match a corresponding
sound file which should be played when such a request is
made.
WWW: http://www.meowfishies.com/xbelld.rhtml
PR: ports/71815
Submitted by: Nosov Artem <chip-set@mail.ru>
The i855vidctl tool was written by Damien Bergamini
<damien.bergamini@free.fr> based on code written by Alain
Poirier for Linux.
It lets you change the resolution to 1400x1050.
PR: ports/71106
Submitted by: Oliver Bantke <oliver.bantke@t-g-p.org>
bastet does busy waiting because the select() call in game.c returns
with EINVAL. The reason is that timeout does not point to the struct
timeval in the program but to a ncurses function with the same name. I
renamed the variable to fix it. Also the value 1000000 is not a valid
timeout value because it would have to be encoded as 1 second and 0
microseconds. I fixed it trivially by using 999999 for that value.
Also I fixed a gcc warning. Anyway I think the function bast_clear has
to be declared somewhere else.
Should be easy to fix - temporarily I just put the diff below in my
files/ directory of the port.
PR: ports/75208
Submitted by: Rudolf Polzer <freebsd-dr@durchnull.de>
as SDL interfaces (linux version)
This is a simple library to load images of various formats
as SDL surfaces. This library supports BMP, PPM, PCX, GIF,
JPEG, PNG, TGA, and TIFF formats. (Linux version)
WWW: http://www.libsdl.org/projects/SDL_image/
PR: ports/71552
Submitted by: Nicola Vitale <nivit@email.it>
The original Head Over Heels was released around about 1987.
It was immediately praised in the press as being quite the
best isometric adventure game. This version is a pretty
darn faithful remake of the Speccy original except with a
few spanking extra bits.
WWW: http://retrospec.sgn.net/games/hoh/index.html
PR: ports/70577
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Mrxvt (previously named as materm) is a lightweight and
powerful multi-tabbed X terminal emulator based on the
popular rxvt and aterm. It implements many useful features
seen in some modern X terminal emulators, like gnome-terminal
and konsole, but keep to be lightweight and independent
from the GNOME and KDE desktop environment. The following
are the major features of mrxvt (* are new features compared
with rxvt, + are enhanced features compared with rxvt):
PR: ports/74470
Submitted by: David Yeske <dyeske@yahoo.com>
book support added)
Update of port games/gnuchess to version 5.07. Includes
support for building and installing opening book (as an
OPTION)
OPTIONs rule!
PR: ports/74441
Submitted by: Conrad J. Sabatier <conrads@cox.net>
A Perl script which enhances gameplay under Linux/Unix
Xgame launches your game in a separate X session. This
allows gamers to switch between their desktop and their
game with ease. The new X session does not run a desktop
or window manager. Furthermore, since the game is run in a
separate X session, the resolution and color depth of the
desktop and game may be different.
PR: ports/73326
Submitted by: Andreas Berg <aberg@doomnet.de>
Overnet is a serverless peer-2-peer program for linux.
The Overnet 'core' is the actual Overnet program which does
everything behind the scenes - connecting to peers, searching,
downloading, uploading, all that stuff.
PR: ports/68141
Submitted by: No Name <arundel@gmx.net>
When trying to build databases/sqlite3 port with SQLITE_WITH_TCL83
defined, the linking stage fails. It looks like sqlite3
uses a funciton which is only available in tcl8.4.
Removed TCL83 support for databases/sqlite3
PR: ports/72918
Submitted by: Anton Berezin <tobez@freebsd.org>
contents of epiphany.desktop to generate the translations. I hope none of my
fellow GNOME Translation Project team members object to having their
translations bastardized like this. I don't know whether .desktop entries
can contain comments, so there's nothing attributing their work in there
right now.
I'll let this percolate in here for a bit, and if successful, I'll add it
to moz-devel, firefox, and thunderbird.
a new marker file for contributers who aren't blessed with
commiter status (yet)
Feel free to backup if you think it's nonsense to have this file.
PR: ports/74164
Submitted by: Erik Greenwald <erik@smluc.org>
ASIS is build using the GCC that comes from the GNAT port,
which is a 2.8.1-based compiler that neither supports nor
needs -fno-strict-aliasing, which is now present in the
system default CFLAGS value. To allow this port to build
on a recent -CURRENT, this CFLAGS setting thus needs to be
overridden by the port's Makefile.
PR: ports/75376
Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
Realplayer 1.0.1 was not fetchable, so I did the update to 1.0.2.
Please verify that the ports fetches before comitting, since I am
behind a rigid firewall, and I could figure out how to teach
fetch(1) to use a HTTP_PROXY for https.
One thing I am not so sure about is the following addition to
pkg-plist:
+@unexec rmdir %D/lib/linux-mozilla 2>/dev/null || true
Since I couldn't find the directory in any of the mtree files in
/etc/mtree, I think it's okay to remove the directory if it's empty,
right?
PR: ports/75390
Submitted by: Simon Barner <barner@gmx.de>
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri. Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.
Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt
Props to: kris (multiple cluster runs and sorting through logs)
lesi (fixing all the issues in those logs, and more)
- Update to 3.2.1
Also:
- move pre-install to post-extract
- do not copy the -dist files to their real name but leave
that as an exercise for the user. Otherwise it will clobber
up the pkg-plist too much, which is created at install-time
and thus doesn't have the nifty features like @unexec.
PR: ports/75384
Submitted by: Alexander Novitsky <alecn2002@yandex.ru>