summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-08-23Don't install a superfluous example file; remove share/examples/netatalkwiz2-2/+4
on deinstall.
2000-08-23Remove etc/rc.atalk, since it's installed in /etc/netatalk/rc.atalkwiz1-50/+49
instead (which users have to delete manually; DEINSTALL already says so). Sort PLIST.
2000-08-23add BUILD dependency on autoconf & -makewiz1-1/+3
2000-08-23Make this package work on 1.5E/i386.wiz5-2/+66
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron100-429/+390
2000-08-23Add support for new variable "USE_XPM" for packages which use the Xpmtron1-1/+15
library. It will use the include Xpm library on systems with XFree86 4.0 or newer and the package on systems with XFree86 3.3.6 and older.
2000-08-23Update "moscow_ml" package to version 2.00. Changes since version 1.44:tron8-66/+192
This is file README for Moscow ML 2.00 for Linux/Unix (June 2000) - The full SML Modules language (structures, signatures, and functors) is now supported, thanks to Claudio Russo. Also, several extensions to the SML Modules language are provided: - higher-order functors: functors may be defined within structures and functors - first-class modules: structures and functors may be packed and then handled as Core language values, which may then be unpacked as structures or functors again - recursive modules: signatures and structures may be recursively defined - Value polymorphism has become friendlier: non-generalizable free type variables are left free, and become instantiated (once only) when the bound variable is used - Added facilities for creating and communicating with subprocesses (structure Unix and Signal from SML Basis Library). - Added facilities for efficient functional generation of HTML code (structure Msp); also supports the writing of ML Server Page scripts. - Added facilities setting and accessing `cookies' in CGI scripts (structure Mosmlcookie), thanks to Hans Molin, Uppsala, Sweden. - The Gdimage structure now produces PNG images (using Thomas Boutell's gd library).
2000-08-23update MASTER_SITEwiz1-2/+2
2000-08-23wildcard dependencywiz2-4/+4
2000-08-23Change a few X11BASE to X11PREFIX so it works with xpkgwedge.veego3-6/+43
2000-08-23Install documentation into directory "share/doc" instead of "doc" andtron3-2/+20
list it in the package list.
2000-08-23Let this package depend only on "kdebase" so that it can be installedtron1-2/+2
instead of "kdetoys".
2000-08-23add patch so this builds on sparc. Thanks to Robert Elz <kre@munnari.OZ.AU> anddmcmahill2-1/+98
Alistair Crooks <agc@netbsd.org> for help on this.
2000-08-23fix build failure on alpha,toshii3-23/+25
and merge patch-ac into patch-az
2000-08-23Properly mark as BROKEN on ELF systems.wiz2-12/+12
2000-08-23Recognize 1.5 systems; add an #include <errno.h> (still some warnings left,wiz4-2/+76
though). Addresses pkg/10881 & pkg/10882.
2000-08-23Use "#!${LOCALBASE}/bin/perl" instead of "#!/usr/bin/perl" in perl scripts.tron1-1/+11
2000-08-23update pvm depends to 3.4.3dmcmahill1-2/+2
2000-08-23update to pvm-3.4.3. This is a bug fix release. Changes are given in eachdmcmahill37-610/+148
of the individual source files making a summary difficult. Of note though is they have incorporated quite a number of the patches from our 3.4.2 package hence the removal of 22 (!) patches.
2000-08-23-let the depends on netpbm pull in the tiff depends.dmcmahill1-3/+2
-don't override PKGSRCDIR, this is leftover from a long time ago. The pkg now cleanly builds and installs when WRKOBJDIR is set.
2000-08-23update the depends on py-dtml to match what we have in pkgsrcdmcmahill1-2/+2
2000-08-23Update bluefish to 0.5. Changes from version 0.4:jlam6-42/+84
* new very powerful custom menu, extending both HTML, PHP and other serverside coding * much more configuration, and better configuration dialogs * easily open recently used files * better handling of file opening and closing * more efficient code * fixed some bugs * auto-indenting * spell check * multibyte character support * internal preview mode (experimental) * XHTML support
2000-08-23Add itojun's patch for IPv6 supportjlam6-9/+117
2000-08-23Fix MASTER_SITES for SunOS 4.61 version (archive.netscape.com)abs1-5/+7
2000-08-23Fix PLIST to include bin/nslookup -- thanks to hubert's new leftover listrh3-5/+9
for finding this. Update bind to 9.0.0rc4. Changes and fixes are: * "host" did not use the search list. * Treat undefined acls as errors, rather than warning and then later throwing an assertion. * SIG(0) signing and verifying was done incorrectly. * When reloading the server with a config file containing a syntax error, it could catch an assertion failure trying to perform zone maintenance on, or sending notifies from, tentatively created zones whose views were never fully configured and lacked an address database and request manager. * "dig" sometimes caught an assertion failure when using TSIG, depending on the key length. * Many debugging messages were partially formatted even when debugging was turned off, causing a significant decrease in query performance. * There is now a man page for "nsupdate" * nslookup printed incorrect RR type mnemonics for RRs of type >= 21 * Attempting to send a reqeust over IPv6 using dns_request_create() on a system without IPv6 support caused an assertion failure [RT #235]. * Missing strdup() of ACL name caused random ACL matching failures [RT #228]. * nsupdate was incorrectly limiting TTLs to 65535 instead of 2147483647. * When writing a master file, print the SOA and NS records (and their SIGs) before other records. * named -u failed on many Linux systems where the libc provided kernel headers do not match the current kernel. * nsupdate didn't work with IPv6.
2000-08-23Add gnocatan.veego1-1/+2
2000-08-23The maintainer forgot to run autoconf before he made the tar file, so theveego2-0/+16
VERSION in the configure script is 0.5.6 instead of 0.6.0.
2000-08-23Gnocatan is an Internet playable implementation of the Settlers ofveego5-0/+92
Catan board game.
2000-08-22Use LTCONFIG_OVERRIDE and remove libtool part of patch.skrll3-32/+8
2000-08-22Use LTCONFIG_OVERRIDE and remove the libtool part of a patch.skrll4-50/+13
2000-08-22don't pass ${ARCH} to ${CC} as its not a valid flag. Fixes recently noteddmcmahill2-11/+14
compile problems.
2000-08-22include missing sys/types.h header. This fixes recently noted compile problemsdmcmahill2-1/+14
on 1.4.x systems.
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.