summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2009-10-24Updated rump to version 20091024stacktic2-48/+20
- Avoid having to set the -m option in MAKEFLAGS - Use NetBSD's tsort
2009-10-24update to 2.28.1drochner3-18/+52
This switches to the gnome-2.28 release branch.
2009-10-22Update to 1.0.1:wiz6-53/+92
Version 1.0.1 Another release. The most important fix in this bugfix release is where the romanji->hiragana conversion engine would convert "ge" as "ke". Most othe bug fixes have to do with building the program on different archintectures. If you have the program and it is working fine for you, you may want to wait until gWaei 1.1 releases in a week or so. June 14, 2009 Version 1.0 Yay! It finally happened. This will be the stable version for a while. I'm a bit sad that I had to drop support for Debian 5.0 (Lenny) though. Fortunately, it will be compatible with the next version. The next stable version of gWaei will be 1.1. If you want to see something fixed for it, please submit a bug report! gWaei 2.0 will have new features, a reworked interface, and hopefully be all around better and more polished. May 27, 2009 Version 1.0rc1 There were some small tweaks to the progam's code to get it to compile under Windows correctly. There was also a small memory leak when opening the help menu. This will be the last revision before 1.0! May 16, 2009 Version 1.0b3 Small changes. Radicals have been reordered and some holes filled. The number separators for the radicals have been made red to make them more visible. RPM building has been slightly reworked. Libgnome is no longer a dependancy. April 25, 2009 Version 1.0b1 Most important thing fixed in this release is a minor buffer overflow that caused the program to crash on Ubuntu 9. I have made some headway on MS Windows support, but still am not 100% there yet. The last important change is that when gnome is turned off in the configuration for the build, GConf is no longer a forced dependancy. Onward-ho to 1.0! March 29, 2009 Version 0.15.4 This release brings some small changes and fixes. I have to thank all of the contributors who helped. I have never had so many people helping by submitting bugs, translations, and fixes. Thank you all! The major notables this time are a reworked Radical Search Tool window and a fix so that Mac OS X users should be bale to compile the program. I want to eventually release a 1.0 version of gWaei so that people have something stable to use. In order to do this, I want to squash the last of the large bugs and make the program usable on MS Windows in the basic sense. If anyone wants to help, email me or contact me through my blog.
2009-10-21Fixed PLISTstacktic1-1/+8
2009-10-20Avoid installing binaries in /binstacktic1-2/+4
2009-10-19Update to 1.3.6:wiz2-7/+6
* Updated Amazon fetcher to use authentication. * Released Tellico 1.3.6
2009-10-19Fixed Linux build (Bump PKGREVISION)stacktic1-11/+16
2009-10-19Resolved strlcat/strlcpy symbols on Linuxstacktic1-1/+7
2009-10-15add and enable rumpjnemeth1-1/+2
2009-10-14clarify COMMENT a bitpooka1-2/+2
2009-10-14Import rump 20091014.stacktic4-0/+214
Available for FreeBSD and Linux. Rump (Runnable Userspace Meta Program) is a mechanism for running kernel code as part of a user program's address space. As opposed to executing system calls for requesting kernel services, rump programs do a library call into the kernel code for equivalent functionality. Kernel code is simply recompiled as a userspace shared library from the kernel sources instead of being rewritten, so services imitate the same services being provided by the kernel. Select architectures such as i386 and amd64 also support directly linking binary kernel modules against rump programs.
2009-10-13Update misc/py-anita to 1.8.gson2-7/+6
Changes from 1.6: Increase timeouts, particularly when extracting sets and running the ATF tests Remove workaround for lib/39175, as it broke the installation of the "comp" set Add a new command "test" for running the ATF tests Accept a local distribution directory path in place of a URL Check for missing slash at end of distribution directory URL Detect HTTP 404 errors
2009-10-11Add destdir support and make this use REPLACE_PERL instead of customjmmv1-11/+21
replacement.
2009-10-11Update KDE4 to 4.3.2markd27-207/+54
KDE 4.3.2 brings a nice number of bugfixes, some critical, some just fixing small annoyances: * Many crashers have been fixed in KDE's core libraries, bringing more stability to all applications * KWin's window compositing effects have been further stabilized by fixing a number of bugs in effect plugins such as the famous coverswitch window switcher * The biggest number of bugs for this release has been fixed in KMail, KDE's email client, making it more reliable and usable by correcting a number of display issues * Saving files over themselves works again in Okular, KDE's document viewer
2009-10-08sortjnemeth1-2/+2
2009-10-02Use kde4 from pkgsrc.wiz1-3/+3
2009-10-02Import KDE4.3.1 from wipmarkd31-1/+3352
OKed during freeze by wiz and agc
2009-10-02Import KDE4.3.1 from wipmarkd25-0/+10722
OKed during freeze by wiz and agc
2009-09-25Fix build on NetBSD (from fulvio ciriaco).hasso3-1/+29
2009-09-25Fix a typo. Reported by Filip Hajny.minskim3-5/+6
2009-09-24needs libxml2tnn1-3/+3
2009-09-23Change HOMEPAGE to the project's one.obache1-2/+2
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron2-4/+2
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-09-22Revert previous, it breaks NetBSD. Will have to stay broken on Solaris forsketch1-8/+2
a little longer.
2009-09-22Add an hack to get this building on platforms with USE_DB185.sketch1-2/+8
2009-09-22Allow python26.wiz1-2/+4
2009-09-21Update to 1.0.hasso3-20/+26
CHANGES FROM 0.9 TO 1.0, 20 Sept 2009 * Option to alter the format of the window title set by tmux. * Backoff for a while after multiple incorrect password attempts. * Quick display of pane numbers (C-b q). * Better choose-window, choose-session commands and a new choose-client command. * Option to request multiple responses when using command-prompt. * Improved environment handling. * Combine wrapped lines when pasting. * Option to override terminal settings (terminal-overrides). * Use the full range of ACS characters for drawing pane separator lines. * Customisable mode keys. * Status line colour options, with embedded colours in status-left/right, and an option to centre the window list. * Much improved layouts, including both horizontal and vertical splitting. * Optional visual bell, activity and content indications. * Set the utf8 and status-utf8 options when the server is started with -u. * display-message command to show a message in the status line, by default some information about the current window. * Improved current process detection on NetBSD. * unlink-window -k is now the same as kill-window. * attach-session now works from inside tmux. * A system-wide configuration file, /etc/tmux.conf. * A number of new commands in copy mode, including searching. * Panes are now specified using the target (-t) notation. * -t now accepts fnmatch(3) patterns and looks for prefixes. * Translate \r into \n when pasting. * Support for binding commands to keys without the prefix key * Support for alternate screen (terminfo smcup/rmcup). * Maintain data that goes off screen after reducing the window size, so it can be restored when the size is increased again. * New if-shell command to test a shell command before running a tmux command. * tmux now works as the shell. * Man page reorganisation. * Many minor additions, much code tidying and several bug fixes.
2009-09-19patch away more conflicting typedefs intnn2-1/+15
extensions/source/nsplugin/source/npshell.cxx
2009-09-18Try harder to work around typedef mess intnn4-7/+39
extensions/source/plugin/inc/plugin/unx/plugcon.hxx This will hopefully fix the build failure reported here: http://mail-index.netbsd.org/tech-pkg/2009/09/17/msg003902.html
2009-09-14PLIST was missing man/man1/anita.1gson2-2/+4
2009-09-13Update misc/py-anita to 1.6. Changes since 1.5: support the new "modules" set.gson2-6/+6
2009-09-13Update to 2.4.3. This is bug fix release. It fixes the followinghira5-22/+77
security vulnerabilities. * CVE-2009-0200/CVE-2009-0201: Manipulated Microsoft Word files can lead to heap overflows and arbitrary code execution * CVE-2009-2414/CVE-2009-2416: Manipulated XML documents can lead to arbitrary code execution Release notes: http://development.openoffice.org/releases/2.4.3.html - Fix getline() problem (patches from misc/openoffice3/patches). - Use internal neon (9 patches are required to use external neon). - Use internal openssl for internal neon. - Disable VBA extension (enabling this causes build error).
2009-09-11Add and enable py-anitagson1-1/+2
2009-09-11Anita is an experimental tool for automated testing of the NetBSD/i386gson4-0/+35
installation procedure. Using anita, you can fully automate the process of downloading a NetBSD/i386 distribution, installing it in a qemu virtual machine, and booting the installed system.
2009-09-10remove firefox3 option and add xulrunner option instead ...tnn5-66/+57
... but leave it commented out because of build problems. I suppose this package is going away soon anyway(?)
2009-09-10depend on the latest xulrunner package, earlier ones don't work.tnn1-2/+2
kill whitespace
2009-09-10Remove the firefox3 option and replace it with a xulrunner option.tnn5-71/+48
Bump PKGREVISION.
2009-09-07Retire Python 2.3 support.joerg1-2/+2
2009-09-02Remove kei as maintainer, he resigned.wiz2-4/+4
2009-08-31Mark as destdir-ready.wiz1-1/+3
2009-08-30revert to previous.zafer1-2/+4
2009-08-30update master_sites. remove mirrors that doesn't provide the distfile.zafer1-4/+2
2009-08-29Update to 2.4.3.hasso2-7/+6
Changes in 2.4.3: ================= Fix to build TaskJuggler without KDEPIM3. Changes in 2.4.2: ================= Chris Schlaeger (44): Added support for 'accounts' columns in reports. Add 'accounts' column to interactive reports as well. Fix crash on template dialog with some older Qt versions. Properly report summary columns in CVS account reports and use separators for all columns. Fix manual error reported by coyote_x. Add changes suggested by coyote_x. Added logical expression function 'isDependencyOf()'. Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler Get rid of some empty *.cpp files. The sum in CSV account reports was wrong. Fix ICal bug with missing start times on certain tasks. Revert "Kill some redundant checks." Added some more checks to prevents crashes in the GUI. Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler No need to create an empty ExpressionTree. 0 will do fine as well. Don't overwrite table frames with alternating background in print reports. Fix crash when the UI is started with a project without reports. Add support for misalined time zones. Don't use the historic time zone names. They cause problems on BSDs. Remove more historic time zones. Fixed a booking related bug. Correct desciption of legal ID characters. Mark version as snapshot release. Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler Fixed problem with completion degree reporting. Fixed crash for vacation date outside of project. Add last fix to change log. Attempt to contain rounding errors. Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler Merge branch 'master' of ssh://office.taskjuggler.org/srv/www/vhosts/www.taskjuggler.org/htdocs/git-repos/taskjuggler Fix duration tasks with bookings. Improved version of last patch. More improvements for the duration + bookings code. Get rid of ugly DOS linebreaks. Another refinement of the duration-booking code. Make sure booking tasks align with timing resolution. Adapt example to new algorithm. There is no difference for duration task with bookings. Improved the description of 'isDependencyOf'. Eliminate compiler warning with newer GCCs. Set version to 2.4.2_beta2 Vacations are now included in export reports. Make iCal support optional. Finally, getting ready to release 2.4.2 Georg Hofmann (3): Fixed possible values for sloppy in the reference from 0-3 to 0-2. Added a dash between dates to meet TJ 2.4.1 date interval syntax. Corrected date-tool shortcut in 'Tip of the day' message. Jean-Yves (2): Fix issue on vacation resource display Added *~ to .gitignore Ray Lehtiniemi (13): Make example installation work with --prefix. Dead code removal Use initializer list Fix several crashes with repeated rescheduling. Missed a kotrus variable Use local vars to reduce code clutter. Kill some redundant checks. Loosen reportDef pointer type to eliminate a static cast. Use Report::generate() virtual function to dispatch reports. Constify getTable() to eliminate some const_cast<>() calls. Kill a bunch of unneeded static_cast<> Cache return value in local var Dead code Rene Kuettner (1): Change error for missing ICal support to warning. Stefan Kamphausen (1): added a new tasjuggler emacs mode j.taskjugg...@gindre.org (7): Added double and middle click facility in interactive report Added complements info in task and resource Details window Added taskbarprefix and taskbarpostfix Updated documentation for taskbarprefix and taskbarpostfix. Fixed documentation 'isDependencyOf' Fix issue on vacation resource display for the day of time change. Use TJ standart period format for vacation ressource display.
2009-08-29Update to 3.1.1. This is bug fix release. Add LICENSE to Makefile.hira2-20/+20
Release notes: http://development.openoffice.org/releases/3.1.1.html
2009-08-26bumping revision due graphics/ImageMagick updatesno2-4/+4
2009-08-26bump revision because of graphics/jpeg updatesno49-81/+98
2009-08-19Updating misc/p5-App-MrShell from 2.0200 to 2.0205sno2-6/+7
pkgsrc changes: - Adding license Upstream changes: 2.0205: Wed Jul 08 2009 - Doc bugs (very indirectly) found by Hans Dieter Pearcey - added perl critic and Test::Pod - fix bugs (as in wrongful code execution) found by critic.t - fixed many punctuation problems found by critic.t 2.0203: Tue May 12 10:36:26 EDT 2009 - added a way to subtract hosts from the host list 2.0201: Sat May 9 08:32:25 EDT 2009 - why show the command number in the output?
2009-08-18Updating package for misc/p5-Locale-Maketext-Simple from 0.20 to 0.21sno2-6/+6
Upstream changes: [Changes for 0.21 - 2009-08-17] * None [Changes for 0.20_02 - 2009-07-12] * How'd that MANIFEST vanish, anyway? [Changes for 0.20_01 - 2009-07-12] * MakeMaker Makefile.PL which takes into account the fact that we're now dual-lifed contributed by Jerry D. Hedden * Fix the i-default tests to skip if Local::Maketext::Lexicon is not installed as they fail - Tomas Doran
2009-08-15configure script only recognizes python up to 2.5; setwiz1-1/+2
PYTHON_VERSIONS_ACCEPTED to 25 24 23.
2009-08-12recursive bump for icu shlib version change except already done.obache3-5/+6