summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-26Update cfengine2 and cfengine2-doc to version 2.0.6.seb10-83/+211
Package changes Vicf moved from $PREFIX/sbin to $PREFIX/share/examples/cfengine as it can really be used as is: site tuning is required. Both packages now share the same distinfo file. Changes in version 2.0.6 SKIPVERIFY removed from AccessControl checks. This was wrongly allowing access to files if they only had an accepted encryption key. SetLine added to AppendIfNoLineMatching to allow current line to be added. ForEachLineIn "/tmp/in" AppendIfNoLineMatching "ThisLine" EndLoop Changed /etc/services reference to port 5308 in ipv6 compatible calls. Efficiency, removed getpwnam from GetFile(). Was unnecessarily looking up the uid multiple times, which delays copying speed. Copy rates improved by five to ten times!! Single copy uses too much cache memory. Optimize by only caching copies that use the singlecopy keyword. Message status change: %s is a link which points to %s, but that file doesn't seem to exist Verbose only Patches to editfiles to check empty files. DefineinGroup added. Changes in version 2.0.5 Cfrun ipv6 patch Syslog messages name patch mountables, binservers variable usage fix backup=timestamp added in copy so that multiple backups can coexist. Other backups use this by default. Cfenvd records loadaverage - and av.db renamed to cf_averages.db since records in av.db no longer compatible. Iteration added to disk paths Typo in filters.c UID -> USER meant that Owner field in filters would not always work for processes. Bug in removal of spaces in process-filter matches could cause some criteria to fail to match. Netstat changed entry in solaris 2.9 Hard class hpux10 -> hpux and the old hpux is deprecated tidy //tmp would start tidying / due to error in ExpandWildcardsAndDo. FIxed Cfenvd netstat state recorded in separate files now in WORKDIR, by protocol and incoming/outgoing. This allows accurate record of the state to which classes refer. excludes and ignores would not appended in a tidy command if a path already existed in another previous command. Fixed so that all excludes and ignores are concatenated for all related paths. Local AF_LOCAL addresses not handled by sockaddr in IPv6 compatible functions. Now returns 127.0.0.1 (why not ::1??) Typo in tidy.c prevented tidy old links from working. Documentation patches. Checksums no longer performed on dry run (-n) in files, but still in copy. No errors written to syslog in dryrun mode. Umask patch in editfiles - umask was not properly installed New copy options / variables singlecopy= and autodefine added. Alerts added as own section alerts: allow users to define a custom message triggered by a class activation. Alerts can also quote state information from cfenvd and the process table. tidy define= does not set class if file could not be tidied. debian detect patch (Andy Stribblehill) cfservd descriptor leak (Andy Stribblehill) cfservd daemonize modification
2003-04-26Let this package get registered in the database when installed, as all otherjmmv1-3/+2
meta-pkgs. This way one can easily track updates.
2003-04-26Remove my nautilus note as I don't have that package any more. Furthermore,jmmv1-3/+1
rh@ has imported a preliminar package into -wip. Thanks :)
2003-04-26Remove 'athena' from the list of categories; this is the only package in it.jmmv1-2/+2
2003-04-26Note that balsa2 and nautilus are in pkgsrc-wiprh1-1/+5
2003-04-26-balsa-1.4.2rh1-2/+1
2003-04-26Use PATH_MAX instead of 81 for a path name buffer.simonb2-8/+19
2003-04-26Note update of balsa to 1.4.3rh1-1/+2
2003-04-26Update balsa to 1.4.3. Changes include:rh5-141/+126
- number of bugs fixed (52168, 102472, 102470, 105605, 106508). - some build fixes (e.g against openssl-0.9.7) - fix crash on concurrent access to local mailboxes. - spell checking fixes. - numerous message filtering fixes. - incremental search fixes. - several filter-related bugs fixed. - filters UI adapted to HIG guidelines. - build fixes for different architectures.
2003-04-26Note p5-Text-Balanced 1.94, p5-Parse-RecDescent 1.94, ↵mjl1-1/+4
p5-Spreadsheet-WriteExcel 0.41
2003-04-25Remove ftp.cfengine.webmotion.net from MASTER_SITES, it has beenseb1-3/+2
a while since it worked.
2003-04-25Remove the message "header" and a space.jmmv1-4/+1
2003-04-25This goes into the net category, not ftp; thanks wiz@.jmmv1-2/+2
2003-04-25Note mktemp update.salo1-1/+2
2003-04-25This goes into the chat category, not irc; thanks wiz@.jmmv1-2/+2
2003-04-25Updated to version 1.5.salo2-7/+5
Changes: - removed platform restriction. 1.5: ==== - Removed dead code from priv_mktemp.c - Added EBCDIC support to priv_mktemp.c
2003-04-25Comment out gw.com master site, since it contains a slightly differentwiz1-2/+3
source ball. Noted by Bob Kemp in PR 21320.
2003-04-25This goes into the php3 category, not php, as all other php3 packages.jmmv1-2/+2
2003-04-25s/network/net/ in CATEGORIES, to match all other network packages.jmmv1-2/+2
2003-04-25It's databases, not database in CATEGORIES.jmmv2-4/+4
2003-04-25s/perl/perl5/ in CATEGORIES, to match all other perl packages.jmmv1-2/+2
2003-04-25Make the PKGVULNDIR variable more generic, so one can choose where tojmmv3-13/+18
store the vulnerabilities file. This variable was already recognized by audit-packages but not by bsd.pkg.mk which hardcoded DISTDIR.
2003-04-25Align multiple MASTER_SITES lines properly.jmmv1-5/+5
2003-04-25Update p5-Spreadsheet-WriteExcel to 0.41mjl2-5/+6
+ Added facility for adding outlines to worksheets. Added outline.pl example. + Moved write_comment() code into the core modules. It is now possible to write cell comments. + Added option to return a slice from the sheets() method. + Added link to latest Excel97 pre-release. ! Changed, once more, the handling of temp files to avoid several file closing bugs. ! Fixed handling of column sizing for widths less than 1 unit. ! Renamed addworksheet() and addformat() to add_worksheet() and add_format() for consistency with other method names. Older names are supported but deprecated. ! Fixed internal sheet indexing in formulas on some platforms. This caused multi-sheet workbooks with formulas to crash. ! Fixed non-lexical filehandles to prevent problems in multi-threaded environments. + Added the set_codepage() workbook method. This is mainly to prevent a bug that caused Gnumeric to crash but it is also useful for people working with non ascii chars on the Macintosh. ! Fixed the non-deletion of temporary files. Users of version 0.38 should probably clean up their tmp dirs manually. ! Changed default handling of set_fg_color and set_bg_color from what Excel expected to what everyone else expected. Setting the fill colour of a cell should now be more intuitive. + Replaced the merge_cells() method with the merge_range() method. This is mainly to prevent the Excel 97 crashing bug that occurs when merge_cells() is used correctly. It also provide a simpler interface to the merge feature. Updated merge example programs. ! Refactored the error raising mechanism for formulas. The source of errors should now be clearer. ! Minor internal fixes to Format.pm. + Added formula caching to speed up the writing of formulas. + Added handling of A:A column notation in formulas and applicable worksheet methods. + Changed handling of numbers with leading zeroes so that they can be treated as strings and the zeroes maintained. + Modified $workbook->close() to return the value of the system file close. + Made file size exceeded a die() error instead of a warning. + Added option to hide row with the set_row() method + Added more examples: merge4.pl, merge5.pl, sendmail.pl and repeat.pl ! Fixed write_url() when handling relative links in the current directory. ! Fixed handling of multiple AND()'s and OR()'s in formulas. ! Fixed bug when creating a very large number of files within a single program on Windows. ! Added warning about Excel97 crashing bug with merge_cells(). ! Fixed handling of parentheses in Worksheet names. ! Fixed minor bugs in Format.pm. Thanks Johann Hanne. ! Fixed File::Temp dependency in Makefile. Thanks to many. + Added set_tempdir() method to allow a user defined temp directory. + Fixed default format behaviour for formats set via the set_row() and set_column() methods. + Extended the hide_gridlines() method to allow hiding of screen gridlines as well as print gridlines. + Added long_string.pl a workaround example for the 255 char limit. + Added https match to url regex. + Added user definable colour palette. + Added headers.pl and colors.pl examples.
2003-04-25Note update of gaim to 0.62.jmmv1-1/+2
2003-04-25Update to 0.62:jmmv4-34/+11
* Keyboard shortcuts in the buddy list work again (Thanks Joe Clarke). * Support for Jabber XHTML messages * Updated a number of translations. Thanks to everyone who submitted a translation update. * Ability to re-request authorization from ICQ and Jabber users by right clicking on them in your buddy list. * Improved Zephyr internationalization. * Bug causing 'Hide on Send' windows to be lost forever fixed. * Iconified windows are now raised properly. * Dates printed for old/offline messages. * Some assorted crash bugs fixed. Patch provided by Matthew Luckie in private mail; also closes PR pkg/21318 by Juan RP.
2003-04-25Update p5-Parse-RecDescent to 1.94mjl2-5/+7
- Fixed bug in <reject> handling: failed to reject if $return had been set. - Added two useful demos of restructuring nested data - Fixed doc bug re use of // - Localized filehandles, like a good citizen should - Misc doc bug fixes - Fixed Text::Balance dependency in Makefile.PL - Fixed bug that @itempos wasn't set up if referred to only in an autoaction. - Fixed truncation bug in tracing contexts - Dramatically improved speed of line counting - Made item(s) and item(s /,/) behave consistently wrt %item - Added prototype <autorule:...> handling - Added outer block markers for <perl_codeblock> - Fixed multi-grammar precompilation - Fixed numerous snafus in tutorial.html - Added nesting level information to traces - Fixed resetting of $text after an <uncommit> rule. - Updated Text::Balanced to fix various bugs - Removed Text::Balanced from distribution (now a prereq only) - Fixed fatal error with $tracelevel - Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.
2003-04-25Update p5-Text-Balanced to 1.94mjl2-5/+5
- Fixed subtle bug in gen_extract_tagged - Doc fix: removed suggestion that extract_tagged defaults to matching HTML tags - Doc fix: clarified general matching behaviour - Fixed bug in parsing /.../ after a ( - Doc fix: documented extract_variable - Fixed extract_variable handling of $h{qr}, $h{tr}, etc. - Fixed incorrect handling of $::var - Fixed error count on t/extract_variable.t - Fixed bug in extract_codelike when non-standard delimiters used
2003-04-25s/SILIENT/SILENT/jmmv1-2/+2
2003-04-25Add the locale/es_MX directory, used by lmule.jmmv12-12/+60
2003-04-25Improve explanation.jschauma1-10/+24
Mark ncurses as working fine on IRIX and Linux.
2003-04-25remove gnumericrh1-2/+1
2003-04-25Note update of gnumeric to 1.0.13rh1-1/+2
2003-04-25Update gnumeric to 1.0.13. Notable changes include:rh2-6/+5
* lotus-123 : fix incorrect import of logarithmic functions log -> log instead of log10 ln -> ln instead of log * XL95 export : Use unquoted names in externsheets * Fix a problem with the euro/yen/pound symbols http://bugzilla.gnome.org/show_bug.cgi?id=103571 * Back port fix * Backport morten's fix for latex export problem * Use even blunter instrument on xml importer.
2003-04-25Note that this package needs a threaded X Window.jmmv1-0/+3
2003-04-25Recent w32api change broke the package. Mark this broken temporaliry.kent1-1/+2
2003-04-25Remove comment about the message composer not working. This hasn't beenrh1-2/+1
true for a long time now.
2003-04-25Note update of eel2 to 2.2.3.1rh1-1/+2
2003-04-25Update eel2 to 2.2.3.1rh4-9/+15
Major changes since 2.2.2 were: * New function eel_filename_get_rename_region * Accessibility updates * New eel-canvas that fixes zoom tearing * New functions for slave glade prefs widgets * Draw EelEditableLable frame even when text is empty Major changes since 2.2.1 were: * New widget EelInputEventBox * Added canvas a11y support * CanvasGroup move redraw fixes
2003-04-25Note addition of gnome-2.2rh1-1/+2
2003-04-25Add and enable gnome2rh1-1/+2
2003-04-25Initial import of gnome-2.2 as gnome2, a meta-package for the GNU Networkrh3-0/+44
Object Model Environment
2003-04-25Note update of ggv2 to 2.0.0rh1-1/+2
2003-04-25Update ggv2 to 2.0.0. Changes include bugfixes and localisation updates.rh4-22/+22
2003-04-25remove glade2rh1-2/+1
2003-04-25Note update of glade2 to 2.0.0rh1-1/+2
2003-04-25Update glade2 to 2.0.0. Notable changes include:rh3-10/+17
Glade 2.0.0 (Apr 11 2003) =========== o Hide GNOME widgets and stock items in GTK+ projects. o Made stock icon code more robust, hopefully fixing bug #105694. o Updated for newer GnomeDB. o Updated example text editor application for GTK+ 2. o Bug fixes, including a few crashers. Glade 1.1.3 (Nov 2 2002) =========== o The widget tree now has icons & popup menus again. o Removed dependancy on gnome-common for generated apps. o Stopped generating any deprecated code. o Updated GnomeDB support. o Updated the generated signal callback argument names. o A few keynav improvements, including global accelerators like Ctrl+S. o Disabled support for typing in labels while hovering over widgets, as it is a bit too error-prone. o Added 'New' button back to toolbar in GNOME version! o A few bug fixes.
2003-04-25Note addition of gnome-media-2.2.1.1 as gnome2-mediarh1-1/+2
2003-04-25Add and enable gnome2-mediarh1-1/+2
2003-04-25Initial import of gnome-media-2.2.1.1 as gnome2-media, a set ofrh11-0/+318
audio/multimedia applications for GNOME2.