Commit graph

1078 commits

Author SHA1 Message Date
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
minoura
e15708a404 Disable this package on NetBSD/sparc64.
It compiles, but would not work due to unaligned access.
Solaris and Linux (and NetBSD/alpha) traps unaligned access exceptions
and fixes them up automatically but NetBSD/sparc64 does not.
This problem is already reported to the original author; I'd
wait for his fix.  Until then use the 32bit binary instead.
2002-02-22 02:20:46 +00:00
seb
070f329df2 Added INFO_FILES so install-info is run. 2002-02-20 18:06:08 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
seb
7da5ea3d9b Adjust PLIST for SunOS. 2002-02-18 11:09:47 +00:00
wiz
40f34fa7cc Update to 3.9.11:
* windowlist, bound to ^A"
* support for other encodings, e.g. big5, koi8r, cp1251
    new commands 'encoding', 'defencoding'
    'register', 'readreg', 'readbuf', 'writebuf' now understand
    an extra encoding parameter
* support for double utf-8 characters
* lots of new string escapes and extensions to existsing ones:
    %LD, %LM, %Lw, %W, %-w, %+w, %H, %f, %F, %l, %=, %<, %>
* new commands: 'source', 'eval', 'deflog', 'ignorecase', 'setsid'
* command key classes: 'bind', 'command' and 'help' understand
  a '-c <class>' parameter. See the man page for examples
* new login state: always - don't remove slot even if screen gets
  detached
* 256 color support (experimental)
* configurable time format string (for ^At)
* config option to use localized month/week names
* new option '-h' for hardcopy: also dump the scrollback buffer

XXX: SunOS PLIST untested.
2002-02-16 11:18:34 +00:00
mrauch
f471f90a6c I missed one file to patch when enabling support for bison-1.3* in the
last commit.
2002-02-15 21:28:15 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
mrauch
d5e01e35ad - make openoffice also work with bison 1.3*
- add the external $PATH to the end of the internally set $PATH to make
  sure all binaries are found
2002-02-14 22:51:41 +00:00
mrauch
03dedc50c5 bison-1.3* won't work with this package as there was an incompatible
change between 1.2* and 1.3*, so require a bison 1.2*.
2002-02-14 14:07:08 +00:00
mrauch
d5cc387b4f Move files "files/NETBSD*.zip" into a separate archive which is
downloaded with the other distfiles during make fetch.
2002-02-13 21:11:11 +00:00
wiz
5386d9fadc Fix path to sun-jdk pkgsrc directory, and remove some trailing spaces. 2002-02-13 18:50:52 +00:00
mrauch
46932a0ca8 Add openoffice 2002-02-13 18:11:20 +00:00
mrauch
dfc89b3b4d OpenOffice.org is an Open Source, community-developed, multi-platform office
productivity suite. It includes the key desktop applications, such as a
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
2002-02-13 18:09:21 +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
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
wiz
a202c73aef Add and enable kdrill. 2002-02-07 13:50:52 +00:00
wiz
f2021c1586 Initial import of kdrill-5.11.6:
Kdrill: the free kanji quiz and Japanese dictionary for unix and X
window systems.

KDrill stands for "Kanji Drill".  It's a program to help people learn
kanji and kana (the Japanese character set).  It also doubles as a
dictionary lookup program. Kdrill runs under the X window GUI system.
2002-02-07 13:49:06 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
dillo
ddd76384e5 update cksfv to 1.3:
Fixed the problem with case insensitive (ignoring case).
	Now will compile on RedHat 7.1.
2002-01-31 22:17:41 +00:00
drochner
2111e94c45 not needed anymore 2002-01-28 09:25:36 +00:00
drochner
299433639a use distutils to build the extension module, to make it work with
newer Python versions too,
move a patch which is specific for a particular Python release into
the Python pkg subdir, pull patches and checksums from there
XXX we have to override the do-patch role to avoid patch errors
    (we use EXTRACT_ELEMENTS, so we don't generally have all the
     original files)
2002-01-28 09:24:38 +00:00
jlam
139241c40c Use auto-extract code for .shar files. 2002-01-27 18:32:32 +00:00
zuntum
138efd0bc9 Add buildlink.mk file for use by other packages,
fixes pkg/15318 by David Sainty <dave@dtsp.co.nz>
2002-01-21 15:43:46 +00:00
dmcmahill
539906edd2 fix format string. Fixes recently noted build problem on alpha. 2002-01-21 14:02:45 +00:00
dmcmahill
be09d34457 add missing USE_XPM 2002-01-21 14:01:23 +00:00
drochner
d625d181b0 use python buildlink 2002-01-18 14:16:53 +00:00
jlam
8db678634d Update misc/php4-mbstring to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:56:18 +00:00
jlam
1d3549841b Update misc/php4-calendar to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:56:12 +00:00