summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2001-07-04remove redundant USE_RUBY.taca1-2/+1
2001-07-03Update tkcvs to 7.0zuntum4-61/+56
Changelog: - Improved main file-browsing window. It now has icons to indicate the status of the files. The right mouse button activates context-sensitive popup menus. As a consequence of using a canvas widget instead of a listbox, the selection mechanism is different. It's click to select, shift-click to add selection, click-on-background to deselect all. The right button does an area select. - The module browser reads whatever information is available in the modules file via "cvs checkout -c" before it looks for the tkcvs-specific extensions. Thus if there is a modules file at all, some information will be available without the additional comments. - Options are specified via the options database instead of with cvscfg variables. If the window manager is CDE, its options are used by default. - The state of the main windows is remembered between sessions. - Bugs in display of the Editors column are fixed. - Finally found a good home for the "Checkout with Options" dialog. Someone pointed out that it belongs in the File menu next to the simple Update item. I'm conviced that that's right. - The module browser window is paned so that you can adjust the relative width of the columns. - CVS version 1.11 is supported better. o converted to use buildlink files, set USE_BUILDLINK_ONLY Update provided by Ingolf Steinbach <ingolf@jellonet.de> in pkg/13366, thanks for the PR!
2001-07-03Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-7/+22
2001-07-03Update SDL to 1.2.1. Changes include:rh11-141/+62
* Added Linux PlayStation 2 Graphics Synthesizer support * Added an audio driver that writes to disk * Mouse wheel sends mouse button (4/5) events on Windows * Added MacOS X Project Builder projects * Added initial support for Quartz video * Disabled Linux /dev/event joystick interface by default * Added native OpenBSD audio driver * Added detection of Open Sound System on Solaris x86 * Added initial support for Nano-X * Fixed endian detection on IA64 architectures * Added --disable-dga configure option to disable DGA * Fixed stuck keys when changing the video mode * Fixed double-mouse event bug on Windows using OpenGL * Fixed 320x200 video mode on framebuffer console * Improved robustness for the ELO touchpad * Added support for building under Cygwin on Windows * Added a dummy video driver for benchmarking * Fixed fullscreen cursor offset bug on BeOS
2001-07-02Update cpuflags to 0.7 - use explicit /sbin path to sysctl.abs2-4/+4
From Douglas Brebner
2001-07-02Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-07-02Allow overriding of *_CONFIG variables in a package Makefile when usingjlam4-10/+15
USE_BUILDLINK_ONLY.
2001-07-02Define PTH_CONFIG and PTHREAD_CONFIG and pass them to CONFIGURE_ENV ifjlam1-1/+8
USE_CONFIG_WRAPPER is defined.
2001-07-01Protect against multiple inclusion of this file.jlam1-1/+6
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam20-60/+60
2001-07-01Add target to touch some empty headers in ${BUILDLINK_DIR} with the samejlam1-2/+15
name as real ncurses headers. This is to prevent accidentally resolving something like <include/term.h> into ${LOCALBASE}/include/term.h if the compiler is passed "-I${BUILDLINK_DIR}/include -I${LOCALBASE}/include".
2001-07-01Invoke autoreconf with --foreign so that automake won't complain aboutjlam1-2/+2
missing "GNU-required" files like NEW, AUTHORS, etc.
2001-07-01Remove ruby-runit, it is relpaced by ruby-unit.taca4-149/+0
2001-07-01replace ruby-runit to ruby-unit.taca1-2/+2
2001-07-01Reimpot ruby-unit as correct directory.taca4-0/+149
2001-07-01Update "g-wrap" package to version 1.1.10. A very extensive list oftron7-41/+85
changes is available in the "ChangeLog" file.
2001-07-01Add and enable ruby-byaccr, ruby-ri and ruby-runit.taca1-1/+4
2001-07-01Importing ruby-runit, ruby-unit-0.3.9.3 package.taca4-0/+149
RubyUnit is Ruby implementation of Kent Beck's Testing Framework, which is known as the part of "eXtreme Programming" (XP). For details of XP, see http://www.xprogramming.com/.
2001-07-01Importing ruby-ri, ruby-ri-0.7a.taca4-0/+83
ri -- Ruby Interactive reference ri displays descriptions of Ruby's built-in methods, classes, and modules.
2001-07-01Importing ruby-byaccr, ruby-byaccr-0.1 package.taca11-0/+443
byaccr is a parser generator for ruby based on 'Berkeley Yacc' and 'Berkeley Yacc for Java'.
2001-07-01Add and enable ruby-bsearch, ruby-filelock and ruby-mutexm.taca1-1/+4
2001-07-01Importing ruby-filelock.taca4-0/+59
This is a Ruby module which provides file locking mechanism. The module FileLock implements two classes: LockFile and LockedFile; the class LockFile deals with so-called lockfiles, and the class LockedFile offer a high-level interface to deal with both regular files and lockfiles at the same time. To be portable, a small C extension is used to minimize the time between existence check of a lockfile and its creation.
2001-07-01Importing ruby-mutexm.taca4-0/+39
Extention module of Mutex mix-in. It gives functionality of Mutex to any objects.
2001-07-01Importing ruby-bsearch.taca4-0/+34
Ruby/Bsearch is a binary search library for Ruby. It can search the FIRST or LAST occurrence in an array with a condition given by a block.
2001-07-01Fix locale support so that it works under NetBSD-1.5 and that locale datatron2-8/+9
files end up in the correct directory.
2001-07-01Enable ruby-rd-mode now.taca1-2/+2
2001-06-30Add and enable ruby-amstd, ruby-mode, ruby-optparse, ruby-racc,taca1-1/+9
ruby-racc-runtime, ruby-strscan, ruby-textbuf. Add ruby-rd-mode but keep it disabled now.
2001-06-30Importing ruby-rd-mode.taca3-0/+47
Editing mode for RD (Ruby Docuemnt Format).
2001-06-30Importing ruby-mode.taca3-0/+57
Ruby editing mode for Emacs.
2001-06-30Importing ruby-textbuf.taca4-0/+45
Gapped text buffer extention for Ruby.
2001-06-30Importing ruby-amstd.taca6-0/+124
Collection of miscellaneous Ruby modules.
2001-06-30Importing ruby-racc-runtime.taca3-0/+22
This package only installs runtime libraries for Racc, an LALR(1) parser generator for Ruby.
2001-06-30Importing ruby-racc.taca4-0/+121
LALR(1) parser generator for Ruby.
2001-06-30Importing ruby-optparse.taca4-0/+87
Yet another command line option parser for Ruby.
2001-06-30Importing ruby-strscan 0.6.3.taca4-0/+57
Fast string scanner class library for Ruby.
2001-06-30Add missing dependences on Perl, Python and TCL.tron1-3/+6
2001-06-30Add ruby-readline and ruby14-readline , enable ruby-readline only.taca1-1/+3
2001-06-30Add buildlink.mk file for use by other packageszuntum1-0/+33
2001-06-30Importing Ruby 1.4 extension to readline library.taca5-0/+54
2001-06-30Importing Ruby extension to readline library.taca5-0/+58
This will be part of ruby meta-package.
2001-06-29Builds fine with USE_BUILDLINK_ONLY setzuntum1-1/+2
2001-06-29Fix typo in USE_BUILDLINK_ONLYzuntum1-2/+2
2001-06-29Add buildlink.mk file for use by other packageszuntum1-0/+33
2001-06-29s/databases/devel/nra1-2/+2
2001-06-29Converted to use buildlink.mkzuntum1-2/+3
2001-06-29Update cpuflags to 0.6:abs6-18/+86
Introduce make fragment to be (optionally) included in mk.conf Document environment variables set in cpuflags.mk Ensure cpuflags.Linux works on gcc 2.7.x
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam6-16/+8
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-28Updated cpuflags to 0.5abs2-58/+54
Use -mcpu=v9 for ultrasparc, not -mcpu=ultrasparc, add an entry for sparc2, and add an entry for a sparc2 (cypress)
2001-06-28The only consumer of smpeg wants >=0.4.3, so make that the default.jlam1-2/+2
2001-06-28Use the correct version number in the dependency line.jlam1-2/+2