Commit graph

1107 commits

Author SHA1 Message Date
tron
7c58683c08 Use openpty(3) to allocate a new pty under NetBSD. This fixes PR pkg/16901
by Bernd Ernesti.
2002-05-21 17:57:03 +00:00
magick
d8edd40cfa Update nxtvepg to 0.7.2
Notable changes since 0.7.1 (excluding windows specific changes):

    * Bugfix EPG scan (Linux only): after an EPG scan acquisition
      could not be enabled because the VBI device was allegedly
      busy. The cause was that an acquisition thread kept running
      after the EPG scan.
    * The wheel mouse now scrolls only 5 lines instead of 1 page and
      the cursor remains on the previously selected item.
    * Improved automatic mode selection for internal/remote
      acquisition during startup: wait until an connection is
      completely established until changing the default mode to remote
      acq in the rc/ini file (esp. when connecting via TCP/IP)
    * EPG scan is no longer prevented with "cannot start scan while in
      client/server mode" unless currently connected to an acq daemon.
    * EPG scan: reset 45-seconds timer when EPG is found to be
      transmitted on a non-default teletext page nunmber. This should
      fix the problem that Canal+ is reliably detected only when in
      "slow" mode.
    * Removed the last remaints of long integer usage to improve
      64-bit CPU compatibility.
    * Bugfix: crash when there was a .xawtv file with zero channel
      definitions
    * Bugfix: the EPG scan was not stopped when the program was
      terminated by a signal or logging out, causing a crash.
    * Bugfix: crashed with SEGV when the acq timescales were open when
      the EPG scan was started.  * Bugfixes in timescales: network
      highlighting and "acquisition tails" for the browser database
      timescales were sometimes not enabled or disabled when
      acquisition was en-/disabled or moved from/to the browser
      database.
2002-05-21 16:50:26 +00:00
wiz
9671a73ee3 Bump PKGREVISION for bugfix, and rectify COMMENT. 2002-05-11 18:02:37 +00:00
wiz
398761b6d5 Fix segfault if --color is given an invalid option.
Patch from pkg/16759.
2002-05-11 18:02:19 +00:00
cjep
2079bcfb6a A few tidy-ups. 2002-05-11 11:44:42 +00:00
cjep
07415590aa Add and enable oto. 2002-05-11 11:42:37 +00:00
cjep
2f518ce85c Import of the Open Type Organizer project to the NetBSD Packages
Collection. The software can list and modify OpenType font files.
More specifically, it can be used to translate the 'name' and
'cmap' tables of an OpenType font.

One application is to translate the 'name' and 'cmap' of an
OpenType font to use Unicode encodings. The font can then be used
in an environment that does not understand locale encodings.

From Rui-Xiang Guo in PR#16753.
2002-05-11 11:39:13 +00:00
agc
a5e72daec6 Add and enable yrolo. 2002-05-09 15:12:02 +00:00
agc
50c32915c7 Initial import of yrolo-1.1, a Motif-based address book program.
Yrolo is a Rolodex (TM) like software for maintainting database of
people's name, phone no, email etc.
2002-05-09 15:11:19 +00:00
magick
d4714d630b Update nxtvepg to 0.7.1.
Notabel changes since 0.7.0:
* Fixed bug in support for big-endian CPU architectures: there was
  an alignment error in one of the database structures which
  caused an abort with a bus error (e.g. on Sun Sparc CPUs); also
  endian mismatches were not reported in acquisition daemon
  connect attempts.
* Fixed bug in the EPG scan that caused a crash 64-bit
  architectures (e.g. PowerPC). Thanks to Helge Kreutzmann for
  reporting this bug.
* Added automatic endian conversion during database reload and
  acquisition daemon connections. In earlier versions the reload
  was simply refused. Note: the data is still written in the
  native format and only converted if neccessary, so there is no
  performance impact for little-endian machines (e.g. in contrast
  to writing always in network byte order)
* Improved channel change handling (handshake between acq master &
  slave)
* Reduced latency in VPS/PDC decoding after channel changes (the
  latency was increased due to a change in 0.7.0)
* UNIX: improved startup of acquisition process/thread; fixed the
  design bug due to which the TV tuner was programmed even if the
  VBI could not be opened.
* Improved hyperlinks in help pages: can now link into
  sub-sections too, which is esp. useful for the "Configuration"
  chapter.
* Fixed a bug in the decoder for language and
  sub-title information blocks (currently only broadcasted in
  France by M6 and Canal+).
2002-05-08 18:03:38 +00:00
skrll
909f2b460b Use BUILDLINK_DEPENDS.pth to specify the version of pth required. 2002-05-08 08:05:47 +00:00
jtb
d9b8d85ce1 Update to version 4.4.5. Also include important NAD27 data files as
suggested by Wolfgang Rupprecht in PR 16498.  The other changes
are mostly bugfixes.
2002-05-03 22:20:06 +00:00
mrauch
1d22265f7f Add my site to MASTER_SITES as the source tarball is disappearing from
the main distribution site.
2002-05-03 11:55:19 +00:00
agc
8686c51ae1 The standalone version of the tcsh package can also be used, if it's
installed - modify the dependency appropriately.
2002-04-24 07:22:13 +00:00
tron
0d513d1d5a This package doesn't work with NetBSD 1.5 and 1.5.x's curses library.
Problem noted by Stephen Borrill in PR pkg/16286.
2002-04-22 13:07:51 +00:00
mrauch
5a9caefd38 Add an additional check whether the display as set in the DISPLAY
environment variable is usable.
Suggested and implemented by David Brownlee <abs@netbsd.org>.
2002-04-08 13:25:00 +00:00
skrll
dc6102af0c Add and enable kdeaddons2 2002-04-08 12:27:00 +00:00
skrll
479bb0d74d Import of kdeaddons-2.2.2.
Plugins and scripts for kicker, kate, konqueror, noatun and knewsticker.
2002-04-08 12:25:34 +00:00
jdolecek
1eaf6e8782 czech locale should go under locale/cs, not locale/cz
pointed out by Thomas Klausner
2002-04-04 19:56:37 +00:00
tron
b6343d0c10 Use "suse_linux/Makefile.application" to pick correct SuSE packages. 2002-04-04 12:29:46 +00:00
mrauch
7fc8b78358 Support for bison-1.34 needs a further directory to be patched.
Solves PR pkg/16137 together with the bison patches committed yesterday.
2002-03-31 12:21:08 +00:00
mrauch
198760d74a Change the bison patches to the version that was agreed on in the
OpenOffice.org project. This also fixes compilation problems with
bison-1.34.
2002-03-29 21:00:10 +00:00
skrll
37714e8bfe Fix typo. 2002-03-27 09:41:27 +00:00
skrll
b595ab926f Add and enable kdeartwork2. 2002-03-27 09:33:02 +00:00
skrll
39d5bafa1c Initial import of a kdeartwork pkg. 2002-03-27 09:30:01 +00:00
tron
ce8025ba47 Fix build problem under Solaris. 2002-03-25 22:46:28 +00:00
tron
6f6acb112e Update "bidwatcher" package to version 1.3.3. Changes since version 1.3.0:
- many bug fixes
- improved GUI
- experimental bidding daemon
2002-03-22 21:59:55 +00:00
wiz
68367cabf0 Add and enable bbweather. 2002-03-19 00:21:27 +00:00
wiz
d2b7bdfe0d Initial import of bbweather-0.4:
bbweather is a tool which displays the current weather conditions
in an decorated window, simulating the look of the Blackbox toolbar
(Blackbox is a Windowmanager for X11).  This tool is heavily based
on "bbdate" by John Kennis, almost 90% of the code (rough guess ;)
were taken over unaltered.  Furthermore, bbweather was inspired by
wmWeather by Michael G. Henderson, from where I grabbed the
perl-script that fetches the weather-conditions from your local
station.
2002-03-19 00:20:04 +00:00
wiz
d35d029ae3 Move py-readline from misc to devel, where all the other readline packages
live.
Closes pkg/15444.
2002-03-14 17:58:47 +00:00
wiz
bc406b2555 Wildcard gv dependency. 2002-03-14 00:49:00 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
tron
5c4eaf5066 Link shared libraries in correct order when building "kpilot" as suggested
by Richard Rauch in private e-mail. This fixes PR pkg/15814.
2002-03-10 20:43:46 +00:00
rh
d9ef21ceef Add and enable ooqstart 2002-03-09 08:19:03 +00:00
rh
701a1dc736 Initial import of ooqstart-0.8.3, an OpenOffice quickstart applet for GNOME 2002-03-09 08:18:25 +00:00
wiz
bab330b5a7 Make it compile with xpkgwedge. 2002-03-08 21:50:41 +00:00
jmc
06db25a05a Check NetBSD version and call getpeername and accept with a socklen_t if
>= 1.3J. Fixes bugs with casting int *'s to socklen_t *'s which gcc 2.95.x
won't do in c++ mode since they are differing types.
2002-03-08 05:18:11 +00:00
wiz
67f0dc1e7a Update to 374, requested by mrg.
Changes since 358:
* -x option can now specify multiple variable-width tab stops.
* -X option no longer disables keypad initialization.
  New option --no-keypad disables keypad initialization.
* New commands t and T step through multiple tag matches.
  Added support for "global(1)" tags
  (see http://www.gnu.org/software/global/global.html).
* New prompt style set by option -Pw defines the message printed
  while waiting for data in the F command.
* System-wide lesskey file now defaults to sysless in etc directory
  instead of .sysless in bin directory.
  Use "configure --sysconfdir=..." to change it.
  (For backwards compatibility, .sysless in bin is still recognized.)
* Pressing RightArrow or LeftArrow while entering a number now shifts
  the display N columns rather than editing the number itself.
* Status column (enabled with -J) now shows search results.
* Improved performance in reading very large pipes.
* Eliminated some dependencies on file offets being 32 bits.
* Fixed problems when viewing files with very long lines.
* Fixed overstriking in UTF-8 mode, and overstriking tabs.
* Improved horizontal shifting of text using -R option with ANSI color.
* Improved handling of filenames containing shell metacharacters.
2002-03-06 13:33:46 +00:00
mrauch
551f52dce4 Rewrite the logic in do-install which tests if installation was successful.
This version hopefully won't blow up the bulk build.
2002-03-05 20:16:53 +00:00
magick
fe2d327261 Update nxtvepg to 0.7.0
Changes since 0.6.9:

    * Added a network connection between the acquisition daemon and
      the GUI. While connected, the browser receives updates for
      opened Nextview databases (i.e. all incoming EPG blocks are
      forwarded) and constant updates about the acquisition progress.
    * Added compile-time option to use multi-threading for VBI
      acquisition instead of a separate process. The advantage is that
      the threads are only created when acquisition is enabled and not
      when connected to a daemon.
    * Added support for wheel mouse in main and help windows, thanks
      to Serge Koenigsmann.
      xawtv popup is immediately removed when xawtv is terminated or
      iconified
    * Fixed bug in status line statistics output: expired percentage
      did not reach 100% even after the database appeared empty
      because the total of "defective" blocks was erronously included
      in the quotient.
    * Added scollbars to network list in network selection dialog and
      limited listbox height to 27 networks.
    * Added field with official network description in network name
      config dialog to avoid confusion in case different stations have
      similar logos (e.g. there's "ntv" in Turkey and "n-tv" in
      Germany)
    * Added network name output during EPG scan (e.g. "ARD" instead of
      "0x0DC1") generally improved diagnostic output (summary at the
      end)
    * The timescales windows now show all blocks in the database; they
      used to start with the current time, omitting all expired
      blocks. That was confusing esp. in case all blocks were expired,
      because the status line said "100% complete" but no blocks were
      displayed.
    * Added "acquisition tail" to timescales: the most recently
      updated ranges are marked with a white bar which fades to the
      background color over time
    * Added callback to timescale windows: mouse click on a scale now
      filters the slected netwop in the main window and jumps to the
      given time
    * Fixed bug in database structure which holds navigation menu
      entries (a fixed length array was too short and caused memory
      overwrites)
    * Both acquisition and EPG scan now extract channel frequecies
      from both databases and rc/ini file, so that in case of loss of
      either databases or rc/ini file they still can be recovered.
    * Fixed bug which let the browser hang in wait(2) after the
      process group was delivered a STOP signal (i.e. CTRL-Z in the
      controlling terminal)
    * Made dialog windows which display lists resizable, e.g. netwop
      selection
    * Bugfix in database merge (yes, yet another one): the merged
      netwop table could contain uninitialized entries, if the user
      network selection contained networks that were included in none
      of the merged databases (e.g. remains of a previous merge with
      different providers)
    * Implemented "Index" filters for merged database; due to
      technical limitations currently only "now" & "next" searches are
      supported; others will return empty lists. Thanks to Mathias
      Homann for prompting this fix.
2002-03-04 19:56:52 +00:00
mrauch
9f90cf4a46 Remove the "lpstat: command not found" warning when starting OpenOffice.
Fixes PR# pkg/15678.
2002-03-02 09:18:49 +00:00
mrauch
b26bef1210 Remove the "lpstat: command not found" warning when starting OpenOffice. Fixes PR# pkg/15678 2002-03-02 09:12:13 +00:00
mrauch
9d259cf53f OpenOffice does need tcsh. The removal was in error. 2002-03-02 09:09:38 +00:00
mrauch
ced48aa9f3 More instances of improper quoting which cause problems (only) in the
bulk build.
2002-03-01 09:52:45 +00:00
wiz
b6efb0b53c Move contents of misc/freewnn-common to japanese/freewnn-lib. 2002-02-28 17:45:42 +00:00
tron
b8d1c715f6 Update distribution file checksum for PHP version 4.1.2. 2002-02-28 09:50:01 +00:00
jlam
670f568b58 Update misc/php4-mbstring to 4.1.2. Changes from version 4.1.1 include:
- Changed the default output encoding of mbstring 'pass' to fix
  initialization problem (Rui)
2002-02-28 06:18:18 +00:00
jlam
fd8c888434 Update misc/php4-calendar to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:18:13 +00:00
mrauch
2f0d6eda9b - bugfixes that showed up only under special circumstances:
* restore compatibility with old bison
  * disable versioned symbols - the -current ld has a problem with them
  * fix an instance of improper shell quoting
  * the SIGPIPE hack inside tar needs a sh not csh (fixes PR#15706)
- pth>=1.4.0nb1 is a runtime dependency
- our csh is sufficient for compilation
2002-02-26 21:25:27 +00:00
jlam
e7de7e8840 Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
is sufficient.
2002-02-25 04:47:21 +00:00