Commit graph

26777 commits

Author SHA1 Message Date
skrll
260d572589 Clarify the automake/conf description slightly.
autoreconf will call aclocal if necessary and as this is part of automake
so its wrong to describe it as the autoconf only option. Change autoreconf
to autoconf.

Also explictly mark the automake example as "automake and autoconf".
2002-02-12 09:29:56 +00:00
martti
679862a005 Updated vim to 6.0.220
* created a new jumbo patch which includes some of the previously ignored
  patches (those which applied only partially)

* changes since 6.0.185

  * compiler warnings in the X11 client-server code
  * "I" in Visual mode saves too many lines for undo
  * size of Visual area not shown after scrolling
  * GUI: when 'mouse' is empty middle click still moved the cursor
  * serverlist() gives an error when there is no server
  * when 'virtualedit' is set "ylj" goes to the wrong column
  * col(".") returns one to little when 'virtualedit' is set
  * "--remote-silent" partly worked like "--remote-wait"
  * when 'virtualedit' is set search() may find wrong position
  * 've' set and 'sel' "exclusive" "x" in Visual mode works wrong
  * 've' set and 'sel' "exclusive" "v$x" doesn't delete last char
  * cursor doesn't move correctly when 've' and 'showbreak' set
  * multi-byte: could crash on exit when 'tenc' is set.
  * a script starting with "#!perl" is not recognized as perl
  * when scrollbinding a long jump doesn't set cursor properly
  * GTK: "icon=" argument for toolbar item was not used
  * setting 'fileformat' was possible when 'modifiable' is off
  * ":unlet" doesn't work for variables with curly braces
  * (extra) batch scripts to start gvim didn't use -f argument
  * expanding wildcards or avoiding it doesn't work properly
  * (extra) installed shortcuts start in desktop directory
  * cursor color not updated for CTRL-^ in Insert mode
  * GUI: redraw problems with bold multi-byte characters
  * after 6.0.167: allow "++enc" to overrule help file encoding
  * set 'readonly' after reading a file failed
  * GTK: missing button names for confirm() causes a crash
  * display problems for unprintable file name chars with CTRL-G
  * viminfo files contains marks without a file name
  * copy and paste doesn't work when using "/" in Visual mode
  * may display wrong lines after reloading a changed file
  * ":help" may leave an empty unlisted buffer behind
  * explorer plugin only loads directory in first window
  * ":setlocal" and ":setglobal" list termcap options
  * patch 6.0.218 causes a beep on startup
2002-02-12 09:24:38 +00:00
martti
1967f3069e Updated tightvnc to 1.2.2
- Xvnc: Minor bugfix which should prevent potential dereference of a
    NULL pointer.

  - One more packaging option for the Unix source: ready to build
    archive with Zlib and JPEG libraries inside.

  - Other minor fixes and cleanups.
2002-02-12 07:11:29 +00:00
martti
4f9f3b5190 Updated tightvncviewer to 1.2.2
- Unix viewer: Now viewer window would be raised on beep (bell)
    event, unless new -noraiseonbeep option is provided in the command
    line or "raiseOnBeep" resource set to False.

  - One more packaging option for the Unix source: ready to build
    archive with Zlib and JPEG libraries inside.

  - Other minor fixes and cleanups.

  - Unix vncviewer: Default tunneling command template has been
    changed, to allow tunneled connections to hosts where only
    loopback VNC connections are enabled. New -via <GATEWAY>
    command-line option provides enhanced tunneling functionality, now
    one can make vncviewer tunnel connections to a VNC host via third
    machine acting as a gateway.
2002-02-12 07:11:26 +00:00
martti
1a33fb50ef Updated uvscan-dat to 4185 (released 2002-02-06)
* new virus definitions
2002-02-12 06:47:22 +00:00
zuntum
c497ea3c91 Update SDL_net to 1.2.3
Changes:

1.2.3:
Sam Lantinga - Fri Oct 26 07:15:28 PDT 2001
 * Fixed byte order read/write macros on sparc
Jonathan Atkins - Sun Sep 23 10:44:27 PDT 2001
 * Fixed non-blocking socket flags on Windows

1.2.2:
Sam Lantinga - Sun Jul 22 16:41:44 PDT 2001
 * Added Project Builder projects for building MacOS X framework
Masahiro Minami - Sun, 27 May 2001 02:10:35 +0900
 * Added working MacOS Open Transport support

1.2.1:
Sam Lantinga - Tue Apr 17 11:42:13 PDT 2001
 * Cleaned up swap function definitions in SDL_net.h
 * Added the swap functions back in for binary compatibility
Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT)
 * Added support for building RPM directly from tar archive


Fixes pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
2002-02-11 21:15:47 +00:00
zuntum
c80f646a88 Improve DESCR and COMMENT
Inspired by pkg/15581 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
2002-02-11 20:57:36 +00:00
fredb
f5134e1564 Programs that follow Digital's recommendations will follow ESC(0 -- to
load the DEC Special Graphics (VT line draw) characters into graphics set
GS0 -- with lock shift 0, aka LS0, aka SO, aka ^0 -- to then enable GS0.
Since GS0 is the default, the full procedure is really only necessary when
displaying line draw and alphanumeric characters on the same line. With the
last patch to enable line draw characters, ESC(0 was always taken to mean
ASCII SI (shift in), and ^0 was always taken to to mean SO (shift out),
so for programs that did the right thing (e.g. "pstree"), "dt" was simply
setting, then unsetting, the alternate character set attribute, causing
the desired line draw characters never to be displayed.

To deal with that, introduce a layer of abstraction, such that ESC(0
and friends now only set per-VT variables, rather than directly set the
attribute. Initialize these variables so that SO and SI, taken alone, will
do the expected thing, and extend the state machine so that a changed GS0
will become active at the next carriage return, or immediately if an LS0
was already seen on that line (all very much like a real VT).

Bump version to dt-1.1.7nb2.
2002-02-11 18:30:21 +00:00
fredb
a4a82e30d9 Work around an old bug that causes the display to become corrupted when
the actual, display line width exceeds the size of the array allotted for
it, by increasing the size of said array to 224 characters. This is good to
about 1350 pixels horizontal with the small font, or nearly 1800 with the
large font.
2002-02-11 18:24:55 +00:00
jmc
bd157c0e9d Don't build on powerpc boxes. Has compiler issues with both egcs and 2.95.3 2002-02-11 17:18:12 +00:00
jmc
1e5ca05b9d Provide a better rule for platforms to build this on. Basically only 1.5B
or greater unless it's x86. (All due to exposure of struct pmap on pre 1.5B
systems from vm/vm.h inclusion).
2002-02-11 17:07:59 +00:00
skrll
040e953d38 Set AUTOMAKE_OVERRIDE=NO
The side effect of touching configure.in is to recreate ltmain.sh from
ltmain.in. We patch ltmain.sh and so the changes get lost.

This should fix pkg/15481 from Tom Haapanen <tomh@metrics.com>
2002-02-11 14:57:58 +00:00
tron
4d89e1cf37 Update "xservers" package to version 3.3.6.1. Changes since 3.3.6.0:
- Install into sub directory "X11R6.3" because at least on systems with
  "xpkwedge" installed it is not obvious what "/usr/pkg/R6.3" is.
- Build and install own "xkbcomp" because the old servers don't work with
  XFree86 4.x's one.
2002-02-11 13:39:41 +00:00
seb
264a032e54 This version cause too much troubles, mark the package as broken until I
finish a new one.
2002-02-11 12:47:17 +00:00
manu
a659090df3 Added php4-domxml: a DOM interface for PHP4 2002-02-11 09:34:32 +00:00
manu
7cb755e010 DOM interface for PHP 4. 2002-02-11 09:33:42 +00:00
simonb
ab2c765e66 Update to adzap 20020209.
- Fix a typo in the wrapzap script.
 - Add/adjust more ad patterns.
2002-02-11 05:49:34 +00:00
dmcmahill
9622d9f20c update to xwrits-2.19
changes since the last packaged version are:
--------------------------------------------

Version 2.19   8.Feb.2002
* The escalation "clock" corresponding to `after=TIME' options proceeds
  even after you cancel a break by deleting all the xwrits windows.
  Therefore, you can no longer prevent escalation by deleting xwrits
  windows with your window manager.

* Locking code works with large `lock-picture's. Reported by Carlos
  O'Donell Jr. <carlos@baldric.uwo.ca>.

* Add `bars-picture' option. If you specify your own `lock-picture', then
 `bars-picture' defaults to a black screen. Say `bars-picture="&bars"' to
  get the old behavior.

* Add `+verbose' option for debugging.

* Xwrits checks whether other clients pay attention to KeyRelease events,
  as well as KeyPress events. This may improve its interaction with certain
  window managers. For example, xwrits seemed to come up less frequently
  than it should when I was using KDE.

* `--multiscreen' still doesn't seem to work, but I don't know why.

Version 2.18   21.Dec.2001
* Fix `--multiscreen' option. Reported by Jamie Zawinski <jwz@jwz.org>.

Version 2.17   18.Dec.2001
* Add `--multiscreen' option. Requested by Jamie Zawinski <jwz@jwz.org>.

Version 2.16   23.Aug.2001
* Choose font more carefully, to avoid null pointer dereferences. Problem
  reported by Sharif Nassar <sharif@mrwacky.com>.

Version 2.15   18.Apr.2001
* Xwrits processes play nicely with one another. For example, two xwrits
  processes with `+top' no longer fight each other to get to the top of the
  window stack; and xwrits processes inform one another when you click on a
  window to take a break. Requested by Thomer M. Gil
  <thomergil@hotmail.com>, who runs two xwrits processes at once: one for
  microbreaks, one for longer breaks.

Version 2.14   15.Feb.2001

* Fixed new crash when `+lock' and `+breakclock' were both supplied.
  Reported by Chris Keane <chris@chris-keane.co.uk>.

* Fixed time-adjusting code when the system clock jumps backwards: Do not
  use the remaining-timeout value to calculate how much the system clock
  has changed. The symptom was that xwrits windows would stop animating if
  the system clock jumped backwards (even by a little bit).

Version 2.13   11.Feb.2001

* Documented multiple `breaktime' specifications. This lets you, for
  example, make a break longer depending on how long you waited to take it.
  See the ESCALATION section of the manual page. These were added in an
  earlier version, but never documented.

* The escalation "clock" corresponding to `after=TIME' options proceeds
  even while xwrits thinks you're resting. Therefore, you can no longer
  prevent escalation by clicking on the xwrits window (making it think
  you're resting) and then typing some more. Requested by Conrad Hughes
 <conrad@eireann.org>.

* Bug fix: The `breakclock' always counts down from the end of the break.
  Previously, it counted back from a random time when `+mouse' was true.
  Reported by Tijn Porcelijn <taine@3niat.myweb.nl>.

* Hopefully fixed bugs that were causing xwrits to crash on Chris Keane
  <chris@chris-keane.co.uk>.

* Bug fix: Erasing messages on the lock screen didn't completely work if
  the hand picture was in the way. This resulted in unreadable displays.
  Fixed.

* Hopefully fixed bugs that caused animation to stop sometimes.

* The lock screen now shows how many characters of your unlock password
  you've typed.
2002-02-11 03:07:47 +00:00
wiz
018ef2a1db Update to 0.11.19:
* Mouse bindings ignore all modifiers except shift, control and
  alt at all times. Reported by Martin Uddén.
* Fixed sloppy pointer-to-int cast that gave warning on 64-bit
  systems (Alphas). Reported by Jesse Perry.
* The Information command can now optionally display the output
  of 'file' in its window. Suggested by Christian Richter. Do
  note that this *requires* your 'file' command to support the
  "-f - -n" option combo. See configure.in for details.
* If executing a child process fails, gentoo now sometimes shows
  an error rather than just dying. This is an improvement.
* Added some more -W options to gcc, that scared out some sloppy
  code that got fixed (even in widgets/). I like killing warnings.
* Updated About's copyright for the new year. Time flies. :)
* RenameSeq no longer opens its window if there's no selection.
* Should now compile on NetBSD, too. Thanks to Pehr Johansson for
  the original patch.
* String input fields (created with '{Is}') can now be set to use
  asterisks to hide entered text. To do this, add an asterisk in
  the definition, after the label part, e.g.: '{Is:"Password"*}'.
* gentoo now supplies the window manager with a prettier icon,
  and now also groups its windows, most of the time at least.
2002-02-11 00:26:03 +00:00
abs
05bda72852 Updated xscorch to 0.1.14 -
BUG FIXES:
    * Fixed a segfault in _sc_spill_fill, when no walls were selected and
      napalm detonated off-screen.  Parts of the spill code were not using
      proper VCS.
    * Fixed up a quick hack for the ``useless items'' bug.
      (Turning display of such items off was causing a lockup.)
    * Fixed some of the long standing roller bugs.
    * Fixed another roller bug (lockup on direct tank impact).
    * argument misordering in memcpy() in snetconnect.c
    * Fixed order for winners/losers first
    * Call order breakage in sending auto defense shield orders.
    * Wrong scaling was used in reducing power when life lost.
    * Return Leap Frogs to reasonable y values before creating children.
    * Fixed the funky tank placement where some got platforms and some not.
      (sc_land_avg_height_around() didn't always get it right)
    * Fixed potential infinite loop in MORON AI
      (thanks to Mark Anderson for spotting)
    * Fixed minor error in console driver; it allowed nonprintable chars
    * Fixed the buggy allowreturn logic in sactiveconsole.c
    * Fixed a bug that allowed user to issue commands to AI if the AI
      spent awhile thinking (this was one heck of a ``feature'' :)

	Various other changes listed in ChangeLog
VS: ----------------------------------------------------------------------
2002-02-10 23:43:55 +00:00
fredb
830513d1c4 Boy, do I suck. Allen Briggs forwarded these patches from
Steven Carlson <stevec@accessone.com>, to do vt line draw
characters, to me over *two* *years* ago!
2002-02-10 22:49:53 +00:00
veego
01fa670df5 Update jhead to version 1.6.
Changes since 1.5:

- Added -V (version) option
- Added -exonly (exif only) option
- Fixed lots of typos (Thanks, David Baker [mailto:dave@dsb3.com])
- Use EDITOR environment variable to pick which editor (Instead of notpead or VI)
- Improved thumbnail deletion feature - now not just shortens the header, but
  also removes pointers to the thumbnail form the exif header.
2002-02-10 22:47:47 +00:00
zuntum
7a2c3b1d21 No need to switch MASTER_SITES to MASTER_SITE_LOCAL, we can just set
DIST_SUBDIR to ${PKGNAME}.

Pointed out by Thomas Klausner <wiz@netbsd.org>, thanks!

PKGREVISION hasn't been bumped as the window between changes is reasonably
slow (about 20 minutes)
2002-02-10 22:11:36 +00:00
dmcmahill
65566eac86 update to dinotrace-9.1g from 9.1d
Changes in Dinotrace 9.1g  01/24/2002
***     Reread all traces on receiving a USR1 signal.  [Uwe Bonnes]
****    Allow value searches on one-bit signals.  [Vitaly Oratovsky]

Changes in Dinotrace 9.1f  01/08/2002
***     Let right button terminate Zoom click.  [Uwe Bonnes]
****    Fixed Emacs 21.0 incompatibility with back-annotation.
****    Hacked around bug causing window manager crash when
        using Examine inside Zoom.  [Uwe Bonnes]

* Changes in Dinotrace 9.1e  11/16/2001
***     Allow 1-bit wide signals to have statenames.  [Dominik Strasser]
***     Eliminate common prefix from postscript dumps.  [Dominik Strasser]
***     Show count of posedges and negedges in value examine.
2002-02-10 22:06:15 +00:00
zuntum
d694f73e7e Update ipcalc to 0.35
Changes:

# 0.35    12/2/2001 Fixed big-endian bug in subnets(). This was reported
#         by Igor Zozulya and Steve Kent. Thank you for your help
#         and access to your sparc machine!

Fixes pkg/15576, though in a different way than suggested by originator
(distfile has been put into MASTER_SITE_LOCAL, so distinfo will never get
broken again)
2002-02-10 21:50:49 +00:00
veego
d8b74df533 Create ${PREFIX}/etc/squid during pre-install, so copying the default
config file doesn't fail.
2002-02-10 19:26:56 +00:00
tron
5d82ebfd9f Make sure that locale files go into the correct directory under Solaris. 2002-02-10 19:05:56 +00:00
dmcmahill
f549d3fca1 update to 0.0.7
What's new in 0.0.7
- Aperture macros!
- Improved detection of drill- or gerber file.
2002-02-10 17:48:59 +00:00
abs
cde39f3085 Switch a 'long' to int32_t to work correctly on BE-LP64 platforms.
Mark NOT_FOR_PLATFORM = NetBSD-*-sparc64 as c++ still broken
2002-02-10 12:50:59 +00:00
skrll
6bd135396b autoheader doesn't need to be invoked so don't do it. This means we can
remove the BUILD_DEPENDS on autoconf.
2002-02-10 11:05:11 +00:00
taya
5cb3086b65 Update galeon to 1.0.3
From release mail:

NEWS
- a few bugfixes
- Mozilla 0.9.8 compatibility
2002-02-10 05:44:49 +00:00
rh
24dd263c06 Update sane-frontends to 1.0.7. Changes include bugfixes and a new
automatic document feeder (ADF) frontend.
While at it, use sane-backends/buildlink.mk instead of manual dependency
and pull in common definitions from sane-backends/Makefile.common
2002-02-10 00:52:18 +00:00
rh
056e55e426 Update sane-backends to 1.0.7. Changes include bugfixes, a number of
additional supported scanners, and new backends for Mustek USB scanners.
While at it, split out common "sane" definitions into a Makefile.common
for sane-frontents (and possibly others) to use.
2002-02-10 00:50:41 +00:00
wiz
6fd0d66eab regen 2002-02-09 21:13:55 +00:00
wiz
5ad3cd689a Update xscreensaver to 4.00:
* Redesigned xscreensaver-demo GUI: it now includes small-preview and
  per-hack configuration dialogs.
* Added three new modes of operation: One Screen Saver, Blank Screen,
  and Don't Blank (in addition to the historical Random Screen Saver).
* Configure now defaults to installing the hacks in
  <prefix>/lib/xscreensaver/ instead of <prefix>/bin/. (Most distros
  already did it this way.)
* New GL hacks, menger, engine, flipscreen3d.
* Made sierpinski3d be more colorful.
* New versions of xmatrix and nerverot.
* Fixed a bug in starwars that made the font be drawn with thin lines
  in -root mode.
* Fixed a bad colormap bug in crystal that could make subsequent hacks
  malfunction!
* Made gflux able to grab screen images (-mode grab).
* Updated webcollage for recent search engine changes.
* Removed most command-line options to xscreensaver: just edit the
  ~/.xscreensaver file instead.
* Improved behavior on multi-screen and Xinerama systems: the mouse
  now stays on the screen where the user left it, and the password and
  splash dialogs always appear on the screen that has the mouse.
* Made the splash dialog use more Gtk-like colors; made it have only
  two buttons, ``Settings'' and ``Help''.
* Made sonar understand .ssh/known_hosts2 format files, and be better
  about stripping out illegal addresses.
2002-02-09 21:12:56 +00:00
jlam
ddf35537db Trivially mark as strongly buildlinked. 2002-02-09 19:25:33 +00:00
taca
8be6943fe3 Fix forgot change of Makefile.common. 2002-02-09 07:40:46 +00:00
taca
57a475a85a ipadic package maintenance. No functionality has changed.
o Remove USE_LIBTOOL and LTCONFIG_OVERRIDE from Makefile since ipadic
  don't use libtool at all.
o Reflect change from chasen-base/Makefile.common to chasen/Makefile.common.
o Utilize bsd.pkg.install.mk for handling configuration file and its example.
2002-02-09 07:36:58 +00:00
taca
1d34993dce Update chanse-base (and chasen) package to 2.2.9.
Package's own changes are below.

o utilize bsd.pkg.install.mk for handling of dictonary directory.
o move mkchadic commands from ${LOCALBASE}/libexec/chasen to
  ${LOCALBASE}/sbin since these commands aren't daemon nor executed
  by other programs.
o Drop installation of program for SICStus Prolog since this should be
  a separate package.  But there is no SICStus Prolog pacakge now.
o Installation of documents written in TeX and PDF was dropped by
  chasen distribution.  If someone wants it, chasen-doc pacakge should
  be created.

Here is quote from ChangeLog.

2002-02-08  Masayuki Asahara  <masayu-a@is.aist-nara.ac.jp>

	* release-2.2.9

2002-02-06  KITAUCHI Akira <kitauchi@rd.nttdata.co.jp>

	* new option (KIHONKEI ---) in cforms.cha
	      changing BASE_FORM name

2002-01-05  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

        * lib/tokenizer.c (cha_tok_parse): Fix wrong size of buffer.
        Thanks to HAMATANI Chihiro <hamatani@rsk.ricoh.co.jp>

        * lib/init.c (cha_init): the tokenizer is never destroyed.

        * configure.in: Change the order of AC_PROG_CC and AM_PROG_LIBTOOL.

2001-12-25  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

        * lib/chalib.c (chasen_command):
        * mkchadic/makeint.c (main):
        * mkchadic/mkary.c (open_array_file):
        * mkchadic/sortdic.c (sortdic): Open files in binary mode.

2001-12-11  TAKAOKA Kazuma  <kazuma-t@is.aist-nara.ac.jp>

        * lib/jfgets.c (cha_fget_line): Fix a buffer-overrun bug.
2002-02-09 07:30:20 +00:00
taca
dc0cf22910 Move Makefile.common from chasen-base directory. 2002-02-09 07:16:37 +00:00
taya
37f7e0ea8a Update mozilla to 0.9.8
See the release notes for detail.
http://www.mozilla.org/releases/mozilla0.9.8/
2002-02-09 03:54:47 +00:00
wiz
a0b3198d5e Fix MASTER_SITES (ugly). 2002-02-08 22:58:54 +00:00
tron
a90c2d0f07 Invoke JVM with "-green -jar" instead of "-jar -green" if "blackdown-jdk13"
is used. Problem noted by Andrew Cagney in private e-mail.
2002-02-08 19:24:21 +00:00
seb
1d57be2530 Fix GNU make rules for bison C++ parser . How was this working before ? 2002-02-08 16:28:02 +00:00
wiz
5f91cc840d Update HOMEPAGE. 2002-02-08 14:42:53 +00:00
wiz
9f57a6322d Set maintainer to packages@ 2002-02-08 12:31:03 +00:00
seb
d571dd34e3 Remove spurious `@{un,}exec install-info ...' confirmed by dmcmahill. 2002-02-08 10:36:50 +00:00
wiz
3cef02bae4 Remove patch-ai sha1, since the file doesn't exist. 2002-02-08 09:36:27 +00:00
wiz
d03244894b Remove sha1 for patch-ae, which doesn't exist. 2002-02-08 09:35:17 +00:00
jlam
97da89d6d3 * Strongly buildlink'ify.
* Patch the grammer file getdate.y to be usable by (recent?) bison.
* Use pthreads.buildlink.mk (native pthreads probably won't work, but
  we'll let it break until the time comes when we actually do have native
  threads).
2002-02-08 06:29:42 +00:00