summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2000-10-24sortwiz1-3/+3
2000-10-22First batch of upgrades for Python 2.0:tsarna6-46/+21
lang/python upgraded to 2.0 lang/py-html-docs upgraded to 2.0 misc/py-readline upgraded to 2.0 databases/py-gdbm upgraded to 2.0 x11/py-Tk upgraded to 2.0 devel/py-curses upgraded to 2.0 lang/py-extclass upgraded to 2.2.2 and for Python 2.0 textproc/py-dtml upgraded to 2.2.2 and for Python 2.0 www/py-zpublisher upgraded to 2.2.2 and for Python 2.0 print/py-reportlab upgraded to 1.01 and for Python 2.0 More coming...
2000-10-22Change dependency: SDL-1.1.5 -> SDL>=1.1.5rh1-2/+2
2000-10-22Fix several severe problems that prevented this package from passing itsrh10-55/+363
own tests. Bump version to 1.1.5nb1 Changes include: - make multithreading actually work - activate esound backend - /dev/dsp -> /dev/audio - /dev/cdrom -> /dev/cd?a - tons of bugfixes
2000-10-22Update oaf to 0.6. New in this release:rh5-17/+36
* Query and activation changes: - Async activation interface (Mathieu) - Per-DISPLAY server support, so you can run bonobo apps on multiple displays at once. (Maciej) - Make test components not show up unless in test mode. (Maciej) - Forbid oafinfo files to specify properties that start with `_' (Elliot) * Added ref/unref to factory interface for future expansion (Elliot) * Build improvements (Pavel, Ramiro) * Bug fixes - Portability fixes (Dan Winship) - Exception handling fixes (Jaka) - CORBA fixes (Bradford) - Remove debugging spew (Maciej) - Leak fixes (Darin) * Translations: - New translations from (Alastair McKinstry, Jarkko Ranta, Manuel de Vega Barreiro, Christopher R. Gabriel, Yuri Syrota, Takayuki KUSANO, Jesus Bravo Alvarez) * Administrative: - Updated commit policy, set of people with commit privs (Maciej)
2000-10-21${MKDIR} includes -p. chown -> ${CHOWN}, chmod -> ${CHMOD}wiz1-4/+4
2000-10-21add empty line for pkglintwiz1-1/+2
2000-10-21rm -> ${RM}wiz1-2/+2
2000-10-21oops. echo -> ${ECHO}wiz1-2/+2
2000-10-21reorder lines for pkglintwiz1-4/+4
2000-10-21Update gal to 0.2. Changes include:rh5-20/+26
* gal/e-text/e-text.c (e_text_destroy): Remove dbl_timeout and tpl_timeout. * gal/e-text/e-text-event-processor-emacs-like.c: Made the number keys on the number pad work in ETexts and ECellTexts. * gal/e-text/e-entry.c: Made EEntry accept focus properly. * gal/widgets/e-hscrollbar.c (e_hscrollbar_new): Use `gtk_object_new()' instead of `gtk_type_new()' and then `gtk_object_set()', as the latter doesn't set the CONSTRUCTED flag. * gal/widgets/e-vscrollbar.c (e_vscrollbar_new): Likewise. * gal/widgets/e-scroll-frame.c (e_scroll_frame_set_vadjustment): Use an EVScrollbar instead of a GtkVScrollbar. (e_scroll_frame_set_hadjustment): Use an EHScrollbar instead of a GtkHScrollbar. * gal/widgets/e-vscrollbar.h: New. * gal/widgets/e-vscrollbar.c: New. * gal/widgets/e-hscrollbar.h: New. * gal/widgets/e-hscrollbar.c: New. * configure.in: Use $UNICODE_CFLAGS and $UNICODE_LIBS instead of gnome-config
2000-10-21Remove cvs-current package, obsoleted by the cvs package.wiz26-597/+1
2000-10-21Mirror commits to cvs in base system:wiz9-30/+129
Make LOCALID a runtime option, instead of a compiletime option, by moving the value to CVSROOT/config (repository specific). Some minor fixes for buffer sizes. Add a RCS Id where missing; add some warning about the deprecated RCS_LOCALID variable. Both changes from OpenBSD. Bump to 1.11nb1.
2000-10-18Update to 1.3:wiz2-5/+5
1.2 wasn't working because _DIAGASSERT isn't defined on 1.4.x; worked around it by defining it in the getopt_long.c distfile.
2000-10-18add IGNORE, since devel/cvs is newerwiz1-1/+3
2000-10-18Update libgetopt to what's in -current right now (includes awiz6-27/+649
much-improved getopt_long). Bump to 1.2.
2000-10-18Update to 1.11. Changes since 1.10:hubertf26-2989/+219
* The new "cvs version" command gives a short version message. If the repository is remote, both the client and server versions are reported. * "cvs admin -t" now works correctly in client/server mode. * The "cvs history" command output format has changed -- the date now includes the year and is given is ISO 8601 format (yyyy-mm-dd). Also, the new LogHistory option in CVSROOT/config can be used to control what information gets recorded in the log file and code has been added to record file removals. * The buggy PreservePermissions code has been disabled. * Anonymous read-only access can now be done without requiring a password. On the server side, simply give that user (presumably `anonymous') an empty password in the CVSROOT/passwd file, and then any received password will authenticate successfully. * There is a new access method :fork: which is similar to :local: except that it is implemented via the CVS remote protocol, and thus has a somewhat different set of quirks and bugs. * The -d command line option no longer updates the CVS/Root file. For one thing, the CVS 1.9/1.10 behavior never had updated CVS/Root in subdirectories, and for another, it didn't seem that popular in general. So this change restores the CVS 1.8 behavior (which is also the CVS 1.9/1.10 behavior if the environment variable CVS_IGNORE_REMOTE_ROOT is set; with this change, CVS_IGNORE_REMOTE_ROOT no longer has any effect). * It is now possible for a single CVS command to recurse into several CVS roots. This includes roots which are located on several servers, or which are both remote and local. CVS will make connections to as many servers as necessary. * It is now possible to put the CVS lock files in a directory set by the new LockDir option in CVSROOT/config. The default continues to be to put the lock files in the repository itself.
2000-10-17Fix finding gettext libraries in a better way. Remove CPP definition whichjlam4-22/+21
was breaking compilation on my machine -- not sure why it was set in the first place, and the reason wasn't logged in CVS.
2000-10-17Add and enable galrh1-1/+2
2000-10-17Initial import of gal-0.1, the Gnome Application Librariesrh7-0/+141
2000-10-17Update libglade to 0.14. Changes include:rh3-7/+7
- radio menu item support (from patch by Mitch Chapman) - make accelerators visible in GtkPixmapMenuitems. - Added a glade_set_custom_handler to allow better control over creation of `Custom' widgets. This can be used by language bindings or other applications that want more control over custom widget handling. - add tearoff menu items to menus if gnome settings say that they should be shown. - a few other bug fixes.
2000-10-17IGNORE package if it's in the base systemwiz2-2/+10
2000-10-16Update p5-IO-stringy to 1.216. Changes include:rh2-4/+4
* Added 'bool' overload to '""' overload, so object always evaluates to true. * Evaluating an IO::Scalar in a string context now yields the underlying string. *Thanks to B. K. Oxley (binkley) for this.* * Minor documentation fixes.
2000-10-15Add a missing / at the end of the MASTER_SITES.veego1-2/+2
2000-10-15Update glade to 0.5.11. Changes include:rh3-7/+9
* Added workaround for SEGV bug in GnomeMessageBox in gnome-libs 1.2.3. * A few changes in the generated code to keep g++ happy. * Added gtk_widget_grab_focus() and gtk_widget_activate_default() to the lists of standard signal handlers. * Changed the widget tree view so it automatically expands to show selected widgets. * Updates to Russian, Swedish, French, Korean and Japanese translations. * Fixed code generation bug with GnomePropertyBox which caused a SEGV. * Added support for the "relief" property for GtkButton & GtkToggleButton. This is the only change to the XML file format. * Fixed menu editor bug which meant that widgets were occasionally given the same name. * Added support for tooltips for GtkRadioButton and GtkCheckButton. * Better support for keyboard navigation (from Jon K Hellan). * Fixed --write-source option so it handles relative paths (from Rick Niles). * Stopped installing logo into `gnome-config --datadir` since it causes problems for people installing in personal directories etc. Also changed the generated Makefile.am so it doesn't do it either. * Added 'Class' property to the property editor so you can see the class of the selected widget (from Jon K Hellan). * Output the GtkOptionMenu and GtkCombo item strings separately in the translatable strings file. * Allowed start & finish pages of a GnomeDruid to be removed, in case the developer wants to replace them with custom pages. * Fixed the 'Redisplay Window' (Ctl-R) command so it should work again. * Added the XML file and the autogen.sh file to the EXTRA_DIST in the generated Makefile.am so they get distributed with the project.
2000-10-15Add and enable jlibrh1-1/+2
2000-10-15Initial import of jlib-1.0.6, a library of C++ utility classes.rh8-0/+113
2000-10-15Add and enable gnome-objcrh1-1/+2
2000-10-15Initial import of gnome-objc-1.0.40, an Objective C API for gnome and gtk.rh7-0/+179
2000-10-15Update gtkdiff to 1.6.0. Changes include:rh3-5/+6
* Some bug fixes. * Search function. * Click on a different portion in two-pane mode, and the portion is selected. No UI feedback except statusbar. It could be useful after you search any word. * Toolbar support. * Menubar becomes a little bit fancy. * Preference settings in directory view are restored properly. * A bug fix related to DBCS(Double Byte Character String). * A notification release. * A new tool, gtkdiff-cvs. It's a simple shell script, handling CVS files. * Minor bug fixes. * Accelerator key bug fix. (You might need to delete ~/.gnome/accels/gtkdiff file, if some accelerator keys don't work.) * Turkish message translation. * Danish message translation. * Merge view. * Some changes in ~/.gnome/gtkdiff file. "PaneMode" entry becomes obsolete. "DiffArgs" entry is moved to "Diff" section. Although they don't matter, if you don't like useless lines remained, please delete ~/.gnome/gtkdiff by yourself. * Internal version. * Most of GUI components become widget base.
2000-10-15Add and enable dmakerh1-1/+2
2000-10-15Initial import of dmake-4.1, a portable make supported by many platforms.rh7-0/+248
2000-10-15Use new USE_MESA variable to depend on the correct Mesa packagesrh1-2/+2
2000-10-15Added and enabled smpegwulf1-1/+2
2000-10-15Completed PLISTwulf1-1/+24
2000-10-15Initial import of smpeg, the SDL MPEG player librarywulf7-0/+41
2000-10-15Updated to SDL-1.1.5 and bugfixeswulf13-63/+74
2000-10-15Add and enable p5-perl-headers.jlam1-1/+2
2000-10-15p5-perl-headers: h2ph-generated perl header filesjlam4-0/+43
Since these are generated from the contents of /usr/include, and varies from release to release, the version number for this packages is simply the OS_VERSION, e.g. p5-perl-headers-1.4.2, p5-perl-headers-1.5C. This package closes PRs: 6369, 7422.
2000-10-15Patch with ncurses-5.1-20001014.patch.gz. This has a few minor bug fixes,jlam18-1183/+58
but mostly comprises patches to ease building on NetBSD pkgsrc. Tom Dickey has been kind enough to accept our patches back into the main source tree. Many thanks to him.
2000-10-14It seems the info-files distributed with libtool 1.3.5 are broken.hubertf1-1/+8
To test, type "info libtool|" and hold down space. See it stop with a ``Cannot find the node "(/usr/pkg/info/libtool.info)Linking executables"'' error. Simply making sure the info-files get re-done works here.
2000-10-13Hack build so that automake doesn't use CXX for link stage in libjoystick.skrll2-1/+22
2000-10-12Make sure that -Wl does the right thing on a.out.skrll3-16/+26
Make sure that an -fPIC c++rt0 is pulled in for sparc<1.4.3 Fixes: pkg/11166, pkg/10190, pkg/11189, and port-sparc/10846
2000-10-12This has a no-commercial-use license.jlam1-1/+3
2000-10-12Honor CXXFLAGS passed in from environment.jlam1-2/+8
2000-10-12Remove "include/curses.h"...it's installed as "include/ncurses.h".jlam1-2/+1
2000-10-12Honor CXXFLAGS passed in from environment.jlam3-4/+14
2000-10-12add the actual ncurses distribution to DISTFILESpooka2-3/+4
2000-10-12Update ncurses to 5.1 (20001009). Changes from version 5.0 include betterjlam19-404/+1766
support for termcap, new extensions for color, several bug fixes, minor API changes, buffer-overrun checks.
2000-10-08Update global to 4.0.1 - patches from Hubert. Fixes security issue.abs10-122/+13