summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-03-07bz2 -> gzgrant1-3/+3
2003-03-07don't use .bz2 distfile, as it doesn't appear to exist on variousgrant1-2/+1
mirrors.
2003-03-07Update tls+ipv6 patch in comment.taca2-3/+5
Is it still need commented out? (Though I can't test completely either...)
2003-03-07Provide a PLIST_SUBST pattern for the machine specific directory installsjmc2-23/+35
2003-03-07Note ion update.salo1-1/+2
2003-03-07Update to latest stable version 20020207.salo2-9/+8
Changes: - s/USE_X11BASE/USE_X11/, there is no need to install this package into X11BASE - update HOMEPAGE and MASTER_SITES 2002-02-06 ========== - Added 'split_top "dir"' command. - Updated doc/function.txt - Applied the patch to implement input handlers, shortcuts and a vi-like command mode. - Updated the LICENSE file to the clarified version of the artistic license. (The license used to be the original artistic license.) 2002-02-04 ========== - Command sequences fixed to use the proper frame when switching workspaces. - Old behaviour with respect to client-requested window size restored (i.e. force to frame size). - Added set_width/height/widthq/heightq commands. The versions with the q postfix take a value in [0,1] and the others take an integer value. The behaviour is obvious.
2003-03-06Port this to powerpc. Already did it once based on lang/clisp including thisjmc10-3/+372
code so base the port off of those patches. Passes all tests via make check
2003-03-06Update Makefile.in patch to include -Wl directives if using libgc from $PREFIXjmc2-7/+9
2003-03-06Add provides/requires tags for rcorderhubertf2-2/+8
Submitted in PR 20605 by David Ferlier <david@netbsd-fr.org>
2003-03-06Note juke addition.salo1-2/+2
2003-03-06Add and enable juke.salo1-1/+2
2003-03-06Import of juke-0.7: Simple ncurses based jukeboxsalo8-0/+121
Juke is a simple ncurses based jukebox program for Unix computers. It uses command line based players to play different kinds of music formats. Package provided by Johan Ahlander in private mail.
2003-03-06Update rconfig to 0.15:abs3-6/+8
- Ensure ${name} is set when -f is used - configuration parsing now permits key += value, and continuation lines - If probe fails without output do not attempt to update rconfig_probe - Try to explain tags a little more clearly
2003-03-06Note pkgdepgraph update to 2.0.atatat1-1/+2
2003-03-06Jump to pkgdepgraph v2.0.atatat4-58/+306
New features (excerpts from the man page, not in proper order, so that you can better see how it fits together): -L Limit the graph to those packages that are out of date or ulti- mately depend on some package that is. -D Instead of the standard graph output, pkgdepgraph lists the packages that need to be deleted, in ``least required first'' order, so that they can be deleted without any dependency prob- lems. -R Instead of the standard graph output, emits a series of sh(1) commands that will rebuild all the out of date packages by re- building all the deleted leaf packages. -U package Generates a graph with only the out of date dependencies of package marked in red (ie, packages that are out of date but not dependencies of package will not be considered out of date). -f Force a rebuild of all dependent packages. This option is for use in conjunction with the -U option to force a rebuild of all the dependencies of a package to be updated. -O package Marks package as out of date so that you can see the impact of deleting dependent packages and rebuilding everything. -t target Changes the target of the -R output from ``install'' to target in case you want to ``make package'' or some other target. -c Inserts a ``make clean'' command in the set of instructions to rebuild packages (see the -R option) after they are installed. -C Asserts -c and adds ``CLEANDEPENDS=YES'' so that all rebuilt de- pendencies are cleaned as well. The code was also cleaned up a bit, some unused or otherwise useless variables were culled, the "multiple box" phenomenon of subgroups is fixed, and the examples were all cleaned up to take advantage of all the new features. Hey ma! Now I can update my pkgs in four easy steps! $ lintpkgsrc -i > pkgdepgraph.in $ pkgdepgraph -R pkgdepgraph.in > rebuild.sh $ pkg_delete `pkgdepgraph -D pkgdepgraph.in` $ sh rebuild.sh
2003-03-06Note rsync update.salo1-1/+2
2003-03-06Updated to version 2.5.6.salo6-10/+138
Changes: - follow PKG_SYSCONFDIR - fix paths in manpages - minor cleanups 2.5.6: ====== ENHANCEMENTS: ============= - The --delete-after option now implies --delete. (Wayne Davison) - The --suffix option can now be used with --backup-dir. (Michael Zimmerman) - Combining "::" syntax with the -rsh/-e option now uses the specified remote-shell as a transport to talk to a (newly-spawned) server-daemon. This allows someone to use daemon features, such as modules, over a secure protocol, such as ssh. (JD Paul) - The rsync:// syntax for daemon connections is now accepted in the destination field. - If the file name given to --include-from or --exclude-from is "-", rsync will read from standard input. (J.W. Schultz) - New option --link-dest which is like --compare-dest except that unchanged files are hard-linked in to the destination directory. (J.W. Schultz) - Don't report an error if an excluded file disappears during an rsync run. (Eugene Chupriyanov and Bo Kersey) - Added .svn to --cvs-exclude list to support subversion. (Jon Middleton) - Properly support IPv6 addresses in the rsyncd.conf "hosts allow" And "hosts deny" fields. (Hideaki Yoshifuji) - Changed exclude file handling to permit DOS or MAC style line terminations. (J.W. Schultz) - Ignore errors from chmod when -p/-a/--preserve-perms is not set. (Dave Dykstra) BUG FIXES: ========== - Fix "forward name lookup failed" errors on AIX 4.3.3. (John L. Allen, Martin Pool) - Generate each file's rolling-checksum data as we send it, not in a separate (memory-eating) pass before hand. This prevents timeout errors on really large files. (Stefan Nehlsen) - Fix compilation on Tru64. (Albert Chin, Zoong Pham) - Better handling of some client-server errors. (Martin Pool) - Fixed a crash that would occur when sending a list of files that contains a duplicate name (if it sorts to the end of the file list) and using --delete. (Wayne Davison) - Fixed the file-name duplicate-removal code when dealing with multiple dups in a row. (Wayne Davison) - Fixed a bug that caused rsync to lose the exit status of its child processes and sometimes return an exit code of 0 instead of showing an error. (David R. Staples, Dave Dykstra) - Fixed bug in --copy-unsafe-links that caused it to be completely broken. (Dave Dykstra) - Prevent infinite recursion in cleanup code under certain circumstances. (Sviatoslav Sviridov and Marc Espie) - Fixed a bug that prevented rsync from creating intervening directories when --relative-paths/-R is set. (Craig Barratt) - Prevent "Connection reset by peer" messages from Cygwin. (Randy O'Meara) INTERNAL: ========= - Many code cleanups and improved internal documentation. (Martin Pool, Nelson Beebe) - Portability fixes. (Dave Dykstra and Wayne Davison) - More test cases. (Martin Pool) - Some test-case fixes. (Brian Poole, Wayne Davison) - Updated included popt to the latest vendor drop, version 1.6.4. (Jos Backus) - Updated config.guess and config.sub to latest versions; this means rsync should build on more platforms. (Paul Green)
2003-03-06Note p5-Text-Iconv update.wiz1-1/+2
2003-03-06Update to 1.2, provided by Allen Briggs in PR 20603.wiz2-6/+5
Changes: 1.2 Fri Jul 27 10:46:56 METDST 2001 - converting undef now always returns undef - since HP-UX seems to be the only platform where the second argument to iconv() is *not* const char**, put an #ifdef into Iconv.xs
2003-03-06Use rdesktop's configure process (no rationale for not using it). It willjlam4-51/+54
automatically add the correct libraries for each OS, so we can remove the custom SunOS library additions in the package Makefile. Also remove the custom do-install target and simply use the rdesktop one (no rationale for not using it either). Remove USE_GMAKE setting since BSD make is sufficient.
2003-03-06note cvsync-0.14.1gehenna1-1/+2
2003-03-06Remove PKGREVISION (should be reset on updates), fix comment,wiz1-4/+2
and remove superfluous WRKSRC setting to its default.
2003-03-06cvsync-0.14.1 is out.gehenna5-47/+8
All chages in pkgsrc are merged.
2003-03-06Update p5-DBI to 1.34mjl2-5/+5
Fixed DBI::DBD docs to refer to DBI::DBD::Metadata Fixed disconnect_all() to not be required by drivers. Added $okay = $h->can($method_name) to check if a method exists. Added DBD::*::*->install_method($method_name, \%attr) so driver private methods can be 'installed' into the DBI dispatcher and no longer need to be called using $h->func(..., $method_name). Enhanced $dbh->clone() and documentation. Removed old DBI::Shell from distribution and added Tom Lowery's improved version to the Bundle::DBI file. Updated minimum version numbers for modules in Bundle::DBI. Added $dbh2 = $dbh1->clone to make a new connection to the database that is identical to the original one. clone() can be called even after the original handle has been disconnected. See the docs for more details. Fixed unescaping of newlines in DBI::ProfileData Fixed Taint bug with fetchrow_hashref Fixed $dbh->{Active} for DBD::Proxy Fixed STORE to not clear error during nested DBI call Fixed DBI::PurePerl error clearing behaviour. Fixed problem that meant ShowErrorStatement could show wrong statement Changed Apache::DBI hook to check for $ENV{MOD_PERL} instead of $ENV{GATEWAY_INTERFACE} thanks to Ask Bjoern Hansen. No longer tries to dup trace logfp when an interpreter is being cloned. Database handles no longer inherit shared $h->err/errstr/state storage from their drivers, so each $dbh has it's own $h->err etc. values and is no longer affected by calls made on other dbh's. Now when a dbh is destroyed it's err/errstr/state values are copied up to the driver so checking $DBI::errstr still works as expected. Documentation changes: Documented $high_resolution_time = dbi_time() function. Documented that bind_col() can take an atribute hash. Clarified documentation for ParamValues attribute hash keys. Many good DBI documentation tweaks including a major update to the DBI::DBD driver author guide. Clarified that execute() should itself call finish() if it's called on a statement handle that's still active. Clarified $sth->{ParamValues}. Driver authors please note. Removed "NEW" markers on some methods and attributes and added text to each giving the DBI version it was added in, if it was added after DBI 1.21 (Feb 2002). Fixed to work with 5.005_03 (I've not tested it). Reenabled taint tests (accidentally left disabled) Improved docs for FetchHashKeyName attribute Fixed core dump if fetchrow_hashref given bad argument (name of attribute with a value that wasn't an array reference) Fixed some compiler warnings Updated Steven Hirsch's enhanced proxy work (seems I left out a bit). The fetchall_arrayref method, when called with a $maxrows parameter, no longer gives an error if called again after all rows have been fetched. This simplifies application logic when fetching in batches. Also added batch-fetch while() loop example to the docs. The proxy now supports non-lazy (synchronous) prepare, positioned updates (for selects containing 'for update'), PlRPC config set via attributes, and accurate propagation of errors The DBI_AUTOPROXY env var can now hold the full dsn of the proxy driver plus attributes, like "dbi:Proxy(proxy_foo=>1):host=...". Added TaintIn & TaintOut attributes to give finer control over tainting The RootClass attribute no longer ignores failure to load a module, but also doesn't try to load a module if the class already exists HandleError attribute works for connect failures The connect() RaiseError/PrintError message now includes the username. Changed "last handle unknown or destroyed" warning to be a trace message. Removed undocumented $h->event() method. Further enhancements to DBD::PurePerl accuracy. The CursorName attribute now defaults to undef and not an error.
2003-03-06use a variable.grant1-2/+2
2003-03-06note cvsync 0.14.0nb1 update.grant1-1/+2
2003-03-06allow this to build on -current systems where the kernel versiongrant2-2/+18
has pthread support but userland does not. also install some example config files. bump PKGREVISION.
2003-03-06Obey PKG_SYSCONFDIRis9-24/+29
2003-03-06Not import of cvsync-0.14.0martin1-1/+2
2003-03-06Enable cvsync.martin1-1/+2
2003-03-06Import of cvsync 0.14, a portable cvs repository syncer (client and server),martin7-0/+69
similar, but not compatible with, to CVSup(tm).
2003-03-06Clean up configure patch to just relevant sections. Also redo patch-ac injmc3-2747/+17
a correct way. Just declare a va_list in the function but don't init it and pass it along to gnome_canvas_item_construct. It'll never get referenced since the property name is NULL so it's safe.
2003-03-06lftp updated to 2.6.5.wiz2-3/+3
2003-03-06Update to 2.6.5.wiz3-21/+5
Version 2.6.5 - 2003-02-28 * new mirror options --log=<file> and --script=<file> to produce lftp commands equivalent to the actions done (log) or to be done (script) by mirror. `-' as file name means stdout. * fixed a dead-lock when resuming FXP with passive source. * re-get file size and date after HTTP redirect. * added workarounds for proftpd. * handle EPIPE (Broken pipe) error as temporary network error. * fixed a dead-lock in HTTP retrieval after redirect. * added cls option --sort=date (Oskar Liljeblad). * fixed compilation on OpenBSD and older Solaris. * fixed handling of symbolic links in find. * lftp -f and -c options can now be combined * fixed slot handling in non-interactive mode. * fixed large file support in cat command. * fixed dante socks compilation (now lftp does not use poll with dante). * fixed data connection abort with ssl connection to wu-ftpd.
2003-03-06+ nut-7.16, tcl/tk-8.4.2.wiz1-2/+3
2003-03-06Oops, my mistake. the libgnome ref was not neededjmc1-2/+1
2003-03-06Various patches to make this buildjmc5-3/+2922
1. Needs libgnomeprint* (initially at 2.0). We've only ever used 2.2 and looking through the ftp archive at gnome only shows a 2.1 and 2.2 release. Building with 2.2 works fine so the API appears to work ok. Updated configure to look for 2.2 instead of 2.0 via pkg-config 2. Needed to properly build a va_list via casting NULL for arches where va_list isn't a simple type (ala void *) like it is on most x86 OS's. 3. Bumped PKGREVISION to note changes. Builds on x86 and macppc now via tests.
2003-03-06Updated postfix to 2.0.6martti1-1/+2
2003-03-06Updated postfix to 2.0.6martti2-7/+5
Postfix 2.0 patchlevel 6 intends to protect vulnerable Sendmail systems against exploitation of a remote buffer overflow problem that is described in CERT advisory CA-2003-07. - Postfix now truncates non-address information in message address headers (comments, etc.) to 250 characters per address. This should rarely present a problem. Reportedly, junk mail from poorly written software can trigger the protection, but that is no great loss. - Some little fixes to documentation.
2003-03-05Note update of fsh to 1.2jschauma1-1/+2
2003-03-05Update fsh to 1.2. Changes since 1.1:jschauma3-6/+7
Use Bugzilla for bug reporting. * README: Mention Bugzilla. * fsh.texi (Bugs): Mention Bugzilla. Port to Python 2.2. (Bug 332). * fshcompat.py: New module, that finds some constants in os, fcntl, FCNTL or thin air depending on Python version. * fshlib.py: Use fshcompat instead of FCNTL. * infshd.py: Ditto. * Makefile.am (pkgdata_DATA): Added fshcompat.py.
2003-03-05mrproject-0.9.1 out (gnome2 version).wiz1-2/+2
2003-03-05Note mrproject-0.5.1nb3 update.wiz1-1/+2
2003-03-05Make this build again, without evolution support. Bump PKGREVISION.wiz2-11/+5
2003-03-05Most, if not all, packages using perl5/module.mk are perl5 modulesseb1-1/+4
using ExtUtils::MakeMaker style Makefile: usually they provide a 'test' target. So adding 'TEST_TARGET?=test' here gives us a lot of packages with the test target enabled.
2003-03-05Give OpenSSL prefix to configure so that systems without in-treeseb1-1/+2
OpenSSL can actually build this package.
2003-03-05siag-3.5.7 update done.wiz2-3/+3
2003-03-05Update to 3.5.7. Note conflict with antiword, which is included.wiz4-252/+258
Sort PLIST. XXX: should we switch to neXtaw by default? See 030226 entry below. Changes: 3.5.7: 030228 PW, Siag: Got rid of selection size limit. Removed siag/selection.c. 030226 Xedplus: PRIMARY and CLIPBOARD fixed here as well, however neXtaw is required as no other Xaw cousins recognize CLIPBOARD at all! Xedplus: xedCallMenu unbroken. Cut, Copy, Paste work from menu, toolbar and using keybindings ^X, ^C, ^V. 030225 Siag, PW: PRIMARY and CLIPBOARD selections work according to the current interpretation of the ICCCM. PW: Moved xpw/selection.c into window.c. 030224 Added local copy of libstocks, updated for stocks outside the US. Removed --with-stocks configuration option. Siag: removed xsiag/selection.c and moved the code into window.c 3.5.6: 030221 Added Dutch translation by Bram Schoenmakers <bram@schnmkrs.myweb.nl> Released 3.5.6. 030128 PW: replaced Emacsy keybindings with modern ones. Siag: Added lots of translations in Siag.ad to override Emacsy bindings in keytable.scm. 3.5.5: 030127 Added the function get_utf8_char in common/o3read.c to get rid of utf8tolatin1 dependency. Made sxc reader grok repeated columns. Released 3.5.5. 030122 PW: Native OpenOffice.org reader in fileio_sxw.c. Siag: Native OpenOffice.org reader in fileio_sxc.c. 030118 Added o3read.[ch] from o3read.
2003-03-05Mention conflict with siag, which includes antiword.wiz1-1/+3
2003-03-05Initial import of mined-2000.5, an html-aware editor, into the NetBSDagc1-1/+2
Packages Collection. Kind of provided in PR 20574 by Gan Uesli Starling, packaging by myself. Mined is a text editor with Good interactive features an intuitive user interface command control and pull-down menus available control and function key or mouse control Many useful text editing capabilities extensive Unicode support, including double-width and combining characters, keyboard mapping and script highlighting many text editing features, e.g. paragraph wrapping, smart quotes, multi-line support in search and replacement patterns program editing features, HTML support and syntax highlighting, identifier search systematic text and file handling safety, avoiding loss of data "Small-footprint" operation and portability plain text mode (terminal) operation instant start-up cross-platform operation (Unix, DOS/Windows)