summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-06-04Fix a memory leak (patch sent to and accepted by the ctwm folks).simonb2-1/+14
2003-06-04Update MASTER_SITES.simonb1-2/+2
2003-06-04lynx on IRIX seems to only build without "--enable-nls", but that should bejschauma1-2/+3
fixable, so mark this "N".
2003-06-04Note import of databases/abook.jschauma1-1/+2
2003-06-04Initial import of databases/abook, provided by <vincent at ahoup dot net>jschauma4-0/+41
in PR pkg/21303 (added ncurses buildlink so the package works on Linux and IRIX as well): Abook is a text-based addressbook program designed to use with mutt mail client. Import filters for following formats: - ldif (Netscape Addressbook) - mutt alias ( >= 0.4.10 ) - Pine addressbook Export filters for folllowing formats: - ldif / Netscape addressbook (.4ld) - Pine addressbook - HTML - mutt alias - GnomeCard (VCard) addressbook - elm alias - plain text - Spruce address book
2003-06-04Update the MASTER_SITES path.uebayasi1-2/+2
Addresses PR21765 by Iyoda-san <iyoda at atikoro dot org>.
2003-06-03Note update of ddd to 3.3.1.jmmv1-1/+2
2003-06-03Update to 3.3.1, which brings a couple of minor bug fixes:jmmv2-6/+5
- The option to create new displays `left-to-right' is restored upon startup. - Fortran struct members are accessed as `A%B' instead of `A.B'. - Structure changes in plotted displays no longer crash DDD. - You can specify the top-level geometry via `-geometry'. - The `pydb' debugger has been fixed to work with recent Python releases. - Ornamented Perl debugger prompts are handled correctly. - DDD honors the TMPDIR environment variable for creating temporary files. - `config.guess' and `config.sub' scripts have been updated. - Minor compilation problems with GCC 2.7.2 have been fixed. - Minor compilation problems with GCC 3.0 (prerelease) have been fixed. - Minor compilation problems with Sun CC have been fixed. - Minor potential problems with 64 bit pointers have been fixed. Patch provided by Marc Recht in PR pkg/21770.
2003-06-03Note databases/p5-DBD-XBase addition and textproc/p5-Cz-Cstools PKGREVISION++salo1-1/+3
2003-06-03PKGREVISION++salo1-1/+3
- add missing dependency on p5-DBD-XBase, dbfcstocs now functions properly
2003-06-03Add p5-DBD-XBase.salo1-1/+2
2003-06-03Import of p5-DBD-XBase-0.232: perl DBI/DBD driver for XBase (dBase/FoxPro)salo4-0/+32
databases. XBase module provides access to XBase (dBase, Fox*) dbf files. It also handles memo files (dbt, fpt) and to certain extend index files (ndx, ntx, mdx, idx and cdx). The DBD::XBase is a database driver for DBI and provides simple SQL interface to reading and writing the database files. So this package offers two ways of accessing your beloved data in dbf files: XBase.pm and DBD::XBase. It is recommend using DBD::XBase and only resort to XBase.pm if you need something special which is not supported by the DBI interface.
2003-06-03Add a buildlink2.mk file. Closes PR pkg/21769.jmmv1-0/+48
2003-06-03Add "gd" locale directory, used (at least) by gnome-pim. Pointed out byjmmv12-12/+60
Douglas Brebner in private mail.
2003-06-03Sort.salo1-2/+2
2003-06-03Note last two devel/cpuflags updates.salo1-1/+3
2003-06-03Version 0.44.salo2-3/+4
Convert -march=athlon for older gccs to -march=pentiumpro. Addresses PR pkg/21766 by Marc Recht. XXX: the conversion mechanism is suboptimal, it can't handle recursive conversions.
2003-06-03Note update of intltool to 0.26.jmmv1-1/+2
2003-06-03Update to 0.26:jmmv4-14/+14
- Handle no translations in get_newest_po_age (Rodney Dawes) - Cleaned up tests and fixed few bugs (Kenneth) - Send error messages to stderr, and fix other similar bugs (bug #105013, Denis Barbier) - handle using a different output file. (James Henstridge) - Correct the invocation of INTLTOOL_MERGE. (bug #106898, Malcolm Tredinnick) - Extract attributes in XML when there are spaces arount the equal sign (Alberto Manuel Brand?o Sim?es) - use iconv -f, instead of iconv --f (bug #105181, Hidetoshi Tajima) - Added variable substitution. (Kenneth) - Added small section for packages not using the aufo* tools (Kenneth) - Call msgmerge with options before non-options to fix potential non-GNU getopt issues. (Gregory Stark, Jordi Mallach) - Make it work when running an UTF-8 locale (Kenneth) - Fix some iconv/charset issues (bug #113121, Morten Welinder)
2003-06-03Apply patch from PR pkg/21745 so Mozilla will build on XFree86 < 4.epg1-2/+2
2003-06-03Teach ap2-perl and ap2-php4 how to find apr's includes. They need toepg4-18/+62
find this separately now that apr is provided in a separate package.
2003-06-03Note update of libgnomecanvas to 2.2.1.jmmv1-1/+2
2003-06-03Update to 2.2.1:jmmv3-8/+34
Library: * Fix crashes in the AA canvas. (Andreas Holzmann). * Make affine transformations work for pixbuf items (Jim Evins). * Fix rotation of outline widths for rect, ellipse and polygon items. (Jim Evins). * Fix redrawing bugs (Tim Janik). Build: * Fix localedir setup and random fixes to make it distcheck (Kjartan). Docs: * Completely revamped documentation (Josh Green). * Some fixes from Sebasian Rittau. Translations: * cs (Miroslav Trmac), ga (Paul Duffy), ml (Guntupalli Karunkar) sr (mdfk@root.co.yu), sr@lat (mdfk@root.co.yu), yi (Raphael Finkel).
2003-06-03Note update of libgnomeui to 2.2.1.jmmv1-1/+2
2003-06-03Update to 2.2.1:jmmv3-55/+21
* Fix toolbars to be consistent (Rodney Dawes) * Fix gnome-segv to not loop when it crashes itself (Malcolm Tredinnick, Damon Chaplin) * Make fonts in icon labels respect font size changes (Pasupathi Duraisamy) * Skip hidden pages in the druid (Ricardo Fernández Pascual) * Fix referencing problem with MDI (Jaka Mocnic) * Fix leaks in session management and score handling (Kjartan Maraas, Arjan Van de Ven) * Bugfix for gnome-icon-theme (Gustavo Giraldez) * Don't crash when double clicking the OK button in the fileselector (Narayana Pattipati) * API documentation fixes (Sebastian Rittau) * Don't return FALSE in pointer functions (Morten Welinder) * Fix compiler warnings and uninitialised vars (Malcolm Tredinnick) * Ask gdk-pixbuf for supported mime types in gnome-icon-lookup.c (Anders Carlsson, Christian Schaller) * Fix leak in the font picker (Kjartan Maraas) * Fix top-left text for icons in nautilus (Alex Larsson) * Fix the file entry to use utf8 when setting the selected file name (Hidetoshi Tajima) * Fix a crash in the icon entry (Balamurali Viswanathan) * Don't open an infinite amount of preview widgets in the icon entry * Enable color palette in the color picker (Gustavo Carneiro) * Clear entry items properly in gnome-entry.c (Marco Pesenti Gritti) * Fix problems with python-based apps and non-initialized memory (Marcus at freebsd org)
2003-06-03Add yi locale (used by libgnomeui).jmmv12-12/+60
2003-06-03Move USE_BUILDLINK2 definition to icewm/Makefile.common.jmmv4-10/+5
2003-06-03Use MASTER_SITE_SOURCEFORGE.jmmv1-2/+2
2003-06-03Note update/renaming of jakarta-ant 1.4.1 to apache-ant 1.5.3.1,jschauma2-4/+4
prompted by PR pkg/18322.
2003-06-03Change dependency of jakarta-ant into apache-ant, as it's now known.jschauma5-10/+10
All build fine with the new version of ant.
2003-06-03Update "ant" to 1.5.3-1. The program was, up until version 1.5.1 knownjschauma8-167/+299
as "jakarta-ant", and is now known as "apache-ant". Changes since 1.4.1 are too many to list here.
2003-06-03Update of icewm to 1.2.7 done.jmmv1-2/+1
2003-06-03Note update of icewm and icewm-gnome to 1.2.7.jmmv1-1/+4
Note addition of icewm-imlib, version 1.2.7.
2003-06-03Add and enable icewm-imlib.jmmv1-1/+2
2003-06-03Initial import of icewm-imlib, version 1.2.7. This package provides thejmmv2-0/+34
IceWM window manager (like the one in wm/icewm) but linked against the Imlib library to provide support for more image formats.
2003-06-03Update icewm{,-gnome} to 1.2.7. Changes since 1.2.0:jmmv17-786/+758
1.2.7: 2003-03-08 - minor bug fixes 1.2.7pre3: 2003-03-02 - new option QuickSwitchGroupWorkspaces (if QuickSwitchToAllWorkspaces=1) - Italian translation update - more menu tweaks - implement NetWM window type SPLASH - ACPI status patch from Klaus Schneider - Made Alt+<left,right mouse button> behave in more standard manner - DoNotFocus window option added. 1.2.7pre2: 2003-02-26 - Major improvement in percieved speed of menus - Dutch translation by Ton Kersten - add new options: ShowRun, ShowAbout, ShowWindowList, ShowLogoutSubMenu, AllowFullscreen (Ton Kersten) - support WM_WINDOW_ROLE, too - fix detection of netwm hints for some apps - fix AutoReloadMenus bug 1.2.7pre1: 2003-02-23 - fix .order file handling for gnome menus (Thomas Zajic) - changed default theme to icedesert (Nehal Mistry) - fix crash in alt+tab when window closes - rewrite icewm.spec.in Christian W. Zuckschwerdt (zany@triq.net) - Belarussian translation by Hleb Valoska (el_globus@tut.by) - tweaked character set (CODESET) detection - 'Programs' menu is now invoked from menu file, not from the code - fixed fonts in Infadel2 theme when Xft is used 1.2.6: 2003-01-19 - Slovenian translation by Jernej Kovacic - improve focus handling on non-xinerama multihead displays - another submenu/icon handling fix for gnome menus (Thomas Zajic) - added nonICCCMconfigureRequest window option workaround for non ICCCM compliant applications - WINDOW_ROLE handling for winoptions (Stanislav Svirid) - fix crash in mail status checker in pop/imap configuration - implement startMinimized window option, similiar to startMaximized 1.2.5: 2003-01-05 - fix lockup when doing operations through window list - fix compile problem --with-xpm - fix icesh.cc focus handling (by Todd R. Eigenschink) - update workaround for some TK issues - slow startup fix (caused by broken lazy menu loading) 1.2.4: 2003-01-03 - fixed submenu/icon handling for gnome menus (Thomas Zajic) - acpi optimization (Michal Ceresna) - fix crash in "Tile ..." - fix submenu deactivation problem (reported by Bernhard Walle) - fix focus loss on xmms exit (reported by Bernhard Walle) - fix problem with restarting the wm (when icewm-menu-gnome1 not present) 1.2.3: 2002-12-26 - IMPORTANT: system configuration directory changed to /etc/icewm (from /etc/X11/icewm or /usr/local/etc/X11/icewm). icewm now installs it's data files in /usr/local/share/icewm. - added --disable-winmenu and --disable-taskbar configure options - bug fixes in menu code - fixed lockup when running under session manager (GNOME2) 1.2.3pre2: 2002-12-15 - support for Xinerama - rewritten RPM packaging - new "menuprog" statement in menu files for reading a submenu from a pipe - Italian translation update - moved gnome menu support into an external utility (icewm-menu-gnome1) (used trough "menuprog", requires gnome 1.x) - added keybinding for showing the window list menu (KeySysWinListMenu) 1.2.3pre1: 2002-10-20 + soon - some small fixes for the swedish translation (tucker) - new APM/ACPI monitor code by Michal Ceresna (cemi) - Norwegian translation by Petter Johan Olsen - the Address Bar in the taskbar now works even without TaskBarDoubleHeight (Ctrl+Alt+Space) - new APM/ACPI battery monitoring code - rewritten the work area implementation (doNotCover should now work much better) - new "preferences" setting: focusOnAppRaise - focus the window when application requests to raise it - cleaned up the icewmbg implementation (TODO: config file for it) - fixed the Reboot vs Shutdown issue - Alt+Left Button drag now used for window move and resize (no more Ctrl+Alt) - fixed configure option: --enable-depend now used for make depend 1.2.2: 2002-09-06 - fixed icewm.spec file for building RPMs - fixed CHANGES file 1.2.1: 2002-08-31 - TaskBar and root menu is no longer disabled under Gnome (adjust your ~/.icewm/preferences manually: ShowTaskBar=0; UseRootButtons=0) - feature: partial support of the Enhanced Window Manager Specification (NETWM) needed for GNOME2 and KDE3 compliance flux - feature: scriptable menus (as found in WindowMaker) - feature: execute "startup" or "restart" script found in resource path ($ICEWM_HOME, $ETCDIR, $LIBDIR) after initialization - bugfix: added --help switch to icewm, allow GNU stylish long options - feature: the directory for user preferences can be selected by the ICEWM_PRIVCFG variable now (default still is and will forever be ~/.icewm, but think about the beauty of setting ICEWM_PRIVCFG to "$HOME/.etc/icewm"...) - bugfix/feature: menu parser is case-insensitive now - bugfix/feature: normal users won't need GNU make anymore - cleanup of lib/.../*.xpm by Andrey Smagin - FocusChangesWorkspace option by Daniel Pittman -- determines if a new window open on another workspace switches to that workspace - PointerRaiseDelay focusing fix by Thomas Linder - bugfix: enable menu items in window list popup only when appropriate (closes bug 217168) - change the ppp status applet to decrease the scale when the troughput goes down. - feature: improved icesh's worth by adding support for window classes - ui-change: added fullscreen window menu action; changed default key binding for hide, rollup and undoArrange action - added startMaximized{,Vert,Horz} winoptions - initial UrgencyHint implementation - added "menufile" statement for menu files - configure script defaults changed: imlib, i18n, nls are now default
2003-06-03Lets make this patch a little neater.jschauma2-9/+11
2003-06-03Note update of mixer.app to 1.8.0jschauma2-3/+3
2003-06-03Update of Mixer.app from 1.7.0 to 1.8.0, per PR pkg/21278.jschauma3-14/+13
From Changelog: - Now supports all mixer sources. NOTE! The source names have been changed. See "Mixer.app -h". - Added alternative skin submitted by Hans D. <barross@web.de>. - Fixed warnings when compiling with GCC 3.2. - Added OpenBSD support (thanks to ptiJo <ptiJo@noos.fr>).
2003-06-03Add the be locale directory.jmmv7-7/+35
2003-06-03defendguin-0.0.10, dosbox-0.58 added from pkgsrc-wip.wiz1-1/+3
2003-06-03add and enable dosbox.wiz1-1/+2
2003-06-03Initial import of dosbox, provided by Quentin Garnier via pkgsrc-wip.wiz5-0/+59
DOSBox is a DOS-emulator using SDL for easy portability to different platforms, DOSBox has already been ported to several different platforms, such as Windows, BeOS, Linux, Mac OS X... DOSBox emulates a 286/386 realmode CPU, Directory FileSystem/XMS/EMS, a SoundBlaster card for excellent sound compatibility with older games... You can "re-live" the good old days with the help of DOSBox, it can run plenty of the old classics that don't run on your new computer !
2003-06-03add and enable defendguin.wiz1-1/+2
2003-06-03Import of defendguin, a Defender clone. From Jeremy C. Reed via pkgsrc-wip.wiz5-0/+241
Defendguin is a clone of William's classic arcade game, "Defender." The mission is to defend little penguinoids from being captured and mutated. When you begin the game, your ship appears over some icy mountains which are crawling with penguinoids (the good guys). A number of alien ships are flying around above the ground. The game has a radar display, UFOs, bombers, mines, pods, swarmers, baiters, lasers, smart bombs, and more.
2003-06-03p5-Params-Validate-0.59 and p5-Attribute-Handlers-0.78 updates.wiz1-1/+3
2003-06-03Update to 0.59, provided by Koji Kondo in PR 21761.wiz2-5/+5
Changes: - If an odd number of parameters was given to validate() in the array as its first argument, the error given would be different depending on whether or not the pure Perl or XS version of the code was being used. - Fixed incredibly odd bug that occurred in XS code when tainting was on with Perl 5.00503. Unfortunately, the only test case that reliably reproduces this is one of Mason's tests, so no test was added. - Fix some compiler warnings from MS Visual Studio 6. Reported by Ron Hill. - When called from the main body of a script, the validation routines would cause an undefined value warning if validation failed. Reported by Britton Kerin and fixed by Ilya Martynov. - The XS code that handled callbacks expects all callbacks to return an integer, instead of simply testing the returned value for truth. This could cause strange warnings like 'Argument "InMemory" isn't numeric in subroutine entry...'. Based on a bug report from Robert Dick for another module I wrote (Lingua::ZH::CCDICT). - Fixed Params::Validate for Perl configurations where sizeof(IV) != sizeof(int). Reported by Alain Barbet. - Something around test 5 in 06-options.t appear to cause Perl to die/segfault/something under 5.6.0. These tests will be skipped with 5.6.0 in the future. Reported by Christian Schaffner. - When testing for a compiler, use nmake on Win32. Implemented by Ronald Hill. - Added regex validation option. - Added copyright info to each source file. Added LICENSE file to distro. - Added an XS implementation, written by Ilya Martynov. The pure Perl implementation is still included as a fallback for users who do not have a compiler handy. The XS implementation gives a speed boost of 150% to 300%, depending on the complexity of the validation being done. This XS code is known to work Perl 5.00503+, but it may not work with earlier versions of Perl. - Fix Attribute::Params::Validate docs to show that attribute declaration must have open paren immediately after "Validate" or "ValidatePos". Reported by Britton Kerin. - Fix bug with Perl 5.8.0 when in PERL_NO_VALIDATION mode and calling validate() expecting a hash ref to be returned. Reported by Randal Schwartz. - Argh. In 0.22 some of the tests printed their test counts (1..x) after doing the tests. This works with newer versions of Test::Harness so I didn't notice it. Reported by Peter Asemann. - The last version's tarball was a mess, and had blib and other junk in it. This is a nice clean one. - The various validation functions are now context sensitive, and will return a reference in scalar context. This may be a helpful speedup, especially for large parameter lists. - More optimization work. -- Improved the speed of both validate() and validate_pos() by about 20-25%. -- Improved the speed of the 'no validation' mode for validate() by over 30%, for validation_pos() by 15%, and for validate_with() by 125%. -- The speed of validate_with() has been improved by over 100%, but this was at the expense of not validating its own incoming arguments, thus making it a little more fragile. - The PERL_NO_VALIDATION env var is now _only_ checked when the module is loaded. This means you cannot change it mid-program. This is a backwards incompatibility. - Added a new function, validate_with(), that allow you to set various options on a per-invocation basis, rather than on a per-package basis. Patch by Ken Williams. - Fix a doc nit where I had a wrong code example. Reported by Britton Kerin. - Added a new validation option parameter, stack_skip, which allows you to change how errors are reported by Params::Validate. - Improve skipping of tests when run with 5.6.0. Patch by Ken Williams. - Silence an uninit value warning
2003-06-03Update to 0.78:wiz2-5/+5
- [#17940] Includes :unique and :shared in the builtin types - From perl 5.8 { __CALLER__::foo => __PACKAGE } is missparsed, the proper approach is to use { '__CALLER__::foo' => __PACKAGE }. The documentation is updated to reflect this. Reported by Dave Cross
2003-06-03asm2html-1.4 update done.wiz1-1/+2
2003-06-03Update to 1.4, provided by the maintainer Douwe Kiela in PR 21319:wiz3-10/+9
25/04/2003 (virtus): some small bugfixes 25/04/2003 (virtus): added configure script 25/04/2003 (virtus): added manual page 25/04/2003 (virtus): added ./man directory