Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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!
|
|
|
|
* 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
|
|
From Douglas Brebner
|
|
|
|
USE_BUILDLINK_ONLY.
|
|
USE_CONFIG_WRAPPER is defined.
|
|
|
|
|
|
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".
|
|
missing "GNU-required" files like NEW, AUTHORS, etc.
|
|
|
|
|
|
|
|
changes is available in the "ChangeLog" file.
|
|
|
|
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/.
|
|
ri -- Ruby Interactive reference
ri displays descriptions of Ruby's built-in methods, classes, and modules.
|
|
byaccr is a parser generator for ruby based on 'Berkeley Yacc' and
'Berkeley Yacc for Java'.
|
|
|
|
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.
|
|
Extention module of Mutex mix-in.
It gives functionality of Mutex to any objects.
|
|
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.
|
|
files end up in the correct directory.
|
|
|
|
ruby-racc-runtime, ruby-strscan, ruby-textbuf.
Add ruby-rd-mode but keep it disabled now.
|
|
Editing mode for RD (Ruby Docuemnt Format).
|
|
Ruby editing mode for Emacs.
|
|
Gapped text buffer extention for Ruby.
|
|
Collection of miscellaneous Ruby modules.
|
|
This package only installs runtime libraries for Racc, an LALR(1)
parser generator for Ruby.
|
|
LALR(1) parser generator for Ruby.
|
|
Yet another command line option parser for Ruby.
|
|
Fast string scanner class library for Ruby.
|
|
|
|
|
|
|
|
|
|
This will be part of ruby meta-package.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
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.
|
|
Use -mcpu=v9 for ultrasparc, not -mcpu=ultrasparc, add an entry for sparc2,
and add an entry for a sparc2 (cypress)
|
|
|
|
|