summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-09-11Fix path to the makedatprog binary in the makedat script. Bump thejlam1-2/+3
PKGREVISION to 2.
2007-09-11Fix location of directories used by the webadmin CGI binary. Bump thejlam2-6/+6
PKGREVISION to 5.
2007-09-10Remove duplicate entry for "share/httpd/icons/README.html".tron1-2/+1
Pointed out by Geert Hendrickx in private e-mail.
2007-09-10+ ImageMagick-6.3.5.8, gnupg2-2.0.7, gtexinfo-4.11, p5-PerlMagick-6.3.5.8.wiz1-4/+5
2007-09-10Updated net/bind8 to 8.4.7pl1adrianp1-1/+2
2007-09-10Update to 8.4.7-P1adrianp3-15/+23
- Fix ${MASTER_SITES} - Fix permissions on installed html files BIND changes: 1750. [cleanup] Add "End of Life" notices. 1749. [security] Use arc4 rather than LC NSID for QID RNG. [RT #17034] 1719. [port] HPUX-IA64 support. 1716. [port] solaris: poll() support. 1715. [port] solaris: uses Sun's md5 implementation. 1712. [bug] turning off non-blocking i/o was broken. 1700. [port] Use closefrom() if available. See CHANGES for all the details.
2007-09-10Remove "nbcompat" from USE_FEATURES... that was a debugging leftover.jlam1-2/+2
This avoids linking against libnbcompat if it's not needed.
2007-09-10Teach the webmlm rc.d script to check that the LISTS variable is non-emptyjlam2-5/+9
before attempting to start webmlmd. Fix the way that webmlmd is called (it expects an extra argument). Bump the PKGREVSION to 4.
2007-09-10Updated sysutils/bacula to 2.2.3.ghen1-1/+2
2007-09-10Update to Bacula 2.2.3, which fixes a serious bug that caused files not toghen2-6/+6
be restored when multiple simultaneous jobs are run. For a detailed analysis about this bug and its impact, see: http://www.bacula.org/downloads/bug-395.txt
2007-09-10Fix PLIST.jlam1-1/+2
2007-09-10+ multimedia/libnmsxtraeme2-2/+4
2007-09-10Initial import of libnms-0.6.0 from pkgsrc-wip, packaged byxtraeme6-0/+87
jfranz at bsdprojects dot net. libnms lets you add multimedia streaming playback in your applications in a quick and straightforward way. This software, derived from the experience matured with NeMeSi is fully compliant with IETF's standards for real-time streaming of multimedia contents over Internet. libnms implements RTSP - Real-Time Streaming Protocol (RFC2326) and RTP/RTCP - Real-Time Transport Protocol/RTP Control Protocol (RFC3550) supporting the RTP Profile for Audio and Video Conferences with Minimal Control (RFC3551). Currently libnms is relatively stable API wise and the most enlighting documentation are the example code and the partially doxygenized headers.
2007-09-10+ net/libmmsxtraeme2-2/+4
2007-09-10Initial import of libmms-0.3 from pkgsrc-wip, packaged byxtraeme5-0/+65
jfranz at bsdprojects dot net. LibMMS aims to be a common mms:// and mmsh:// (Microsoft streaming protocols) parsing library, licensed under LGPL.
2007-09-10Actually install the webmlm rc.d script and config files.jlam2-5/+5
Bump the PKGREVISON to 3.
2007-09-10+ audio/adplugxtraeme2-2/+4
2007-09-10Initial import of adplug-2.1 from pkgsrc-wip, packaged byxtraeme5-0/+114
jfranz at bsdprojects dot net. AdPlug is a free, cross-platform, hardware independent AdLib sound player library, mainly written in C++ and released under the LGPL. AdPlug plays sound data, originally created for the AdLib (OPL2) audio board, directly from its original format on top of an OPL2 emulator or by using the real hardware. No OPL chip is required for playback.
2007-09-10+ devel/libbinioxtraeme2-2/+4
2007-09-10Initial import of libbinio-1.4 from pkgsrc-wip, packaged byxtraeme5-0/+66
jfranz at bsdprojects dot net. The binary I/O stream class library presents a platform-independent way to access binary data streams in C++. The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation. It further employs no special I/O protocol and can be used on arbitrary binary data sources.
2007-09-10Remove patch that is not needed after update to 1.7.12.wiz2-15/+1
2007-09-10+ devel/libmcsxtraeme2-2/+4
2007-09-10Initial import of libmcs-0.4.1 from pkgsrc-wip, packaged byxtraeme5-0/+70
jfranz at bsdprojects dot net. mcs is a library and set of userland tools which abstract the storage of configuration settings away from userland applications. It is hoped that by using mcs, the applications which use it will generally have a more congruent feeling in regards to settings. There have been other projects like this before (such as GConf), but unlike those projects, mcs strictly handles abstraction. It does not impose any specific data storage requirement, nor is it tied to any desktop environment or software suite. Because mcs is licenced under the BSD licence, it is hoped that many applications will adopt it's use.
2007-09-10Updated devel/uno to 2.12xtraeme2-3/+3
2007-09-10Update to 2.12:xtraeme4-23/+23
Version 2.12 (11 Aug 07) Handle 0LL, and empty initializer lists (courtesy Dany Vereertbrugghen, lucent). The tool will still complain if a structure is passed to a function without prior initialization. Fix pending. Version 2.11 (2 March 07) Handle larger inputs. Better behavior on self-test. Removes problem with some preprocessors where uno could choke on an unexpected format for linenumber directives. Thanks to rainer from samhain labs. Version 2.9-2.10 (Feb 06) Small fixes only. In pedantic mode, uno will now treat pointers that are initialized to zero as being uninitialized. This is annoying sometimes when you want to initialize the pointer to turn off a report from uno, but it is a little safer. Several patches courtesy of Jerry James.
2007-09-10Note update of lighttpd to 1.4.18.jlam2-3/+3
2007-09-10Update www/lighttpd to 1.4.18. Changes from 1.4.16 include:jlam7-13/+65
* fixed forwarding a SIGINT and SIGHUP when using max-workers (#902) --> fixed FastCGI header overrun in mod_fastcgi * fixed hanging redirects with keep-alive due to missing "Content-Length: 0" headers * fixed crashing when using undefined environment variables in the config * added dir-listing.set-footer in mod_dirlisting (#1277) * added sending UID and PID for SIGTERM and SIGINT to the logs * fixed compression of files < 128 bytes by disabling compression (#1241) * fixed mysql server reconnects (#518) * fixed disabled keep-alive for dynamic content with HTTP/1.0 (#1166) * fixed crash on mixed EOL sequences in mod_cgi * fixed key compare (#1287) * fixed invalid char in header values (#1286) * fixed invalid "304 Not Modified" on broken timestamps --> fixed endless loop on shrinked files with sendfile() on BSD (#1289) --> fixed counter overrun in ?auto in mod_status (#909) * fixed too aggresive caching of nested conditionals (#41) --> fixed possible overflow in unix-socket path checks on BSD (#713) * fixed extra Content-Length header on 1xx, 204 and 304 (#1002) * fixed handling of duplicate If-Modified-Since to return 304 * fixed extracting status code from NPH scripts (#1125) * removed config-check if passwd files exist (#1188) * fixed crash when etags are disabled but the client sends one (#1322) * fixed crash when freeing the config in mod_alias * fixed server.error-handler-404 breakage from 1.4.16 (#1270) * fixed entering 404-handler from dynamic content (#948) * added more debug infos for FAM based stat-cache The highlighted changes are security vulnerabilities that are fixed in this release.
2007-09-10BUILDLINK_TRANSFORM+= rm:-msseabs1-3/+2
2007-09-10ROMBuild updated to 2.9.wiz1-1/+2
2007-09-10Update to 2.9:wiz2-7/+7
09/09/2007 *** v2.9 *** Updated ROM names for R-Type (Japan prototype) to match MAME v0.112 Updates after MAME v0.118: - Removed some old fixes for rtypejp (no longer required). - Added rtypeus and rtypejp fixes for JunoFirst, M72 and RAGE. - Now incorporates MAME ROM renames for salamand and altbeas4.
2007-09-10Fixed build failure on Darwin, as reported in PR 36960.rillig2-4/+4
2007-09-10Note mldonkey* updates.wiz1-1/+3
2007-09-10Update to 2.9.1:wiz2-6/+6
2007/09/09: version 2.9.1 = tag release-2-9-1 6192: EDK: Use discovered client_ip when lowid 2007/09/05 6187: BT: Fix wrong file order of multifile torrents due to patch #6174 2007/09/01 6179: BT: Send correct downloaded amount to tracker when download completed 6174: BT: Encode non-UTF8 filenames using "encoding" or "codepage" data from .torrent if present 2007/08/31 6175: Yet another patch for share_scan_interval - new default 30 minutes for newly created ini files - still use 0 to disable - hard-coded global minimum of 5 minutes, this updates old default 1 to 5 - automated options update, if update is needed (options_version <= 19) and share_scan_interval = 5 (because of new hard-coded minimum, which is processed earlier) its changed to new default of 30 6145: EDK: Update options description of max_connected_servers (Schlumpf) 6172: EDK: properly advertise and honour noviewshared tag (TripleM) 2007/08/23 6160: BT: Another fix for share_scan_interval - Old hard-coded default was 300s, now with share_scan_interval its possible to use a minimum of 60s which produces high CPU load. This patch implements a minimum of 300s for the BT share_files timer. 2007/08/04 6128: New default for option messages_filter (unease) 6132: HTML: Fix group display in vd <num> for admin users view of other users files 6130: Change API for network_parse_url, support user group 6127: HTML: Display file_chunk_sizes/file_piece_size in vd <num> 6135: BT: Fix high CPU load when share_scan_interval = 0 due to buggy patch #6049 (thx to darkman)
2007-09-10Cleaned up the TODO list from things I don't find worth implementing.rillig1-10/+1
2007-09-10Reverted the last change. Apparently, it was committed without testingrillig1-18/+38
it first.
2007-09-10Added documentation.rillig1-1/+26
2007-09-10Why should we write the same code over and over again? We shouldn't.rillig1-38/+18
2007-09-10Add HOMEPAGE.wiz1-1/+2
2007-09-10Added information about imake-specific variables.rillig1-1/+13
2007-09-10+ gcompris-8.4, geda-1.2.0.20070902, lighttpd-1.4.18.wiz1-2/+4
2007-09-10gnumeric-current updated to 1.7.12.wiz2-4/+3
2007-09-10Update to 1.7.12:wiz3-13/+15
Gnumeric 1.7.12 'Rocks for Rob, Roses for Harlan' J.H.M. Dassen (Ray): * Added infrastructure to render the DocBook documentation as PDF. Jody: * Store objects in visible order in .gnumeric files. [#438933] * Make SMALL/LARGE support implicit intersection. [#343176] * XLS import for Form combos/lists source ranges. [#451384] * Remove warning when combo objects updated. * Repeat action being activated by F4 while editing. [#461284] * SUM(INDIRECT:INDIRECT) XL compat outside arrays. [#395926] * Merge UI layer back into WBCGtk, no more arbitrary split. * Use pygobject instead of pygtk * Use utf-16 encoded cmd line args on windows. [#361321] * Fix XLS import of workbook local hyperlinks. * XLSX import/export of hyperlinks. * XLSX import/export of validation and input messages. * Basic XLSX import/export of charts. * ROW/COLUMN return vectors not matricies. [#Harlan Grove] Morten: * Fix undo column/row insert/delete for arrays. [#463834] * Fix undo column/row delete for objects. * Fix undo of sheet objects pushed off the sheet. * Fix auto-correct issue. [#463996] * Fix handling of named expressions when inserting or deleting columns or rows. [#123649] * Validate defined names. [#346223] * Fix 64-bit issue for non-GNOME build. [#465545] * Allow relative formulas in name dialog. * Make test suite a bit more robust. * Fix date entry problem. [#472760]
2007-09-10Fix typo (exmaples -> examples).hira1-2/+2
2007-09-10Switch to xf86-video-intel by default, it supersedes xf86-video-i810.joerg1-2/+3
2007-09-09Add notes of things that need fixing:gdt1-1/+8
# XXX Accumulate commit message during each operation, so that a final # commit operation will have a sensible message with all of the # previous operations. # XXX Fail if uid is 0, or perhaps != CVS meta files owner, to catch # the case of invoking these targets as root.
2007-09-09Regenerate patch to make it apply with GNU patch under Mac OS X.tron2-11/+11
2007-09-09Remove libpreludedb dependency for snort-prelude builds. Apparently it'sadrianp1-2/+1
not required. From John R. Shannon.
2007-09-09Updated multimedia/mplayer-plugin-firefox to 3.45 (the latest and thextraeme2-3/+3
greatest out there).
2007-09-09Update to 3.45, our previous version was from 2 years ago...xtraeme6-56/+28
Please see http://mplayerplug-in.sourceforge.net/news.php for the list of changes. NOTE: Sorry, but ENOTIME to update the gtk1 version.
2007-09-09Drop maintainership.wiz1-2/+2