summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-08-22add missing DEPENDS.dmcmahill1-1/+2
2000-08-22- add patch to allow the program to build on pre-1.5 systemsdmcmahill3-1/+30
- make sure the library search path is in the correct order.
2000-08-22change <sys/bswap.h> to <machine/bswap.h> so it works on 1.4.x systems.dmcmahill4-10/+10
2000-08-22Added three patches to deal with a potential deadlock situation, which maywennmach4-1/+365
arise when writing back data from a vnode failed because the ticket expired in the meantime. From arla-current, thanks to Assar Westerlund and Love.
2000-08-22Do not bail out if host returns an empty string or does not work.wennmach1-3/+8
This way to obtain the fully qualified domain name of the machine only generates warnings.
2000-08-22Make this package build on big-endian systems that don't run Linux. Problemad4-1/+238
pointed out by dmcmahill.
2000-08-22do not list ELF shared lib links in PLIST.dmcmahill1-4/+1
2000-08-22patch-adjoda1-1/+2
2000-08-22use local buffer in fnid instead of allocating lots of memoryjoda1-0/+13
2000-08-22include missing header file. fixes recently noted compile problems.dmcmahill2-1/+12
2000-08-22add missing DEPENDSdmcmahill1-1/+3
2000-08-22Update to 1.4.2. Changes since 1.4.1:mjl2-4/+4
slang.c: Under certain conditions, the continue statement was not properly handled in do..while statements. src/test/loops.sl added for testing. slparse.c: avoid potential (rare?) infinite loop when slang error occurs slsmg.c: When SLsmg_init_smg is called, mark the display as trashed. It is now possible to add intrinsics to their own namespace via new SLns_add* functions. Moreover, the import function now takes an optional additional argument that specifies a namespace. New namespace intrinsics: use_namespace, current_namespace Changed inner-product algorithm to minimize the number of cache misses. sldisply.c: Kanji specific patch sldisply.c: Assume that Eterm and rxvt are xterm-like sldostty.c: mouse support added slsearch.c: avoid infinite loop if search string has no length. slregexp.c: regexp \d+ was not working properly keyhash.c: typos involving USER_BLOCK keywords corrected. New intrinsic variable: _slang_doc_dir. This specifies the installation location of the doc files. Make sure it can compile with SLTT_HAS_NON_BCE_SUPPORT set to 0.
2000-08-22include missing header file. fixes recently noted compile problems on ↵dmcmahill2-7/+7
1.4.2/sparc.
2000-08-22Remove obsolete ns-plugger package.rh8-129/+0
2000-08-22Remove obsolete ns-plugger packagerh1-2/+4
Add and enable ns-plugger-{common,communicator,navigator} packages
2000-08-22Initial import of ns-plugger-navigator-3.2, the netscape navigator specificrh3-0/+16
parts of plugger.
2000-08-22Initial import of ns-plugger-communicator-3.2, the netscape communicatorrh3-0/+16
specific parts of plugger.
2000-08-22Initial import of ns-plugger-common-3.2, the common part of the splitup ofrh8-0/+143
the plugger package.
2000-08-22add RCS Idwiz2-2/+4
2000-08-22depend on suse-linux>=6.3 instead of -6.3 (we are at 6.3nb1 right now)wiz1-2/+2
2000-08-22Update plan to 1.8.4. Changes include various bug fixes and the followingrh8-62/+84
new features: * Changed configure script, Makefile, and manpages * another configure preset for SuSE Linux * new SysV alarm signals that prod the X timer events that write modified data, as a workaround for broken * netplan now listens on two ports (unless overriden in /etc/services): 5444 for backwards compatibility, and 2983, the new IANA-registered port. * "user" lines in netplan ACLs now accept "user@host" arguments * the "another plan window is running, kill/continue" popup now blocks until answered. * OpenMotif support (XFree 4.0.1, OpenMotif 2.1.30) * new options -N, -c, and -h to control more options when adding entries from the command line
2000-08-22add man/man6/omega.6wiz1-1/+2
2000-08-22sort, add man/man1/ocpp.1wiz1-42/+43
2000-08-22add bin/ocamloptwiz1-5/+6
2000-08-22sortwiz1-198/+198
2000-08-22Update ruby,ruby-Tk to 1.4.6sakamoto4-9/+9
minor bugfix ChangeLog: ftp://ftp.netlab.co.jp/pub/lang/ruby/ChangeLog.1.4.6
2000-08-21Correctly note dependency on tcl.jwise1-1/+3
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf36-75/+75
appropriate.
2000-08-21Update to 4.17.1. Changes:hubertf4-27/+9
!!! We already had the security-related changes in pkgsrc !!! * Security Focus found a security bug with display name passing "%d" as the * display name. Thanks to Jeremy Buhler <jbuhler@cs.washington.edu> for * the xlockmore patch. * Environment configuration (--disable-interactive) logic was corrected * (default was ok but you had to --enable-interactive to disable) thanks * to Tom Schmidt <tschmidt@micron.com>. * Man page changes.
2000-08-21Be paranoid, install the savedir mode 770 to prevent dishonest playerspooka2-6/+13
from tampering with their savegames.
2000-08-21add help/disconnecthubertf1-1/+2
2000-08-21Add and enable tcldomjwise1-1/+2
2000-08-21Initial import of TclDOM-1.6, a DOM implementation for use with TclXML orjwise5-0/+41
TclExpat.
2000-08-21Add and enable tclxml.jwise1-1/+2
2000-08-21Initial import of TclXML-1.2, an XML parser implemented entirely in Tcl.jwise5-0/+38
Later today, I will be importing TclExpat, which implements an identical API, but uses James Clark's expat package (implemented in C) for XML parsing.
2000-08-21Update to rsync 2.4.5:veego2-6/+6
This version includes the following changes: - added support for 0.0.0.0/0 syntax in hosts allow/deny to mean "all hosts" - fixed crash bug with --backup-dir - fixed hang on exit due to race in waitpid and io_flush - added "ignore nonreadable" option
2000-08-21- - We really only need depend on freetype-lib, not freetype.fredb2-2/+4
- - Make best quality anti-aliasing the default for both Type1 and TrueType fonts. This can be overriden on the command line. Note: we need to set xpdf.t1libControl to "aa", rather than "high" to get the equivalent of -t1lib "high". This is probably a bug. It's likely to be changed in the futre to conform to the documentation, rather than the other way around.
2000-08-21Install a fonts.alias file, to make zapfdingbats an alias for Dingbats.fredb3-5/+9
Useful for printing/viewing Apple Computer documentation. Also, rearrange slightly to satisfy pkglint.
2000-08-21Remove obsolete package "xpdf-crypto".fredb1-2/+1
2000-08-21s/X11BASE/X11PREFIX/ for the installtion of the Xpdf app-defaults file.veego1-2/+2
now xpkgwedge works.
2000-08-21Evalute correct value for "OBJECT_FMT" in case multiple packages matchtron1-2/+2
a dependence.
2000-08-21Add SunSITE and its mirrors to the master site list.tron1-2/+3
2000-08-21Remove obsolete package "xpdf-crypto".fredb5-52/+0
2000-08-21Update xpdf to 0.91. A list of some of the more significant changes sincefredb5-52/+49
0.90 follows. A full ChangeLog is viewable online at http://www.foolabs.com/xpdf/CHANGES 0.91 (2000-aug-14) ------------------ Added TrueType font rendering, using FreeType. Support for Chinese fonts (Type 0 fonts using the Adobe-GB1-2 character collection). Decryption code is included with the main distribution (now that the US export regulations are a little bit less irrational). Added (very basic) support for generating PostScript with Japanese fonts -- only tested with ghostscript so far. Added support for generating EPS files (pdftops -eps). Much-improved image filtering in xpdf (for downsampling and for transforms other than 0/90/180/270-degree rotations). Implemented a basic full-screen (presentation) mode (xpdf -fullscreen). (There is currently no way to switch between window and full-screen modes on the fly -- this will be fixed in a later release.)
2000-08-21Add the SONY CDU4811 CD-ROM - it passes multiple tests on multiple CDs.simonb2-5/+15
2000-08-20Add and enable ns-pluggerrh1-1/+2
2000-08-20Initial import of plugger-3.2, a netscape plugin-wrapper for popular filerh8-0/+129
types and players.
2000-08-19update 4.2.1christos2-5/+4
2000-08-19This whole package doesn't have a file 'pgtools.py', remove it fromhubertf1-2/+1
te PLIST.
2000-08-19../../misc/py-mxDateTime installs a package, called "py-mxDateTime", nothubertf1-2/+2
"mxDateTime" (add leading 'py-')