ExtIPL is a boot selector compatible with IBM-IPL. ExtIPL has
many extended features such as
- boot an OS in a nonactive partition
- boot an OS in an extended partition
- boot an OS in the second or later hard disks
- support LBA access
Provided in PR 13955 by Hiramatsu Yoshifumi (hiramatu@boreas.dti.ne.jp)
"gnome-vfs-config --cflags" into the buildlink equivalent with
BUILDLINK_CONFIG_WRAPPER_SED. Also correct the list of files to symlink
into ${BUILDLINK_DIR} based on the contents of the PLIST: BUILDLINK_FILES.*
should resolve to files, not directories.
iron lawn ornament for the desktops of today's hacker set: A gorgeous,
highly configurable load and status meter written entirely in Perl.
Serious pink-flamingo territory. For evil geniuses only.
iron lawn ornament for the desktops of today's hacker set: A gorgeous,
highly configurable load and status meter written entirely in Perl.
Serious pink-flamingo territory. For evil geniuses only.
New APIs:
* New gnome_vfs_uri_resolve_relative call (Ian)
* New module callback API (Mike, Maciej)
* Authentication and proxy authentication callbacks (Mike)
New features:
* Start on an SSH module, disabled by default for now (Ian)
* Handle the IceCast/ShoutCast non-standard variant of the HTTP
protocol (Maciej)
* SSL and https support (Ian, Seth, Maciej)
* Extensive API docs (Seth, Sri, Ian, Jonathan, Maciej, Glynn)
* New translation (Abel Cheung)
Bug fixes:
* Move headers for future parallel-install compatibility (Maciej)
* FTP directory loading fixes (Jacob)
* Fix detection of KOffice file mime types (Frederic)
* Ensure all headers are standalone-includable (Darin)
* Assorted code cleanup (Darin, Anders)
* Split type declarations in gnome-vfs-types.h into individual
headers; gnome-vfs-types.h is stull around for compat (Seth, Darin)
* Header fixes (Darin)
* Random crash and leak fixes (Havoc, Anders, Maciej)
* Build fixes (Darin, Maciej, Ian, Robin, Carlos, Ramiro, Jonas)
Portability fixes:
* Fix module configuration files and parsing code to work on systems
that don't use .so as the extension for shared libraries (Jacob)
* Add recorsive mutex wrappers for use on systems that don't provide
recursive mutexes natively (Dan)
* Misc portability fixes (Laca, Frank Belew)
changes include:
- ups info moved to ups.conf instead of upsd.conf
- unified driver control between ups drivers
- upsmon doesn't run as root by default any more; most of the work is
done by an unprivileged child, with a parent only accepting shutdown
messages
- more model support:
- AEG Proect S. - aeg
- SMS Ltda (Brazillian) - sms
- SOLA 620 - bestups
- Ever UPS - everups
- various other improvements and bugfixes
see http://www.exploits.org/nut/release/new-0.45.1.txt for more details)
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
X Northern Captain is a X Window file manager that allows to create, copy,
move, rename, delete, view and edit files in a Virtual File System (VFS).
VFS consists from a normal disk space and a Archive File System (AFS).
All file operations in AFS can be done exactly as in normal file system.
The IVES - file viewer and editor for X Window included, provides a
comprehensive way to view and edit images in many different formats: GIF,
JPEG, PCX, BMP, XBM, XPM, TIFF, TGA, PCD, PNG.
Package provided by Rui-Xiang Guo <xg@ms25.url.com.tw> in PR pkg/13835
Changes:
1.2.2 Wed Aug 22, 2001
----------------------
* Hostname panel can also display system name.
* Move krells out of the way only if data is displayed in panels,
* Bugfixes:
o Close open files before launching panel commands and net timer command.
o Display and alert setting problems for negative voltages.
o Allow "owner" as well as "user" for fstab mounting.
* Contributions:
o Anthony Mallet <anthony.mallet@ficus.yi.org> patch to fix some compile
issues with defining INET6 and HAVE_GETADDRINFO for Solaris 7. Also
made removable disk media ioctl work for Solaris 7.
o Przemyslaw Sulek <pbs@linux.net.pl> sent in a Polish translation.
o we don't use X11BASE any more, install to normal PREFIX
o clean up Makefile
o link gkrellm with --export-dynamic so now plugins work properly
(fixes pkg/13884 by Jasper Wallace <jasper@pointless.net>
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
* silence a warning about missing prototype
* when *alloc() fails to get some memory, print an error and exit,
instead of crashing
Bump version to 3.0nb2
o Added locale support to lsof's isprint() test,
based on a suggestion from Dan Mercer <damercer@mmm.com>.
Lsof will use setlocale(), when that function and
its supporting <locale.h> header file are available.
New version's existence brought to my attention by Lloyd Parkes.