Skippy-XD is a version of Skippy that uses Xserver's XDamage, XComposite and
XFixes extensions to provide you with 'live' versions of the windows.
Skippy-XD is best described as a full-screen task-switcher for X11. It tries to
provide an alternative when taskbars or regular task-switchers aren't the most
efficient way of switching tasks (like when you have a lot of applications open)
When activated (currently only through a hotkey), it will arrange and scale
snapshots of all windows on the current desktop and it'll let you pick a
window using a mouse or a keyboard. Yes, this is also what expocity and Apple's
Expose.
PR: ports/66921
- Upgrade to the latest version.
Apart from nifty new features, this also contains important bugfixes.
- Previous Makefile had duplicate MASTER_SITES. Oops.
You are warned:
[~] edwin@k7>du -skh cvs/ports/math/gap/
396M cvs/ports/math/gap/
PR: ports/75613
Submitted by: Johan van Selst <johans@stack.nl>
FreeBSD 4.x user please report problems ASAP so I can fix
them before release.
dspam-3.2.3.20041229.1945:
- drop QUARANTINE_AGENT as is not supported by ./configure
anymore and set in dspam.conf UntrustedDeliveryAgent and
QuarantineAgent to default to TrustedDeliveryAgent, but
leave them commented out (ports/75548 by Julien Gabel)
- change default DSPAM_HOME_MODE to 0770
(ports/75549 by Julien Gabel <jpeg@thilelli.net>)
- DSPAM_HOME_{OWNER,GROUP} default to DSPAM_{OWNER,GROUP}
- fix make describe by USE_MYSQL
- beautify
- Makefile clean-up
PR: ports/75665
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
x264 is a free library for encoding H.264/AVC video streams.
Encoder features
* CAVLC/CABAC
* Multi-references
* Intra: all modes (4x4 and 16x16 with all predictions)
* Inter P: all partitions (from 16x16 down to 4x4)
* Inter B: partitions from 16x16 down to 8x8 (including SKIP/DIRECT)
* Ratecontrol: constant quantizer, constant bitrate, or multipass ABR
* Scene cut detection
The attached patch updates the port to version 2.7.3 which
was released a couple of weeks ago.
PR: ports/75641
Submitted by: Christian Laursen <xi@borderworlds.dk>
Attemt to fix build on 6.x/i386 and 6.x/sparc64.
Added files:
files/patch-src-trans-slowo3.cpp
files/patch-src-trans-slowo3.h
PR: ports/75724
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
devel/distcc 2.16 -> 2.18.3
http://distcc.samba.org/ftp/distcc/distcc-2.18.3.NEWS
Consists mostly of bug fixes. Only one change in the way distcc
works. You must specify a network on which connections are
allowed, connections from all networks will still be admitted
but connections outside the specified network will be logged
and dropped.
The 127.0.0.0/8 network is the default for the port. All
existing users and all new users will need to update/add a
distccd_flags variable in /etc/rc.conf, a template for which
can be found in the rc.d script.
Perhaps a new variable, which simply contained the trusted
network address would be better, like
distccd_network="192.168.10.2/24"
PR: ports/75718
Submitted by: Dominic Marks <dom@helenmarks.co.uk>
During the split of trafshow3 and 4, the file patch-ah (a
local enhancement adding the ability to apply masks to
traffic patterns) was removed from files/ .
PR: ports/75685
Submitted by: Ryan Thompson <ryan@sasknow.com>
checking for clanSignals-0.7... no
gnome-config: not found
Package clanSignals-0.7 was not found in the pkg-config search path.
thus:
USE_GNOME= gnomelibs
Fix a CM tool path problem reported by Gerhard Gonter [ggonter .at.
yahoo.com].
Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
- Add install the example and doc files.
- Remove the DEPRECATED/EXPIRATION_DATE. It's ruby's fault that need to add
-pthread. Current, this port works perfect for me when I hack in ruby by add
-pthread in the LDFLAGS and reinstall it. [1]
Ok'ed by: kris [1]
- Add gnometarget.
- Add gnomehier to fix the pkg-plist. [1]
- GNU_CONFIGURE -> USE_LIBTOOL_VER=15.
- Disable install .desktop for KDE menu to fix the pkg-plist. KDE is living in
in the ${LOCALBASE}; not in ${X11BASE}. KDE user or KDE maintainer, if you
care this then please take care of it as I don't have any KDE install and
can't test it. [1]
Reported by: pointyhat via kris [1]
commandline parsing bug.
- Work around imagemagick's identify not recognising the '-ping' switch
anymore.
PR: ports/75985
Submitted by: Stephan van Maris <svmaris@e-village.nl>
Identify bug reported by: h <h@erathia.be>, Stephan van Maris <svmaris@e-village.nl>
Update games/tornado to fix port problems and move to new release
Updating games/tornado to fix port problems, and also to
move to current release (1.3)
PR: ports/76005
Submitted by: Wade Minter <minter@lunenburg.org>
There is an old Linux ELF binary of select in the pgms directory
of the distribution tar file with no corresponding source file.
Most probably time-polling.c should be used to build a binary
of select under FreeBSD, but for now select is just removed.