summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2004-06-22Fix a typo and improve grammar.wiz1-5/+6
2004-06-22Applied feedback from Hideyuki KURASHINA in pkg/25776.hamajima4-7/+23
And fix path in manpage.
2004-06-22Since Tcl/Tk is builded threaded these days this package requires arecht1-1/+3
Python built with threading support. So, allow only python2[123]-pth.
2004-06-22Note PKGREVISION bump of bash2.minskim1-1/+2
2004-06-22Disable multibyte support only when wctype_t is not available. Theminskim8-12/+129
previous patches disabled it on NetBSD unconditionally. Bump PKGREVISION. Pointed out by Kibum Han. Thanks to junyoung@ for testing. OK'ed by schmonz@ and wiz@.
2004-06-22Make this package obey USE_ESOUND. While here, add USE_OSS to BUILD_DEFS.dillo1-1/+10
2004-06-22note update of p5-Device-Gsm to 1.33.grant1-1/+2
2004-06-22Updated p5-Device-Gsm to 1.33.grant2-5/+5
changes since 1.16: 1.33 Wed May 26 13:52:43 CEST 2004 - added delete_sms() method. For now, works only in PDU mode. - fixed messages() newline regex split pattern - modified send sms in text mode to cope with slower/older devices - modified message read method to set pdu mode before executing 1.28 || 1.25 Fri Jan 23 00:59:16 CET 2004 - further documentation, troubleshooting and autoscan utility sections - added all new pdu sms token-oriented decoding classes (this is an 80% complete implementation, mostly regarding charset conversion issues) - Device::Gsm::Sms public class is now documented properly 1.24 || 1.20 Wed Jan 21 23:32:45 CET 2004 - completed full documentation (to be revised) - documented working irda/bluetooth connections (always through device::serialport :-) 1.19 1.18 Mon Mar 24 23:32:27 CET 2003 - added a complete interface to read messages on SIM card ( $gsm->messages() method and Device::Gsm::Sms objects ) - some minor cleanup 1.17 Thu Sep 12 00:22:06 CEST 2002 - added signal_quality() method to measure gsm signal power (dBm) - added an example script in [examples] folder (`report_signal.pl')
2004-06-22note update of file to 4.09.grant2-3/+3
2004-06-22Updated file to 4.09:grant2-5/+5
changes since 4.02: 2004-04-06 20:36 Christos Zoulas <christos@zoulas.com> * detect present of mbstate_t Petter Reinholdtsen <pere@hungry.com> * magic fixes 2004-03-22 15:25 Christos Zoulas <christos@zoulas.com> * Lots of mime fixes (Joerg Ostertag) <ostertag@rechengilde.de> * FreeBSD ELF version handling (Edwin Groothuis) <edwin@mavetju.org> * correct cleanup in all cases; don't just close the file. (Christos Zoulas) <christos@zoulas.com> * add gettext message catalogue support (Michael Piefel) <piefel@debian.org> * better printout for unreadable files (Michael Piefel) <piefel@debian.org> * compensate for missing MAXPATHLEN (Michael Piefel) <piefel@debian.org> * add wide character string length computation (Michael Piefel) <piefel@debian.org> * Avoid infinite loops caused by bad elf alignments or name and description note sizes. Reported by (Mikael Magnusson) <mmikael@comhem.se> 2004-03-09 13:55 Christos Zoulas <christos@zoulas.com> * Fix possible memory leak on error and add missing regfree (Dmitry V. Levin) <ldv@altlinux.org> 2003-12-23 12:12 Christos Zoulas <christos@zoulas.com> * fix -k flag (Maciej W. Rozycki) 2003-11-18 14:10 Christos Zoulas <christos@zoulas.com> * Try to give us much info as possible on corrupt elf files. (Willy Tarreau) <willy@w.ods.org> * Updated python bindings (Brett Funderburg) <brettf@deepfile.com> 2003-11-11 15:03 Christos Zoulas <christos@zoulas.com> * Include file.h first, because it includes config.h breaks largefile test macros otherwise. (Paul Eggert <eggert@CS.UCLA.EDU> via Lars Hecking <lhecking@nmrc.ie>) 2003-10-14 21:39 Christos Zoulas <christos@zoulas.com> * Python bindings (Brett Funderburg) <brettf@deepfile.com> * Don't lookup past the end of the buffer (Chad Hanson) <chanson@tcs-sec.com> * Add MAGIC_ERROR and api on magic_errno() 2003-10-08 12:40 Christos Zoulas <christos@zoulas.com> * handle error conditions from compile as fatal (Antti Kantee) <pooka@netbsd.org> * handle magic filename parsing sanely * more magic fixes. * fix a memory leak (Illes Marton) <illes.marton@balabit.hu> * describe magic file handling (Bryan Henderson) <bryanh@giraffe-data.com> 2003-09-12 15:09 Christos Zoulas <christos@zoulas.com> * update magic files. * remove largefile support from file.h; it breaks things on most OS's 2003-08-10 10:25 Christos Zoulas <christos@zoulas.com> * fix unmapping'ing of mmaped files. 2003-07-10 12:03 Christos Zoulas <christos@zoulas.com> * don't exit with -1 on error; always exit 1 (Marty Leisner) * restore utimes code. 2003-06-10 17:03 Christos Zoulas <christos@zoulas.com> * make sure we don't access uninitialized memory. * pass lint * #ifdef __cplusplus in magic.h 2003-05-25 19:23 Christos Zoulas <christos@zoulas.com> * rename cvs magic file to revision to deal with case insensitive filesystems. 2003-05-23 17:03 Christos Zoulas <christos@zoulas.com> * documentation fixes from Michael Piefel <piefel@debian.org> * magic fixes (various) * revert basename magic in .mgc name determination * buffer protection in uncompress, signness issues, close files Maciej W. Rozycki <macro@ds2.pg.gda.pl 2003-04-21 20:12 Christos Zoulas <christos@zoulas.com> * fix zsh magic 2003-04-04 16:59 Christos Zoulas <christos@zoulas.com> * fix operand sort order in string. 2003-04-02 17:30 Christos Zoulas <christos@zoulas.com> * cleanup namespace in magic.h
2004-06-22note update of p5-Device-Modem to 1.36.grant1-1/+2
2004-06-22Updated p5-Device-Modem to 1.36.grant2-5/+5
changes since 1.24 (incomplete from the distfile's changelog): 1.36 1.35 1.34 Sun Feb 22 18:12:54 CET 2004 - fixed CPAN bug #5131 (https://rt.cpan.org/Ticket/Display.html?id=5131) - closed CPAN bug #5134 (https://rt.cpan.org/Ticket/Display.html?id=5134) - dial() now should return correctly after a successful connect, without unnecessarily waiting for timeout - updated changes file missing in 1.35 1.33 1.32 1.31 Fri Jan 23 01:14:01 CET 2004 - Improved reliability in answer() method (sempre lui!), that was more unstable due to recent changes. - Documented _answer() internal function to get the raw modem reponse instead of response string stripped of all cr/lf chars. 1.29 1.30 Sat Nov 8 18:23:02 CET 2003 - improved answer() method speed. Now it runs sensibly faster, but needs explicit timeout parameter if you want to wait for answers (dialing a remote modem, for example) - implemented a basic xmodem file transfer. *DON'T KNOW IF IT WORKS* - documentation now stays only in docs/ folder, separate from main module - now there is a way to get the raw modem answers (internal _answer() method) 1.25 1.26 1.27 1.28 Sun May 18 17:19:23 CET 2003 - dial() now works as expected, returning the `CONNECT' or `BUSY' or whatever message without hanging for minutes; - answer() routine now is definitely more reliable than before: now everytime the buffer receives input from modem, it does not restart counting the timeout. Removed also the possibility of infinite loop if modem always receives garbage chars (like on a RAW PPP link); - Added full documentation for every method; - Added a FAQ document in new "docs/" folder; - new(): added possibility to pass a custom log object as `log' property; - fixed log levels for File and Syslog plugins. Implemented correct log level masking also for Syslog.
2004-06-22The german mirror is on "ftp.gwdg.de" not "ftp.gwdb.de".tron1-2/+2
2004-06-22Update www/screws to 0.54.xtraeme5-23/+20
Changes: 0.54 - * - Separated IO code from Accept - Add HSML comment tag: <?- -?> - Add launcher from cmdline (path|port) using HsmlExec module. - Allow stdin to read the configuration file (-c -) - Disable exectimeout by default to allow large file processing. - Disable keep-alive (not all scripts print Content-Length) - Solve IExplorer 'bug' that forces screws to segfault - Add initial support for Range-bytes in Headers and HsmlExec. - Drop nonblocking sockets, and use IOpoll/IOselect by default. - Solved longfiles buffering problems. - Solve XSS bug on HsmlExec - Initial screws_* API - Allow logs using syslog (LOG_ERR) and piped logs (|...) - Create macros for modules. - Add CleanLog module - Move hsml_lua_init into HsmlExec_init (3x faster) - Exterminate zombies using setsid() - Change bool env from TRUE/"" to 1/0 - patch unicode bug that wraps the ARGV env. - Implement headers support for hsml and .x's (redirect, mimetype, 404...) - do not overwrite user config file - initial alloc drop process. 0.53 - 2004/05/10 - Initial code for file uploading - Solve Dead children ripper bug. - Cleaner Makefiles - add portable getpath(Utils/whereis) - Add nonblocking sockets for child ripping. - Add multi-part support for fileuploading - Solve argument parsing bug. - Add some filechecks in HsmlExec.so - Add csharp support. - Patch an hsml parsing bug. - Hashbang support on hsml (to separate hsml1 and hsml2 code) - Solve http request bug. - Write all manpages.
2004-06-22fix HATs on USB joysticks that don't report up as 0.dillo3-6/+16
bump PKGREVISION
2004-06-22Note wm/wmi update.salo1-1/+2
2004-06-22'Updated', not 'Update'. Remove blank line. (hi abs!)salo1-3/+2
2004-06-22Update to version 8.salo3-16/+16
Noted by Jean PEYROUX in private mail. The WMI Team is proud to announce the long awaited wmi-8 release which comes with many improvements, code refactorings and bug fixes. Note: If you're user of gcc-2.95 make sure to add: bar.buttons=no to your $HOME/.wmi/common.conf file in order to get WMI up and running. Changes: ======== + select-client action for monitor-wide fast focussing of clients + cycle-frame action readded for cycling frames + toggle-frames action added for toggling frames (older raise-all-frames has been removed) + cycle-group action added for group based cycling - cycle-prev/next removed + attach-all-clients action implemented which attaches all detached clients to the current workspace + changed tab colorization of unfocussed clients of the active group to a different default than unfocussed clients of inactive groups + dynamic border width configuration for frames and clients + toggle-border(s) actions for toggling the border on the fly + new stacking order remebering of all WMI objects (clients, frames, groups, workspaces) implemented + unfocussed-groups.mode option for common.conf implemented (this option has two modes (show/hide) which is used for default hiding other (unfocussed) groups + toggle-unfocussed-groups action which toggles the visibility of unfocussed groups implemented + lock implemented using lock.password common.conf property + sticky group (monitor-wide) implemented with new actions + sticky-client action implemented which makes a client sticky + unsticky-client action implemented which resets a sticky client to normal floating state + added frame.buttons option to common.conf for frame button visibility + applied Marcin Pawliks control keys patch for input mode + applied Markus Lindorfers patch for Solaris support + implemented Xft support + implemented new shortcut handling with abstract syntax {extern,intern,chain}..keys=[+::]*+ + implemented new option 'default.client-mode' to common.conf which sets the default mode for unknown apps. + wmiremote -p pretty prints current key bindungs of running WMI session as ASCII art to the terminal + implemented mouse-wheel based workspace and group cycling + eliminated various compiler warnings (mostly unserious ones) + destroy-action for self-defined chain and extern actions implemented + implemented select-frames action - removed autowarping the pointer + drastic code size optimizations (removed useless inlines, made unsigned to explicit unsigned int, etc.) + renamed toggle-frames to toggle-focus-mode + renamed toggle-client-state to toggle-client-mode + new default key bindings only using alt+<...>, shift+alt+<...> and ctrl+alt+<...> - removed detachAllButton from floatbar (consistency reasons) - removed all left frame buttons + close button now scales better by big fonts (only 3 pixel center) + toggle-focus-mode button in floatbar now gives feedback about active mode like (overlapping=floating/non-overlapping=maximized) + implemented bigger tolerance for diagonal resize pointer + new slot behavior for NeXTish dockapps (gkrellm experimental) removed slot.width and slot.justification, fast invocation menu not implemented yet, cause this should be done externally - removed autoraising of grouped clients if a floating client is attached/focussed + ICCCM overwork (should solve most known BUGs) + focus clients through click into client area with alt key pressed + written welcome section in wmi(1) manual page for newbies + pop up manual page wmi(1) within xterm when wmi is started first + moved actions detail description to actions.conf file
2004-06-22Update rconfig to 0.33:abs3-6/+8
Comment out sshver and sshetc reporting from probe.sh by default, add in kernel version (NetBSD only)
2004-06-22Commit PLIST missed in lastabs1-1/+13
2004-06-22Update galeon to 1.2.14.abs2-7/+6
- Add support for mozilla 1.7 - Intended to be the last 1.2.x release of galeon
2004-06-22New IPv6 patchmartti2-6/+6
* Bugfix: Misplaced myfree() caused a small memory leak. * Removed the colon (:) from the characters XFORWARD replaces by a question mark (IPv6 addresses looked like 2001?610?1108?5010?1 in logging).
2004-06-21Note update of xmame/xmess to version 0.83.1.kristerw1-1/+3
2004-06-21Check for libpthread.so.* file with -f instead of echo as suggested byxtraeme1-2/+2
grant, because previous check was not working fine, I tested it under OpenBSD 3.5 and now just works.
2004-06-21Update xmess to 0.83.1.kristerw2-7/+6
Changes since 0.82.1: * Everything from MAME 0.83 and MESS 0.83 (changes-mess.html). * The Xv driver now turns on XV_AUTOPAINT_COLORKEY, in case it was turned off by, for example, by the xine movie player. This prevents the display from being blank in this case. (Shyouzou Sugitani)
2004-06-21Update xmame to 0.83.1.kristerw2-6/+5
Changes since 0.82.1: * Everything from MAME 0.83 and MESS 0.83 (changes-mess.html). * The Xv driver now turns on XV_AUTOPAINT_COLORKEY, in case it was turned off by, for example, by the xine movie player. This prevents the display from being blank in this case. (Shyouzou Sugitani) * Moved a misplaced vprintf() call that was causing a bunch of log messages to display and slowing down the emulation for some games.
2004-06-21Added mips64emul-20040619.xtraeme2-2/+4
2004-06-21Initial import of mips64emul-20040619 from pkgsrc-wip.xtraeme4-0/+43
mips64emul is a MIPS machine emulator. The goals are to emulate 32-bit and 64-bit MIPS CPUs and enough surrounding hardware to fake real machines, capable of running real (unmodified) operating systems, such as NetBSD or Linux.
2004-06-21Update x11/gnome-themes-extras to 0.7.xtraeme4-50/+77
New icons, bugfixes, etc.
2004-06-21mhonarc has now been updated to 2.6.10adrianp1-2/+1
2004-06-21Note mhonarc 2.6.8 to 2.6.10 updateadrianp1-1/+2
2004-06-21Update mhonarc from 2.6.8 to 2.6.10adrianp3-8/+11
Ok'ed jwise@/wiz@ ============================================================================ 2004/05/17 (2.6.10) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 8982 Can't use global $1 in "my" at base64.pl ------ ------------------------------------------------------------ <https://savannah.nongnu.org/bugs/?group=mhonarc> ============================================================================ 2004/05/07 (2.6.9) * Bug Fixes: Bug ID Summary ------ ------------------------------------------------------------ 5473 directory separator for attachments on W2K 5643 New ressource - newsserver 5758 MULTIPG and NOSAVERESOURCES cause archive to be rewritten 5905 Modification of non-creatable array value attempted 6208 Mhonarc creates slightly incorrect HTML-code 7571 <include> element doesn't look for resource files in $OUTDIR$ 7628 typo in mhrcfile.pl ------ ------------------------------------------------------------ <https://savannah.nongnu.org/bugs/?group=mhonarc> * New resources: ATTACHMENTDIR Directory to save attachments. ATTACHMENTURL Web URL to attachment directory. NEWSURL URL template for linking to newsgroups. * Attachment filenames have changed from the numeric-style <ext><#####>.<ext> to <ext><XXXXXXXXXX>.<ext> where <XXXXXXXXXX> is a random string. The change corresponds with a change to the API to mhonarc::write_attachment() function in mhmimetypes.pl. * m2h_text_plain::filter: . Changed default quoting styles: Left rule changed from 0.1em to 0.2em and the color changed from #0000FF to #5555EE. . Minor changes to flowed formatting in order to provide consistancy with how Mozilla's Gecko engine renders flowed text. * base64.pl will use MIME::Base64 module if present. MIME::Base64 uses an underly C implementation for decoding, so it is noticably faster than the pure-Perl approach. ============================================================================
2004-06-21Updated gimp to 2.0.2adam1-1/+2
2004-06-21Changes 2.0.2:adam6-64/+62
- several build fixes (#140115, #142907, #143069) - allow plug-ins to register menu entries from within init() (#139969) - fixed focus issues with tool dialogs (#139349) - allow to load grayscale TGA files - a couple of string and i18n fixes (#140296, #140039, #137036, #142996) - fixed crash in template editor (#140315) - fixed crash in IWarp plug-in (#140554) - fixed snap to guides (#140649) - made the PNG plug-in handle empty colormaps (#142029) - fixed bug in text editor dialog (#141792) - fixed Old Photo script-fu (#142326) - fixed glitch in the Curves tool dialog (#142506) - don't allow tablet pressure to become negative (#123811) - improved range of tablet pressure values (#142808) - better defaults for tablet pressure (#143626) - fixed use of screen color picker with XInput devices (#143166) - actually return values from the run function of Python scripts (#141338) - documentation fixes (#142618) - fixed bug in the save routine of the TIFF plug-in (#143522) - don't let Curve Bend silently apply the layer mask (#134748) - fixed bug in Blur plug-in (#142318) - fixed mask offsets after crop operations (#143860) - let extensions run synchronously when called via PDB (#140112) - updated (and some new) translations
2004-06-21ou.edu no longer has mrtg.tv1-2/+1
2004-06-21update to 0.42drochner3-21/+27
Many fixes and feature additions since 0.38. Too many to list here.
2004-06-21update to 0.8.3drochner3-19/+7
changes: i18n improvements bugfixes
2004-06-21update to 0.1.0drochner3-10/+10
changes: Add callback API, functions for short to float and float to short conversion. Minor bug fixes.
2004-06-21Fix compilation by detecting presense of <sys/stropts.h> and I_PUSH. Versionchristos2-1/+8264
not bumped, since no actual source changes.
2004-06-21update to 1.4drochner3-24/+24
changes: Add Mac OS X and Darwin support. Update FreeDB version to 5 for DYEAR and DGENRE fields.
2004-06-21Updated postfix, clamav, mrtg and binsmartti2-4/+6
2004-06-21Updated bins to 1.1.26martti3-6/+121
- Added new marc and petrus templates - Added support for more Exif tags. - Fix a divide by zero error crash, due to a corrupt image. - Fix javascript errors occured when a singe quote was included in a filename. - Fix bug on joi template : accesskey="t" was showing in the pages. - Fix missing /IF directive in images pages on satyap template.
2004-06-21update to 1.0.1drochner2-5/+5
bugfixes only
2004-06-21Updated mrtg to 2.10.14martti3-13/+24
* new option subtitle for indexmaker * added new options for printing date inside the graph: TimeStrPos[] and TimeStrFmt[] * fix indexmaker when used with 14all * translation updates * added 3com RMON VLAN detection to cfgmaker
2004-06-21Updated clamav to 0.73martti4-11/+13
* Bug fixes
2004-06-21apply some minor fixes from libdvdread CVSdrochner3-4/+37
2004-06-21Updated postfix to 2.1.3martti14-236/+99
This is the new 2.1.x series, please see www.postfix.org for complete list of changes since 2.0.20.
2004-06-21Add ap2-auth-pgsql package.darcy1-1/+2