Age | Commit message (Collapse) | Author | Files | Lines |
|
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
|
|
sed expression used to convert tclConfig.sh and tkConfig.sh into forms
usable by buildlink.
|
|
|
|
- Use distfile and patches/* from ../db3
- Updated version to 3.2.9.2
- Apply two patches from the master distribution site
3.2.9.1 Fix a bug where running recovery on a database environment
containing only logs from a previous release of Berkeley DB,
in which log.0000000001 doesn't exist, could fail.
3.2.9.2 Fix a bug where opening too many files causes a core dump.
|
|
|
|
+ Use sysutils as the category, since it's best-placed there
+ Bring over the patch from x11/xmeter to quieten the compilation.
+ Retain the installation into X11BASE from sysutils/xmeter (there's an
application default file that has to be placed somewhere)
+ Retain the better description from sysutils/xmeter
|
|
|
|
Xmeter displays a periodically updating histogram of the system
statistics gathered by rstat(3) for the specified hosts. Meters can
be displayed in a vertical, horizontal or rectangular arrangement. As
statistics range between 4 user defineable levels (OK, WARN, ERROR or
FATAL), the background, foreground, highlight, border and internal
border colors, and the background bitmap of each meter can be changed.
Xmeter uses the StripChart widget of the Athena Widget Set to graph
each statistic. StripCharts automatically scale the graph as the
value varies. Each time a graph is updated, xmeter will examine the
current value of the statistic and the current scale. As the number
of scale lines increases above wlevel and elevel the background colors
and bitmaps of each meter are modified as specified. The current
scale value can be examined by clicking any mouse button while the
mouse pointer is in the StripChart. If the host is down the time it's
been down will also be displayed.
Each meter has its own label displaying the host name and statistics
name. The statistic being graphed may be modified while xmeter is
running by moving the mouse pointer into the label part of a meter,
clicking any mouse button, and sliding down to the desired stat. This
menu also contains a quit option to exit xmeter.
|
|
|
|
rest of pkgsrc.
|
|
rest of pkgsrc.
|
|
3.2.9.1 Fix a bug where running recovery on a database environment
containing only logs from a previous release of Berkeley DB,
in which log.0000000001 doesn't exist, could fail.
3.2.9.2 Fix a bug where opening too many files causes a core dump.
* Use ${BSD_INSTALL_*} instead of cp, so that bin/db3_* and include/db3/*
get installed with the correct ownership
* Crank version from 2.9 to 2.9.2
|
|
Mew 2.0.60 (2001/10/15) mew-dist release
* Enhancing mew-param-analyze-broken to remove white spaces between
encoded-words.
* recenter for mew-summary-down.
* "c" for mew-summary-copy.
* Allowing the 'X' mark for +mdrop.
* A bug fix for 'invisible.
* "?" for mew-input-map.
* Allowing multiple SPCs on POP sessions.
Mew 2.0.59 (2001/10/12) mew-dist release
* A bug fix for Multipart/Alternative.
* Removing mew-summary-display-raw-header.
* Use the "--decrypt" option instead of "--verify" for GnuPG.
* Some "mew-pop-to-buffer" patches.
* Defining mew-regex-ignore-folders.
* A bug fix for PGP encryption.
* Integrating "," and "C-cC-u". Use "," only.
* Removing mew-pop-to-buffer.
* Using mew-current-get-* as little as possible.
|
|
version 18.10 include:
- the pawn ram code is now disabled when playing a computer, although the
normal 'blocked pawn' code is always active.
- bug in the code that penalizes a rook with no horizontal mobility was fixed.
if the first rook scored had horizontal mobility, the second rook appeared
to have this mobility as well, which was wrong.
- pawn hash statistics were wrong on longer searches due to an int overflow on
a multiply and divide calculation. this has been re-ordered to avoid the
overflow.
- for unknown reasons, epd support was disabled. it is now enabled as it
should be.
- bug in EvaluateDraws() fixed to not call KBB vs KN a draw if the correct
tablebase is not available.
- bishop pair scores now vary depending on how many pawns are left on the
board. a pair is not worth a lot if there are 7-8 pawns left as most
diagonals will be blocked by pawns.
- a new way of handling the search extensions is in place. with the old
approach, one ply could not extend more than one full ply. with the new
approach, borrowed from Deep Blue, two consecutive plies can not extend more
than two plies total. It averages out to be the same, of course, but the
effect is a bit different. Now it is possible for a check and recapture to
be applied at the same ply, where they could not before (since a check was
already a full one-ply extension). whether this is better or not is not
clear yet, but it is worth careful analysis.
|
|
|
|
Only change is to fix intermittent memory corruption in the PRNG.
|
|
|
|
Gillespie, Jr.in pkg/14204, which minor updates by me.
|
|
|
|
|
|
|
|
|
|
|
|
GTKYahoo is a GPL'd GTK+-based Yahoo! pager client for UNIX. GTKYahoo has
a number of features not available in the Windows or Java versions of the
pager, including an auto-reply (answering machine) feature and automatic
forwarding of incoming messages via email.
Provided in pkg/14312 by ken@246gt.com with changes to use buildlink and
the pkgsrc/libyahoo by me.
|
|
the unshar-ing of shell scripts on binary decode.
|
|
|
|
New in 20011020:
- better measurement: value at both cursors or difference in values at cursors
- enhanced handling of log scales
- yet more file-reading improvements and general bug fixes
|
|
actually works again. Fixes a problem pointed out by Steve Bellovin.
|
|
|
|
in *example usage* of various -conf programs:
$ tinydns-conf
tinydns-conf: usage: tinydns-conf acct logacct /etc/tinydns myip
|
|
o use @@SERVICEDIR@@ instead of /service as substitution imput,
same with /usr/local/ ( -> @@PREFIX@@ )
o fit in 80 columns
o rewrite pkg/DEINSTALL
|
|
Solaris find. The latter work across Solaris/NetBSD/Linux. Patch
received in private e-mail from Stoned Elipot <seb@netbsd.org>.
|
|
- Whitespace changes to Makefile
- From the commit log for apache/Makefile:
Don't do the dance with ROOT_GROUP. Apache extension modules installed by
apxs are now installed with "${INSTALL} -c -o ${LIBOWN} -g ${LIBGRP}",
which should do the right thing regardless of the platform. ${INSTALL} is
replaced with the full path to the install program used by pkgsrc, which
should be /usr/bin/install on NetBSD, and /usr/ucb/install on Solaris.
This should fix pkg/14232 by Pierre Bourgin.
|
|
apxs are now installed with "${INSTALL} -c -o ${LIBOWN} -g ${LIBGRP}",
which should do the right thing regardless of the platform. ${INSTALL} is
replaced with the full path to the install program used by pkgsrc, which
should be /usr/bin/install on NetBSD, and /usr/ucb/install on Solaris.
This should fix pkg/14232 by Pierre Bourgin.
|
|
This should be in bsd.pkg.mk, and will move there soon.
|
|
has not set CLASSPATH. This logic should move to bsd.pkg.mk, and will soon.
|
|
|
|
|
|
and unix-like operating systems. ProFTPD has a Apache-like
configuration format.
|
|
by Gerrit Pape <pape@smarden.org> in private mail.
|
|
by Gerrit Pape <pape@smarden.org> in private mail:
>Since I plan to make an updated set of manpages for djbdns in the next weeks,
>I decided to switch to date-versioning the archives to not break the BSD
>ports in future. The newest archive will always be accessible through
>ftp://ftp.innominate.org/pub/pape/djb/djbdns-1.05-man.tar.gz
>This is a symlink to
>ftp://ftp.innominate.org/pub/pape/djb/djbdns-1.05-man-20010502.tar.gz
>right now. The date-version is always YYYYMMDD.
Thanks for the note!
|
|
Changes:
> Added date and size display columns to the file list.
> Added file managementi (copy, move, etc.) to the collection
pop-up menus.
> Added to file dialogs a right-click menu for renaming and deleting
files. Also added a button to create new directories.
> Added translations et, fi, nl.
- Updated translations de, fr, it, ja, pl, sl.
- New option to sort files ascending or descending.
- New option to sort files by numerical order (8,9,10...).
- .thumbnails directories are now created group writeable.
- Files dropped on the duplicates window are now filtered.
- Made removing multiple files from the duplicates window faster.
* Fix file rename missing cursor bug.
* Fixed memory leak in the find duplicates window.
* Minor bug fixes.
|
|
releated changes from the release notes for 4.59 include:
4.59 October 20, 2001
...
Added an additional UVM test to the NetBSD Configure
stanza. Andrew Brown <atatat@atatdot.net> supplied
the test; it recognizes NetBSD 1.5Y UVM changes to
the vnode structure recently committed by Chuck
Silvers.
...
Added an IP version selector to the -i option
parameters.
|
|
Should fix the build failure noted in Hubert's bulk build.
|
|
|
|
|
|
The currently supported MTAs are exim, qmail, postfix, and sendmail.
Please refer to the corresponding README.mta file for further
documentation.
|
|
6.0.012 IGNORED (Polish message translations fix)
6.0.013 ":silent! cmd" sometimes still gives an error message
6.0.014 can modify buffer while 'modifiable' is off
6.0.015 get an error message for deleting b:did_ftplugin
6.0.016 bufnr(), bufname(), etc. did not find unlisted buffers
6.0.017 the "Co" termcap entry was sometimes set to the wrong value
6.0.018 initializing 'encoding' may cause a crash
|
|
|
|
p5-Convert-TNEF, p5-Convert-UUlib and p5-Unix-Syslog
|