* Raise an error when MOVED file has a wrong format instead of a weird
ruby error. (Reported by kris@FreeBSD.org).
* Fix a bug when -P always treated as -PP.
* Change PORT_UPGRADE environment variable with UPGRADE_PORT (contains
a package name for updating port) and UPGRADE_TOOL=portupgrade.
Discussed with skv@FreeBSD.org and DougB@FreeBSD.org.
2006-11-05 deskutils/offix-trash: development ceased in 1996
2006-11-04 devel/mingw: use mingw32-* ports instead
2006-11-04 devel/mingw-binutils: use mingw32-* ports instead
2006-11-04 devel/mingw-bin-msvcrt: use mingw32-* ports instead
2006-11-04 devel/mingw-gcc: use mingw32-* ports instead
2006-11-04 devel/mingw-opengl-headers: use mingw32-* ports instead
2006-11-05 editors/offix-editor: developement ceased in 1996
2006-11-05 print/offix-printer: development ceased in 1996
2006-11-05 sysutils/wmmon: no longer available from mastersite
2006-11-04 sysutils/xsysinfo: no longer available from mastersite
2006-11-04 textproc/xmlada: no longer available from mastersite; 2.0 is available
2006-11-05 www/p5-CGI-Application-ValidateRM: no longer available from mastersites
2006-11-05 x11/offix-clipboard: development ceased in 1996
2006-11-05 x11/offix-execute: development ceased in 1996
2006-11-05 x11-fm/offix-files: development ceased in 1996
2006-11-05 x11-wm/icepref: is for IceWM version 1.04 (6 years old)
* Use the system libvolume_id
* Fix some bashims in the configure script
* Merge the latest HAL ids code from HAL git
* Add support for the pnp.description property
* If hw.acpi.lid_switch_state is set to NONE, set the info.ignore property on
the lid button to TRUE
* Actually introduce the fix for treating blank discs as volumes. This
truly fixes nautilus-cd-burner
* Add support for the new volume.partition properties
* Add more GEOM support for SUN, APPLE, and GPT classes
Thanks to jylefort for reviewing some of these patches, and a bunch of
testers for putting the changes through their paces.
* Respect INDEXDIR after fetching INDEX (Andrew Pantyukhin <sat@FreeBSD.org>)
* Add --batch opition.
* Add --without-env-upgrade option.
* Remove -DPACKAGE_BUILDING (it was in fetch-only mode) because it's only
for build cluster, not users. (Pointed out by kris@FreeBSD.org)
* Add detection of stale lock files. They can stay if one of tools suddenly
terminated.
* Improve pkgdb -F - respect OPTIONS and pkgtools.conf settings.
XML-encoded system information and statistics. This data can then be
analyzed, graphed or otherwise presented by a front-end. It is BSD-licensed
and free for anyone to use for any purpose.
WWW: http://xsi.kolabore.ath.cx/index.html
PR: ports/104611
Submitted by: Tom McLaughlin <tmclaugh at FreeBSD.org>
status of the battery (charge/discharge and energy level) as well as some
information about the general health of the cell.
WWW: http://www.nongnu.org/gap/batmon/index.html
* The volume probing helper can take up to a minute to run the isoinfo
command against data DVDs, so bump the timeout up to 60 seconds.
* Fix a spurious warning when running lshal
Add two new properties to SCSI block devices. The first is
block.freebsd.cam_path which is a bus,target,lun path to a SCSI device.
This is needed by tools such as cdrecord, and by adding a private freebsd
property, it is much easier to get apps like nautilus-cd-burner working.
The second property is block.freebsd.atapi_cam_device. This property is
actually attached to ATAPI CAM devices, and denotes the CAM block device
associated with this ATAPI block device. This may be useful for programs
that can only operate with CAM-compliant devices.
Finally, update the volume probing code so that blank discs are treated as
volumes. This is sort of crude. We basically say a disc is blank is it
is a disc and contains no data and no audio.
With all of these changes, plus a minor change to nautilus-cd-burner, n-c-b
now works again on FreeBSD.
FreeBSD's text-mode screen saver. Although intended for GNU/Linux, it works
fine under FreeBSD and probably a lot of other Unix-based operating systems.
Unlike the daemonsaver in FreeBSD, you may choose ASCII art of your own liking
or make your own.
WWW: http://www.pulia.nu/tss/
PR: ports/104773
Submitted by: Peter Ankerstal <peter at pean.org>
- usr /var for runtime files making it possible to keep /usr mounted r/o.
- Grab 275 as a reserved UID and GID.
- Remove old cruft in pkg-install.
- Make 'make -DBATCH install' work non-interactively.
- Make 'pkg_add heartbeat-1.2.5' work non-interactively.
- Installation will fail without the user/group, so I simply create them.
PR: ports/104577
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by: Scott Kleihege <scott-ports@tummy.com> (maintainer)