summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-28Forgot to bump PKGREVISION in last update.darcy1-2/+2
2004-03-28Regen.uebayasi1-67/+67
2004-03-28Put distfiles in a versioned subdirectory for two version-less files (LIST,uebayasi1-2/+2
LIST-ja).
2004-03-28Remove "#ifdef NetBSD" from code so that it correctly uses ncurses.darcy1-0/+86
Closes PR pkg/23026 Changes approved by jlam as well.
2004-03-28-zsh-4.2.0recht1-2/+1
2004-03-28Do not depend on automake17, which is no longer available due to a securityjmmv1-2/+2
vulnerability. Bump PKGREVISION to 1.
2004-03-28note update of zsh to 4.2.0recht1-1/+2
2004-03-28Update to 4.2.0recht7-54/+93
Patch provided by Geoff C. Wing in PR 24918 ok'd by uebayasi@ New features between zsh versions 4.0 and 4.2 Configuration: * upgraded to use autoconf post-2.50 * improved compatibility with other shells through shell options, builtin arguments and improved builtin option parsing Syntax and builtins: * new printf builtin * `+=' to append to parameters which works for scalars, arrays and (with pairs) associative arrays. * enhanced multiple parameter `for' loops: for key value in key1 value1 key2 value2 ... maintaining full compatibility with POSIX syntax. * Suffix aliases allow the shell to run a command on a file by suffix, e.g `alias -s ps=gv' makes `foo.ps' execute `gv foo.ps'. Supplied function zsh-mime-setup uses existing mailcap and mime.types files to set up suitable aliases. Supplied function pick-web-browser is suitable for finding a browser to show .html etc. files by suffix alias. * new option `no_case_glob' for case-insensitive globbing. Add-on modules and functions: * zsh/datetime modules makes date formatting and seconds since EPOCH available inside the shell. * zsh/net/tcp module provides builtin interface to TCP through ztcp builtin. Function suite for interactive and script use with expect-style pattern matching. * zsh/net/socket module provides zsocket builtin. * zcalc calculator function with full line editing. * builtin interface to pcre library * zsh/zselect module provides zselect builtin as interface to select system call Completion system: * general improvements to command and context support, low-level functions, display code. * in verbose mode, matches with the same description are grouped * highly configurable completions for values of specific parameters, specific redirections for specific commands * support for bash completion functions (typically zsh native functions are more powerful where available) * New completions provided for (some of these may be in later 4.0 releases): valgrind, tidy, texinfo, infocmp, Java classes, larch, limit, locale parameters, netcat, mysqldiff, mt, lsof, elinks, ant, debchange (dch), email addresses, file system types, Perforce, xsltproc. Plus many others. Line editor: * special parameters $PREDISPLAY, $POSTDISPLAY available in function widgets to configure uneditable text (for narrowing) * recursive editing * supplied widgets read-from-minibuffer, replace-string use these features (more intuitive prompting and argument reading than 4.0) * access to killed text via $CUTBUFFER and $killring * supplied highly configurable word widgets forward-word-match etc., can set what constitutes a word interactively or in startup script (implement bash-style behaviour, replacing previous bash-* word widgets) * interface to incremental search via $LASTSEARCH * better handling of keymaps in zle and widgets * better support for output from user-defined widgets while zle is active * tetris game which runs entirely in zle * several other contributed widgets Local internal improvements: * disowned jobs are automatically restarted * \u and \U print escapes for Unicode * read -d allows a custom line ending. * read -t . * line numbers in error messages and $PS4 output are more consistent * `=prog' expands only paths, no longer aliases for consistency * job display in prompts; `jobs' command output can be piped * prompts: new $RPROMPT2, %^, %j, %y, enhanced %{, %}, %_. * rand48() function in zsh/mathfunc for better randomness in arithmetic (if the corresponding math library function is present) * $SECONDS parameter can be made floating point via `typeset -F SECONDS' for better timing accuracy * improvements to command line history mechanism * job table is dynamically sized, preventing overflow (typically seen previously in complex completions). * many bugfixes
2004-03-28Fix PLIST problems with missing directories at deinstallation time.jlam2-6/+6
2004-03-28Fix ntpd PATH in ntpd rc.d script, reported by Mirko Thiesen inxtraeme3-5/+6
PR pkg/24947; bump PKGREVISION.
2004-03-28Note update of net/djbdns to 1.0.5nb4.taca1-1/+2
2004-03-28dnscache-log.pl.txt was changed to prevent output buffering.taca2-5/+5
Bump PACKAGEREVISION. Noted by Michal Pasternak on tech-pkg.
2004-03-28add missing DESCR to DISTFILES.grant1-2/+2
2004-03-28sync with ../DESCRgrant1-5/+2
2004-03-28remove NO_TOOLS. we need the tools stuff to have the .sunpro/.gccgrant2-4/+2
links created so the compiler can be found. fixes build problem in sketch's bulk build.
2004-03-28apply patch from Klaus Heinz to support bootstrapping from a read-onlygrant1-36/+59
pkgsrc with the --workdir argument.
2004-03-28Updated naim to 0.11.6.7.snj2-3/+3
2004-03-28Update to naim 0.11.6.7. No changelog available, but it seems to be ansnj3-13/+11
assortment of small bugfixes.
2004-03-28Fix the Kerberized telnetd and rsh to use the Heimdal binaries forjlam1-8/+26
login and rsh so that the correct programs (and not the system ones) are executed. Bump the PKGREVISION to 3.
2004-03-28Add buildlink3 file; from Michal Pasternak on tech-pkg.wiz1-0/+23
2004-03-27Remove traces of automake-1.7.wiz1-6/+2
2004-03-27Update "sendmail" and "libmilter" packages to version 8.12.11.tron6-11/+12
Changes since version 8.12.10: Use QueueFileMode when opening qf files. This error was a regression in 8.12.10. Problem detected and diagnosed Lech Szychowski of the Polish Power Grid Company. Properly count the number of queue runners in a work group and make sure the total limit of MaxQueueChildren is not exceeded. Based on patch from Takayuki Yoshizawa of Techfirm, Inc. Take care of systems that can generate time values where the seconds can exceed the usual range of 0 to 59. Problem noted by Randy Diffenderfer of EDS. Avoid regeneration of identical queue identifiers by processes whose process id is the same as that of the initial sendmail process that was used to start the daemon. Problem noted by Randy Diffenderfer of EDS. When a milter invokes smfi_delrcpt() compare the supplied recipient address also against the printable addresses of the current list to deal with rewritten addresses. Based on patch from Sean Hanson of The Asylum. BadRcptThrottle now also works for addresses which return the error mailer, e.g., virtusertable entries with the right hand side error:. Patch from Per Hedeland. Fix printing of 8 bit characters as octals in log messages. Based on patch by Andrey J. Melnikoff. Undo change of algorithm for MIME 7-bit base64 encoding to 8-bit text that has been introduced in 8.12.3. There are some examples where the new code fails, but the old code works. To get the 8.12.3-8.12.10 version, compile sendmail with -DMIME7TO8_OLD=0. If you have an example of improper 7 to 8 bit conversion please send it to us. Return normal error code for unknown SMTP commands instead of the one specified by check_relay or a milter for a connection. Problem noted by Andrzej Filip. Some ident responses contain data after the terminating CRLF which causes sendmail to log "POSSIBLE ATTACK...newline in string". To avoid this everything after LF is ignored. If the operating system supports O_EXLOCK and HASFLOCK is set then a possible race condition for creating qf files can be avoided. Note: the race condition does not exist within sendmail, but between sendmail and an external application that accesses qf files. Log the proper options name for TLS related mising files for the CACertPath, CACertFile, and DHParameters options. Do not split an envelope if it will be discarded, otherwise df files could be left behind. Problem found by Wolfgang Breyha. The use of the environment variables HOME and HOSTALIASES has been deprecated and will be removed in version 8.13. This only effects configuration which preserve those variable via the 'E' command in the cf file as sendmail clears out its entire environment. Portability: Add support for Darwin 7.0/Mac OS X 10.3 (a.k.a. Panther). Solaris 10 has unsetenv(), patch from Craig Mohrman of Sun Microsystems. LIBMILTER: Add extra checks in case a broken MTA sends bogus data to libmilter. Based on code review by Rob Grzywinski. SMRSH: Properly assemble commands that contain '&&' or '||'. Problem noted by Eric Lee of Talking Heads. New Files: devtools/OS/Darwin.7.0
2004-03-27Add a message that a Ghostscript package is required if you want torh1-0/+8
convert .fig files to Postscript, PDF, and the like. This is not a dependency, because transfig can be used without Ghostscript as well (eg, to convert to other file formats). Moreover, it is a pre-requisite to Xfig, which doesn't require Ghostscript at all. Closes PR pkg/22959 by Greg A. Woods <woods@planix.com>
2004-03-27Note matlab-mode update to 2.3.1.wiz1-1/+2
2004-03-27Update to 2.3.1 (previous distfile disappeared).wiz2-6/+6
Changes: Added continue to keyword list. Added use contributed matlab-generate-latex command. Doc comment update (New file exchange link, matlab shell switches) Font lock of pragmas Whitespace mode support. Exclude block verify from save hooks. Fixed if statement regexp for unreachable code. Add persistent as a keyword. Fill paragraph: Fix to handle comment at end of buffer. matlab-shell: Fix where kill-local-variables is called. User patch for finding the symbol at point. Yoni Wexler contributed patch for indented tic/toc. Block highlighting tic/toc. font lock for tic toc.
2004-03-27Use PKGNAME_NOREV in MASTER_SITES; fixes bulk build.wiz1-2/+2
2004-03-27Use PKGNAME_NOREV for WRKSRC; fixes bulk build.wiz2-4/+4
2004-03-27Fix this so it builds on alpha.he3-3/+16
If we're going to mess with defining FLOAT on the command line (done for alpha from before), we should also define FLOAT_MAX. Pull in <float.h> in libmp3lib/machine.h, so that DBL_MAX is available for that purpose.
2004-03-27kill a redundant comment about missing mk files.grant1-4/+1
2004-03-27indent blockgrant1-3/+3
2004-03-27wrap a long line in BUILD_DEFS output, tweak the message slightly.grant1-3/+4
2004-03-27don't assume that /usr/bin/gunzip will exist, use /usr/bin/gzip -dgrant1-2/+2
instead.
2004-03-27reflect pkgchk -> pkg_chk move. bump date. s/netbsd.org/NetBSD.org/grant1-4/+4
2004-03-27pkg_chk now lives in pkgtools/pkg_chk, don't try to cd to pkgtoos/pkgchkgrant1-2/+2
2004-03-27Use the correct zlib.h, not the one distributed with cvs.jlam2-4/+13
2004-03-27Check for USE_INET being "YES" or "yes".jlam1-2/+2
2004-03-27Note pkgchk -> pkg_chk renaming.wiz1-1/+2
2004-03-27Moved to pkg_chk.wiz5-933/+0
2004-03-27Move pkgchk to pkg_chk.wiz1-2/+2
2004-03-27Refer to pkg_chk here too.wiz1-1/+1
2004-03-27Re-import pkgtools/pkgchk as pkg_chk so that program name, PKGNAME,wiz5-0/+935
and directory path match. Addresses PR 23679.
2004-03-26Note automake17 removal.wiz1-1/+2
2004-03-26Add a missing include so that it compiles with recent devel/stlport.kristerw2-1/+14
2004-03-26Check Perl pre-requisites last. This way, avoid pulling in perl-5.6.xrh1-2/+2
first and then a package that might require perl-5.8.x. Should fix bulk builds.
2004-03-26Make this package compile on NetBSD current.kristerw2-1/+15
2004-03-26Use INCOMPAT_CURSES now that NetBSD curses provide KEY_RESIZE.wiz1-2/+3
2004-03-26Update comment about why this needs ncurses.wiz1-2/+2
Only remaining: abuses stdscr->_delay (XXX: possible to replace with timeout()?).
2004-03-26Update comment why ncurses are needed (using internal, ewww).wiz1-2/+2
2004-03-26Use INCOMPAT_CURSES now that NetBSD's native curses have KEY_RESIZE.wiz1-6/+5
Also, update HOMEPAGE and MASTER_SITES while here.
2004-03-26Update comment about why this needs ncurses.wiz1-2/+2