summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-07Depend on python>=2.4 and py-gtk2>=2.14, per changelog.wiz1-1/+3
2009-04-07Note updates of getmail, rss2email, py-html2text, solfege.schmonz2-5/+6
2009-04-07Update to 3.14.1. From the changelog:schmonz6-135/+839
3.14.1: * Updated italian, dutch and turkish translations. 3.14.0: * We now require Python 2.4, Gtk+ 2.14 and pygtk 2.14 * Improved preferences window 'Instruments' tab layout. Be more consistent. * Better handling of external programs (CSound, MMA and lilypond-book), especially on win32. Now spaces in folder names are handled correctly, and the error message you get if the program is not found give better info. And the preferences window will check of binaries are found while you enter the path to the program. * Misc bug fixes, including bug:110, bug:111, bug:112. Idtone will now display translated notenames. 3.12.1: * Some updated translations * Fix bug # 110 * Fix bug # 111 * Windows installer fixes, so that upgrading from 3.10 or 3.8 to 3.12 works 3.12.0: * CSound support. * MMA support. * New lesson file functions: load, rnc, chordname * Allow length modifiers in chord. Contributed by Noam Raphael. * Allow lesson names with apostrophe. Contributed by Noam Raphael. * Added option in the preferences window to use a web browser for reading the user manual. * win32: store user created learning trees in user_data(), not app_data(). Move file from old to new location at startup. * The File->Learning tree submenu is recreated when activated, so new learning trees will show up without restarting the program. * added gst-launch as a predefined program for playing mediafiles. New users will by default use gst-launch * learning_tree_editor: add button to delete learning tree * Added a few solfa syllable exercises. * Insert our share/solfege and lib/solfege to the beginning of sys.path to avoid problems with python-mpd 3.10.4: * Bugfix: allow us to run more than one singinterval test beforerestarting the program. * Allow apostrophe in lesson names. Contributed by Noam Raphael. * create_practise_and_test_menu: Remove old Actions before adding them again. This to avoid gtk-warnings. Add an integer value to all Action names, so that we can guarantee that the Action names are unique. * Updated Vietnamese and Italian translations from the translation project. * Singinterval: key mouse-insensitive bug workaround 3.10.3: * Updated translations from the Translation Project: * French by Patrick Ficheux * Italian by Marco Colombo * Vietnamese by Clythie Siddall * New bug tracker at http://bugs.solfege.org * Merge workaround of winmidi.output_devices() bug (#12 on bugs.solfege.org) * First very simple cadense exercise. Added just to see if someone will write better exercises. 3.10.2: * Updated italian translation from Marco Colombo * Updated vietnamese translation from Clytie Siddall * Added tests that automatically check for new translations from the Translation Project when I try to make a release. * Some cleanup the the makefile rules that build the users manual. 3.10.1: * Changed license to GPLv3 * Fix the code that reports if the midi module is missing. * User manual: Fix figure 3.12 text: name the interval correctly * Raise ExecutableDoesNotExist if we have an empty MIDI player * build system: * permanent fix to the pcopy.py problem getting too long command line. 3.10.0: * Ear training test print out * Lots of internal fixes. Better error messages for people writing lesson files * Use the Translation Project for all translations. * MS Windows: Save in "My Documents" and "Application Data". * Lots of bug fixes 3.8.2: * Vietnamese translations by Clytie Siddall * Updates to the french translation by Patrick Ficheux * Bugfix to the lesson file header parser, so that whitespace is optional after header, making "header{" work as expected. 3.8.1: * Bugfix: work with pygtk 2.6, not only 2.8 and newer * Make the Escape button to close the export dialog and the dialog asking if you want to save work. * Merge autogen.sh tweak from solfege.dev * Fix for stupid bug. The ask_for_names_changed method would be set to None. Fix this. Didn't see this bug before because only expert mode would trigger this. This fixes this bug. * MusicDisplaye rat import fix. * Added a few Norwegian translation.
2009-04-07Update to 2.35. From the changelog:schmonz2-6/+6
* undo last change (elim extra \ns) (tx Sumit Rangwala)
2009-04-07Update to 2.65. From the changelog:schmonz3-23/+10
* Fixed warnings caused by Python v2.6 (using hashlib, removing mimify, etc.) * Deprecated QP_REQUIRED option as this is more than likely no longer needed and part of what triggered Python warnings * Fixed unicode errors in certain post headers * Attempted to incorporate Debian/Ubuntu patches into the mainstream release * Support img type enclosures * No file locking for SunOS * Gracefully handle missing charsets * Friendlier and more useful message if sendmail isn't installed
2009-04-07Update to 4.9.0. From the changelog:schmonz3-8/+10
- add Kerberos authentication support to IMAP retriever classes. Thanks: Guido Günther, Uli M. - clarify documentation regarding MDA_external. Thanks: AJ Weber. - eliminate deprecation warning for sets module with Python 2.6 by using a compatibility wrapper module.
2009-04-07Pull in lang/python/extension.mk when buildlinking.dsainty1-1/+4
Specifically, this fixes the build of dependent packages (like net/libsoup24) under Linux, which attempt (and fail) to link in -ldb4 as requested by ${PREFIX}/lib/libproxy.la.
2009-04-07Note bglibs, cvm updates.schmonz1-1/+3
2009-04-07Update to 0.95. From the changelog:schmonz2-6/+6
- Added a "lookaside" mode to cvm-qmail, to assist with proper chaining to cvm-vmailmgr or other modules. - Fixed failure in cvm-qmail when virtualdomains did not exist. - Fixed client.h symlink to point to v2client.h to match the library. - Fixed cvm-vmailmgr to fail with OUTOFSCOPE=1 when the virtual password table file does not exist, instead of failing with an I/O error. This should improve its ability to chain with other modules. - Added cvm-sqlite from Wayne Marshall
2009-04-07Update to 1.106. From the changelog:schmonz5-21/+22
- Fixed installation of msg/debug.h header file. - Fixed envstr_unset to remove all instances of the given name. - Added sysdep for d_ino and d_type in struct dirent. - Fixed the path_match function to match filenames containing pattern characters (ie [filename] etc) the same way shells do. - Files generated by cli-generate now indicate the source .cli file. - Fixed the debug messages to not enable any by default. - Modified the build procedure to build all sources with libtool. This should fix problems with parallel make.
2009-04-07Note privoxy 3.0.12mjl1-1/+2
2009-04-07Update privoxy to 3.0.12mjl5-33/+71
This is a stable release which includes many enhancements but no major new features. The most prominent improvement is support for keep-alive connections. Also add a patch to deal with non-availability of gethostbyname_r() on NetBSD -- privoxy then uses gethostbyname() in a mutexed section, effectively single threading DNS lookup. This is extremely annoying when running into DNS timeouts. Hack around it by implementing functionality using getaddrinfo().
2009-04-06Added graphics/p5-GDGraph-boxplot version 1.00chuck2-2/+4
2009-04-06GD::Graph::boxplot is a perl5 module that uses GD::Graph, GD, and chuck3-0/+28
Statistics::Descriptive to create and display PNG output for box and whisker graphs.
2009-04-06Added math/p5-Statistics-Descriptive version 2.6chuck2-2/+4
2009-04-06Statistics::Descriptive is a perl module of basic descriptive statistical chuck3-0/+24
functions (mean, median, mode, sum, variance, standard_deviation, etc.)
2009-04-06Fix destdir.joerg1-4/+4
2009-04-06pkg_install-20090406:joerg2-7/+4
Remove premature return that broke dependency tracking for pkg_add -u. Fixes PR 41143.
2009-04-06Don't install ftp -- it is no longer a dependency of bootstrapjoerg1-8/+1
components, so it doesn't need the special threatment.
2009-04-06updates to eigen2, phonon and neonmarkd2-3/+5
2009-04-06Update phonon to 4.3.1markd3-12/+41
Version required for KDE 4.2. Precise changes unknown.
2009-04-06Bump PKGREVISION for neon update.markd4-8/+8
2009-04-06Update neon to 0.28.3markd4-16/+19
Remove comment about checking subversion for neon > 0.27 as 0.28.3 is in fact the prefered version for the current subversion. Several years of bug fixes.
2009-04-06back out my previous change, looks like I was bitten by pkg/41150 after alltnn1-3/+1
2009-04-06Update eigen2 to 2.0.0markd4-34/+25
Release version. Cleans up alignment issues.
2009-04-06+xine-xcbdrochner1-1/+2
2009-04-06add the "xine-xcb" plugin for xine-lib, from Mark Davies per pkgsrc-wipdrochner3-0/+39
(needed for KDE4)
2009-04-06Wordpress was Added not Updatedadrianp1-2/+2
2009-04-06Updated www/wordpress to 2.7.1adrianp1-1/+2
2009-04-06+wordpressadrianp1-1/+2
2009-04-06Import of wordpress 2.7.1 from pkgsrc-wipadrianp7-0/+811
Initiall packaged by shinden@linux.pl and then hacked by me WordPress is a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability.
2009-04-06+ clive-2.1.10, getmail-4.9.0, heyu-2.5.1, libxcb-1.2, mksh-37b,wiz1-11/+9
mpg123-1.7.2, vala-0.7.0, xinput-1.4.1. - dictem-1.0.1 [pkg/41047], dictem-1.0.2, diffuse-0.3.0, mk-files-20061230, sdlmame-0.130 [wiz]
2009-04-06Updated textproc/dictem to 1.0.2wiz1-1/+2
2009-04-06Update to 1.0.2, provided by Aleksey Cheusov in PR 41149.wiz2-7/+7
Changes: fixes in dictem-postprocess-definition-remove-header postprocessing function.
2009-04-06+ *xcb*drochner1-1/+4
2009-04-06Update to 20081111, provided by Aleksey Cheusov in PR 41021.wiz2-14/+13
Update to the latest version. Fix for destdir support. Fix in CONFLICTS (there is no conflicts with bootstrap-mk-files). Minor clean-ups. Ok sjg@
2009-04-06import xcb-util-0.3.3, from Blair Sadewitz and Michael Stapelbergdrochner5-0/+103
per pkgsrc-wip
2009-04-06import libxcb-1.1.93, from Jeremy C. Reed and Michael Stapelbergdrochner8-0/+239
per pkgsrc-wip
2009-04-06import xcb-proto-1.4, from Jeremy C. Reed and Michael Stapelbergdrochner9-0/+200
per pkgsrc-wip
2009-04-06Updated meta-pkgs/gnome to 2.25.99.2wiz1-1/+2
2009-04-06Add vinagre dependency.wiz1-4/+3
2009-04-06Added net/vinagre version 2.26.0wiz1-1/+2
2009-04-06Sort, add gtk-vnc and vinagre.wiz1-2/+4
2009-04-06Initial import of vinagre-2.26.0:wiz4-0/+250
This is vinagre, a VNC client for the GNOME Desktop.
2009-04-06Added net/gtk-vnc version 0.3.8nb1wiz1-1/+2
2009-04-06Fix path to itself.wiz1-2/+2
2009-04-06Initial import of gtk-vnc-0.3.8nb1 from pkgsrc-wip:wiz9-0/+140
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded. It provides a core C library, and bindings for Python (PyGTK).
2009-04-06Updated devel/diffuse to 0.3.1wiz1-1/+2
2009-04-06Update to 0.3.1. Avoid using urllib, because it causes a core dump.wiz4-22/+21
Next release will not use urllib. Diffuse 0.3.1 - 2009-03-05 - fixed a typo that broke the 'Find...' dialogue Diffuse 0.3.0 - 2009-03-03 - new Windows installer - notification on focus change when files change on disk - menu items for adjusting indentation - syntax highlighting for Objective-C++ - '-c' option now works with CVS-style revision numbers - window title now describes current tab - search settings now persist across sessions - minor bug fixes
2009-04-06Updated emulators/snes9x-gtk to 1.51.70wiz1-1/+2