the commands `sitescooper -plucker` and `sitescooper
-mplucker` doesn't work as sitescooper uses deprecated
features of plucker.
PR: ports/55374
Submitted by: Anthony Ginepro <anthony.ginepro@laposte.net>
(thanks Paulius Bulotas for reporting)
- Avoid ever touching existing configs by installing example files
with .sample suffix into ${PREFIX}/etc; do not install duplicates
in ${EXAMPLESDIR}
- Removed unneeded @cwd in pkg-plist
- Bump PORTREVISION due to changed package
PR: 55971
Submitted by: Sergei Kolobov <sergei@kolobov.com>
viewer for X11 that can fade images in, display them, and fade
them out according to user-specified values of fade speed, fade
type, and delay. It features an extremely small executable
footprint, support for well over a dozen image formats,
variable scaling, magnification, window positioning, clockwise
and counterclockwise image rotation, X/Y axis flipping, over
200 different color transition modes, wildcard support, and
logging abilities. It can also be easilly incorporated into
multimedia presentations, shell scripts, and other utilities.
WWW: http://freshmeat.net/projects/show/
PR: 54160
Submitted by: Roop Nanuwa <i6a2@ugrad.cs.ubc.ca>
"The Java Development Kit (JDK) provides the Java Virtual Machine,
base classes, and development tools to permit developers to create
new Java applications, applets, and components on FreeBSD."
* The variant-to-string typecast problem that caused compilation errors
with GCC 3.3 was fixed.
* A problem with template lists was fixed.
* Documentation improved.
PR: 55958
Submitted by: maintainer
- update to 0.3
- add a workaround to don't use getpwuid to performs check for apache user (since 4.x
doesn't support getpwuid_r).
- use %%DOCSDIR%%
PR: ports/55952
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
When installing a package created from net/isc-dhcp3 port
it creates dhcpd.leases and dhclient.leases in /var/run
directory. However, the dhcpd program expects these files
to be in /var/db.
(it's funny it's the same problem I ran in last weekend on a real machine :-)
PR: ports/51918
Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
The isakmpd port comes with a pcap.h that is not compatible
with the FreeBSD pcap.h. As a result, the pcap file written
by isakmpd has an incorrect 'linktype' in the header. Thus,
if one tries to use the pcap file with a FreeBSD tool like
tcpdump, the packets are incorrectly (read: not at all)
decoded.
PR: ports/55940
Submitted by: James E. Flemer <jflemer@alum.rpi.edu>