summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-09Undo previous to let rxvt use big5 fonts from intlfonts (pkg/12664).wiz2-15/+1
Will be done by modifying intlfonts.
2001-06-09Fix 'make mdi' when no previous distinfo-file exists.wiz1-1/+5
2001-06-09Warn about deprecated DIGEST_FILE and PATCH_SUM_FILE.wiz2-7/+8
Bump to 2.57.
2001-06-09Deprecate DIGEST_FILE and PATCH_SUM_FILE (replaced by DIGEST_FILE, and notwiz1-26/+18
used anymore in pkgsrc).
2001-06-09Solve problem caused by "xpkwedge" support showing up under Solaris in atron2-11/+12
better way. Patch supplied by Johnny C. Lam in private e-mail.
2001-06-09Update to 2.21b, as requested in pkg/13144 by Wolfgang Rupprecht.wiz2-5/+5
Changes: Lots of bugfixes (lingering-close problem, USR1 handling, off-by-1 in base64 decoding and others), throttling syslog, tuned throttling, improvements on mmap cache, etc. See http://www.acme.com/software/thttpd/#releasenotes
2001-06-09Sort.wiz4-12/+12
2001-06-09Package moved to devel -- remove last remaining files.wiz2-56/+0
2001-06-09Sort.wiz2-4/+4
2001-06-09add vfxdvikwiz1-2/+3
2001-06-09Sort.wiz1-2/+2
2001-06-09add and enable elib and semanticwiz1-3/+5
2001-06-09add and enable speedbarwiz1-1/+2
2001-06-09add and enable eieiowiz1-2/+3
2001-06-09add & enable stuffitpooka1-1/+2
2001-06-09StuffIt Expander and Creatorpooka4-0/+71
Command-line utilities to: * create StuffIt (.sit) and Zip (.zip) archives * encode files into uuencode, BinHex, and MacBinary formats * expand StuffIt and Zip archives * expand encrypted StuffIt archives * decode or expand: Compact Pro, zip, arc, arj, lha (lzh), rar, gzip, UNIX compress, uuencode, BinHex, btoa, MIME, tar, MacBinary, segmented StuffIt, PrivateFile, bzip2, and AppleSingle. From Ben Collver in pkg/13147
2001-06-09Update ap-ssl to 2.8.4 using mod_ssl-2.8.4-1.3.20. Relevant changes fromjlam2-8/+8
version 2.8.3 include: *) Upgraded to Apache 1.3.20
2001-06-09Update ap-ssl to 2.8.4 using mod_ssl-2.8.4-1.3.20. The only relevant changejlam1-17/+19
from version 2.8.3 is upgrading the mod_ssl sources to patch against Apache 1.3.20. The pkgsrc changes include unifying repeated SED replacement info for various files into one location, FILES_SUBST.
2001-06-09Update apache to 1.3.20. Relevant changes from version 1.3.19 include:jlam6-82/+137
NetBSD Packages Collection (pkgsrc) changes: * Modify French page in same way as the English page. Translation provided by Remi Zara <remi_zara@mac.com> in private e-mail. * Use EAPI patches from mod_ssl-2.8.4-1.3.20. * Unify repeated SED replacement info for config.layout, apache.sh, DEINSTALL, and INSTALL into one location, FILES_SUBST. * Modify patch to apxs to use 0:0 instead of root:wheel, as some non-NetBSD systems don't have a wheel group. The general bug fixes: * Eliminate a potential segfault if an invalid floating point value is passed to the ap_snprintf() function, on platforms supporting isnan() and isinf(). * Fix a possible segfault at startup in the detection of a default ServerName or IP string when no ServerName was specified. * Fixed mod_proxy to retain empty headers, as allowed by RFC2068. * Properly resolve the location of ndbm on Linux and some glibc2 builds, where ndbm.h is in the nonstandard db1/ subdir. The main new features include: * Enhanced rotatelogs to allow a UTC offset to be specified, and the format logfile names with human-readable date/time stamps. * Added the NOESCAPE (NS) flag to RewriteRule, to disable *all* normal URI escaping. Note incautious use can give unexpected results or introduce security risks. * Added the '\' character to RewriteRule to allow escaping of special characters. Allows embedding of both the '$' and '%' characters in the results, so 'foo\$1' translates to 'foo$1' rather than 'foo\<value of $1>'. * Added the -V flag to suexec, to display the compile-time settings with which it was built. (Only valid for root or the HTTPD_USER username.) * Introduced EBCDIC conversion configuration options, controlling the conversion based on MIME type or file suffix.
2001-06-09Add patches from Simon Burge <simonb@wasabisystems.com> to build cfsjlam6-18/+94
without needing -traditional. This fixes socklen_t lossage mentioned in the README.netbsd file. This was tested on i386 NetBSD-1.5 and -current.
2001-06-09Update mozilla to 0.9.1 and add header files to packagetaya10-59/+3560
0.9.1 is a bugfix release. Stability greatly improved since Mozilla 0.9 See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.1/
2001-06-08Fix path of include files on systems using OpenWindows.tron2-3/+9
2001-06-08Import of Elib, a set of utility routines for Emacs lisp. Elib claimscjones4-0/+81
to be the elisp equivalent of libg++. Required for JDK.
2001-06-08Define "HAVE_OPENWINDOWS" if we are using OpenWindows as X11 distributiontron1-1/+6
under Solaris.
2001-06-08Update gone to version 1.3.2bzuntum2-5/+5
Changes: 1.3.2a: * Fixed the signaling handling routine, hi() to handle indefinite locking (thanks again to Blake Winton) 1.3.2: * Added support for locking the terminal indefinitely (thanks to Blake Winton <bwinton@iname.com>)
2001-06-08Import the Semantic Bovinator for Emacs. Lexer, parser-generator, andcjones4-0/+121
parser. Required for JDE.
2001-06-08Added the latest stable speedbar, a tree-structured file browser forcjones4-0/+101
Emacs. Required for JDE. Note that speedbar is already included with Emacs; this is a newer version.
2001-06-08Use wildcard dependence on "p5-HTML-Parser" package.tron1-2/+2
2001-06-08Add eieio, which is a CLOS implementation for Emacs. Needed for JDE.cjones4-0/+82
2001-06-08Don't shift graphics higher, which makes them drop off the page in letterwiz2-15/+1
style. pkg/13056 by Ben Wong.
2001-06-08Fix broken "xpkwedge" patch which unconditionally modifiestron2-8/+10
"USRLIBDIRPATH" causing build problems under Solaris.
2001-06-08Add license and restrictions.jtb1-1/+6
From the README: Distribution without fee is permitted as long as all copyright notices are included.
2001-06-08Add license and restrictions to astrolog.jtb1-1/+6
2001-06-08Add license for misc/astrolog.jtb1-0/+27
2001-06-07install mtrace6(8).itojun2-7/+15
2001-06-07LICENSE=glimpse-licensejtb1-1/+2
2001-06-07Add COPYRIGHT file from textproc/glimpse.jtb1-0/+30
2001-06-07LICENSE=no-commercial-usejtb1-1/+3
;# Redistribution for non-commercial purpose, with or without ;# modification, is granted as long as all copyright notices are ;# retained. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ;# ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED.
2001-06-07Remove USE_LIBINTL as nothing uses libintl.a, and passjlam1-2/+2
-I${BUILDLINK}/include through via CPPFLAGS as well as CFLAGS to ensure that readline/readline.h is found by the configure script. Fixes pkg/13110 by Jesse Off.
2001-06-07Note dependency on php-pcre.jlam1-1/+2
2001-06-07Add and enable php3-pcre.jlam1-1/+2
2001-06-07php3-pcre: Perl-compatible regular expressions for PHP3jlam3-0/+33
This package is a placeholder that just depends on php3.
2001-06-07Remove "post-configure" target for Solaris which is not necessary withtron1-8/+1
revision 1.750 of "mk/bsd.pkg.mk".
2001-06-07Fix comment to make it relevant for PCRE, not LDAP.jlam1-1/+1
2001-06-07Fix typo in "IMAKE_MAN_CMD" for Solaris.tron1-2/+2
2001-06-07Add conflict with freetype<1.3.1 to freetype-lib and freetype-utils.jlam1-1/+3
Fixes pkg/13084 by Bill Squier <groo@old-ones.com>.
2001-06-07Update cpuflags to 0.3abs2-7/+12
Correctly distinguish a dnard from a strongarm based risc-pc, and fall back to the safer risc-pc flags in case of doubt.
2001-06-07Fix thinko in last commit.tron1-6/+7
2001-06-07Add patches missing from commit that did the following modifications:jlam3-0/+46
* Use NetBSD's getpass() function instead of the homegrown one, as the homegrown one doesn't seem to hide the password when it is being entered. * Add a rc.d style script to start cfsd, and also install the documentation for the filesystem. * Rename c* commands to cfs_* to avoid conflicts with coda programs with a similar name.
2001-06-07* Use NetBSD's getpass() function instead of the homegrown one, as thejlam5-78/+216
homegrown one doesn't seem to hide the password when it is being entered. * Add a rc.d style script to start cfsd, and also install the documentation for the filesystem. * Rename c* commands to cfs_* to avoid conflicts with coda programs with a similar name.