diff options
author | wiz <wiz> | 2002-03-15 13:28:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-15 13:28:49 +0000 |
commit | 4159f4a371011facac5901061f4e9558d550066f (patch) | |
tree | 279702ec295b564816f7b778f12daef76fba8c67 /sysutils/gentoo | |
parent | 86dc97b17311e0fd63659da14f845e34ca526634 (diff) | |
download | pkgsrc-4159f4a371011facac5901061f4e9558d550066f.tar.gz |
Update to 0.11.22:
Changes since 0.11.19:
* Rewrote routine that creates the filenames used when interpolating
{fup}-codes in commands. Now doesn't emit double slashes, which
helps some (confused) apps to work better.
* gentoo now attempts to copy the protection (mode) flags for
files, device nodes, and directories. That might have been overdue.
* Incorporated patch to widget code from J. Hanson's home page.
* Literally hundreds of minor clean-ups (removed needless casts,
improved naming consistency, use glib types, and on, and on).
* Tweaked the way symlinks are displayed by the Information command.
* The gentoorc sample config file is now built from a slightly
better gentoorc.in template. The icon location might not come
out correctly if you use the --datadir configure option, though.
* Fixed a missing include in the main gentoo.h header, which I
believe caused date sorting to break. Thanks for the reports.
* Fixed bug which caused failure to execute a (most likely miss-
ing) external command to be reported twice.
* The directory history can now be saved, and thus made persistent
between sessions. Suggested by Roger Sondermann. See option on
the Dir Panes config page, sub-page "History". It's lonely.
* Added a section to the man page (docs/gentoo.1x--read it!)
that talks about how the new persistent-history interacts with
a pane's default directory, and stuff.
* Wrote a new, vastly more powerful, command argument parser. It
gives better control over the initial paths shown. Nice.
* Inspired by a patch from Patricio Moracho, I added support for
underlined keyboard accelerators in all (most?) dialog buttons.
And other bug fixes.
Diffstat (limited to 'sysutils/gentoo')
-rw-r--r-- | sysutils/gentoo/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gentoo/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile index 27de8c50569..731ad1c0de9 100644 --- a/sysutils/gentoo/Makefile +++ b/sysutils/gentoo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/02/11 00:26:03 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/15 13:28:49 wiz Exp $ # -DISTNAME= gentoo-0.11.19 +DISTNAME= gentoo-0.11.22 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gentoo/} diff --git a/sysutils/gentoo/distinfo b/sysutils/gentoo/distinfo index 8f82c5de6b4..d9829ea161c 100644 --- a/sysutils/gentoo/distinfo +++ b/sysutils/gentoo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/02/11 00:26:03 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/03/15 13:28:49 wiz Exp $ -SHA1 (gentoo-0.11.19.tar.gz) = e2479c96ca0cdd5dbb17bb435faf4775d4641802 -Size (gentoo-0.11.19.tar.gz) = 723226 bytes +SHA1 (gentoo-0.11.22.tar.gz) = 32d0c95c7b6a296df6d73dfa73525d471dfe6b15 +Size (gentoo-0.11.22.tar.gz) = 728502 bytes SHA1 (patch-ae) = 63d3a848f084fd1355b25102e10cbe3c94a45445 |