summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-03Use the FreeBSD rules for DragonFly as well.joerg2-15/+42
2005-10-03Note bugfixes of audio/mpg123, audio/mpg123-nas and audio/mpg123-esound.joerg1-1/+4
2005-10-03Correct usage of errno and ctype macros. The former is wrong when threadjoerg7-17/+67
linking is active, the latter can result in segfaults. Bump revisions of mpg123, mpg123-esound and mpg123-nas for the ctype bugfix.
2005-10-03Updated devel/cscope to 15.5wiz2-3/+3
2005-10-03+ naim-0.11.8, wine-20050930.wiz1-1/+3
2005-10-03Update to 15.5:wiz8-160/+214
(2003/08/14 - broeker) Cleaned up man page, INSTALL and TODO files. (2003/08/14 - broeker) Have configure check for <regex.h>. Bail out if none found. (2003/08/14 - broeker) New options --help and --version. (2003/06/12 - broeker) New option -v to output progress updates even in line mode. To be used by interface kscope. (2003/06/02 - broeker) Use the basename of files only to test for SCCS/RCS files in -R traversal. (2003/04/29 - broeker) Check that a src file is a regular file before trying to scan it. Change from S_IFDIR/S_IFREG bit tests to macros S_ISDIR/S_ISREG. (2003/03/05 - broeker) Remove '-y' option from pipe call to utility "sort". It's long since deprecated, and some modern versions will barf seeing it. (2003/03/02 - broeker) Don't restrict to 14 character filenames any longer. (2003/01/23 - broeker) Update to latest auto* tools. First step towards integration of GNOME GUI version. (2002/12/11 - broeker) Get rid of deprecated ={...} style actions in egrep.y. Use plain {...} instead. (2002/10/29 - broeker) Fix bug #588671: disprefs was still 0 if only 1 very long reference output shown by curses display. (2002/08/27 - broeker) Fix bug #600494: use mygetenv() for HOME, and provide a fall-back if it's not there.
2005-10-03devel/gtkmm -> x11/gtkmmtaca1-3/+3
chat/mutt-devel -> mail/mutt-devel
2005-10-03Erm, fix previous correctly.xtraeme2-6/+6
2005-10-03Apply patch from David A. Holland in PR pkg/31435 to honor rc.confxtraeme4-11/+12
values for mysql_user, mysql_group and mysql_datadir options. Bump PKGREVISION.
2005-10-03Updated devel/libgnome[ui]mm to 2.12.0adam1-1/+3
2005-10-03Changes 2.12.0:adam2-7/+7
* Increased version to match GNOME 2.12 release version.
2005-10-03Note update of mail/mutt-devel 1.5.11tonio2-3/+3
2005-10-03Update mail/mutt-devel to 1.5.11tonio6-53/+32
Add support for Internationalized Domain Names (though disabled by default) This release features many bugfixes, ~h can match folded headers ~u match only suscribed lists, ~l all progress indication when uploading imap and pop messages This fixes PR 31451
2005-10-03Changes 2.12.0:adam2-7/+7
* Increased version to match GNOME 2.12 release version.
2005-10-03add idn: Internationalized Domain Names supporttonio1-0/+1
2005-10-03Updated devel/gconfmm to 2.12.0adam1-1/+2
2005-10-03Changes 2.12.0:adam2-7/+7
gconfmm 2.12 is API/ABI-compatible with gconfmm 2.10.x, 2.8.x, and 2.6.x. * 64-bit build fixes
2005-10-03Updated graphics/ImageMagick to 6.2.5.0adam1-1/+2
2005-10-03Changes 6.2.5.0:adam4-12/+16
* bug-fixes * improvements
2005-10-03Updated sysutils/gnome-vfsmm to 2.12.0adam1-1/+3
2005-10-03Changes 2.12.0:adam2-7/+7
* Updated NEWS and increased version.
2005-10-03Changes 2.12.0:adam2-7/+7
API additions compared to 2.10: * Added Item::get_parent_group() convenience method.
2005-10-03Allow this to build on DragonFly. Remove a nested extern for errno, GCCjoerg4-39/+70
complains about it anyway.
2005-10-03Updated devel/libglademm to 2.6.1adam1-1/+2
2005-10-03Changes 2.6.1:adam3-136/+12
* Windows build fixes.
2005-10-03Updated x11/gtkmm to 2.8.0adam1-1/+2
2005-10-03Changes 2.8.0:adam3-24/+265
API additions since 2.6: Gtk: * AboutDialog: Added set/get_wrap_license() and property. * CellRenderer: Added "sensitive" property. * ComboBoxText, ComboBoxEntryText: - Deprecated clear() in favour of new clear_items() method, because clear() exists in the base CellLayout class and is very different. - Added remove_text() to remove items one at a time. * Dialog: Added get_response_for_widget(). * EntryCompletion: Added properties, get/set_popup_set_width(), get/set_popup_single_width(). * FileChooser: Added get/set_do_overwrite_confirmation( * Iconview: Added get_item_at_pos(), get_visible_range(), get/set_cursor(), scroll_to_path(). * TreeRowReference: Added get_model(). * TreeView: - Added unset_model(). - Added const versions of get_path_at_pos(), get_cell_area(), get_background_area(), get_visible_rect(), widget_to_tree_coords(), tree_to_widget_coords(). - Added get_visible_range(). * TreeView::Column: Added queue_resize(). * Sizegroup: Added ignore_hidden property. * Stock: Added FULLSCREEN, LEAVE_FULLSCREEN, and INFO stock items. * Widget: Added drag_source_set_icon(const Glib::ustring& icon_name). * Window: - Added urgency_hint property, and get/set_urgency_hint(). Added present(timestamp) overload. Gdk: * Colormap: Deprecated alloc_colors() and free_colors(). Add free_color() for use with alloc_color(). * Cursor: Added get_image() and a Cursor(name) constructor. * DragContext:Added set_icon(const Glib::ustring& name). * Pixbuf: Added a save_to_buffer() overload without the options parameters. * Window: Added move_region().
2005-10-03Allow building on DragonFly.joerg2-1/+30
2005-10-03Unbreak build with GCC 3.4+ (label at end of compound statement).joerg2-1/+22
Include string.h, when using functions from it.
2005-10-03Unbreak build with GCC 3.4 (label at end of compound statement). Includejoerg3-1/+43
string.h when using functions from it.
2005-10-03Depend on errno.h to provide errno.joerg2-1/+16
2005-10-03Define BSD and link with -lcompat on DragonFly, too. Use NAME_MAX, whenjoerg3-3/+25
available and fallback to filesystem constants otherwise.
2005-10-03Use FreeBSD rules on DragonFly as well.joerg1-1/+3
2005-10-03Depend on errno.h to provide errno.joerg2-1/+14
2005-10-03Add DragonFly to the conditions.joerg2-5/+5
2005-10-03Depend on errno.h to provide errno.joerg2-1/+11
2005-10-03Use NAME_MAX (POSIX) by default and only fallback to the BSD or SysVjoerg2-6/+25
constants, when it doesn't exist. The latter isn't defined on DragonFly by default anymore, since it is inherently filesystem specific.
2005-10-03Updated devel/glibmm to 2.8.0adam1-1/+2
2005-10-03Changes 2.8.0:adam3-12/+102
API additions since glibmm 2.6: * GModule: Add BIND_LOCAL enum value. * MainContext Added signal_child_watch() and examples/child_watch. * OptionEntry: Added FLAG_NO_ARG, FLAG_FILENAME, FLAG_OPTIONAL_ARG, and FLAG_NOALIAS enum values.
2005-10-03Note update of verifypc to 1.2.jmmv1-1/+2
2005-10-03Update to 1.2:jmmv2-4/+4
- Package names can have dashes in them, so use a correct regexp to extract the package name from a dependency specification.
2005-10-03Remove irrelevant comments and fix the package path.minskim1-22/+6
2005-10-03Add and enable libexo.minskim2-2/+4
2005-10-03Import libexo. Packaged by Kibum Han.minskim5-0/+130
libexo is the extension library to Xfce developed by os-cillation. While Xfce ships with quite a few libraries that are primarly targeted at desktop development, libexo is targeted at application development, with a focus on applications for Xfce.
2005-10-03Note update of unalz.minskim1-1/+2
2005-10-03Update unalz to 0.52.minskim3-9/+9
Changes since 0.50: - added -p (pipe mode) and -pwd (password) options - improve locale support - bug fixes
2005-10-02Updated emulators/generator-cbiere to 0.35r2wiz2-3/+3
2005-10-02Update to 0.35r2:wiz2-7/+7
2005-09-02 * Moved inclusion of most system header files to hdr/generator.h and added check for sys/param.h for less #include trouble. * Removed platform-specific versions of the SWAP16/SWAP32 macros as these were only used in two places.
2005-10-02leafpad updated to 0.8.4.jmmv2-3/+3
2005-10-02Update to 0.8.4:jmmv3-8/+19
2005-09-24 version 0.8.4: * Implemented GOption (thanks Magnus Bergman). * Added '--tab-width' command line option. * Inform read-only file by less/greater than sign bracket. * Improved Korean auto-detection. * Added Hebrew translation (Yo'av Moshe). * Added Turkish translation (Kaya Oguz). * Added Greek translation (Stavros Giannouris). * Updated Italian translation (Alessio D'Ascanio). 2005-07-22 version 0.8.3: * Implemented replaced word highlighting. * Modified line-number margin. * Fixed space-separeted filename bugs (thanks Andrea Antolini). * Added Slovak translation (Peter Chabada). * Updated Polish translation (Michal Wrobel). 2005-07-02 version 0.8.2: * Improved dependency caused by intltool (thanks Machismo Ulverstein). * Modified left margin. * Fixed Macintosh return code bug (thanks young dave). * Fixed "response" signal of about diaglog (thanks Muthiah Annamalai). * Updated Bulgarian translation (Yavor Doganov). * Updated Simplified Chinese translation (Carlos Z.F. Liu). 2005-05-14 version 0.8.1: * Implemented searched word highlighting. * Modified Up/Down/PageUp/PageDown behaviour when scroll-outed. * Fixed space-separated filename bug (thanks Chris Everts). * Added Bulgarian translation (Yavor Doganov). * Added Vietnamese translation (Quy NGUYEN DAI). * Updated Hungarian translation (Reviczky Adam Janos). * Updated Polish translation (Michal Wrobel). 2005-04-29 version 0.8.0: * Implemented glib-gettext & intltool. * Added Print feature (only invoke lpr). * Added load stdin feature. * Added command line options. * Added '--enable-chooser' configure option for GtkFileChooser. * Modified some small points (DnD, caret, shadow, sensitivity...). * Changed shortcut keys displayed on menu. * Fixed replace question dialog behavior (thanks Keith). * Added Portuguese translation (thanks Alan Kelon). 2004-12-26 version 0.7.9: * Shrinked codeset menu. * Fixed destroy response for question dialog (thanks Richard S). * Removed local "G_BROKEN_FILENAMES" setting. * Removed scrollbar_spacing manipulation. * Updated Swedish translation (by Isak Savo). * Added Lithuanian translation (thanks Lech Jankovski). * Added Polish translation (thanks Michal Wrobel).