summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-06-23Update awstats to 6.1.minskim4-37/+49
Changes: New features/improvements: - The BuildHistoryFormat can now accept xml to build the AWStats database in xml. The XML schema is available in tools/xslt directory. - Added an example of xslt style sheet to use AWStats XML database. - Added %time4 flag for LogFormat to support unix timestamp date format. - Added Firefox to browser database. - Added option IncludeInternalLinksInOriginSection (defined to 0 by default). - Added field to choose size of list limit (rawlog plugin). - Added ExtraSectionCodeFilterX parameters. - PDF detection works also for browsers that support PDF 6 only. - maillogconvert.pl: Added an automatic year adjustment for sendmail/postfix log files that does not store the log. This solve problems for mail analyses around new year. - Added tooltips for mail reports (tooltips plugin). Changed look of the summary report to prepare add of new informations. - Added failed mails number in the summary. - AllowAccessFromWebToFollowingAuthenticatedUsers is no more case sensitive. - Added new functions for plugins: AddHTMLMenuHeader, AddHTMLMenuFooter, AddHTMLContentHeader, AddHTMLContentFooter - Added detection of Camino web browser (old Chimera). - Full updated robots database. Fixes: - Removed warning "Bizarre copy of ARRAY" with new Perl 5.8.4. - Fixed syntax error in Year view when xhtml output is selected. - Fixed a problem of not working misc feature when using IIS and when URLWithQuery was set to 0. - Now all non ISO-8859-1 languages are shown correctly even with Apache2, whatever is the value of the AddDefaultCharset directive. - Some plugins broke the xhtml output. - Fixed wrong results for compression ratios when using mod_gzip and %gzip_ratio tag. - Fixed old bug showing string "SCALAR(0x8badae4)" inside html reports when using mod_perl. - Fixed the not allowed GET method when LogType=S. - maillogconvert.pl: Better management of error records with sendmail and postfix (some "reject" records were discarded). - maillogconvert.pl: Fixed important bug where records were discarded when server name was a FQDN. - configure.pl: Now works also on Mac OS X - configure.pl: If /etc/awstats directory does not exist, try to create it. If /etc/awstats.model.conf not found on Linux, try to find it in cgi-bin directory. - Fixed some bugs when BuildReportOutput is set to xhtml (rawlog plugin) plugin. - Number of shown lines were one more than required (rawlog plugin). - xhtml output broken for some 404 reports. Other/Documentation: - BuildReportOutput=xml renamed into BuildReportOutput=xhtml - Added arabic language file. - Updated language file. - Updated documentation. - maillogconvert.pl: Update value of NBOFENTRYFOFLUSH
2004-06-23Update emulators/mips64emul to 20040623.xtraeme3-6/+7
Changes: 23 Jun 2004: (Early in the morning.) Performing a general code cleanup (comments, fixing stuff that led to compiler warnings, ...). Disabling MIPS16 support by default, and making it a configure time option to enable it (--mips16). This gives a few percent speed increase overall. Increasing performance by assuming that instruction loads (reading from memory) will be at the same page as the last load. First by assuming that a vaddr -> paddr translation for instruction loads almost always is preserved (gaining a few percent speed), and then that a paddr -> host memblock translation also holds if the instruction is in normal RAM (which led to some more percents of speed increase). :-) This is definitely a fine night for coding... For example, the total time from starting the emulator until Ultrix 4. 2 shows it graphical login dialog is 48 seconds! 22 Jun 2004: (Late.) Trying to track down the last SCSI tape bugs. Removing all dynamic binary translation code (bintrans), starting from scratch again. 22 Jun 2004: (Early in the morning.) Finally! After many many hours of trial and error, I got the SCSI tape stuff to work; when going past the end of a file, automagically switch to the beginning of the next. 21 Jun 2004: Removing the Nintendo 64 emulation mode, as it is too uninteresting to support. Adding SCSI tape device support (read-only, so far, and not 100% working). Fixing a bug which caused the cursor to be corrupted if new data was written to the framebuffer, but the cursor wasn't moved. 20 Jun 2004: Adding a program which converts SGI prom dumps from text capture to binary, and some hacks to try to make such an IP22 PROM to work better in the emulator.
2004-06-23note update of firefox to 0.9taya1-1/+2
2004-06-23Update firefox to 0.9taya37-376/+377
Here's what's new in this release of Firefox: * New Default Theme An updated Default Theme now presents a uniform appearance across all three platforms - a new crisp, clear look for Windows users. Finetuning for GNOME will follow in future releases. * Comprehensive Data Migration Switching to Firefox has never been easier now that Firefox imports data like Favorites, History, Settings, Cookies and Passwords from Internet Explorer. Firefox can also import from Mozilla 1.x, Netscape 4.x, 6.x and 7.x, and Opera. MacOS X and Linux migrators for browsers like Safari, OmniWeb, Konqueror etc. will arrive in future releases. * Extension/Theme Manager New Extension and Theme Managers provide a convenient way to manage and update your add-ons. SmartUpdate also notifies you of updates to Firefox. * Help A new online help system is available. * Lots of bug fixes and improvements Copy Image, the ability to delete individual items from Autocomplete lists, SMB/SFTP support on GNOME via gnome-vfs, better Bookmarks, Search and many other refinements fine tune the browsing experience. For Linux/GTK2 Users * Look and Feel Updates Ongoing improvements have been made to improve the way Firefox adheres to your GTK2 themes, such as menus. * Talkback for GTK2 Help us nail down crashes by submitting talkback reports with this crash reporting tool.
2004-06-23bomberclone, flawfinder, and grepmail have been updated.snj1-4/+1
2004-06-23Updated flawfinder to 1.26.snj1-1/+2
2004-06-23Update flawfinder to 1.26. Don't set PY_PATCHPLIST, as it is useless.snj2-12/+6
Don't include python/extension.mk, as it is also useless. Don't set NO_CONFIGURE, because it makes PYTHON_PATCH_SCRIPTS useless. Don't set MAKEFILE, as we don't actually use the included makefile for anything. Changes since 1.24: * Added more support for Microsoft's approach to internationalization. * Added two new rules for GLib functions, "g_get_home_dir" and g_get_tmp_dir". * Added curl_getenv(). * Added several rules for input functions (for -I) - recv, recvfrom, recvmsg, fread, and readv. * Tightened the false positive test slightly; if a name is followed by = or - or + it's unlikely to be a function call, so it'll be quietly discarded. * Modified the summary report format slightly. * Modified the getpass text to remove an extraneous character. * Added rules for cuserid, getlogin, getpass, mkstemp, getpw, memalign, as well as the obsolete functions gsignal, ssignal, ulimit, usleep. * Modified text for strncat to clarify it. * Fixed error in --columns format, so that the output is simply "filename:linenumber:columnnumber" when --columns (-C) is used. * Eliminated "Number of" phrase in the footer report * Added more statistical information to the footer report. * Added shortcut single-letter commands (-D for --dataonly, -Q for --quiet, -C for --columns), so that invoking from editors is easier. * Tries to autoremove some false positives. In particular, a function name followed immediately by "=" (ignoring whitespace) is automatically considered to be a variable and NOT a function, and thus doesn't register as a hit. There are exotic cases where this won't be correct, but they're pretty unlikely in real code. * Added a "--falsepositive" (-F) option, which tries to remove many more likely false positives.
2004-06-23Note PKGREVISION bump of python15.minskim1-1/+2
2004-06-23Follow python23's way in dealing with platform-dependent files.minskim7-19/+104
Suggested by drochner@. Bump PKGREVISION.
2004-06-23Updated bomberclone to 0.11.3.snj1-1/+2
2004-06-23Update bomberclone to 0.11.3.snj3-8/+15
The ChangeLog has this to say about it: - in-game menus, like the "Quit Game" question, and an End Round menu. - menu handling changed some internal things, so it is possible to create more menus at a time. it is possible to write own menuloops. (this is used in the new playerselection screen and playermenu screen.) - new player selection screen, needed because of the second local player. - password protection for own games so they can be listed on the OGC but only people with the password will be able to join. - user-defined keyboad settings. - the server can now kick players from the game - programm parameters for automatic joining/hosting a game, using ogc, port configuation and debug mode. - Fixed: respawning of the player will continue and finish when we go into Hurry Mode. - Fixed: bombs will start ticking when another special is taken or the player died. - Fixed: statusbar will forced to update if a player finished respawning. - Fixed: number of items which have been dropped. If not all items could been set a debug message will be printed into the console or stdout.txt. - Fixed: items can not anymore droped on bombs. - Fixes the issue of it making incorrect assumptions about the initial range of bombs and placing players in unsafe positions.
2004-06-23Updated grepmail to 5.30.snj1-1/+2
2004-06-23Update grepmail to 5.30. Now requires p5-Mail-Mbox-MessageParser>=1.20.snj2-6/+6
New in version 5.30: - Updated t/recursive.t to work better when there are version control directories in t/mailboxes/directory. - Updated t/invalid_mailbox.t to be more robust. - Fixed a bug in t/invalid_mailbox.t for Solaris. - -F now works again - Changed incorrect "-h" to "--help" in two error messages. - Now correctly handles DOS-style line endings in mailboxes. - Changed single dates so that they are treated as inferred spans, instead of a single day. For example "2004" now means "between Jan 1 2004 and Jan 1 2005" instead of "between Jan 1 2004 and Jan 2 2004".
2004-06-23Updated p5-Mail-Mbox-MessageParser to 1.20.snj1-1/+2
2004-06-23Update to p5-Mail-Mbox-MessageParser-1.20.snj2-5/+5
Changes since 1.14: - More robust use of GNU grep to find emails on DOS systems - Fixed an uninitialized value warning in Cache.pm - Made everything work with DOS-style line endings. Added endline() function to return the detected line ending - Now keeps reading the first paragraph until a maximum number of bytes have been read.
2004-06-23vlc is already at 0.7.2 (thanks xtraeme!).snj1-2/+1
2004-06-23Add exult (open source Ultima 7 game engine) to suggested packages.wiz1-20/+52
+ R-1.9.1, bomberclone-0.11.3, conserver-8.1.8, efax-gtk-2.2.8, elm-me-2.4pl116a, flawfinder-1.26, fox-1.2.4, gnustep-0.9.3, gnutls-1.0.14, grepmail-5.30, gsed-4.1, gtk-gnutella-0.93.4, gtkmm-2.4.3, imp-3.2.4, iozone-3.218, ivtools-1.2, larswm-7.5.0, lavaps-2.5, libidn-0.4.9, libsigc++-2.0.3, libsndfile-1.0.10, mathomatic-11.2b, mkvtoolnix-0.9.1, nut-9.16, openoffice-1.1.2, povray-3.6.0, psi-0.9.2, py-checker-0.8.14, ratpoison-1.3.0, rox-session-0.1.23, scribus-1.1.7, sendmail-8.13.0, smalltalk-2.1.8, snownews-1.5.3, socat-1.4.0.0, sqlite-2.8.14, tcpreplay-2.2.2, thunderbird-0.7, thy-0.9.2, vlc-0.7.2, vnc-4.0 [http://www.realvnc.com/download.html], w3m-0.5.1 [pkg/25995], wine-20040615, wwwoffle-2.8c, xplanet-1.1.0, xterm-191.
2004-06-23note update of mozilla-bin to 1.7.grant1-1/+2
2004-06-23some linux builds are in contrib/ now, don't override itgrant1-2/+2
2004-06-23Updated mozilla-bin to 1.7.grant3-13/+10
The full list of changes can be found at: http://www.mozilla.org/releases/mozilla1.7/README.html Major browser changes since 1.6: * A new option to prevent sites from using JavaScript to block the browser's context menu. * A new set of icons for files that are associated with Mozilla on Windows. * Password Manager has a "show passwords" mode which will display saved passwords. You will need to enter your master password if you are using one. * The "Set As Wallpaper" feature now has a confirmation dialog. * Linux GTK2 builds have improved support for OS themes. * Cookie dialogs have been reworked to make them more usable. * Date handling, especially on OS X, has been improved. * It is now possible to fine-tune Mozilla's pop-up blocking using two preferences (dom.popup_maximum and dom.popup_allowed_events) but there's no UI for that yet. Even without a UI, users should notice a greater variety of pop-ups blocked (primarily mouseover pop-ups) and a limit of 20 or so open at one time - regardless of whether pop-up blocking is active. This will provide some protection from sites that open hundreds of windows in a loop. * Downloaded files are now moved to the target directory as soon as the user selects the desired location. This was the frequently reported bug 55690. * There is now user interface to activate Smooth Scrolling (Preferences -> Appearance). * Mozilla now supports basic FTP upload.
2004-06-23mozilla binary packages don't need a compiler.grant1-1/+2
2004-06-23In SUBST_SED.pkglocaledir, escape the rest of the line in the pattern.salo1-2/+2
Saves trailing \ properly. Addresses PR pkg/26022 by Akio OBATA.
2004-06-23Use TEST instead of [] when using -nt. This makes the section work oncjep1-3/+3
SunOS.
2004-06-23The pkgview installation of cups causes more harm than good since otherrecht1-2/+2
packages install filters into libexec/cups/filter - which doesn't work in pkgview land. To work around this disable pkgview installation of cups until the issues are resolved. ok'd by jlam@
2004-06-23Handle installation of PREFIX/share/sendmail better. Fixes PR#23735cjep2-4/+5
2004-06-23Note libusb-0.1.8nb1 update.wiz1-1/+2
2004-06-23Bump PKGREVISION for patch-ad (usb_bulk_read() bugfix by mycroft).wiz1-1/+2
2004-06-23Make usb_bulk_read() terminate short transfers correctly. This mimics themycroft2-1/+34
Linux code, and is critical for making PTP work.
2004-06-23used SUBST_*.hamajima1-7/+6
2004-06-23Updated naim to 0.11.7.snj1-1/+2
2004-06-23Update naim to 0.11.7.snj2-5/+5
The release announcement has this to say: "Much of the ECS and FireTalk backends have been rewritten to clean up, optimize, and fix bugs in the code. There is also much more internal consistency-assurance code throughout naim, making it easier for future bugs to be discovered and fixed."
2004-06-23Accept perl58 and perl-thread packages too...xtraeme1-2/+2
2004-06-23Update graphics/ImageMagick to 6.0.2.7.xtraeme4-12/+13
Changes: Bug fixes: * Fixed problem with relative filename wildcards (e.g. identify images/*.jpg) * DrawSetStrokeDashArray() now respects the number_elements argument. Performance improvements: * Don't open a loadable module if its already open. * Added anonymous memory-mapping to the pixel cache. This makes it possible for memory to be returned to the system after the image is destroyed. Utilities enhancements: * The display program now composites any transparent images on top of a checkered background to assist in visualizing any partial transparent pixels. Coder additions/improvments: * When an unknown property is encountered in the XCF coder, it enters a bogus loop that never terminates. Code/structure enhancements: * Introduce MagickBooleanType and MagickStatusType types of unsigned int. These types are 100% compatible with the existing API but removes ambiguity. Previously we got complaints that users did not realize that a return value of unsigned int in most cases meant a binary value (0/1). MagickStatusType is used for methods that return a bit mask. * Introduce MagickFalse and MagickTrue while we deprecate True/False. And more...
2004-06-22Enable drac support in mail/qpopper package, patch was suppliedxtraeme4-5/+18
by John Nemeth in PR pkg/22925. The new option to use is "QPOPPER_USE_DRAC" and by default is not defined. Bump PKGREVISION.
2004-06-22Remove references about BUILDLINK_UPDATE_CACHE in the configure stage,xtraeme1-6/+1
you could build packages faster right now (yay), I'm using this way around +2 months ago without any problem. Ok'ed by jlam@.
2004-06-22Grr, the new drivel package lives in www, not misc. This is what happensjmmv2-3/+3
when importing a package to a different category from where the local directory lives... Pointed out by xtraeme@.
2004-06-22Note addition of SpeedyCGI v2.2adrianp2-2/+4
2004-06-22Import SpeedyCGI v2.22 from pkgsrc-wipadrianp5-0/+73
Ok'ed wiz@/snj@ SpeedyCGI is a way to run perl scripts persistently, which can make them run much more quickly. A script can be made to to run persistently by changing the interpreter line at the top of the script from: #!${LOCALBASE}/bin/perl to #!${LOCALBASE}/bin/speedy After the script is initially run, instead of exiting, the perl interpreter is kept running. During subsequent runs, this interpreter is used to handle new executions instead of starting a new perl interpreter each time. A very fast frontend program, written in C, is executed for each request. This fast frontend then contacts the persistent Perl process, which is usually already running, to do the work and return the results.
2004-06-22Note addition of drivel, version 1.0.0.jmmv1-1/+2
2004-06-22Add and enable drivel.jmmv1-1/+2
2004-06-22Initial import of drivel, version 1.0.0:jmmv6-0/+154
Drivel is a LiveJournal client for the GNOME Desktop. Its purpose is to retain a simple and elegant design while providing the same level of functionality as the offical LiveJournal clients. Drivel also integrates tightly with the GNOME Desktop technologies.
2004-06-22Apply patches from Iain Hibbert to make work the NetStatus app viaxtraeme3-1/+92
PR pkg/26001. To use it, just add the following lines into your ~/.icewm/preferences: (change ppp0 for your interface) TaskBarShowNetStatus = 1 NetworkStatusDevice = "ppp0"
2004-06-22Back out last `fix' which is nonsensical -- this package uses tclConfig.sh likejwise1-4/+4
all other correctly written tcl-using packages, and gets the inclusion of -lpthread (and -lm for that matter) exactly right. I use it regularly here.
2004-06-2280 chars per line.xtraeme1-2/+3
2004-06-22+ pkgclean, pkgfindxtraeme2-2/+6
2004-06-22Initial import of pkgclean-20040622 from pkgsrc-wip, written byxtraeme5-0/+228
Peter Postma. pkgclean cleans up your pkgsrc by removing the work directories. It's a fast alternative for ``cd /usr/pkgsrc && make clean''.
2004-06-22Initial import of pkgfind-20040622 from pkgsrc-wip, written byxtraeme5-0/+296
Peter Postma. pkgfind can find packages in pkgsrc. It tries to find packages which matches a keyword in the package name.
2004-06-22use the non-threaded libtcldrochner1-4/+4
(the threaded one gives errors at "createlang" time - strange that noone noticed...)
2004-06-22add a non-threaded libtcl.so, for embedding into non-threaded applicationsdrochner12-0/+1376
2004-06-22add hooks to plug in a non-threaded version of libtcl.so (needed fordrochner4-11/+22
embedding into non-threaded programs) without duplicating anything else