summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-19Originally fltk used different file names for the man pages depending onben8-433/+475
the platform. I followed the documentation that is now in pkgsrc.txt and put the default names in PLIST, and the NetBSD names in PLIST.NetBSD. The PLIST handling does not actually work this way, and it will be cleaner to use the same file names for man pages regardless of platform.
2005-03-19Update to 1.3.0, provided by Antoine Reilles in PR 28993:wiz4-9/+55
* Changes since 1.3.0-rc2-beta2 ** new format option %f This options displays the frame number the window is in or a space if it is not in a window. ** Super modifier changed from S to s. S is now the shift modifier * Changes since 1.3.0-rc2-beta1 ** New command 'set' set replaces the def* commands. For example 'defwinliststyle column' is now 'set winliststyle column'. The old def* commands now alias to their 'set' version. * Changes since 1.3.0-rc1 ** Top level keymap The keymap named 'top' is now a top level keymap. No prefix key need be pressed to access its bindings. In fact, the prefix key is now a binding in the 'top' keymap. ** hsplit and vsplit switched To be compatible with emacs these command names have been switched. The bindings are the same but custom scripts and aliases will have to make the switch. ** new command defframesels Allow you to customize the keys used to select frames with fselect. ** Xinerama support Each xinerama screen is handled as X11 screens normally are. The only different is that each xinerama screen can select from all the managed windows. ** focuslast finds the last focused frame among all screens ** fselect selects from frames in all screens ** new command-line option --file Used to specify an alternate configuration file. * Changes since 1.3.0-beta3 ** new configure option --disable-history ** new commands readkey, newkmap, delkmap, definekey These commands operate on the new feature: keymaps. They allow you to have nested keymaps. * Changes since 1.3.0-beta2 ** new command gdelete Delete a group. ** contrib/allwindows.sh script A script that lists all groups and the windows in each group. * Changes since 1.2.2 ** Workspace script rpws is an installed script that adds workspaces to ratpoison. Look at contrib/rpws for instructions on how to use it. ** new commands addhook and remhook There are now hooks for various operations. ** Completions You can now type Tab and get completions on window names, group names, and colon commands. ** Line editing capabilities You can now go forward a word, backward a char, delete a word, etc. ** New commands gnewbg, gselect, groups, gmove, and gmerge These commands allow further manipulation of window groups. ** shell commands return status If a command the user executed (with the exec command) returns with a non-zero exit status, the command and exit status are reported in a message. ** new commands gnew, gnext, gprev Window are now part of groups. There can be more than one group.
2005-03-19nrg2iso updated to 0.4.wiz2-3/+3
2005-03-19Update to 0.4. Closes PR 29663 by Tobias Nygren.wiz2-6/+6
22/07/2004 v0.4 win32 support thanks to Guenter Knauf 06/07/2004 v0.3 DVD Support thanks to Torsten Hilbrich
2005-03-19spamass-milter updated to 0.3.0; note PR number for nrg2iso.wiz1-3/+2
2005-03-19spamass-milter updated to 0.3.0.wiz1-1/+2
2005-03-19Update to 0.3.0:wiz2-7/+6
0.3.0: (2005-02-03) * -M option which disables all message modifications * Fixed crash on spam with no body at all * -e option to pass full recipient email address to spamc * -x option to expand recipient list with sendmail -bv * -f truly daemonizes now, instead of simply forking * -P option to create a pidfile * Supports both Spamassassin 2.x and 3.0 X-Spam-Status: headers * Fixed possible crash when a fork() call fails Might fix PR 26806, and does fix PR 29320.
2005-03-19I incorrectly tested my previous change, and it turns out that withben1-2/+2
USE_OSS defined, the build process does require the original escaping. Revert to original escaping in OSS_DEFS.
2005-03-19adding patch for IRIX which was omitted when closing PR#28615schwarz2-1/+76
2005-03-19bump PKGREVISION for previous patch against CAN-2005-0247jschauma1-2/+2
2005-03-19s/is is/is/kei2-2/+2
2005-03-19Make this compile on NetBSD 3.kleink2-4/+4
2005-03-19-graphvizseb1-2/+1
2005-03-19Note update of graphics/graphviz to version 2.2 [bug fix release, andseb1-1/+2
should take care of PR pkg/28596]
2005-03-19Update to graphviz version 2.2seb8-56/+50
This should take care of PR pkg/28596. Changes since last packaged version (2.0) January 19 2005 - release 2.2 - fix bugs: 86, 345, 517, 579, 580, 597, 600, 601, 604 - use the original cpl1.0.txt as the license master, instead of CPL.html - fix for bug generating in memory bitmaps that was affecting webdot - fixes for windows builds - documenttion updates
2005-03-19Don't include <inttypes.h> unconditionally. Unfortunately, HAVE_INTTYPES_Htv3-2/+18
is not available in the generated archive.h, so put in an __INTERIX conditional (for now -- but this means a PKGREVISION bump, sigh).
2005-03-19The gawk that comes with Interix is 2.15, which works for most purposestv1-1/+8
but can be buggy in some situations (like the bulk build environment). If pkgsrc gawk happens to be installed, use that; also add lang/gawk to BULK_PREREQ so it is always used in that case. If lang/gawk is not installed, ${AWK} will default to /usr/contrib/bin/gawk as it did before.
2005-03-19Add time to categories.wiz1-2/+2
2005-03-19p5-IO-Util updated to 1.43.wiz2-3/+3
2005-03-19Update to 1.43:wiz2-7/+6
Version 1.43 - Added HASH reference check of parsed MML. - load_mml options are now passable as plain name=>value pairs - A few test and POD changes Version 1.42 - Little improvement of the capture function (syswrite support) Version 1.41 - Fixed capture bug related to unimplemented tied methods - Created the internal IO::Util::Handle class based on Tie::StdHandle Version 1.4 - Added perl 5.6.1 version check in Makefile.PL - Added SKIP block in unique id tests if Time::HiRes is not installed - Added load_mml() function (loads MML data into perl structures) - POD restyling and fixing Version 1.3 - Added Tid(), Lid() and Uid() functions and tests Closes PR 29051 by Hiramatsu Yoshifumi.
2005-03-19Needs gnutar on >=2.0 too. From John Kohl in PR 29680.wiz1-2/+2
2005-03-19Updated dict-client to 1.9.15nb1wiz1-1/+2
2005-03-19Bump PKGREVISION for previous (hi jwise!).wiz1-1/+2
2005-03-19Fix build on Solaris. From Simon Kuhn in PR pkg/29709.markd3-1/+38
2005-03-18fix some conditionals and variable types. Kills a few warnings on NetBSD ↵dmcmahill2-1/+26
and runs now on solaris
2005-03-18Sigh. Fix typo in previous.jwise1-2/+2
2005-03-18Configure with --with-dictorg, so this package is useful out of the box.jwise1-2/+3
2005-03-18Drop maintainership.kleink1-2/+2
2005-03-18Avoid possibly linking everything against -lintl when PostgreSQLjlam4-8/+23
support is built into courier-authlib -- -lintl is only needed by the authpgsql authentication module. This avoids problems when linking clients with -lcourierauth and the linker thinks -lintl is needed when it really doesn't. Bump the PKGREVISION to 3.
2005-03-18PostgreSQL doesn't provide *.la files that include the libraryjlam3-3/+11
dependencies needed when linking PostgreSQL clients with -lpq. Define a BUILDLINK_LDADD.${PGSQL_TYPE} variable that lists the full set libraries that would be needed to link with -lpq.
2005-03-18Honour VARBASE when accessing the log file and the run lock.jmmv1-1/+3
2005-03-18Drop maintainership (sorry, haven't used it for a very long time).jmmv1-2/+2
2005-03-18Also include krb5.buildlink3.mk from here so that depending packages canjmmv1-1/+2
find the correct files (and dependencies, such as db4). I suspect this will fix PR pkg/29710, PR pkg/29711 and PR pkg/29715, which could be a result of the (incorrect) change in PR pkg/29712 sent by the submitter of all these reports.
2005-03-18Include krb5.buildlink3.mk file so that gssapi support can be built onjmmv1-1/+2
systems which support it (not true under NetBSD, as there is no krb5-config file; no harm done, but a workaround should be put in place, which is kinda laborious). "Fixes" build under Linux (I'm not sure it was really broken, but anyway, this was in fact a problem), as reported in PR pkg/29712.
2005-03-18Note revision bump for gaim to 1.jmmv1-1/+2
2005-03-18Use nss instead of gnutls for SSL connections. This fixes several problemsjmmv4-24/+28
under NetBSD 1.6 (gaim hanging during MSN connection). Bump revision to 1. No objections in tech-pkg@ and got positive comments from tv@ and maintainer. Closes PR pkg/28690 by chemical-al at suomi24.fi.
2005-03-18With mk/ fix for PR pkg/29031, the _STRIPFLAG_* hack is no longer needed.tv1-5/+1
2005-03-18Fix a gleaming illustration of why using YES/NO variables everywheretv14-63/+44
possible, just for the sake of doing so, is not a good thing to do: The platform files define _STRIPFLAG_* to determine whether to strip things. But since this is included in bsd.prefs.mk, ".if ..." checks cannot take things set in the Makefile into account. So convert INSTALL_UNSTRIPPED=YES to a defined/undefined variable check in bsd.pkg.mk, and use the :D:U idiom in the _STRIPFLAG_* variables. This should fix PR pkg/28772 and PR pkg/29031.
2005-03-18Correct previous: The end of life webpage still exists at a differenttv1-3/+3
location; point HOMEPAGE there. Alter MASTER_SITES to provide a couple actually usable mirrors.
2005-03-18Unset HOMEPAGE; it's now owned by a domain squatter.tv1-2/+2
2005-03-18Remove nonsensical comment.jlam1-2/+2
2005-03-18+ classpath-0.14, classpath-gui-0.14, findutils-4.2.20, gaim-1.2.0,wiz1-5/+6
snd-7.11.
2005-03-18nb10: Work around PR pkg/20499 by disabling locking altogether on IRIX.tv1-4/+13
This won't hurt gcc-based builds, so it does not need to be compiler type conditional.
2005-03-18graphics/barcode and x11/xscreensaver conflict (because ofwiz2-2/+7
man/man1/barcode.1). Noted by kleink in PR 29585.
2005-03-18Some updates, mostly from PR 28611.wiz1-30/+15
2005-03-18galway updated to 0.33nb7.wiz1-1/+2
2005-03-18Change pattern so it does not accept the guile16 versionwiz1-3/+3
of the guile-gtk package. Closes PR 28563 by Andreas Hallmann. Bump PKGREVISION.
2005-03-18Set USE_LANGUAGES to c++ and GCC_REQD to 3.0 to give this a chancewiz1-1/+4
to build on 1.6.2. Addresses PR 28520.
2005-03-18Fix checksum for patch-ad.wiz1-2/+2
2005-03-18Fix checksum for patch-af and patch-ag.wiz1-3/+3