Changes:
- honour PKG_SYSCONFDIR, fix manpage accordingly
- install sample configuration files
7.2.10:
=======
- Applied patch from debian bug database that
adds a -format option to larsclock. Changed
the default format to be 12 hour clock.
- Applied patch from Edelhard Becker to fix
focus problem with GTK2 applications.
7.2.9:
======
- Changes to default config files to update them for
RedHat 9. (Using Mozilla instead of Galeon etc)
- Removed some unused code.
- When specifying Class~Instance, if you do not
include both (using the tilde), your string is
compared both to class and instance of the client.
From the readme:
This program is a simple filter that reads the output of the 'diff' program,
and produces a histogram of the total number of lines that were changed. It is
useful for scanning a patch file to see which files were changed.
From the readme:
This program is a simple filter that reads the output of the 'diff' program,
and produces a histogram of the total number of lines that were changed. It is
useful for scanning a patch file to see which files were changed.
Changes since last packaged version:
Version 6.4
Graphical interface
1. Filedialog now has filters for Linux also.
Boolean algorithm (also effects booleanonly)
1. Error corrected in correction settings.
Version 6.3
Graphical interface
1. Based on wxWindows 2.3.4
2. cmake now used to create projects and makefiles
Boolean algorithm (also effects booleanonly)
1. Using the kbool library with the Boolean engine.
Version 6.21
Graphical interface
1. and it did not even save gdsii or key files properly,
i just wonder why no one did let me know ;-)
puf is a download tool for UNIX-like systems. You may use it to download
single files or to mirror entire servers. It is similar to GNU wget (and has
a partly compatible command line), but has the ability to do many downloads in
parallel. This is very interesting, if you have a high-bandwidth internet
connection.
Package provided by Juan RP via pkgsrc-wip.
LPE is a small, efficient programmer's editor for UNIX systems. It has grown
from the result of a single night of hacking into a very capable and very
versatile editor that defines it's own philosophy opf text editing. That
philosophy is that awk and sed are the right tools for most advanced editing
jobs, and a text editor should make simple operations easy and make text look
good.
Package provided by Juan RP via pkgsrc-wip with modifications by me.
Golem is an X11 Window Manager. Design goals are that it be fast
and lightweight, as well as very customizable in any way that will
not prevent the first goal from being realized.
Notable features:
- Small memory footprint
- Multiple disjoint large virtual desktops
- Xinerama support for multimonitor screens
- Supports various focusing styles (sloppy,
pointer, click)
- Useful stuff for multiscreen displays
(special focus cycling modes, etc)
- Window decoration customization (theming)
with multiple decoration styles (dgroups)
- Hotkeys
- Plugins
Package submited by Erik Reid via pkgsrc-wip with modifications by me.
Changes:
- HOMEPAGE and MASTER_SITES changed once again *sigh*
2.1.1:
======
- Fixed a bug in --calendar where an improper date (month) was
preset when a null parameter was passed.
- Applied a patch from Peter Breitenlohner to allow Xdialog to
build outside the source tree with VPATH.
2.1.0:
======
- Adapted a patch from Joerg Tretter allowing to pass optional
<hours>, <minutes> and <seconds> parameters to the --timebox.
Also made the <day>, <month> and <year> parameters of the
--calendar optional.
- The --infobox and --gauge widgets now use non-blocking read()
calls instead of scanf() ones (adapted from a patch by
Rolland Dudemaine). In case Xdialog would not compile any
more on your system (the new code needs for more BSD4.3 like
functions and some more headers), you can revert to the old
code by using the --with-scanf-calls configure option.
- Implemented the new --colorsel (suggestion from Todd Hammer)
and --fontsel widgets.
- Added an optional <status> parameter to the --check option
(following a suggestion from Hélio Cavichiolo Jr.
- Fixed a bug which made Xdialog coredump when the first row of
a --menubox was set "unselectable" (NULL tag) and when the
"OK" button was pressed without selecting another row. Thanks
to Markus Riese for reporting this bug.
- Fixed the charset for pt_BR.po and hu.po (thanks to Christian
Weisgerber for pointing this out).
- Applied a patch by "ALT Linux Team" to avoid using a
temporary file for printing and using a pipe instead (safer,
cleaner). Removed the corresponding "--with-print-tmpfile"
option from configure.in. Thanks to Stanislav Ievlev for
sending me this patch.
- New Makefile.am, doc/Makefile.am and configure.in. The doc
files are now built during the 'make all' instead of the
'make install' step. It should also fix the problems with
the bad paths to the Xdialog doc files appearing in the man
page on some systems (based on suggestions made by Peter
Breitenlohner).
- Changed the URL for Xdialog website in main.c and doc.
- Documentation updates.
- forgot to import 'catfile' from File::Spec. Bug reported by
various people.
- applied patch by Peter Tandler <Peter.Tandler@ipsi.fhg.de>
which adds a search-path feature for include files.
- adds an auto launder capability to the module which makes it
possible to use variables read by Config::General in a
tainted perlscript (executed with -T) for open(), backtick calls
or something which the taintmode considers to be dangerous.
- fixed Bug #2325 (rt.cpan.org). The subs exported by File::Spec
will now imported explicitly.
- fixed warning about double my'ed variable $dummi, changed it
to undef because it was unused anyway.
- added File::Spec support which makes the modules more portable
- fixes a bug in the Interpolate.pm submodule. A second variable,
when immediately following the first, did not get interpolated,
i.e. ${var1}${var2}.