summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-05-22Update KDE to 3.1.2.markd23-171/+174
Changes: kdeartwork: * Fixed a potential printf() format string attack in the slideshow screensaver kdepim: * korganizer: Exchange plugin supports secure WebDAV. * korganizer: Fix timezone handling when timezone names are Unicode strings. kdeutils: * kedit: Save immediately when Settings/Save Settings is called. * khexedit: Fixed insertion of local files.
2003-05-22Update KDE to 3.1.2.markd6-100/+85
Changes: kdenetwork: * KMail: Don't select multiple folders during keyboard navigation * KMail: Never display vCards inline * KMail: Make new mail notification work for people who run KMail without KDE * KMail: Improved URL highlighting * KMail: Properly determine SSL/TLS state for non-transport sending (bug 49902) * KMail: Draw a frame around text attachments which are displayed inline * KMail: Fix bug 55377 (Hiding attachments causes HTML messages to be renderend as HTML code) * KMail: Fix bug 56049 (wrong encoding of command line arguments) * KMail: Fix bug 53665 (Error when reply to a HTML message) * KMail: Use the correct charset for replies to PGP/MIME encrypted messages * KMail: Fix the bug which broke the signature of all PGP/MIME signed messages with attachments * KMail: Fix bug 56393 (kmail crashes when I try change the name of an imap account) * KMail: Fix bug 56570 (kmail doesn't show non-mime Japanese message) * KMail: Fix bug 56592 (Displaying folded Content-Description in MIME tree viewer is broken) * KMail: Disable external editor when no external editor is specified * KMail: Fix bug 53889 (IMAP: Kmail crashes after authorization-dialog) * KMail: Fix bug 56930 (BCC, No EMail-List expansion) * KMail: Fix bug 42646 (multipart/digest forwarding is broken - uses empty boundary) * KMail: Always make sure that the text body of the message ends with a linefeed. This fixes interoperatibility problems with other OpenPGP compliant mail clients. * KMail: Prevent the user from trying to move local folders to IMAP servers as the user might lose the folders if he tries it. * KMail: Fix bug 57660 ('send again' does not copy the BCC address) * KMail: Fix bug 56321 (More whitespace in read/unread mails column) * KMail: Tell gpg explicitely not to use gpg-agent if it's apparently not available. Prevents weird "Wrong passphrase" error message. * KMail: Fix bug 57016 (pgp signature is wrong displayed) * KMail: Fix bug 57809 (kmail segfaults when checking for new mail if fcntl locking is used) * Desktop Sharing server (krfb): Compile fixes for systems without IPv6 * Desktop Sharing client (krdc): fix: client crashed sometimes while connecting on XFree 4.3 * Desktop Sharing client (krdc): fix: resize the right screen resolution in multi-screen setups
2003-05-22Update KDE to 3.1.2.markd3-7/+35
quanta: * Bugfixes: * more accurate selection of modified files in the upload dialog * fix execution of script actions which does not have any argument * closing the files (and closing Quanta) isn't slow anymore * fix shortcut for Color dialog * store the upload options in the project file * fix the Insert/Overwrite mode handling * store and use the spell checking settings * show files with ":" in the name correctly in the Project Tree * show the directory selection dialogs in the project options * don't deny opening of empty local files * allow selection of empty directories in Rescan/Upload/New project dialogs * don't close a modified document if saving has failed * don't truncate the file after a preview * fix ocassional crash when pressing Ctrl-H while viewing the documentation * fix user toolbar handling * fix the height of the toolbar tab * fix failure of re-opening a file from File->Open Recent * do not crash when accessing the Plugins menu after a plugin was removed, but the Edit dialog was closed with Cancel * don't use the preview prefix after the project is closed * fix Quanta tagxml DTD * fix the DTD tag files, add warning if they contain syntax errors * use the Attribute Quotation setting * Enhancements: * bring up the message output window, when an action/plugin wants to printed some message * show files with relative path to the current document in "url" autocompletion * switch to the first editable widget when the tag editing dialog appears * insert <em> and <strong> instead of <i> and <b> in HTML documents * new DCOP methods added to the WindowManagerIf * QString projectURL() * QStringList openedURLs() * DocBook 4.2 DTD added * Kommander: * do not add the .kmdr extension to files ending with .kmdr * remove some warning/error messages polluting the output * flush the stdout buffer after writing to it
2003-05-22Update KDE to 3.1.2.markd51-715/+664
Changes: kdelibs: * https authentication through proxy fixed. * KZip failed for some .zip archives. * Fixed a bug in socket code that made KDEPrint crash. * kspell: Support for Hebrew spell checking using hspell (requires hspell 0.5). kdebase: * kwin: Alt+Tab works while drag'n'drop (unless the application also grabs keyboard). * kio_smtp: Doesn't eat 100% CPU when connection breaks and fixed a confusing error message when AUTH failed ("Unknown Command" vs. "Authorization failed") * kscreensaver: Fixed issue where kdesktop_lock would stay running indefinitely in the background if it could not grab the keyboard/mouse, preventing the screen from being locked manually. * kscreensaver: Screensavers are now stopped when asking for the password [#56803] * kio_smb: Several bugfixes for the smbro-ioslave. * kdesktop: fixed minicli layout problem with Qt 3.1.2 * kdm: fixed incorrect user window width with Qt 3.1.2 * Konqueror: Create DCOP interface for mainwindow when object begins to exist. * Konqueror: Fixed tab open delays when it can't reach website. * Konsole: Don't flicker when selecting entire lines. * Konsole: Crash, selection and sort fixes in schema and session editors. * Konsole: Fixed mouse-wheel in mouse mode. * Konsole: Allow programs to resize windows if enabled. * Konsole: Keep output steady when triple-click selecting. * Konsole: Added "Print" menu command. * kicker: Fixed kasbar only drawing last icon from a group.
2003-05-22In order for the html interface to work this needs ghostscript, psutilsjmc1-2/+4
and netpbm needs to be done as DEPENDS instead of BUILD_DEPENDS.
2003-05-21spamassassin 2.55 was releasedheinz1-2/+2
2003-05-21Note update of lang/chicken to version 1.0seb1-1/+2
Lots of changes (bugfixes, new features) you really want to update.
2003-05-21Update to version 1.0seb7-102/+239
Package changes: Put documentation in the canonical pkgsrc directories. Add test target support. Gmake is not needed anymore. Things changed in release 1.0: - Many bugfixes - Declaration specifier `compress-literals' and compiler-option `-compress-literals N' - Chicken now compiles on OpenBSD [Thanks to Steve Elkins] - `library' unit: (chicken-version) - A new version of the portable syntax-case macro system is now used, which provides `identifier-syntax', `fluid-let-syntax' and `datum->syntax-object', allows low-level macros (`define-macro') in combination with hygienic macros and supports the module system used in Chez Scheme (but does not handle separate compilation) - The syntax `(define-syntax (name var) ...)' is allowed - Chicken supports now SRFI-37 officially (A new library unit named `srfi-37' has been added) - The old module system has been removed. It was rather hackishly implemented and didn't integrate well with the highlevel macro system - The scheduler and the threading system have been massively overhauled and scale a little better - The pattern-matcher is now available in combination with the highlevel macro system, enter `(include "match")' or `(require-for-syntax 'match)' to make it available - SRFI-22 script interpreters `scheme-chicken' and `scheme-chicken-hygienic' have been added - Compiled `#!' scheme scripts with an invocation line of `csi -script' or `scheme-chicken'/`scheme-chicken-hygienic' automagically link with all libraries which would normally be available under the interpreter. - Type-checks of fixed size objects are slightly more efficient - Extension-libraries can now be stored alternatively in a directory given by the CHICKEN_REGISTRY environment variable or in `$HOME/.chicken-registry' - The new library unit `tcp' provides a PLTish socket interface, `tcp-accept' and I/O from socket ports do not block other running threads - The new compiler/interpreter option `-strict-letrec' enables a fully R5RS compliant expansion of `letrec' - Chicken should now pass all tests of Scott G. Millers `r5rs_pitfalls.scm' - Jonah Beckford ported SWIG (<http://www.swig.org>) to Chicken! Check out a preliminary version at <http://beckford.netfirms.com/hobbies/swig/> - On Windows (Cygwin, Mingw32 and MSVC), CHICKEN now supports shared libraries and dynamic loading. Many thanks to Jonah Beckford for his tremendous work! Things changed in release 0.1082: - Bugfixes. - Support for SRFI's 26 (cut) and 30 (block comments). - Peter Keller translated the manual into LaTeX. Pdf and html documentation is available. - Peter Keller has contributed a comprehensive testing framework (fully R5RS compliant). - Declaration specifiers: export compile-time-macros-only - Library unit `extras': hash-table-remove! ->string - Library unit `posix': sleep - Library unit `lolevel': pointer-offset pointer-u8-ref pointer-u8-set! pointer-s8-ref pointer-s8-set! pointer-u16-ref pointer-u16-set! pointer-s16-ref pointer-s16-set! pointer-u32-ref pointer-u32-set! pointer-s32-ref pointer-s32-set! pointer-f32-ref pointer-f32-set! pointer-f64-ref pointer-f64-set! - Dynamic loading is now supported on older HP-UX systems that provide `shl_load()' instead of `dlopen()' (Thanks to Tony Garnock-Jones) - Error messages have been (slightly) improved. - A system for simplified packaging, building and installation of extension-libraries (based on shared libraries) is now provided. - New data type `locatives' allow to create pointers into arbitrary sections of various kinds of Scheme data objects. - So called `locations' simplify passing pointers to local or global Scheme variables to foreign procedures. - FFI-generated code is a little bit more compact and efficient. - Chicken supports alternative keyword syntaxes (CL/DSSSL) via the compiler/interpreter option `-keyword-style' and the parameter `keyword-style' - `define-record-printer' now handles SRFI-9 record types. - The regex-libraries now allow the creation of precompiled regular expressions (new procedures `regexp' and `regexp?').
2003-05-21update to reflect reality - we do provide a libdvdcss package, but itgrant1-4/+5
is not automatically installed due to its unclear legal status.
2003-05-21Note update of gaim to 0.63.jmmv1-1/+2
2003-05-21Update to 0.63:jmmv3-12/+10
* A rewrite of the plugin API. Plugin authors will need to change their code based off the changes found in other plugins. * Perl script support is now provided in the perl plugin. * Debugging is core/ui split, and has a new API with support for debug levels and categories. * Support for adding chats to your buddy list. * MSN protocol plugin was rewritten, has experimental buddy icon support, and MSN Mobile support. * Thanks to all the various people who submitted translation updates. * Buddy list speed enhancements (Thanks Ethan Blanton). * Napster protocol updates (Thanks Auke Kok). Closes PR pkg/21619 by Soren Jacobsen.
2003-05-21map EHOSTUNREACH to PR_HOST_UNREACHABLE_ERROR internal error number of mozillataya3-1/+31
and handle the case connect() returns EHOSTUNREACH correctly to try other address. fix PR pkg/20919
2003-05-21Note update of security/audit-packages to version 1.15.seb1-1/+2
The directory ${PKGVULNDIR)} holding the 'vulnerabilities' file which default value is determined at configure time can now be overridden at runtime from the environment.
2003-05-21Update to version 1.15.seb3-17/+20
The directory ${PKGVULNDIR)} holding the 'vulnerabilities' file which default value is determined at configure time can now be overridden at runtime from the environment. As a side effect the strings substituted at configure time in files/{audit-packages,download-vulnerability-list} are now of the form '@VAR@' and not '${VAR}'.
2003-05-21As well as mpg123>=0.59.18, let this package use mpg123-esound>=0.59.18 asagc1-2/+2
a prerequisite, if it's installed.
2003-05-21Jaromir Dolecek maintains this package.tron1-2/+2
2003-05-21links and links-gui update to 2.1pre10 done.wiz2-3/+4
2003-05-21Update to 2.1pre10:wiz5-25/+9
HTML entities in bookmark file ["<>&=" only] Manual/automatic javascript action confirmation Cookies can contain whitespace (fixes bugzilla) Fixed cookie not used when parsing of expiration date fails Fixed image alt displayed in incorrect codepage Links icons Submit/clean form in link menu of form elements
2003-05-21Updated the IPv6 patch. IPv6 support is activated by settingmartti3-34/+23
POSTFIX_USE_INET6=YES in /etc/mk.conf before building this package.
2003-05-21do not use the included sparc asm on sparc64, as it doesn't build.grant1-1/+6
2003-05-21+ links-2.1pre10salo1-1/+2
2003-05-20Update pgpdump to 0.18.yyamano1-1/+2
2003-05-20Update pgpdump to 0.18. approved by jun.yyamano2-5/+5
* Supporting MacOS X. * Catching up to 2440bis-07. * A bug fix of old_Public_Key_Packet.
2003-05-20unrar-3.2.2 update.wiz1-1/+2
2003-05-20Update to 3.2.2, from Juan RP in PR 21629.wiz2-6/+5
Changes: minor bugfixes (complete diff to last version is <40 lines).
2003-05-20Initial import of mozilla-bin-nightly into The NetBSD Packages Collection.grant1-1/+2
Mozilla is an open-source web browser, designed for standards compliance, performance and portability. It provides users with acclaimed browsing convenience along with power features such as pop-up blocking and tabbed browsing. Mozilla also provides a sophisticated platform for developing web applications using technologies such as XML, SOAP and XSLT. This is a binary package for NetBSD and Linux, for tracking nightly builds of Mozilla.
2003-05-20add mozilla-bin-nightlygrant1-1/+2
2003-05-20Initial import of mozilla-bin-nightly into The NetBSD Packages Collection.grant7-0/+100
Mozilla is an open-source web browser, designed for standards compliance, performance and portability. It provides users with acclaimed browsing convenience along with power features such as pop-up blocking and tabbed browsing. Mozilla also provides a sophisticated platform for developing web applications using technologies such as XML, SOAP and XSLT. This is a binary package for NetBSD and Linux, for tracking nightly builds of Mozilla.
2003-05-20improve COMMENTgrant3-6/+6
2003-05-20improvegrant3-9/+21
2003-05-20curl-7.10.5 update done.wiz2-3/+4
2003-05-20Update to 7.10.5.wiz3-10/+10
Extract of changes: - Changed the order for the in_addr_t testing, as 'unsigned long' seems to be a very common type inet_addr() returns. - George Comninos provided a fix that calls the progress meter when waiting for FTP command responses take >1 second. It'll make applications more "responsive" even when dealing with very slow ftp servers. - George Comninos pointed out that libcurl uploads had two quirks: o when using FTP PORT command, it used blocking sockets! o it could loop a long time without doing progress meter updates Both items are fixed now. - Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if set to "". This frees the application from having to know which encodings the library supports. - Avery Fay found out that the CURLOPT_INTERFACE way of first checking if the given name is a network interface gave a real performance penalty on Linux, so now we more appropriately first check if it is an IP number and if so we don't check for a network interface with that name. - CURLOPT_FTP_USE_EPRT added. Set this to FALSE to disable libcurl's attempts to use EPRT and LPRT before the traditional PORT command. The command line tool sets this option with '--disable-eprt'. - Added test case 62 and fixed some more on the cookie sending with a custom Host: header set. - Made the "SSL read error: 5" error message more verbose, by adding code that queries the OpenSSL library to fill in the error buffer. - Added sys/select.h include in the curl/multi.h file, after having been reminded about this by Rich Gray. - I made each test set its own server requirements, thus abandoning the previous system where the test number implied what server(s) to use for a specific test. - David Balazic made curl more RFC1738-compliant for FTP URLs, by fixing so that libcurl now uses one CWD command for each path part. A bunch of test cases were fixed to work accordingly. - Cookie fixes. - Peter Kovacs provided a patch that makes the CURLINFO_CONNECT_TIME work fine when using the multi interface (too). - Peter Sylvester pointed out that curl_easy_setopt() will always (wrongly) return CURLE_OK no matter what happens. - Dan Fandrich fixed some gzip decompression bugs and flaws. - Formposting a file using a .html suffix is now properly set to Content-Type: text/html. - Fixed the SSL error handling to return proper SSL error messages again, they broke in 7.10.4. I also attempt to track down CA cert problems and then return the CURLE_SSL_CACERT error code. - The curl tool now intercepts the CURLE_SSL_CACERT error code and displays a fairly big and explanatory error message. Kevin Roth helped me out with the wording. - Nic Hines provided a second patch for gzip decompression, and fixed a bug when deflate or gzip contents were downloaded using chunked encoding. - Dan Fandrich made libcurl support automatic decompression of gzip contents (as an addition to the previous deflate support). - I made the CWD command during FTP session consider all 2xy codes to be OK responses. - Vlad Krupin fixed a URL parsing issue. URLs that were not using a slash after the host name, but still had "?" and parameters appended, as in "http://hostname.com?foobar=moo", were not properly parsed by libcurl. - Made CURLOPT_TIMECONDITION work for FTP transfers, using the same syntax as for HTTP. This then made -z work for ftp transfers too. Added test case 139 and 140 for verifying this. - Getting the file date of an ftp file used the wrong time zone when displayed. It is supposedly always GMT. Added test case 141 for this. - Made the test suite's FTP server support MDTM. - The default DEBUGFUNCTION, as enabled with CURLOPT_VERBOSE now outputs CURLINFO_HEADER_IN data as well. The most notable effect from this is that using curl -v, you get to see the incoming "headers" as well. This is perhaps most useful when doing ftp. - James Bursa fixed a flaw in the Content-Type extraction code, which missed the first letter if no space followed the colon. - Martijn Broenland found another cases where a server application didn't like the boundary string used by curl when foing a multi-part/formpost. We modified the boundary string to look like the one IE uses, as this is probably gonna make curl work with more applications.
2003-05-20+ curl-7.10.5, lilypond-1.6.10, xine-lib-0.9.21 [pkg/21625],wiz1-3/+5
xine-ui-0.9.21 [pkg/21625].
2003-05-20libxslt-1.0.30 update done.wiz1-1/+2
2003-05-20Update to 1.0.30, from Juan RP in PR 21624.wiz4-19/+19
1.0.30: May 4 2003: - Fixes and new APIs to handle Result Value Trees and avoid leaks - Fixes for: EXSLT math pow() function (Charles Bozeman), global parameter and global variables mismatch, a segfault on pattern compilation errors, namespace copy in xsl:copy-of, python generator problem, OpenVMS trio update, premature call to xsltFreeStackElem (Igor), current node when templates applies to attributes
2003-05-20The pkgconfig file has X libraries added during configure so reprocess itjmc1-1/+10
after configure to make sure the right RPATH's are picked up for X. Showed up during graphics/dia's build where no other direct X libs are referenced.
2003-05-20Needs gnu makejmc1-1/+2
2003-05-19+kde-3.1.2grant1-1/+2
2003-05-19Make this skip (via PKG_SKIP_REASON) is XF4.3 isn't installedjmc1-2/+2
2003-05-19Try to prevent a timing issue between config.h and stamp-h after addingjmc1-1/+2
the post-configure items.
2003-05-19Since openmotif works under Linux, xpdf now works, too. Thus Linux hasjschauma1-4/+3
become the first non-NetBSD platform to earn the 'supported' sticker (FWIW).
2003-05-19Make this build and install under Linux:jschauma6-13/+56
Do not define USE_BYACC, since not all Linuxen have byacc. Patch a grammar file accordingly. Use -Wl,-rpath flags where necessary. This should close PR pkg/19860.
2003-05-19Import pyslsk-1.2.0: Python based Soulseek clienthubertf1-1/+2
PySoulSeek is a client for SoulSeek filesharing system.
2003-05-19add & enable pyslskhubertf1-1/+2
2003-05-19Import pyslsk-1.2.0: Python based Soulseek clienthubertf4-0/+55
PySoulSeek is a client for SoulSeek filesharing system.
2003-05-19mldonkey-2.4.0 update done; ocaml version is of the debian package, remove ↵wiz1-3/+1
(oops).
2003-05-19Note mldonkey-2.4.0 update; pull mjl into this year.wiz1-4/+5
2003-05-19Update to 2.4.0. Provided by Juan RP in PR 21543.wiz4-19/+20
Lots of bugfixes, you should definitely update. Also, beginning gnutella2 support.
2003-05-19Correct DEPENDS.mjl1-4/+6
2003-05-19Note p5-XML-DOM, p5-Date-Manip, p5-XML-XQLmjl1-1/+4