summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-12Initial import of scummvm, a game engine for lucasfilm games (withoutwiz5-0/+51
the data files). Package provided by Adam Ciarcinski, cleaned up and buildlink2ed by me.
2002-09-12Convert to buildlink2.wiz1-3/+4
2002-09-12Add.wiz1-0/+26
2002-09-12Update to 20020912; changes an ad pattern, and old distfile no longersimonb2-5/+5
available.
2002-09-12Convert to buildlink2.wiz2-7/+10
2002-09-12Add buildlink2.mkwiz1-0/+24
2002-09-12Add and enable mirrormagic-sdl.wiz1-1/+2
2002-09-12Add CONFLICT with mirrormagic-sdl.wiz1-1/+3
2002-09-12Initial import of mirrormagic-sdl, the SDL port of mirrormagic.wiz7-0/+153
Package provided by Adam Ciarcinski, with cleanup and buildlink2ing by me.
2002-09-11Add and enable libbonobouirh1-1/+2
2002-09-11Initial import of libbonoboui-2.0.3, the user interface components of therh5-0/+163
CORBA object activtion framework for GNOME2. Provided by Julio Merino <jmmv@hispabsd.org>. Closes PR pkg/18198.
2002-09-11Unused.wiz1-60/+0
2002-09-11Convert to buildlink2.wiz1-5/+5
2002-09-11Update to 2.0.1, provided by Adam Ciarcinski, with minor fixes.wiz9-312/+37
Changes: - icon for Windows executable added - bug when selecting default level series fixed - new IFF style file format for level files - fullscreen mode now works with Windows (workaround for bug in SDL) - /dev/dsp support for NetBSD added (thanks to Krister Walfridsson) - file permissions when saving files and creating directories changed - some small sound bugs fixed
2002-09-11Unused.wiz1-52/+0
2002-09-11Convert to buildlink2. Remove some more dirs, if possible.wiz2-11/+15
2002-09-11Add and enable libgnomerh1-1/+2
2002-09-11Initial import of libgnome-2.0.4, the non-graphical core of GNOME2.rh8-0/+339
Provided by Julio Merino <jmmv@hispabsd.org>. This closes PR pkg/18190.
2002-09-11Bump gnome-vfs2 to 2.0.4nb1:rh14-9/+254
- Properly compile pluggable fs modules (pkg/18220) - Add missing dependencies (pkg/18220) - Make this more pkglint-friendly. - Don't try to tweak LTCONFIG_OVERRIDE towards ltmain.sh, use LIBTOOL_OVERRIDE instead
2002-09-11Update to 1.2.2. Convert to buildlink2.wiz6-99/+81
Changes: Release 1.2.2 * Gnome::UI::Help fixed: This should be added to the Help menu to automatically add items from the topics.dat file. (Murray Cumming) * gnome-hello example: The About box is now closed and deleted when [Close] is clicked (Murray Cumming) Release 1.2.1 * App::create_toolbars fixed to use member UI::Array. This allows access to the widgets, as well as properly managing memory for the UI Items. - menu example modified to demonstrate disabling of menu item widgets. (Murray Cumming) * configure.in: Don't add -I$prefix/include to GNOMEMM_INCLUDEDIR if $prefix=/usr. -I/usr/include should never be used because it overrides the order of gcc's implicit include path. gtkmm-config.in has been corrected too. (Daniel Elstner) * Dialog, MessageBox, PropertyBox: Added extra documentation so people know that these are not self-destructed when run() or run_and_close() returns. (Murray Cumming) Release 1.2.0 * Canvas example: Added example.png to test CanvasImage. Items are now deleted in the destructor. (Murray Cumming) * Reference Documentation: Location of perl not hardcoded. (Cedric Gustin) * Some gcc 3.0 std namespace fixes. (Claudio Bley) Release 1.1.21 * CanvasText: set_font(const GdkFont&) conversion fixed and set_font(const string&) added. (Murray Cumming) * CanvasItem: event signal marshalled again. We lost this fix sometime after 1.1.17. (Gergõ Érdi) * Uncommented the CanvasHelper::anchor property, adding the necessary gtkpacker.h #include. (Murray Cumming) * Fixed CanvasHelpers::font for Gdk_Font input and added a string constructor. (Murray Cumming) * Added CanvasText::set_fontset(). (Murray Cumming) Release 1.1.20 Unofficial, with some 1.1.21 changes.
2002-09-11Add a missing dir.wiz2-2/+4
2002-09-11Depend on latest gtk-- version, and bump PKGREVISION for itwiz8-18/+19
[major bump in gtk--].
2002-09-11Update to 1.2.10, provided by Adam Ciarcinski.wiz8-39/+38
Changes: 1.2.10: * Gtk::Editable: removed default arg values from implementation, as suggested by Otmar Struwe. This allows it to build with gcc 3.1 1.2.9: * Gtk::SArray_Helpers::Traits<T>: Added specializations for 'const T*', 'T *const', 'const T *const' and 'const T[N]', so that the inofficial RedHat GCC 2.96 chooses the correct one. Release: Gtk-- 1.2.8 * CList_Helpers::Row::Row() implemented, not just declared. (Murray Cumming) * FontSelection::get_font_name(): Prevent crash when GTK+ returns 0. (Joe Yandle) * Fixed memory leak in Gtk::Editable::get_chars() (Gergo) * Gtk::Widget::get_toplevel is more cautious if the return value is not a Gtk::Window* (Gergo) Release: Gtk-- 1.2.7 * Minor gtkmmproc install fix. (Grumegargler) * Lots of reference documentation text added, based on the GTK+ reference documentation. (Jason M'Sadoques) * gtkmm-config does not give -I/usr/include, which should be implicit if necessary, and which overrides the implicit gcc replacement system headers if used. Apparently this is useful for gcc 3.0, and is what gtk+ does.(Daniel Elstner) Release: Gtk-- 1.2.6 Skipped. Release: Gtk-- 1.2.5 * Fixes for code generator. * Fixes for RedHat 7.0 configure bug. * Numerous patches to clean up code and improve appearance. * Added SpinButton::update() (Augustin Ferrin Pozuelo) * Menushell namespace fixes (jaycox) * Fixes for gtk--.m4 (srittau) * Major CTree fixes * CTree::selection() fixed. (Murray Cumming) * Added CTree::{Row,Column}::moveto() * Fix for CTree::RowList::end() (Daniel Elstner) * Documentation fixes (Falk Hueffner) * TreeItem patch (Joe Yandle) Converted to buildlink2 by me.
2002-09-11Update to 1.0.4, provided by Adan Ciarcinski.wiz7-64/+65
* Changed include directory to $(includedir)/sigc++-1.0/sigc++ to allow parallel installation with sigc-1.2. Added an install-data-hook rule deleting the old headers. (Daniel Elstner) * Ming patch from cgustin@ibelgique.com (This is probably not complete, because the sigc_res.rc file was not in cvs - an emtpy file has been added.) Converted to buildlink2 by me.
2002-09-11Add and enable dctc and dc_gui.wiz1-1/+3
2002-09-11Initial import of dctc (Direct Connect Text Client) and its GUI, dc_guiwiz26-0/+599
(Direct Connect GUI). Requested by reed some months ago ;) DC is another file sharing protocol.
2002-09-11Readd CVS Id.tron1-0/+1
2002-09-11Update "dgd" package to version 1.2.0.2. Changes since version 1.2.0.1:tron3-9/+7
- The editor could erroneously allocate dynamic instead of static memory. - Fixed a spurious pause that would occur if the first callout started after a cold boot had a delay of 0. - Fixed a problem with repeatedly adding and removing callouts in atomically executed code. - Fixed several bugs in error handling. - A better fix for errors in atomic code, in combination with multi-level catches. - Fixed a config file reading bug that could occur if the server was restarted. - Fixed a bug in saving/restoring variables in an object that privately inherited another. - Prevent code from being erroneously optimized away in rare cases. - Fixed a bug in handling some regular expressions. - Fixed several bugs which could, in rare cases, cause nil to turn up in mappings that had been accessed from atomically executed code. - Fixed a bug in error recovery for compiling switch statements. The update was contributed by Scott Thompson in private e-mail.
2002-09-11Add and enable print/gimp-print-ijs.jlam1-1/+2
2002-09-11Initial import of gimp-print-ijs-4.2.1.jlam4-0/+47
This package contains an IJS server that can output raster images supported by the GIMP print library, to be used in conjunction with IJS clients such as GNU Ghostscript.
2002-09-11use PKGNAME_NOREV as DIST_SUBDIRjoda1-2/+2
2002-09-11Add a buildlink2.mk file for other package Makefiles.jlam1-0/+19
2002-09-11Add and enable print/ijs.jlam1-1/+2
2002-09-11Initial import of ijs-0.34.jlam5-0/+98
IJS is a client-server protocol for transmission of raster page images. This package provides a reference implementation of the protocol, the design of which is still in flux. When the protocol specification is published, it will be authoritative. Applications should feel free to link against the library provided in this package, adapt that code for their own needs, or roll a completely new implementation.
2002-09-11Convert to buildlink2.wiz3-18/+7
2002-09-11Depends on cyrus-sasl with its version.taca1-2/+2
(Postfix's document claims it works with cyrus-sasl 1.5.5 at least.)
2002-09-11Add buildlink2.mk.wiz1-0/+24
2002-09-11Fix MASTER_SITES.wiz1-2/+2
2002-09-11Stop this package from findind "pkg-config" and trying to use librariestron1-1/+2
which it shouldn't use. An installed "glib2" package might otherwise cause build failures.
2002-09-11bump PKGREVISION; suggested by Thomas Klausnerjoda1-1/+2
2002-09-11install header files too; update PLIST to match realityjoda2-198/+202
2002-09-11Re-add support for the appropriate pre-1.6 NetBSD-current.schmonz1-1/+3
2002-09-11Re-add support for the appropriate pre-1.6 NetBSD-current. Entab.schmonz1-9/+11
2002-09-11Add missing doublequote. pkg/18263 by Julien Letessier.wiz1-2/+2
2002-09-11buildlink1 -> buildlink2jlam2-13/+18
2002-09-11buildlink1 -> buildlink2jlam2-22/+25
2002-09-11Use buildlink2.mk files, not buildlink.mk files. Thanks wiz!jlam1-6/+6
2002-09-11Update to 0.7.2, changes unknown.wiz5-53/+14
2002-09-11Update to 0.2.6. Convert to buildlink2.wiz5-74/+43
Changes: Split libwmf in two, libwmflite (with the parser) and libwmf (utility functions, device layers, etc.). Should also better support ImageMagick. Other changes unknown.
2002-09-11This package uses X11.jlam1-1/+2