summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb13-23/+36
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-10Link shared libraries in correct order when building "kpilot" as suggestedtron2-1/+15
by Richard Rauch in private e-mail. This fixes PR pkg/15814.
2002-03-09Add and enable ooqstartrh1-1/+2
2002-03-09Initial import of ooqstart-0.8.3, an OpenOffice quickstart applet for GNOMErh4-0/+61
2002-03-08Make it compile with xpkgwedge.wiz3-4/+15
2002-03-08Check NetBSD version and call getpeername and accept with a socklen_t ifjmc2-1/+35
>= 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-06Update to 374, requested by mrg.wiz2-5/+5
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-05Rewrite the logic in do-install which tests if installation was successful.mrauch1-7/+6
This version hopefully won't blow up the bulk build.
2002-03-04Update nxtvepg to 0.7.0magick6-72/+46
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-02Remove the "lpstat: command not found" warning when starting OpenOffice.mrauch1-0/+13
Fixes PR# pkg/15678.
2002-03-02Remove the "lpstat: command not found" warning when starting OpenOffice. ↵mrauch1-1/+2
Fixes PR# pkg/15678
2002-03-02OpenOffice does need tcsh. The removal was in error.mrauch1-2/+3
2002-03-01More instances of improper quoting which cause problems (only) in themrauch9-1/+113
bulk build.
2002-02-28Move contents of misc/freewnn-common to japanese/freewnn-lib.wiz11-297/+1
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron2-6/+6
2002-02-28Update misc/php4-mbstring to 4.1.2. Changes from version 4.1.1 include:jlam1-3/+4
- Changed the default output encoding of mbstring 'pass' to fix initialization problem (Rui)
2002-02-28Update misc/php4-calendar to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-26- bugfixes that showed up only under special circumstances:mrauch7-21/+306
* 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-25Use the default EXTRACT_CMD instead of a hand-crafted one, as the defaultjlam1-2/+3
is sufficient.
2002-02-22Disable this package on NetBSD/sparc64.minoura1-1/+5
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-20Added INFO_FILES so install-info is run.seb1-1/+3
2002-02-18Introduce new framework for handling info files generation and installation.seb9-23/+25
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-18Adjust PLIST for SunOS.seb1-1/+2
2002-02-16Update to 3.9.11:wiz6-42/+54
* 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-15I missed one file to patch when enabling support for bison-1.3* in themrauch2-1/+16
last commit.
2002-02-15mkdir -> ${MKDIR}skrll6-12/+12
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14- make openoffice also work with bison 1.3*mrauch5-16/+46
- add the external $PATH to the end of the internally set $PATH to make sure all binaries are found
2002-02-14bison-1.3* won't work with this package as there was an incompatiblemrauch1-2/+3
change between 1.2* and 1.3*, so require a bison 1.2*.
2002-02-13Move files "files/NETBSD*.zip" into a separate archive which ismrauch5-3/+7
downloaded with the other distfiles during make fetch.
2002-02-13Fix path to sun-jdk pkgsrc directory, and remove some trailing spaces.wiz1-7/+7
2002-02-13Add openofficemrauch1-1/+2
2002-02-13OpenOffice.org is an Open Source, community-developed, multi-platform officemrauch94-0/+8871
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-11Programs that follow Digital's recommendations will follow ESC(0 -- tofredb4-27/+145
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-11Work around an old bug that causes the display to become corrupted whenfredb2-3/+12
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-10Boy, do I suck. Allen Briggs forwarded these patches fromfredb4-2/+54
Steven Carlson <stevec@accessone.com>, to do vt line draw characters, to me over *two* *years* ago!
2002-02-07Add and enable kdrill.wiz1-1/+2
2002-02-07Initial import of kdrill-5.11.6:wiz6-0/+75
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-05/bin/mkdir -> ${MKDIR}.skrll2-10/+10
Make the print-PLIST target output ${MKDIR} also.
2002-01-31update cksfv to 1.3:dillo4-19/+19
Fixed the problem with case insensitive (ignoring case). Now will compile on RedHat 7.1.
2002-01-28not needed anymoredrochner1-5/+0
2002-01-28use distutils to build the extension module, to make it work withdrochner4-40/+43
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-27Use auto-extract code for .shar files.jlam1-3/+1
2002-01-21Add buildlink.mk file for use by other packages,zuntum1-0/+34
fixes pkg/15318 by David Sainty <dave@dtsp.co.nz>
2002-01-21fix format string. Fixes recently noted build problem on alpha.dmcmahill2-1/+26
2002-01-21add missing USE_XPMdmcmahill1-1/+2
2002-01-18use python buildlinkdrochner1-7/+3
2002-01-06Update misc/php4-mbstring to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-06Update misc/php4-calendar to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-04Use __progname, to get the name of the command right for the help message.fredb3-5/+53
2002-01-04Add and enable "parchive".fredb1-1/+2