summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc30-60/+62
2004-01-19Add and enable dvorakng.jmmv1-1/+2
2004-01-19Initial import of dvorakng, version 0.6.0rc1:jmmv5-0/+51
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.
2004-01-17Remove kstars. This version is rather old, and a newer version ofkristerw6-438/+1
kstars is included in the misc/kdeedu3 package.
2004-01-17remove references to work dir (S/.work//)recht2-4/+4
2004-01-17+ libcdiorecht1-1/+2
2004-01-17initial import of libcdio-0.65recht6-0/+94
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.
2004-01-17Install all schema files into GCONF_SCHEMA_FILE_DIR, reported byxtraeme4-4/+21
Min Sik Kim in PR pkg/24121. Bump PKGREVISION.
2004-01-16Add some missing directories, reported by Min Sik Kim in PR pkg/24113.xtraeme1-1/+16
2004-01-15Update to KDE 3.1.5.markd6-164/+205
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)
2004-01-15Update to KDE 3.1.5.markd3-12/+10
Changes: * kalarm: Fix system tray status indication on startup
2004-01-15Update to KDE 3.1.5.markd3-10/+6
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.
2004-01-15Update KDE to 3.1.5.markd2-7/+5
2004-01-15Update to KDE 3.1.5.markd3-7/+19
Changes: * kuser: Fix quota support for linux quota 3.10 or newer (e.g. SuSE 9)
2004-01-15Update to KDE 3.1.5.markd2-7/+5
2004-01-14Update to 0.8.10, provided by Min Sik Kim in PR pkg/24049.xtraeme3-6/+19
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.
2004-01-12Remove unnecessary blank lines.cjep2-4/+2
2004-01-11move the various static shell packages back to their previous names.grant1-2/+2
2004-01-11Make this compile with gcc-3.3; fix problems seen in agc's latest bulk build.jschauma6-12/+138
2004-01-11Add X10_PORT for selecting the default serial port for the X10 adapter.kim1-1/+5
2004-01-11Lint: <=24 linescjep1-8/+1
2004-01-11fix BUILD_DEPENDS on tcsh after standalone-tcsh rename. noted by agc.grant1-2/+2
2004-01-10Remove KDE1 packages (and dependencies) from pkgsrc, since the KDEwiz7-1260/+1
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).
2004-01-10rev. bump because of the wxGTK buildlink changerecht1-2/+2
2004-01-10Add and enable cuetools.jmmv1-1/+2
2004-01-10Initial import of cuetools, version 0.4:jmmv4-0/+55
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.
2004-01-07Bump PKGREVISION due to wxGTK update (use gtk2).jmmv1-1/+2
2004-01-06Not necessary any longer after update to 4.0.2.wiz3-38/+1
2004-01-06Update to 4.0.2, provided by Soren Jacobsen in PR 24000.wiz4-20/+7
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.
2004-01-06Add and enable xchm.wiz1-1/+2
2004-01-06Import of xchm from pkgsrc-wip (by xtraeme@).wiz4-0/+31
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.
2004-01-05bl3ifyjlam1-2/+4
2004-01-04Bump revision due to librsvg2 update (libcroco added as a dependancy).jmmv1-2/+2
2004-01-03Bump package revisions for tiff update.reed37-65/+74
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-03Add correct version syntax to BUILD_DEPENDS lineheinz1-2/+2
2004-01-02Update to 2.4:wiz5-30/+46
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.
2004-01-02Add and enable bsdiff (hi, cjep!), edict, and kanjidic.wiz1-1/+4
2004-01-02Initial import of kanjidic-20030901:wiz4-0/+50
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.
2004-01-02Initial import of edict-2003.005.wiz4-0/+47
EDICT is a Japanese->English dictionary.
2003-12-30Initial import of bsdiff (and bspatch) version 4.1 into the NetBSDcjep4-0/+39
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).
2003-12-30Add trailing / to HOMEPAGEscjep2-4/+4
2003-12-30Shorten commentcjep1-2/+2
2003-12-29Correct path to devel/at-spi/buildlink2.mk.kristerw1-2/+2
2003-12-29+ gokxtraeme1-1/+2
2003-12-29Initial import of gok-0.8.4xtraeme4-0/+179
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.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv4-6/+8
( We really need non-recursive dependancies... *sigh* )
2003-12-27Add blccc.salo1-1/+2
2003-12-27Initial import of blccc-1.99: Blinkenlights Chaos Control Centersalo4-0/+63
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/).
2003-12-27avoid a compile time error on 64 bit platforms: can't pass int * to amrg2-6/+12
fucntion (sysctl(3)) expecting size_t *.
2003-12-27tweak MESSAGE.grant2-6/+7