Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
DvorakNG is a curses based Dvorak typing tutor. It's heavily based on
Dvorak7min, but adds many improvements like a progress information database.
From Bruce Chiarelli in PR pkg/24147, with several changes by me.
|
|
kstars is included in the misc/kdeedu3 package.
|
|
|
|
|
|
This library is to encapsulate CD-ROM reading and
control. Applications wishing to be oblivious of the OS- and
device-dependant properties of a CD-ROM can use this library.
Some support for disk image types like BIN/CUE and NRG is available,
so applications that use this library also have the ability to read
disc images as though they were CD's.
|
|
Min Sik Kim in PR pkg/24121.
Bump PKGREVISION.
|
|
|
|
Changes:
* kdf: Fixed mem leak
* khexedit: Fixed 64 bit float big endian decoding
* khexedit: Honour ignore case setting in find next (F3)
* khexedit: Fix crash on systems which need strict alignments for double
variables (HP-UX)
|
|
Changes:
* kalarm: Fix system tray status indication on startup
|
|
Changes:
* kstars: Fixed Daylight Savings Time rule for locations in Saskatchewan,
Canada (these locations do not use DST).
* kstars: Improved determination of the time that an object sets or
transits. If the transit or set time is before the object's rise time,
then it is recomputed for the following day. These times appear in the
popup menu, and in the details dialog.
|
|
|
|
Changes:
* kuser: Fix quota support for linux quota 3.10 or newer (e.g. SuSE 9)
|
|
|
|
Changes since 0.8:
* 0.8.1 Major feature enhancement masked as minor number release
+ added real Microsoft-like $FIftiMain index-based
global search. The searches are as fast as possible now.
- removed the 'Case sensitive' checkbox because index
search can't use it anyway.
+ added support for 'javascript:fullSize' URLs.
+ beautified the font dialog a bit.
+ fixed empty title in the titlebar bug.
+ refined the synchronization between the contents tree and
the wxHtmlWindow displayed page.
* 0.8.2 Bug fixes and improvements:
+ added 'find in page' code (wxWindows 2.5.x only).
+ added 'copy text' code (wxWindows 2.5 only).
+ added a 'find in page' dialog that hopefully pops up
on Ctrl-F :) (wxWindows 2.5.x only)
+ added a popup menu with common options (back, forward,
copy selection, find in page) that pops up when the user
right clicks the HTML window.
+ beautified the tree control and enabled variable sizes
for the tree items.
* 0.8.3 Bug fixes:
+ fixed a relative path bug (i.e. for file paths like
../directory/file) both for HTML pages and images (had to
override wxHtmlWindow::OnOpeningURL()).
+ made the fonts change if necessary so that alternative
encodings can be used (such as Russian or Chinese).
* 0.8.4 Minor bugfix:
+ corrected a bug that crashed xchm if the user tried
to open a .chm file that is not present on disk.
* 0.8.5 Major bugfixes:
+ made xCHM properly handle weird charset languages
(Russian, Chinese) properly even when xCHM is being linked
with the GTK2/Unicode version of wxWindows.
* 0.8.6 Minor bugfixes:
+ corrected a bug that made xCHM refuse to load pages
with /absolute/paths.
+ corrected a bug that made xCHM refuse to load pages
with ./in/current/dir paths.
* 0.8.7 Minor feature enhancements:
+ the contents panel sash position persists between sessions.
+ decreased the default application font size from 14 to 12.
+ added opened files history support.
* 0.8.8 Major feature enhancements:
+ all the wxListBox widgets have been replaced with
wxListCtrl derived controls.
+ added real-time searchable index support via a new 'Index'
panel (status / selected index word changes as you type).
+ suppressed unhelpful error messages while loading a page.
+ hacked around wxWindows file system handler bug.
GetMimeTypeFromExt() couldn't figure out that pages that
ended in ".HTM" (as opposed to lowercase ".htm") are of
"text/html" MIME type.
* 0.8.9 Bugfix release:
+ checking for the u_intXX_t types with autoconf.
+ the detection of the book title, home page, index
and contents files is reliable.
+ applied FreeBSD port patch.
* 0.8.10 Bugfix / enhancements release:
+ fixed a horizontal scrollbar repainting bug that occured
in the search and index tabs.
+ added Chanler White Mac OS X patch to be able to launch
open a .chm file by double-clicking on it on Mac OS X.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
authors have dropped support for it and have not been backporting
security fixes.
As proposed on tech-pkg numerous times (last one: Dec 27 2003).
|
|
|
|
|
|
cuetools is a set of utilities for working with cue and toc files.
It includes the following programs:
* cueconvert
Convert between cue and toc formats.
* cuebreakpoints
Output track break points from a cue/toc file, in a format usable by
shnsplit (part of the shntool package).
* cuerename
Rename files based on a template.
|
|
|
|
|
|
In his own words:
4.0.2 fixes a local privelege escalation problem. See
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0972 for
more information.
There's no ChangeLog available, but other than the fix for this
and regeneration of the configure script, changes are extremely
small.
Also, I've removed the info files from PLIST and PLIST.SunOS. They
are handled automatically as of bsd.pkg.mk 1.1332.
|
|
|
|
xCHM is a CHM viewer for UNIX, based on Jed Wing's CHMLIB and
written with wxWindows. xCHM can view your files, show the contents
tree if one is available, print the current page, work with bookmarks
and do the usual history stunts. It allows you to change fonts and
search for text in all the pages of the archive, or in the pages'
titles. What it can't do is handle Javascript by the book.
|
|
|
|
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
|
|
In fact very little has changed in V2.4. A few bugs were fixed, and one
new feature, namely the display of multiple results in a
multi-dictionary lookup, was added. One bug-fix was to re-instate a
feature that was accidently dropped out in the V2.2 -> V2.3 update.
(Only one user noticed....)
Pkgsrc change: depend on new edict and kanjidic packages instead of
including a copy of the files.
|
|
|
|
The KANJIDIC file contains comprehensive information about Japanese
kanji. It is a text file currently 6,353 lines long, with one line
for each kanji in the two levels of the characters specified in
the JIS X 0208-1990 set.
|
|
EDICT is a Japanese->English dictionary.
|
|
packages collection as misc/bsdiff.
Bsdiff and bspatch are tools for building and applying patches to binary
files. By using suffix sorting (specifically, Larsson and Sadakane's
qsufsort) and taking advantage of how executable files change, bsdiff
routinely produces binary patches 50-80% smaller than those produced by
Xdelta, and 15% smaller than those produced by .RTPatch (a $2750/seat
commercial patch tool).
|
|
|
|
|
|
|
|
|
|
The GNOME On-Screen Keyboard (GOK) is an accessability interface
that gives you control of your system without needing a keyboard.
The GOK makes available a hierarchical button system that enables
keyboardless entry of common accelerators, and contains a
clickable keyboard that sports suggested autocompletion of many
common words, and even some commands. The GOK will provide an
alternative interface to common commands and functions within
applications that utilize the AT SPI.
The GOK is is designed to be usable by many alternative input
methods, i.e. not a common keyboard and mouse combination.
|
|
( We really need non-recursive dependancies... *sigh* )
|
|
|
|
This is a rewrite of the master control program for Blinkenlights.
The first implementation used to be a GTK+ application that allowed
previewing of movies and run-time modification of the playlist using
a graphical user interface. The need for a way to control
the Blinkenlights remotely arose, so this new implementation runs as
a daemon controllable via telnet connections. This software was used
for the Blinkenlights installation at the end of September 2001.
Greetings from 20c3, 20th Chaos Communication Congress in Berlin, where the
real Blinkenlights are running at this very moment on the Haus des Lehrers,
next to the congress building ;) (http://www.blinkenlights.de/).
|
|
fucntion (sysctl(3)) expecting size_t *.
|
|
|