summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-05-22Add a .Pp to slightly cleanup formattingabs1-1/+2
2003-05-22Note update of graphics/xdvipresent to 0.6.1.14jschauma1-1/+2
2003-05-22Update package to latest version 0.6p14, as 0.6.1.14jschauma3-16/+16
Changelog not available from website.
2003-05-22note update of phoenix to 0.6taya1-1/+2
2003-05-22Update phoenix to 0.6taya5-131/+190
The name has changed to Mozilla Firebird, but next version will be changed to mozilla browser. So I don't change the name "phoenix" for this version. What's new from release notes * New default theme Mozilla Firebird 0.6 sports a crisp, fresh and attractive theme, based on the amazing Qute theme by Arvid Axelsson. Also, the new theme has icons for the Bookmark Manager toolbar. * Redesigned Preferences window The new Options window puts the most often used preferences into seven convenient panels, each with a descriptive icon selector. * Improved Privacy Options With a single click (and a confirmation) you can clear all privacy data including form data, history, cache, cookies, etc. * Improved Bookmarks Among other bookmark enhancements, the Bookmarks menu now features a context menu. Try it by right-clicking on a bookmark in the menu. * Automatic Image Resizing With this feature, Mozilla Firebird shrinks any image that is bigger than the window to make the whole image visible. When this is done, the cursor over the image changes to tell you that if you click, the image is restored to full size. Instructions on how to disable this feature can be found here. * Smooth Scrolling Instructions on how to disable this feature can be found here. * Access to more preferences You are now able to edit lots of advanced preferences that are not exposed in the Options window by entering about:config in the location bar and press Enter. * Profile Chrome You can now install Mozilla Firebird extensions in your own profile folder instead of in the actual program folder. This means that you will be able to upgrade to new versions of Mozilla Firebird without losing all your extensions. Note that it's up to the extension authors to allow their extensions to use this functionality. Some extensions may not offer this as an option yet. * Lots of bug fixes There have been too many bug fixes since Phoenix 0.5 to keep track of them all. It's better. Trust us ;-) See below for detail. http://www.mozilla.org/projects/firebird/release-notes.html
2003-05-22Add USE_LIBCRACK variable for PAM.wiz1-1/+6
2003-05-22Some improvements from Jeremy C. Reed via PR 20892:wiz3-11/+47
- improved DESCRiption (and spelling fixed) - more MASTER_SITES - improved COMMENT - variable for enabling --with-libcrack - install limits.conf if under Linux - make sure it doesn't have an interactive configuration
2003-05-22note glade2-2.0.0nb2 update.wiz1-1/+2
2003-05-22Add dependency on gail. Bump PKGREVISION. Closes PR 21610 by Marc Recht.wiz1-2/+3
2003-05-22mvaddchnstr has been added -- replace USE_NCURSESwiz1-2/+4
by appropriate INCOMPAT_CURSES.
2003-05-22Forgot to update the Makefile for 3.1.2 - thanks Marttimarkd1-15/+14
2003-05-22Update spamassassin to 2.55abs14-199/+186
Many small changes since 2.53, but difficult to pick out anything significant.
2003-05-22fix a bug which causes bibtex to not be run properly when needed with somedmcmahill3-2/+17
versions of LaTeX. Noted by Brook Milligan.
2003-05-22Commit patch from Jeremy C. Reed that should fix PR 20000.wiz1-3/+4
2003-05-22Fix PLIST if APACHE_SUEXEC=YES; lost in 1.4. Noted missingwiz1-1/+2
by Jeremy C. Reed in a reply to PR 20000.
2003-05-22Move USE_GMAKE to Makefile.common, older bmake has problems with -kde and basesalo3-5/+4
packages and is required for base package so it doesn't really matter.
2003-05-22gcc-3.2.2nb2 update.wiz1-1/+2
2003-05-22Add patch from Todd Vierling in PR 21226:wiz3-4/+18
The following method overrides "libgcc_link_spec" in the generated specs file, which gives you a compiler that automatically inserts the correct rpath argument at link time. This should work for any pkgsrc target platform, as no platform-specific config overrides it. Additionally, part of this fix changes the "scrubbed" LDFLAGS by overriding that in CONFIGURE_ENV, rather than globally. Other changes to the pkgsrc Makefile (including one I plan to submit for threads support) may need access to the "real" LDFLAGS, so overriding it wholesale in the pkg Makefile is Bad. Bump version to 3.2.2nb2.
2003-05-22Fix typo.wiz1-1/+1
2003-05-22Match v1.16 of rc.d/sshd:wiz1-3/+8
Don't assume that $0 is this script. Remove a directory check since we check for a file in the directory anyway. Closes PR 21353 by Jeremy C. Reed.
2003-05-22p5-Time-HiRes-1.47 update done.wiz1-1/+2
2003-05-22Update to 1.47, from Hiramatsu Yoshifumi in PR 21639.wiz3-9/+9
Changes since 1.42: - do not create files in blib directories under core (perl change #19160, from rgs) - detypo s/VTLARM/VTARLM/ (perl change #19328, from mjd) - guarantee that $xdefine in HiRes.t is always defined (perl change #19109, from IlyaZ) - a cleaner way to detect PERL_CORE (perl change #19111, from IlyaZ) - add hints/irix.pl to turn off overly POSIX flags that cause hide struct timespec to be hidden (and compilation to fail) (bleadperl change #19085) - documentation tweaks
2003-05-22s/make/${MAKE}/; make Makefiles more portable.wiz3-11/+33
From Jeremy C. Reed in PR 20843.
2003-05-22Add commented out COMMON entry.wiz1-1/+2
2003-05-22Update MASTER_SITES, from Ben Collver in PR 21640.wiz1-4/+2
2003-05-22Add TEST_TARGET.wiz1-1/+3
2003-05-22conserver-7.2.7 update done.wiz1-1/+2
2003-05-22Update to 7.2.7, from Andreas Wrede in PR 21643.wiz3-7/+8
Fix PLIST while here. Changes: version 7.2.7 (Apr 9, 2003): - added test suite ('make test') for basic client/server communication tests - changed configure script to provide better checking of options, hp-ux specifics, and functions - console names are no longer case-sensitive - fixed case-sensitive DNS name comparisons - reported by Peter Chubb via Jorgen Hagg - added dmalloc and openssl version numbers to -V output - reordered includes for openssl-0.9.7a compatibility - conserver.rc looks at pidfile to find the master pid - suggested by Petter Reinholdtsen - misplaced code regarding --with-regex - patch by Andreas Wrede - added password support for HP-UX trusted systems - immense help by Greg Brown - potential SIGUSR1 bug where cached terminal server availability wasn't being cleared correctly - reported by Dave Stuit - server is now more forgiving about errors instead of just giving up and shutting everything down - consoles that have trouble coming up (and are forced down) now log when they come back up - suggested by Dave Stuit version 7.2.6 (Mar 10, 2003): - the -b conserver option was mostly broken (since 7.2.0) - changed logging format so that all messages are of a similar form - fixed bad port number in 'cached previous timeout' message - reported by Dave Stuit - now using pid_t type for better compatibility - fixed the RPM and Solaris package to include the man page for conserver.passwd - suggested by R P Herrold - added restart option (-HUP) to conserver startup scripts - added -B option to client for sending messages to a single server - suggested by Dave Stuit - added --with-dmalloc for memory usage debugging - bug with multiple interfaces and -M option not maching hostname in configuration file - patch by Igor Sviridov - memory leak using openssl library plugged - automatic reinitialization of failed consoles now retries every minute like the manpage says it does - reported by Chris Fowler - when -R option is used, substring matches on console names from clients only match local console names (and if that fails just remote console names) but ambiguous name list returns both local and remote consoles - suggested by Todd Stansell version 7.2.5 (Jan 27, 2003): - fixed many documentation bugs - reported by Dave Stuit - added -I option to client which operates like -i, but on the primary conserver only - suggested by Dave Stuit - added SIGUSR2, which does not reread the configuration file, but does everything else SIGHUP does - suggested at LISA 2002 - fixed bug where LOGDIR setting gets used even if no logfile is wanted - added -R option to server to prevent client redirection to other conserver hosts - suggested by Todd Stansell version 7.2.4 (Oct 14, 2002): - added --with-openssl for some client/server encryption - added -E option to client and server to allow for non-encrypted connections (encryption is the default if compiled in) - added -c option so credentials (certificate and key) can be exchanged between client and server - expanded -V output to show what optional bits actually got compiled into the code (libwrap, regex, etc) - compilation errors on non-shadow file systems without using --with-pam - reported by Jesper Frank Nemholt - client now prefers $LOGNAME, then $USER, then the current uid for its -l default - suggested by Dave Stuit - putting back socklen_t usage - it's the right thing to do, so tell me where it breaks things - configure options --with-cffile and --with-pwdfile now by Stu May - added -F server option to prevent automatic reinitialization of failed consoles ('|' syntax consoles which exit with a zero status are still reinitialized) - requested by William P LePera and Malcolm Gibbs - successful automatic reinitialization of consoles now attaches a client that wants read-write mode - added read-only client wish to become read-write in -i output - moved to autoconf-2.54 and fixed some small configure.in bugs Many thanks to John R. Jackson for the following fixes, cleanups, and enhancements... - "lost timestamps" bug (SIGALRM/sleep()/usleep()/tcp_wrapper interaction) - compiler warnings, bad fileOpenFD tests, and ability to use a colon after an equal in the config file (LOGDIR=C:\Logs) - autologin fix for Solaris BSM support version 7.2.2 (Jun 05, 2002): - added 'n' as token for no-parity - patch by Greg A. Woods - extra timestamps occur when consoles come back up after being down longer than their timestamp period - reported by Dave Stuit - AIX 5.1 pseudo-terminal support broken - patch by William P LePera - PID file overwritten and not unlinked on exit - reported by William P LePera - signals cleaned up in master, child, and sub-proc sections - SIGPIPE now ignored - reported by Greg A. Woods
2003-05-22Note KDE update to 3.1.2.markd2-3/+66
2003-05-22Update KDE to 3.1.2.markd113-262/+773
2003-05-22Update KDE to 3.1.2.markd20-327/+334
Changes: kdemultimedia: * Ogg Vorbis Info List view column titles were incorrect. * kmix: Vertical label widget to sliders in replacement of large horizontal labels * kmix: Fixed alsa 0.9x to restore current volumes * kmix: Fixed multiple alsa 0.9x cards detection
2003-05-22Update KDE to 3.1.2.markd4-12/+8
Changes: kdesdk: * kbabel: Splash screen can be clicked and does not cover error messages anymore.
2003-05-22Update KDE to 3.1.2.markd4-12/+10
2003-05-22Update KDE to 3.1.2.markd12-355/+49
Changes: kdegraphics: * kghostview: Better handling of half-broken Postscript and PDF files * kghostview: Fix the opening of files on the command line, which was not working if the paths contained non-alphanumeric characters or were absolute paths * kghostview: Work around -dMaxBitmap bug in gs version 6.5x * kghostview: Reset orientation and paper size selectors after opening a new document * kghostview: Security fix for #56808. The security patch which was present in version 3.1.1a caused problems for some users and has been corrected * kghostview: ghostscript version 8 is now supported
2003-05-22Some fixes so this will build. Needs cmake in a builds depend. Actually deletejmc7-108/+3
the 6 patch files not used anymore
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.