Commit graph

25509 commits

Author SHA1 Message Date
wiz
73b053d877 Fix a typo. [This one's for you, pooka.] 2001-12-25 22:41:39 +00:00
wiz
1e4661299f Update to 2.8. Changes since 2.6:
o Eric Biederman reworked the build process making it far simpler and also
  to produce a network bootable ELF image.
o Re-wrote the memory and cache speed detection code.  Previuosly the
  reported numbers were inaccurate for intel CPU's and completely wrong
  for Athlon/Duron CPU's.
o By default the serial console is disabled since this was slowing
  down testing.
o Added CPU detection for Pentium 4.
o Expanded workaround for errors caused by BIOS USB keyboard support to
  include test #5.
o Re-worked L1 / L2 cache detection code to provide clearer reporting.
o Fixed an obvious bug in the computation of cache and memory speeds.
o Changed on-line menu to stay in the menu between option selections.
o Fixed bugs in the test restart and redraw code.
o Adjusted code size to fix compilation problems with RedHat 7.1.
o Misc updates to the documentation.
2001-12-25 22:08:52 +00:00
wiz
1faa3171b2 Fix typo in comment. 2001-12-25 21:21:39 +00:00
wiz
299f5c037d Remove duplicate line. 2001-12-25 20:50:00 +00:00
wiz
eea2538061 Buildlinkify. 2001-12-25 20:38:00 +00:00
wiz
8824391736 Buildlinkify. 2001-12-25 19:25:28 +00:00
zuntum
91ce3b5607 Update HOMEPAGE - the new one is http://www.mplayerhq.hu/ 2001-12-25 18:38:00 +00:00
wiz
d866c015d3 Silence a pkglint warning. 2001-12-25 18:02:55 +00:00
wiz
960b8111db Add RCS Id. 2001-12-25 18:02:08 +00:00
wiz
208fbb0040 Buildlinkify. 2001-12-25 17:40:26 +00:00
wiz
286e9dc438 Add comment with reason for INCOMPAT_CURSES setting. 2001-12-25 17:32:01 +00:00
wiz
d0ddb3562f Buildlinkify. Use appropriate INCOMPAT_CURSES for setscrreg(). 2001-12-25 17:30:39 +00:00
zuntum
f12d8ab5ac Set NO_BIN_ON_{FTP,CDROM} because several people suggested it,
and I am uncertain of the license. Needs investigation.
2001-12-25 16:45:33 +00:00
wiz
1d80dd48b7 Set INCOMPAT_CURSES for wgetnstr. Fixes pkg/15052 (and bulk build problem). 2001-12-25 15:51:15 +00:00
wiz
fa0fba96c8 Use new INCOMPAT_CURSES instead of grep-hack. 2001-12-25 15:50:34 +00:00
wiz
468d8c7a9c Allow adding wildcards to _INCOMPAT_CURSES to specify additional NetBSD
versions that were missing some specific curses functions, like
INCOMPAT_CURSES=	1.5 1.5.* 1.5[A-U]
for wgetnstr.
2001-12-25 15:50:05 +00:00
wiz
bd1cb2d416 Update to 0.80.0.
[Note: If you've used Windowmaker before, you might want to read
 the NEWS file included with the distribution (on each update, really).]
More interesting changes:
- Disabled window birth animation by default (while it was ok with normal
  windows, it was very annoying with menus editing in WPrefs.app)
- Added ability to shade/unshade a window using the mouse wheel.
- Added "Save workspace state" switch button on the exit confirmation panel
  (based on a patch sent by Jan Tomka <judas@linux.sk>)
- SIGTERM is now handled and saves the internal state before exiting (like
  SIGHUP and SIGINT already do). Now a "kill wmaker_pid" will exit cleanly
  saving dock/clip/session information on exit.
- Deminiaturizing a window that is also shaded, will perform an unshade too.
  (Note that this only applies to deminiaturizing shaded windows. Unhiding
  an application will keep the shaded/unshaded state of windows.)
- Removed compile time option for definable cursors and made them available by
  default.
- Mapping a new window that belongs to a running application that is hidden,
  will unhide the application.
- Removed the collapse appicons thing.
- Added real appicon sharing (apps of the same kind will have a single shared
  appicon).
- Fixed user and global defaults domain merging to preserve values present in
  global but not in user, in sub-dictionaries.
- Made dock/clip steal appicons of applications that were started from a
  shell/xterm or from the main menu, if there is a docked appicon of that
  class that is not running at the time the app is launched.
- Added animation to show that the appicon was stolen by the dock (the way
  NEXTSTEP did - map an appicon as it normally would have been, then slide it
  to the position the docked appicon is).
- Updated the animation constants for scrolling/sliding/shading to better
  adapt to newer/faster machines. Also used wusleep(10) when the delay was 0
  to get rid of the jerky animation when there was no delay.
- Saving a domain file will first strip all entries that are also present in
  the global domain as well and are exactly the same. This fixes a bug where
  settings from the global domain file were merged in the user domain file
  and further changes in the global domain file for those merged values was
  ignored making a system admin unable to set global defaults for all users
  using the global domains.
Also, some bug fixes and localization updates.
2001-12-25 15:10:49 +00:00
wiz
89fa319f1c Add another locale dir (bg). 2001-12-25 15:01:41 +00:00
wiz
b7aee58e99 Update to 4.0. Excerpt of changes since 3.12:
* Language:
  . New command @anchor for cross references to arbitrary points.
  . New commands @documentlanguage sets the main document language,
    and @documentencoding sets the document input encoding (although not
    much is done yet with either).
  . New command @pagesizes allows limited control of text area for typesetting.
  . New command @acronym for abbreviations in all caps, such as `NASA'.
  . New command @alias for simple command aliases.
  . New command @definfoenclose for better control of info output.
  . New commands @deftypeivar for typed instance variables of a class
    and @deftypeop for typed operations of a class.
  . New command @novalidate suppresses cross-reference checking and (in
    TeX) auxiliary file creation.
  . New commands @setcontentsaftertitlepage and
    @setshortcontentsaftertitlepage to force printing the table of
    contents after @end titlepage.  Also, @contents and @shortcontents
    themselves can now appear at the beginning of the document as
    well as the end.
  . New markup commands: @env (for environment variables), @command (for
    command names), @option (for command-line options).
  . New commands @smallformat and @smalldisplay, a la @smallexample.
  . New command @exampleindent to set indentation of example-like
    environments a la @paragraphindent.
  . @uref takes an optional third argument of text to show instead of
    (rather than in addition to) the url for info and dvi output.
  . @footnote works in an @item for a @table.
* texinfo.tex:
  . implements @macro.
  . implements @paragraphindent (except asis).
  . @emph and @i use true italic type (cmti) instead of slanted (cmsl).
  . implements pdf output when run with pdftex.
  . better support for internationalization via txi-??.tex files.
* makeinfo:
  . supports HTML output with the --html option.
  . implication of --html: @top nodes should be wrapped in @ifnottex
    rather than @ifinfo.  @ifinfo conditionals are not expanded with --html.
  . new option --number-sections to output chapter/section numbers.
  . dashes and quotes are not treated specially in node names.
  . new option --commands-in-node-names to allow @-commands in node names.
    (Not implemented in TeX, and most likely never will be.)
  . @emph output uses _underscores_.
  . @image looks for .png files before .jpg.
  . only output `Making ... file' line when verbose.
  . allow -v as synonym for --verbose.
  . new command line options to specify which conditionals to process
    (but --iftex is not fully implemented).
  . warns if @var contains any of ,[]().
  . @quote-arg implicitly done for all one-argument macros, so commas in
    the argument text are allowed.
  . \\ required in macro body to get single \, no other `escapes' defined.
* info:
  . ISO Latin 1 characters are displayed and input as-is by default.
  . new option --vi-keys to enable vi-like and less-like key bindings.
  . new command S does case-sensitive searching.
  . new commands C-x n and C-x N repeat last search, respectively, in the
    same and in reverse direction, without prompting for the string.  These
    commands are bound to n and N under --vi-keys, like in Less.
  . new command G menu1 menu2 ... searches for menu items from (dir),
    as allowed on the command line.
  . new command O (capital o, not zero) goes directly to the node that
    describes command-line options.
  . new command-line option --show-options causes the node which
    describes command-line options to be the first node displayed.
  . M-prior and M-DEL do new command info-scroll-other-window-backward.
  . / searches like s does.
  . If the search string includes upper-case letters, in both incremental
    and non-incremental search, the search is case-sensitive.
  . S searches case-sensitively even if the search string is all
    lower-case.
  . - makes the argument negative (so e.g. `- /' searches backward).
  . l restores point in the window returned to.
  . SPC/DEL do not move outside the current document.
  . foo.info is found before foo.
  . `info foo --index-search=bar' now searches for bar in foo's index.
  . support for files compressed with bzip2.
* install-info:
  . handles gzipped dir files.
  . sort entries into alphabetical order.
  . install direntries only in preceding dircategory, not in all.
  . --delete does not require the info file to exist.
  . --delete can handle XEmacs-style dir entries.
* texi2dvi:
  . bug fixed: now uses only the @iftex and @tex parts of the source.
  . process LaTeX source as well as Texinfo source.
  . output PDF (using pdftex) with new option --pdf.
  . handles --OPTION=ARG style of command line arguments.
  . new option --batch for progress reports but no interaction.
  . new option --clean to remove all auxiliary files.
  . new option --quiet for silence (unless there are errors).
  . new option -I for specifying directories for @include to search.
  . handles LaTeX files (running BibTeX etc.).
* Fixes to util/gen-dir-node and util/fix-info-dir (formerly util/update-info).
2001-12-25 14:48:34 +00:00
wiz
dc3933cbd2 Add another locale dir (de_AT). 2001-12-25 14:42:58 +00:00
mycroft
865906ce60 Fix the about box. 2001-12-25 00:43:09 +00:00
mycroft
43edb09ed0 Make this work on big-endian systems. 2001-12-25 00:21:57 +00:00
mycroft
74444a2d2e Use /dev/sound. 2001-12-25 00:09:58 +00:00
jlam
e9844aa93d Trivially buildlink'ify. 2001-12-24 22:32:00 +00:00
jlam
48fd458bac Convert to use pthread.buildlink.mk. This package is a simple example of
how to use pthread.buildlink.mk.
2001-12-24 19:38:07 +00:00
jlam
d0bd34b556 Initial implementation of pthread.buildlink.mk to transparently allow for
using either the native pthread implementation or using a package pthread
implementation instead, e.g. pth, ptl2, mit-pthreads, etc.  The only
currently supported package pthread implementation is pth as it's the only
one with a buildlink.mk file.  An example usage is:

	USE_PTHREAD=	native pth
	.include "../../mk/pthread.buildlink.mk"

or a fancier example is:

	USE_PTHREAD=	native
	.include "../../mk/bsd.prefs.mk"
	.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")
	CONFIGURE_ARGS+= --without-pthreads
	.endif
	.include "../../mk/pthread.buildlink.mk"
2001-12-24 19:29:32 +00:00
jmc
94b372d82e Make sure moc gets referenced as ${QTDIR}/bin/moc 2001-12-24 17:06:55 +00:00
wiz
0566d26c4e Add and enable xmms-sid (HI CHARLES!) 2001-12-24 16:49:07 +00:00
mycroft
9170caac81 Add xmms-sid, a XMMS plugin to play SID music.
Mmmm, retro-fi.
2001-12-24 15:20:02 +00:00
mycroft
7f984ba3b6 This library uses libstdc++, so link against it. 2001-12-24 15:13:31 +00:00
mycroft
195e045f50 XXX Make sure libgcc is entirely included for plugins.
Do not link xmms and wmxmms against libmikmod.
2001-12-24 15:13:01 +00:00
wiz
5cfa296507 Wildcard c-cpp-reference dependency. 2001-12-24 14:42:24 +00:00
dillo
2c8bc4e2c1 Update dillo to 0.6.3:
This release introduces extended UI customization, a full-screen
   mode, a way to turn off the dicache (saving lots of memory), and
   optimized code for handling resize requests in the page widget.
   The whole HTML tag parsing and URL resolving modules are new,
   improved, and more standards-compliant. Several bugfixes and other
   enhancements were also made.
2001-12-24 14:35:32 +00:00
wiz
901c051187 Make PKGNAME match directory name. 2001-12-24 14:25:08 +00:00
wiz
221168e6ba Fix typo, and mark up a word. 2001-12-24 14:22:06 +00:00
abs
0b3c6edbe2 Updated pkgchk to 1.21
Implement '-C conf' for specifying alternate config file
2001-12-24 14:15:56 +00:00
abs
d82fbf3818 Updated bind8 to 8.2.4nb1:
Include a basic rc.d script (based on apache), and fixup installed paths
    for Linux
2001-12-24 14:10:54 +00:00
abs
9f879c0ee1 Updated cpuflags to 0.15:
Determine the appropriate flags for the Alpha 433a I now have.
	(Insert appropriate grumble about there being no sysctl way to tell
	 the cputype on an Alpha)
2001-12-24 13:25:47 +00:00
mjl
35fbec1b37 Enable pscal 2001-12-24 09:24:12 +00:00
mjl
efc5029d3e Initial import of pscal 1.14, a shell script to produce postscript
calendars.
2001-12-24 09:23:09 +00:00
wiz
c6346b5a11 Update to 0.5. Changes are since 0.4.9.4 are minimal but include a man page. 2001-12-23 23:03:22 +00:00
tron
7d25eb0109 Remove bogus lines obviously originating from some kind of diff output. 2001-12-23 21:04:34 +00:00
jlam
550cbe83c7 Touch curl-config after configure is run to prevent regeneration. 2001-12-23 19:33:18 +00:00
jlam
4fe22fcdd8 Make the AUTOMAKE_OVERRIDE work for packages that use automake-1.5 and/or
autoconf-2.5* by touching some more files.  Thanks to YAMAMOTO Takashi
<yamt@mwd.biglobe.ne.jp> for pointing out the error in private e-mail.
Also list several packages on which to verify this code after making
changes to the AUTOMAKE*_PATTERNS.
2001-12-23 19:32:15 +00:00
bjoern
8be7250715 Update the path to the source code of the new versions of Tcl
and Tk.
2001-12-23 17:32:45 +00:00
bjoern
3989a77f17 Update the path to the source code of the new version of Tcl. 2001-12-23 17:23:34 +00:00
bjoern
39167a1fb2 Update the path to the source code of the new version of
Tcl and Tk
2001-12-23 17:21:02 +00:00
kim
630505b840 Upgrade to poptop-1.0.1 since the old distribution was no longer
available, you get an HTML page instead.  Fixed a syntax error in
configure.in that caused compilation to fail (even with the old
version) due to gettext(3) not found (-lintl was dropped).
2001-12-23 17:18:12 +00:00
bjoern
6000f15f92 Update to version 8.3.4
Taken from "changes" from the distribution (minus changes not
relevant for NetBSD):


2001-04-04 (doc fixes) numerous doc corrections and clarifications.
Update of READMEs.

2001-04-04 (bug fix) corrected reseting of service mode to only occur when
it was set (hedin, hobbs)

2001-04-02 (bug fix) Checked for menu deletion before calling associated
menu entry command. Fixed listbox, canvas and entry destruction to be
more aware of current widget activity. (hobbs)

2001-03-30 (bug fix) handled the error case where a valid-looking but
invalid identifier could be passed in certain event generate options
causing a crash (hobbs)

2001-03-29 (bug fix) corrected handling of drag-selection (dejong)

2000-10-27 (feature enhancement) made [tk useinputmethods 1] the default
for Tk (hobbs)

2000-09-29 (bug fix) corrected BadMatch errors when using Tk on multiple
screens (hipp)

2000-08-18 (feature enhancement) Removed redundant call to DitherInstance
(melski)

2001-08-24 (bug fix) correct several possible free memory reads and array
bounds read errors reported by purify. (hobbs)

2001-08-27 (new feature) added call to Tcl_SetMainLoop which enables Tk to
be loaded interactively into tclsh and have the event loop kick in
correctly. (hobbs)

2001-08-28 (bug fix) fixed tk_chooseDirectory crash on Win95. (baker)

2001-08-28 (bug fix) removed 2 second 'raise' delay seen by some Unix
window managers. (hobbs, baker)

2001-09-14 (bug fix) fixed memory leaks that occured if errors were
thrown while initializing the channel for an image. (darley)

2001-10-04 (new feature) added enhanced bgerror dialog from Hipp. (hobbs)

2001-10-17 (bug fix) fixed file filtering in the motif file dialog (nelson)
2001-12-23 17:11:30 +00:00
bjoern
78ca1bc313 Update to version 8.3.4
Besides more bug fixes and several enhancements some of the
NetBSD relevant changes (taken from "changes" in the
distribution):


2001-04-03 (doc fixes) numerous doc corrections and clarifications.
Update of READMEs.

2001-03-29 (bug fix) prevent potential race condition and security leak in
tmp filename creation on Unix. (max)

2001-03-13 (bug fix) Correctly possible memory corruption in string map {}
$str (fellows)

2001-01-30 (bug fix) Fixed possible hangs in fcopy. (porter)

2000-11-23 (mem leak) fixed potential memory leak in error case of lsort
(fellows)

2000-11-01 (mem leak) Corrected excessive mem use of info exists on a
non-existent array element (hobbs)

2000-09-27 (bug fix) fixed a bug introduced by a partial fix in 8.3.2 that
didn't set nonBlocking correctly when resetting the flags for the write
side (mem leak) Correct mem leak in channels when statePtr was released
(hobbs)

2001-07-18 (bug fix) corrected memory overwrite error when buffer size
of a channel is changed after channel use has already begun (kupries, porter)

2001-08-07 (bug fix) corrected bytecode stack management during [break]
(see test foreach-5.5) (sofer, tallneil, jstrot)

2001-08-08 (new features) updated packages msgcat 1.1.1, opt 0.4.3,
tcltest 1.0.1, dependencies checked (porter)

2001-08-24 (bug fix) [auto_import] now matches patterns like
[namespace import], not like [string match] (porter)
        **** POTENTIAL INCOMPATABILITY ****

2001-08-27 (new feature) added Tcl_SetMainLoop() to enable loading Tk as a
true package (hobbs)

2001-09-06 (new feature) http 2.4: honor the Content-encoding and charset
parameters; add -binary switch for forcing the issue (hobbs, saoukhi, orwell)

2001-09-10 (bug fix) protect against alias loops (hobbs)

2001-09-19 (bug fix) [format] and [scan] corrected for 64-bit machines (rmax)

2001-09-26 (bug fix) corrected potential deadlock in channels that do not
provide a BlockModeProc (kupries, kogorman)

2001-10-11 (bug fix) corrected cleanup of self-referential bytecodes at
interpreter deletion (sofer, rbrunner)
2001-12-23 17:02:30 +00:00