summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2000-11-09libintl tweaks are moved into bsd.pkg.mkitojun1-5/+1
2000-11-06Update gal to 0.2.1. Changes are bugfixes only.rh3-11/+11
2000-11-06Add and enable ftnchek.wennmach1-1/+2
2000-11-06Initial import of ftnchek-3.0.0, a static analyzer for Fortran programs.wennmach5-0/+125
Submitted by Jason Beegan <jasontd@indigo.ie> in PR 11396.
2000-11-05Update to 0.7.2. Changes:hubertf5-19/+29
Major changes since 0.6.0: * A new diff frontend based on -u instead of --side-by-side. Now this works even for people who have 150 characters per line ;-) There is also a change bar a la tkdiff. * The log tree now shows the tags attached to each revision, thanks to a patch by Florent Pillet. * It compiles and works again with KDE pre2.0 * Arrow keys work in the diff dialog * Support for cvs watch / cvs edit (the latter based on an idea by Steffen Dettmer * Less flicker in diff, annotate and resolve view when using Qt2/KDE2 * Bug fixes Changes since 0.5.0: * repositories dialog * Implemented "Open recent" * Implemented "History" * Added a button in the checkout dialog to obtain a list of modules * Show sandbox in caption * Much more detailed pseudo session management. Please delete your cervisiarc file! * Implemented "Merge" * Implemented "Prune empty directories" * Implemented "Select by tag" in log dialog
2000-11-03Update to boost 1.18.1. Changes from version 1.17.0:jlam3-17/+437
* Graph Library, Random Number Library, and Regular Expression Library * Configuration Header additions for various compiler foibles. * Portability Hints: Borland C++ 5.5.1 from Jens Maurer added. * Compiler Status updated for latest versions of several compilers. * Array Library improvements reflecting formal review comments. * functional.hpp compiler workarounds added. * tie() function template added to utility.hpp for easier handling of std::pair<> return values. * Integer Library improved handling of 64-bit integers. * Minor web site page updates.
2000-11-03Honor CXX and CXXFLAGS definitions from the environment during build.jlam1-3/+3
2000-11-02NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymorewiz1-8/+5
(only after bsd.prefs.mk inclusion)
2000-11-02add USE_LIBINTL, and BUILD_DEPENDS to devel/gettext.itojun1-1/+4
2000-11-02look at /usr/pkg/{include,lib}, so that we can build it withitojun1-1/+3
devel/gettext-lib (not with in-tree libintl). from lukem.
2000-11-01update dependency to gettext. BUILD_DEPEND on gettext, and have USE_LIBINTL.itojun1-2/+5
2000-10-31use USE_LIBINTL. now devel/gettext does not need devel/gettext-lib,itojun1-3/+2
if /usr/lib/libintl.a exists.
2000-10-31make sure to nuke local libintl.hitojun1-1/+4
2000-10-31no info on this directoryitojun1-3/+1
2000-10-31split devel/gettext into devel/gettext and devel/gettext-lib.itojun13-33/+184
TODO: gettext-lib can be omitted if we have /usr/lib/libintl.a.
2000-10-31As per PR 11339 by Love <lha@stacken.kth.se>, oaf now depends onwennmach1-1/+2
devel/popt.
2000-10-31Add and enable popt.wennmach1-1/+2
2000-10-31Initial import of popt-1.2, a command line option parsing library.wennmach7-0/+61
Since version 0.5.4, net/ORBit does not install it's own version of libpopt any more. This makes devel/oaf fail during build. The problem was noted by Love <lha@stacken.kth.se> in PR 11339, who submitted this package for popt.
2000-10-31because of addition of --with-included-gettext (revision 1.15),itojun1-15/+1
"if SunOS" clause does not hold any more.
2000-10-31md5 for ptl-2.1.6msaitoh1-2/+2
2000-10-30Upgrade to 2.1.6.msaitoh1-3/+3
Changes from 2.1.5: * src/io.c (fcntl): support nonblocking I/O. * src/sleep.c (sleep): change return type and the argument of sleep() from int to unsigned. * src/cond.c: add unrenamed pthread_cond_timedwait(). * include/pthread.h: fix the prototype of pthread_cond_timedwait().
2000-10-27Add libavl.mjl1-1/+2
2000-10-27This is version 1.4 of libavl, a library in ANSI C for manipulation ofmjl5-0/+30
balanced binary trees. Functions for use with three varieties of AVL tree and one type of red-black tree are included. There is full documentation, including an explanation of what AVL and red-black trees are and why you'd use them.
2000-10-26On Solaris include ${PREFIX}/include to find zlib.h.veego1-1/+2
2000-10-24Resolve chicken & egg problem when bootstrapping:hubertf1-1/+6
chicken == archivers/gtar-base (wants to apply patches) egg == devel/patch (wants gtar to unpack) Break out by using /usr/bin/tar if $GTAR is not installed. Might be better in bsd.pkg.mk ...
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.