summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-25Prefer BUILDLINK_PREFIX.* to BUILDLINK_DIR.wiz1-2/+2
2002-10-25buildlink1 -> buildlink2.wiz4-16/+15
2002-10-25Note mplayer, gmplayer, mplayer-share, and mencoder updates to 0.90rc9.wiz1-1/+5
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2002-10-25Update to 0.90pre9:wiz8-83/+76
This release contains dozen of fixes for various problems reported by users, including ones related to DVD/VOB subtitles disappearing, mms:// streaming, and fullscreen switching under Metacity and KDE 3.1. libaf, the new audio filter layer, has been introduced. It does automatic formating, and samplerate and channel number conversion for less featureful soundcards. The new option -autosync should help with buggy soundcard drivers. Audio/video codec and output driver selection has been reworked. The code cleanup has continued, and memleaks are starting to be eliminated.
2002-10-25buildlink1 -> buildlink2.wiz8-33/+34
2002-10-25buildlink1 -> buildlink2.wiz4-21/+13
2002-10-25chat/naim-0.11.4.9 updatewiz1-1/+2
2002-10-25buildlink1 -> buildlink2.wiz1-5/+5
2002-10-25Update to 0.11.4.9, and convert to buildlink2.wiz4-30/+31
Some of the changes: o More small bugs quashed. New /clearall command. o Small bugs quashed in buddy offline acknowledgement and queued message forwarding. o Speed-ups in the playback procedures. o General clean-ups for cross-platform compiles. o On Tuesday, October 1, AOL's TOC servers began periodically sending packets with a previously unused frame type. naim does not know how to decipher these packets, but version 0.11.4 was released with code changes to simply ignore unknown frame types.
2002-10-25buildlink1 -> buildlink2.wiz3-8/+9
2002-10-25Unused.wiz1-40/+0
2002-10-25buildlink1 -> buildlink2. Remove some unnecessary variables.wiz1-5/+9
2002-10-25Build dependency suffices.wiz1-1/+2
2002-10-25updated p5-HappyDoc to 2.1shell1-1/+2
2002-10-25buildlink1 -> buildlink2.wiz1-3/+5
2002-10-25Updated to py-HappyDoc-2.1shell2-9/+8
Changes : - #514237 - The PluginLoader no longer requires a '.py' extension on plugins. This should allow plugins to be written in any language for which Python can load a module, and as long as the file is named with the right convention they will be picked up and loaded. (The source of this change request was the maintainers of the PLD Linux Distribution.) - Resolved defect #513850, where output was written to the wrong place when the -d option was used. - Resolved defect #510447, a problem with escaping special characters in HTML output. Text enclosed in single quotes is now not escaped in output so that HTML text can be passed directly to the output file. - Fixed a problem with Windows installation using 'setup.py'. - Minor tweaks to the build and test tools.
2002-10-25Add buildlink2.mk.wiz1-0/+122
2002-10-25Unused.wiz1-49/+0
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2002-10-25we have Python-2.2.2 now - syncdrochner2-7/+7
2002-10-25add zope25-ZPsycopgDAdrochner1-1/+2
2002-10-25import the Zope part of databases/py-psycopgdrochner4-0/+51
2002-10-25add onedrochner1-0/+7
2002-10-25add phoenix-linux.grant1-1/+2
2002-10-25move phoenix-0.3 Linux binary package to phoenix-linux.grant7-0/+733
2002-10-25new threaded Python stuffdrochner1-1/+3
2002-10-25Note bmf 0.9.4mjl1-1/+2
2002-10-25add py-psycopgdrochner1-1/+2
2002-10-25Update to 0.9.4 (note that the author changed versioning system,mjl5-256/+10
our last version was 0.84). * Update documentation. * Move Bayes stuff into its own file. * Fix NaN exception: if list is empty, use zero for probability. * Make extrema array (keepers) variable size. Needs more work. * Add SYSLIBS to the makefile. * Fix gcc-ism in dbg.c (ptr arithmetic on void*). * Fix off-by-one in html tag check. * Fix unaligned access in libdb. * Fix bug in -d handling for text and libdb. * Autodetect mailbox type and deprecate the -m option. * Ditch the builtin libdb locks, use fcntl instead. * Fix memory leak in dbtext. * Fix some trivial issues with the lexer: - Be more strict about recognizing IP addresses. - Do case-insensitive header name comparisons. * Fix multiple database closure with mbox format. * Fix a bogus assert in passthrough. * Add heap checking in debug mode. * Fix bug in -N mode which made it act the same as -S. * Support maildir style folders. * Fix bug in multiple message registration. * Improve error reporting and clarify some messages. * Package preformatted manpage instead of XML. * Remove single message per invocation restriction.
2002-10-25another Python-PostgreSQL adapterdrochner6-0/+82
2002-10-25buildlink some header files which are needed by psycopgdrochner1-1/+14
2002-10-25forgot a dirrmdrochner1-1/+2
2002-10-25Update the ratpoison minimalist window manager to version 1.1.1agc1-1/+2
Changes since version 1.0.0 Many bug fixes Some portability fixes New functionality: (user_commands): new command "license" Add ruby bindings. From Doug Kearns <djkea2@mugc.its.monash.edu.au>. (user_command): new command 'link' (find_command_by_keydesc): new function (resolve_command_from_keydesc): likewise (cmd_link): likewise (update_last_access): new function (find_last_frame): likewise (x11_mask_to_rp_mask): new function (rp_mask_to_x11_mask): likewise (user_command): new command "focuslast" (find_frame_up): new function (find_frame_down): likewise (find_frame_left): likewise (find_frame_right): likewise (user_commands): new commands "focusup" "focusdown" "focusright" "focusleft" "startup_message" "restart". (show_last_message): new function (user_commands): new "unsetenv" command (user_commands): new commands deffgcolor, defbgcolor. (update_gc): new function (init_defaults): new function (init_screen): initialize the screen's fg_color to black and bg_color to white. (user_commands): New commands defbarloc, defbartimeout, defborder, deffont, defintputwidth, defmaxsizepos, defpadding, deftranspos, defwaitcursor, defwinfmt, defwinname, defwinpos.
2002-10-25Update the ratpoison minimalist window manager to version 1.1.1agc4-7/+11
Changes since version 1.0.0 Many bug fixes Some portability fixes New functionality: (user_commands): new command "license" Add ruby bindings. From Doug Kearns <djkea2@mugc.its.monash.edu.au>. (user_command): new command 'link' (find_command_by_keydesc): new function (resolve_command_from_keydesc): likewise (cmd_link): likewise (update_last_access): new function (find_last_frame): likewise (x11_mask_to_rp_mask): new function (rp_mask_to_x11_mask): likewise (user_command): new command "focuslast" (find_frame_up): new function (find_frame_down): likewise (find_frame_left): likewise (find_frame_right): likewise (user_commands): new commands "focusup" "focusdown" "focusright" "focusleft" "startup_message" "restart". (show_last_message): new function (user_commands): new "unsetenv" command (user_commands): new commands deffgcolor, defbgcolor. (update_gc): new function (init_defaults): new function (init_screen): initialize the screen's fg_color to black and bg_color to white. (user_commands): New commands defbarloc, defbartimeout, defborder, deffont, defintputwidth, defmaxsizepos, defpadding, deftranspos, defwaitcursor, defwinfmt, defwinname, defwinpos.
2002-10-25Unused.wiz1-60/+0
2002-10-25buildlink1 -> buildlink2.wiz2-13/+12
2002-10-25Convert to buildlink2. Remove _FETCH_MESSAGE -- not needed.wiz1-17/+9
2002-10-25Add buildlink2.mk.wiz1-0/+20
2002-10-25lang/python20-2.0.1nb3 updatewiz1-1/+2
2002-10-25Convert to buildlink2.wiz1-7/+8
Unconditionally compile in SSL support; bump PKGREVISION.
2002-10-25buildlink1 -> buildlink2.wiz1-3/+4
2002-10-25Convert to buildlink2.wiz1-2/+3
2002-10-25buildlink1 -> buildlink2.wiz1-2/+4
2002-10-25Add buildlink2.mk.wiz2-0/+62
2002-10-25Unused.wiz2-157/+0
2002-10-25buildlink1 -> buildlink2.wiz4-23/+26
2002-10-25Convert to buildlink2.wiz2-19/+21
2002-10-25buildlink1 -> buildlink2.wiz4-13/+16
2002-10-25the original master site went out of business - switch to somethingdrochner2-13/+9
which calls itself "temporary home"