Changes from 0.5.0 to 0.5.1
- monitor the _XAWTV_STATION property on the xawtv window and VPS/PDC (during
EPG acquisition) to detect channel changes (new source module epgui/xawtv.c;
communication with xawtv is now done directly via X11 calls, and no longer
uses the xawtv-remote utility)
- after a channel change, optionally set the programme listing's cursor on
the programme currently running on this channel and/or display the programme
title and running time information inside xawtv, either in a popup, as
overlay (requires xfree4 and the XVideo extension) or window title message.
- improved handling of the network name configuration dialog by addition of
a "Closest match in xawtv" button.
- fix: during refresh, the cursor now remains on the same start time and network
- fix: short info text view is no longer set to line 1.0 during every update
- fix: possible crash due to reference to freed memory when acq timescale
popup was open & bad reception (block discarded due to parity errors)
- fix: in cyclic or follow-ui acquisition modes when acquisition was forced
passive on a non-provider channel (e.g. by a busy video device) acq control
did not automatically switch to active when the device was freed.
- fix: network name configuration: name selection from the provider listbox
was handled incorrectly for networks which were not covered by all providers,
so that another than the selected name was actually used.
- added support for multi-network channel names (e.g. [Arte / Kinderkanal])
to network name configuration: split xawtv station names around '/' and
use all resulting segments for matching with Nextview network names.
- added support for Turkish charset in national option table; 6 characters
which are not in latin-1 are replaced by their ASCII counterparts.
- fixed two memory leaks in the EPG scan and wrong handling of the EPG MIP
entry, which slowed down the scan on several channels.
- changed Makefile.win32 to use gcc/mingw32 for compilation. The supplied
Tcl/Tk libraries are compiled with gcc too (on NT using cygwin)
Changes:
1.3.2a:
* Fixed the signaling handling routine, hi() to handle indefinite
locking (thanks again to Blake Winton)
1.3.2:
* Added support for locking the terminal indefinitely
(thanks to Blake Winton <bwinton@iname.com>)
Provided in PR 13044 by Paul Goyette (paul@whooppee.com)
XTide is a package that provides tide and current predictions in a
wide variety of formats. Graphs, text listings, and calendars can be
generated, or a tide clock can be provided on your desktop. XTide can
work with X-windows, plain text terminals, or the web. This is
accomplished with three separate programs: the interactive interface
(xtide), the non-interactive or command line interface (tide), and the
web interface (xttpd).
The algorithm that XTide uses to predict tides is the one used by the
National Ocean Service in the U.S. It is significantly more accurate
than the simple tide clocks that can be bought in novelty stores.
However, it takes more to predict tides accurately than just a spiffy
algorithm -- you also need some special data for each and every
location for which you want to predict tides. XTide reads this data
from harmonics files. Ultimately, XTide's predictions can only be as
good as the available harmonics data. Due to issues of data
availability and of compatibility with non-U.S. tide systems, the
predictions for U.S. locations tend to be a lot better on average
than those for locations outside of the U.S.
* Deviations of 1 minute from official predictions are typical for U.S.
locations having the latest data.
* Deviations of 20 minutes are typical for non-U.S. locations or U.S.
locations that are using obsolete data.
* Much longer deviations indicate a problem.
unintended linking against installed libraries or finding installed
headers except for those that are explicitly linked into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}.
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries. Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
ttyrec is a tty recorder. Recorded data can be played back with the
included ttyplay command. ttyrec is just a derivative of script
command for recording timing information with microsecond accuracy as
well. It can record emacs -nw, vi, lynx, or any programs running on
tty.
Package provided by Masao Uebayashi <uebayasi@soum.co.jp> in private
email as a followup to PR pkg/12978.
in pkg/11835:
Make shipping charge requests of the UPS web site or track UPS
packages from within a Perl5 program.
Please note the UPS terms of use (mentioned in DESCR).
- The main window is now vertically resizable. The proportions of
the program listbox and the info text can be adjusted with a
"panning" button (slider).
- Added a button called "Tune TV" in the main window to
remote-control xawtv (UNIX only).
- Added network name configuration dialog to synchronize names with
the .xawtv configuration file and to allow consistant
network naming across all providers.
- Allow using channel assignments in .xawtv to speed up the EPG
scan (UNIX only).
- Added "Update filter shortcut" dialog to the filter menu to
simplify changing existing shortcuts.
- Made handling of filter shortcut dialog fool-proof.
- Added filter settings description to the shortcut configuration
dialog. Removed the filter combination checkboxes (were disabled
anyway).
- Added acquisition mode "external" for Composite/S-Video input
source (or unknown win32 tuner types). Win32: suppressed
obsolete acq mode "passive".
- Fixed command line option -rcfile for Win32: backslash chars in
path vanished.
- Restructured software to simplify reuse as library in other
projects.
This update was contributed by Mario Kemper in PR pkg/12717.
1.06 2001-03-04 neilb
Added Locale::Constants, which defines three symbols
for identifying which codeset is being used:
LOCALE_CODE_ALPHA_2
LOCALE_CODE_ALPHA_3
LOCALE_CODE_NUMERIC
Updated Locale::Country to support all three code sets
defined by ISO 3166. This was requested by Keith Wall.
I haven't added multiple codeset support to the other
modules yet - I'll wait until someone asks for them.
1.05 Feb 2001
Added Locale::Currency, contribution from Michael Hennecke.
Added testsuite for it (t/currency.t) and added testcases
to t/all.t for the all_* functions.
1.04 Dec 2000
Fixed very minor typos from 1.03!
1.03 Dec 2000
Updated Locale::Country:
- fixed spelling of a few countries
- added link to a relevant page from CIA world factbook
Updated Locale::Language:
- fixed typo in the documentation (ISO 939 should be 639)
1.02 May 2000
Updated Locale::Country and Locale::Language to reflect changes
in the relevant ISO standards. These mainly reflect languages
which are new to the relevant standard, and changes in the
spelling of some country names.
Added official URLs for the standards to the SEE ALSO sections
of the doc for each module.
Thanks to Jarkko Hietaniemi for pointing me at the pages
with latest versions of ISO 3166 and 639.
1.00 March 1998
Added Locale::Country::_alias_code() so that 'uk' can be added
as the code for "United Kingdom", if you want it.
This was prompted by Ed Jordan <ed@chronos.net>
Added a new testsuite for handling this case, and extended the
existing test-suite to include testing of the case where
'uk' hasn't been defined as a valid code.
This release includes: a new routine, "format_cols", which returns the
formatted result as a string (thanks to Gisle Aas <aas@bergen.sn.no>
for the suggestion); some slight changes to the test routine; some
improvements to the documentation.
Changes since 4.8.1
1. Apparantly, the binary flag +b is not valid with POSIX popen.
2. Screen resize code modified so that most works in a SunOS cmdtool.
3. Color support added. Use `most -C' to disable.
4. Ported to Mingw32 (GNU C)
Rel. 4.4.3 2001/04/20
-------------------------------------------------------------------------
2001-04-20 Frank Warmerdam <warmerdam@pobox.com>
* Don't install test files in /usr/local/share/proj.
* Made WGS84 the default in proj_def.dat
* nad/test27,test83: Use -b flag for diff to avoid differences on
Windows due to CR/LF issues.
* src/makefile.vc: default to building "all".
* src/pj_init.c: call pj_open_lib() with mode of "rt" to ensure
correct handling of def files on DOS based systems.
* Updated for 4.4.3 release (pj_release.c, Makefile.am, etc).
2001-04-05 Frank Warmerdam <warmerdam@pobox.com>
* Introduce proj_api.h as a public include file with projects.h
now intended to be private.
* pj_datums.c: added ntv1_can.dat to list for NAD27 datum.
* nad_init(): added support for loading NTv1 style datum shift files.
* cs2cs.c: use pj_latlong_from_proj()
* pj_init.c: added pj_init_plus().
* pj_utils.c: new with pj_is_latlong(), and pj_latlong_from_proj()
functions.
* pj_strerror.c: added error -43.
2001-04-04 Frank Warmerdam <warmerdam@pobox.com>
* rewrote 7 param datum shift to match EPSG:9606, now works with
example.
2001-03-20 Frank Warmerdam <warmerdam@pobox.com>
* Added -DPROJ_LIB=\"C:/PROJ/\" in src/makefile.vc to provide for
a default proj data file search directory.
* Added HOWTO-RELEASE document in CVS.
2001-03-15 Frank Warmerdam <warmerdam@pobox.com>
* src/pj_apply_gridshift.c: fixed bug in pj_load_nadgrids() which
would sometimes result in the load function failing because of a
buffer overrun in the grid list string.
2001-03-14 Frank Warmerdam <warmerdam@pobox.com>
* added nad/epsg database of translations between EPSG PCS/GCS
codes and PROJ.4 definitions.
2001-02-24 Frank Warmerdam <warmerdam@pobox.com>
* Include +ellps in proj example as per suggestion from Michael
DeChaine.
2001-02-07 Frank Warmerdam <warmerdam@pobox.com>
* Cleaned up various warnings when compiled with -Wall.
2001-02-03 Frank Warmerdam <warmerdam@pobox.com>
* Added cs2cs.1 man page, and minor updates to nad2nad.1 and proj.1.
* Added pj_transform docs to pj_init.3.
2001-01-25 Frank Warmerdam <warmerdam@pobox.com>
* Fixed pj_init() check for WGS84 match as per Bart Adriaanse bug rep.
2000-12-15 Frank Warmerdam <warmerdam@pobox.com>
* src/makefile.vc: only delete proj.lib if it exists.
2000-12-01 Frank Warmerdam <warmerdam@pobox.com>
* Added proj.def to extra_dist in src/Makefile.am.
2000-11-29 Frank Warmerdam <warmerdam@pobox.com>
* Changed strtod() to proj_strtod() in strtod.c, and make use
of it in dmstor() to avoid having stuff like "5d10" interpreted
as exponential notation on MSVC.
2000-11-18 Frank Warmerdam <warmerda@cs46980-c>
* Patch from Craig Bruce to adjlon.c to avoid wrong results,
and near-hangs when adjusting very large numbers.
http://bugzilla.remotesensing.org/show_bug.cgi?id=27
Rel. 4.4.2 2000/09/22
-------------------------------------------------------------------------
2000-09-22 Frank Warmerdam <warmerda@cs46980-c>
* Fixed src/Makefile.am install-exec-local target, and added
geocent.h, and emess.h. Reissued 4.4.2 distribution files.
* Update version to 4.4.2, in preparation for 4.4.2 release.
* Ensure makefile.vc is distributed, and mention windows building
in README.
* Cast args to freev2() in bch2bps.c, and mk_cheby.c to avoid errors
on the Cray.
2000-09-21 Frank Warmerdam <warmerda@cs46980-c>
* Added "sphere" to pj_ellps.c.
2000-07-06 Frank Warmerdam <warmerda@cs46980-c>
* Fixed bug in nad_init() with path for datum shifting files.
* Implemented cs2cs program for transforming between coordinate systems
including datum shifts.
* Implemented proj=latlong pseudo-projection.
* Implemented pj_transform() to transform from one coordinate system
to another, including applying geocentric datum shifts, and NAD27
grid shifts.
* Implemented 3/7 parameter geocentric datum shift support.
* Added support for +datum, +towgs84, and +nadgrids parameters
when defining PJ's (for pj_init()). Added datum_type, and datum_params
to PJ structure.
2000-07-04 Frank Warmerdam <warmerda@cs46980-c>
* Patched proj.c to handle binary io properly on Windows and DOS.
Patch submitted by Thomas Knudsen <thk@kms.dk>.
2000-04-26 Frank Warmerdam <warmerda@cs46980-c>
* Added #define USE_PROJUV to projects.h to allow apps to
work properly against old and new version.
2000-04-04 Frank Warmerdam <warmerda@rommel.atlsci.com>
* Patch from Craig Bruce (cbruce@cubewerx.com) for PJ_ortho.c
to make INVERSE() work well for points near zero.
2000-03-29 Frank Warmerdam <warmerda@cs46980-c>
* Added hard links for invproj->proj and invgeod->geod in
src/Makefile.{am,in}.
Rel. 4.4.1 2000/03/27
-------------------------------------------------------------------------
2000-03-27 Frank Warmerdam <warmerda@cs46980-c>
* Issued V4.4.1 Release.
* Re-added install target for NADCON data files when available.
* At the suggestion of John Evans, I have rolled the nad conversion
functions into the core library.
* Updated COPYING file to MIT style license. Added man_proj.html
in html directory.
* Add rules to install nad data files in $(prefix)/share/proj.
2000-03-21 Frank Warmerdam <warmerda@rommel.atlsci.com>
* Converted to use libtool.
* Wrote new configure.in, and use automake to generate makefiles.
* Renamed UV to projUV to avoid conflicts on windows.
* Reorganize ChangeLog, and start work on 4.4.
ktail monitors multiple files and/or command output in one window. Files and
commands may be added and removed via drag'n'drop or menu options.
It depends on KDE2.
Changes from 0.4.4 to 0.4.5 (Mar. 2001)
- fixed bug in NetBSD daylight saving time handling, due to which programmes
were shifted by 60 minutes. Thanks to Mario Kemper for the patch.
- fixed bug in Tcl proc LoadRc, due to which rc reload failed.
Thanks to Dan Lindstroem for the patch (Dan.Lindstroem@t-online.de)
The update was contributed by Mario Kemper in PR pkg/12529.
colorize (0.2.8) unstable; urgency=low
* *fixed* the address catch
* it's really support exim log now
* some code cleanup
(free some variable after use, 'userfriendly' comments, etc.)
* *fixed* script name in examples. After all, you don't must read it
before use (blah, why? :)
* s/squid/proxy/ (i love oops, and log format is equivalent)
* message function rewrite
* !new! added ipv6 IP support
(it's only just seek for :: before and after a word character[s])
* !new! option --convertdate or -C to convert unix timestamp to readable
format [toma's idea]
* !new! format: oops.log
* !new! good word: done, check
* !new! bad word: offline
* !new! number catch
* !new! system words
KOffice is an integrated office suite for KDE, the K Desktop Environment.
Includes:
KWord - A frame-based wordprocessor comparable to FrameMaker
KSpread - A powerful spreadsheet application
KPresenter - A full-featured presentation program
Kivio - A Visio-style flowcharting application
KIllustrator - A vector drawing application
Krayon - A pixel-based image manipulation program like GIMP or
Adobe Photoshop
Based on package from Nick Hudson <skrll@netbsd.org>.
colorize (0.2.7) unstable; urgency=medium
* file exists test was in wrong place *fixed* (thanks HoFi for report)
- ohh, i hate, that i can't release a stable version :(
mtail is a small tail workalike that performs output coloring using ansi
escape sequences (although the sequences are overridable, so you could cause
it to output something else, e.g. html font tags, if you really wanted to).
mtail is written in python, is fairly small, and should be relatively
platform-independent.
It has a config file that can contain an arbitrary number of entries, each
of which has a series of regular expressions to indicate which files to color
according to which entry. for each entry, the config file specifies a coloring
scheme using regular expressions and, optionally, filters to apply to each
line before coloring (for example, to strip out extra info, etc.). the config
file also may override the predefined colors and the escape sequences (or
whatever) actually used to perform the coloring.
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
colorize is a log colorize perl script, with some ugly functions:
* Many known log format (including: daemon [classic log format],
squid [and oops], apache [access, error], xferlog, exim, and more)
* Extreme regexp matches (email, url, size, address, version, file etc.)
* Some usefull matches (user, service, protocol)
* Theme support (with multiple config files)
* HTML output support (with valid HTML and CSS code)
These patches are no-ops when pinfo is configured for "--with-ncurses".
The only reason I kept them in my own tree is because they may be useful
for "--with-vcurses" on NetBSD-1.5 or newer, but they shouldn't have
been commited.
Gone is a utility that locks a terminal with a password
chosen by the user. Gone will prompt the user for a password
(unless the -p option is given, then gone will use the system
password), then print the gone banner, then drop into the gone
shell. From this shell, only a restricted set of commands
can be run. Gone will also disallow messages by removing
permissions on the parent tty. After the timeout period
(10 minutes by default), gone will automatically log the user out.
Granulate is a program for splitting files in place. The program
serves a purpose similar to the standard UNIX split, but differs in
one important way. For split to operate on a 40MB file, you must have
more than 40MB of free space on the disk. On the other hand,
granulate only needs one chunk of free space on the hard drive, where
a chunk is the requested size for the output files.
Loco is a Perl script which gives the messages file (usually /var/log/messages)
some color, so the output is easier to read. It uses a Perl module called
Term::ANSIColor to produce the colors. The Perl script is very readable
and customizable.
- please note my new email address: tomzo at nefkom.net
- fixed severe bug in database reload (reference to freed block;
curiously this led to crashes under Windows only)
- fixed compatibility with old bttv driver versions (versions <= 0.6.x produced
error "VIDIOCSCHAN: operation not supported" during TV channel changes)
- added detection of lost VBI frames (Linux, for debugging/optimization only)
- added frequency table for France; minor fixes in Western Europe table;
tables can be selected via the TV card input popup
- updated tuner type table for Windows Bt8x8 driver -> support for new tuners
- implemented hyperlinks in help pages for references between chapters
This update was contributed by Mario Kemper in PR pkg/12296.
Package provided by Dieter Baron.
This perl module allows validation and manipulation of International
Standard Book Numbers (ISBNs).
It allows for the calculation/validation of the checksum, extraction
of country and publisher codes, and conversion to/from European
Article Numbers (EANs).
Iselect is a curses based interactive selection tool. It can be used
either as an user interface frontend controlled by a
Bourne-Shell/Perl/Tcl backend as its wrapper or in batch mode as a
pipeline filter (usually between grep and the final executing command).
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
Terminal locking utility with many improvements over lock(1)
Gone is a utility that locks a terminal with a password
chosen by the user. Gone will prompt the user for a pass-
word (unless the -p option is given, then gone will use the system
password), then print the gone banner, then drop into the gone
shell. From this shell, only a restricted set of commands
can be run. Gone will also disallow messages by removing
permissions on the parent tty. After the timeout period
(10 minutes by default), gone will automatically log the
user out.
Submitted by Tomasz Luchowski <zuntum@eik.pl> in PR 11980
****************************************************************
TDS - Tomsoft Diary System
****************************************************************
* What's TDS(Tomsoft Diary System) ?
TDS supports creating web diary which payed attention as EDI.
By using this system, user can concentrate only to write diary content,
without confused for dull process such as adding HTML tag, creating HTML files.
For this system includes some convinience command for writing diary,
user can write diary without knowledge of HTML in detail, adding,
output HTML is assuranced as HTML 4.0 transitional.
Many function is offered, such as PIM(scheduler, todo list),
categorize, searching, log analyses.
*** for more info, read the README file comes with the distribution.
Colortail works like the standard tail but it can optionally read
a color config file where it's specified expressions that results in colors.
It can be used to quickly get an overview of interesting activity by
ie. colorize those brightred or some other color of your choose.
Examples of the color configuration files are
in $PREFIX/share/examples/colortail.
XXX patch-aa replaced to work around a bug in this program that assumes
non posix/ansi semantics of fgetc(): clearerr() must be used after
EOF from fgetc() to read any new data.
Pdmenu is a menuing system for Unix. It is designed to be easy to
use, and is suitable for a login shell for inexperienced users, or
it can just be ran at the command line as a handy menu.
Sent in by Tomasz Luchowski <zuntum@eik.pl> in PR 11985
V.E.R.A. is a free list of acronyms all of which are used in the field of
computing. It contains approximately 7592 acronyms.
Submitted by Tomasz Luchowski <zuntum@eik.pl in PR 11982
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.
+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt
With many thanks to Thomas Klausner for keeping me honest with this.
-f flag first col
lock file erasure on error exit
external program input into a field
send data field to external program
Jason Felice autoconf additions - long options
Bug fixes from changes
Ayers Bug fix for padchar
Popup pick boxes
Ayers 'back tab' modifications.
Documentation updates.
Ayers format field modification.
Jason Felice: macro package and #!/usr/bin/sci -t syntax
Parm passing with evironment variable
Page Up Page Down in pick boxes.
Error fix of 0.5.2
Error fix of 0.5.4
-D switch fix
changes:
- Added cows/tux.cow, as suggested by xmanoel@i.am
- Compatibility with 5.6.0, due to a change in qw().
- Renamed devil.cow to daemon.cow, since I know better. :-)
Version history:
------- -------
1.4.8 - 22 October 2000
o bug fixes
1.4.7 - 02 October 2000
o updates to translations
o updates to documentation
o bug fixes
1.4.6 - 11 September 2000
o new Spanish translation
o several bug fixes
http://www.ff.iij4u.or.jp/~nrt/lv/relnote.html
ver 4.49.4 (Aug.24th,2000)
fixed a bug of non-regular file loading (file.c).
added option -i to enable casefold search and +i to disable it.
added keybind 'w' to 'previous line'.
modified input routine to accept DEL as delete key. Thanks John.
modified console code to care putchar() as a macro. Thanks Kenji.
renamed some variables for clarity.
added JIS X 0213-2000 Plane 1,2 as independent charsets of JIS X 0208.
I heard that KS C 5601 has changed its name to KS X 1001.
lang/python upgraded to 2.0
lang/py-html-docs upgraded to 2.0
misc/py-readline upgraded to 2.0
databases/py-gdbm upgraded to 2.0
x11/py-Tk upgraded to 2.0
devel/py-curses upgraded to 2.0
lang/py-extclass upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher upgraded to 2.2.2 and for Python 2.0
print/py-reportlab upgraded to 1.01 and for Python 2.0
More coming...
submitted in PR 11260 by Nobuhiro Yasutomi <nobu@tech.isac.co.jp>
I've discussed with the submitter that it's explicitly OK for us to
not set NO_BINARY_ON_{FTP,CDROM}.
Changes:
Ver. 1.03o fix floppy drive extention area mis recognize.
(10/12/00) fix mistake handling archive that include directry.
enhance to get floppy drive information.
fix to fail file copy (for MS-DOS version).
Ver. 1.03n support OpenBSD.
(09/30/00) allow key interrupt when get floppy drive size.
QUIT_SYSTEM to allow in defined function.
fix character code setting.
fix can't input duplicat '/' in command line.
Ver. 1.03m fix to relative path makes normalize in PATH env.
(09/15/00) fix to fail chdir when follow symbolic link.
support symbolic link in Japanese. Linux ReiserFS support.
support change floppy when using.
fix redraw problem at tree view.
support tree view in case cyclic directory.
fix tree view at top directory.
fix can't assign internal command to key with argument.
fix Mata key assign display.
fix copy file timestamp at recursive directory (for MS-DOS).
fix mistake handling archive that include directry (for MS-DOS).
fix sence free space that copy distination (for MS-DOS).
I wonder if we couldn't automate this a bit by searching for -L in all
patch files and giving an alarm if there's no -Wl,-R nearby ...
Might be something for pkglint.
Msg() hole. ok'ed by packages@netbsd.org.
---
------------------------------
What's new in screen-3.9.8 ?
------------------------------
* new command 'resize' to resize regions (aka split windows), try:
bind = resize =
bind + resize +1
bind - resize -1
bind _ resize max
* new argument for 'focus': up, down, top, bottom
* X11 mouse tracking support
* Support for the "new color model", aka "background color erase":
the bce/defbce commands change the color model of the current
window/new windows.
* experimental rxvt OSC sequence support (used to set a background
picture or to change the default colors), disabled by default.
- - Don't try to build on powerpc. This is not useful, and it was never
tested anyway.
- - ${IGNORE} doesn't need to be set from within a .BEGIN target.
- - Move lines that don't need to be after .include ../../bsd.prefs.mk
into the main body, same for lines that don't need to be in the header.
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
new features:
* Changed configure script, Makefile, and manpages
* another configure preset for SuSE Linux
* new SysV alarm signals that prod the X timer events that write
modified data, as a workaround for broken
* netplan now listens on two ports (unless overriden in /etc/services):
5444 for backwards compatibility, and
2983, the new IANA-registered port.
* "user" lines in netplan ACLs now accept "user@host" arguments
* the "another plan window is running, kill/continue" popup now blocks
until answered.
* OpenMotif support (XFree 4.0.1, OpenMotif 2.1.30)
* new options -N, -c, and -h to control more options when adding entries
from the command line
Closes pkg/10834 by David Rankin <drankin@bohemians.lexington.ky.us>.
Changes from version 1.4.1:
o updated French translation
o improved qif importing
o fix for g-wrap 0.9.4
o misc bug fixes