summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2005-01-05Add and enable kgeography.wiz1-1/+2
2005-01-05Initial import of kgeography-0.3:wiz4-0/+252
KGeography is a geography learning tool. Right now it has six usage modes: * Browse the maps clicking in a map division to see it's name * The game tells you a map division name and you have to click on it * The game tells you a capital and you have to guess the division it belongs to * The game tells you a division and you have to guess its capital * The game shows you a map division flag and you have to guess its name * The game tells you a map division name and you have to guess its flag Thanks to markd for review.
2005-01-03Regenerate for changed patches.agc1-3/+3
2005-01-03Don't rely on the NetBSD version to define ETIME - define it if it's notagc1-3/+3
already defined.
2005-01-03The getpwnam_r prototype appeared in NetBSD in 2.99.10 or soagc1-4/+4
2005-01-03Update to 1.2 and adjust homepage and master sites (project moved):jmmv3-23/+23
Changes since 1.1 ----------------- * cuebreakpoints was not printing the last track breakpoint. This has been fixed. * cueprint now prints a zero-length string for undefined values. Flags, width, and precision are applied to conversion characters which have no conversion. * Added a tagging script, cuetag.sh, which uses cueprint, vorbiscomment, and mp3info to tag Ogg Vorbis and MP3 files. This needs more testing and documentation. * Added a track selection flag to cueprint. Changes since 1.0 ----------------- * File formats documentation has been readded and updated (docs/formats.txt). * ``CDTEXTFILE`` is now a recognized (but ignored) keyword. * If only a disc or track template is specified on the command line, then only the disc or track information is printed, respectively. * cueprint now supports flags and width and precision values for template expansion (like the printf command). Changes since 0.6 ----------------- * cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code has been reimplemented in lex/yacc. * cuerename has been replaced by the more general utility cueprint. * Usage syntax of the utilities has changed. See the respective man pages.
2005-01-03Adapt MESSAGE for 1.1.4.wiz2-4/+5
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-2/+2
2005-01-03Update to 2004.03: routine update.wiz2-9/+9
2005-01-03Update to 2004.003:wiz2-7/+7
V04-003 10 December 2004 - 109329 entries Just a routine update edition.
2005-01-03Remove KDE2 packages (and their dependencies) as proposed on tech-pkg.wiz56-3887/+1
2005-01-03Updated openoffice-linux to 1.1.4martti4-4791/+5076
* Bug fixes Approved by mrauch@
2005-01-03Patches from Rui-Xiang Guo for building on NetBSD-currentagc3-7/+50
2004-12-31Add and enable p5-File-Tailkim1-1/+2
2004-12-31Add p5-File-Tail 0.99.1kim4-0/+33
The primary purpose of File::Tail is reading and analysing log files while they are being written.
2004-12-31Add and enable easymenu.kristerw1-1/+2
2004-12-31Initial import of easymenu-0.7.2, contributed by Ola Eriksson inkristerw7-0/+122
PR pkg/26091. Easymenu is a shell script used to generate menu systems. It can be used to generate anything from easy one-level menus to advanced multi-level menusystems. It has a set of internal commands, and can execute external applications and scripts, all to be as flexible as possible.
2004-12-30Add patches to address the latest xpdf security issue in the PDF importmarkd4-3/+48
filter. Bump PKGREVISION.
2004-12-30Remove unnecessary inclusion of bsd.prefs.mk.wiz1-3/+1
2004-12-30Fix typo.wiz1-1/+1
2004-12-29Add build dependency on pkgconfig, which is used by configure.minskim1-1/+2
2004-12-28Bump PKGREVISIONs due to libtiff update.reed4-7/+8
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Update to 0.11.16:jmmv3-62/+6
* Emergency bugfix for #157420 in 0.11.15. * Bug fixes including: 155556, 157138, 157221, 154961, 155805, 156802 154918, 156802, * Mostly fixes and improvements to the dynamic accessibility keyboards.
2004-12-28Update to 2.6.5:jmmv3-6/+8
* Fixed a typo * Updated translations: zu (Zuza Software Foundation) nso (Zuza Software Foundation) da (Martin Willemoes Hansen)
2004-12-28distfile unavailable, use MASTER_SITE_BACKUP for now.xtraeme1-2/+3
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed2-2/+4
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-27Added and enabled qbrew - a homebrewer's recipe calculatorwulf1-1/+2
2004-12-27New package QBrew: A homebrewer's recipe calculatorwulf4-0/+63
2004-12-26Enable pkgviews installation.minskim1-1/+5
2004-12-26Add and enable getopt.wiz1-1/+2
2004-12-26Initial import of getopt, a getopt(1) replacement supporting long options.wiz6-0/+114
Getopt(1) is a program to help shell scripts parse command-line parameters. It is for example included in the util-linux distribution (versions up to 2.7.1) for Linux. But, there were some problems with that getopt(1) implementation, as listed in the 'BUGS' section of its man-page: * Whatever getopt(3) has. * Arguments containing white space or imbedded shell metacharacters generally will not survive intact; this looks easy to fix but isn't. * The error message for an invalid option is identified as coming from getopt rather than from the shell procedure containing the invocation of getopt; this again is hard to fix. * The precise best way to use the set command to set the arguments without disrupting the value(s) of shell options varies from one shell version to another. Additionally, the example in the manual-page does not run correctly (at least not with any bash shell I have tried). This implementation of getopt(1) solves some of these problems, while still staying (for all practical purposes) completely compatible with other getopt(1) implementations. It has replaced the old util-linux version, but it should be useful for other Unixes too.
2004-12-26Update xchm to 0.9.7.minskim2-5/+5
Changes: - added ListDirty() optimization hack from Iulian Dragos - now the index list is being sorted.
2004-12-25Add figlet-fonts.wiz1-1/+2
2004-12-25Import a package that's been requested in pkgsrc/doc/TODO a long time ago:wiz4-0/+659
figlet-fonts, more fonts for figlet. In the misc category since the fonts are not really usable by anything else.
2004-12-24Add and enable theme-dirs.jmmv1-1/+2
2004-12-24Initial import of theme-dirs, version 1.0:jmmv4-0/+82
theme-dirs installs a set of shared directories used by GTK2+ (gtk2-engines) and other GNOME packages (such as metacity and gnome-themes). It is useful to simplify PLIST handling in other packages.
2004-12-24Bump PKGREVISION for aspell dependency update.wiz1-1/+2
2004-12-23Use sh rather than bash to run update script.markd3-2/+26
Partial fix for PR 28657. Bump PKGREVISION.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant18-19/+36
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19drop unnecessary dependency on pcre. confirmed that the posix regexgrant1-2/+2
library is acceptable on irix 5.3 by Georg Schwarz in PR pkg/28640. bump PKGREVISION for dependency change.
2004-12-16In the instructions to customize httpd.conf, the "Include" statementwennmach1-2/+2
had been omitted. Noted by Wouter Schoot in PR pkg/28677
2004-12-16Add dependencies on zlib, glu, and MesaLib. The first two wereminskim1-1/+4
missing, and the MesaLib dependency was implicit through glut.
2004-12-15Include <dirent.h> instead of <sys/dirent.h> to make this packageminskim2-4/+4
build on platforms without the latter (e.g. Linux).
2004-12-14Add build dependency on pkgconfig.minskim2-5/+8
While here, rearrange paragraphs so that buildlink3.mk files are included before overriding targets.
2004-12-14Add build dependency on pkgconfig.minskim1-1/+2
2004-12-12Add missing PCRE dependencyrecht1-1/+3
Patch by Georg Schwarz in PR pkg/28640
2004-12-11Bool is not used, so no need to include stdbool.h.kristerw2-1/+14
This fixes NetBSD 1.6 build problem.
2004-12-10Update to kde 3.3.2markd7-74/+74
Changes: Unknown
2004-12-10Update to kde 3.3.2markd2-15/+16
Changes: * plastik: improved performance when hovering over tabs
2004-12-10Update to kde 3.3.2markd2-38/+54
Changes: * kalzium: degrees fahrenheit and celsius were reversed in information dialogs * kbruch: fraction conversion is wrong due to cut digits after colon * kbruch: In factorisation mode input box should look disabled * kiten: clear correctly the internal list in radical selector * kiten: get rid of crash of double-clicking delete button in learn * klatin: add Polish data files * kmplot: program hangs when plotting arcsin and arccos * kturtle: The default language must be one of the supported kturtle languages. Fixes the broken Open-Examples directory as well as kturtle refusing to run any commands, when the KDE locale is a different dialect of one of the kturtle languages.