summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2002-07-25Addjschauma1-1/+2
USE_PTHREAD= native pth-syscall This should fix the problem reported during Huberts latest bulk-build.
2002-07-24Add USE_NCURSES to ensure, uh, use of ncurses ;-)jschauma1-1/+2
(Buildlink alone is not satisfactory, it seems?) Fixes build-problem reported in Huberts last bulk-build.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-07-21Complete move of misc/oto to fonts/oto.wiz6-63/+1
2002-07-19Upgrade figlet to version 2.2.1.agc3-30/+23
Provided in PR 17641 by Norm (norm@sandbox.org.uk) FIGlet 2.2.1 is a minor revision of FIGlet 2.2. The files README, Makefile, figfont.txt, figlet.c and figlet.6 have been changed to reflect changes in documentation, official contact details etc. FTP-NOTE merged into README. FAQ and CHANGES added to the distribution. All other files are identical with the 2.2 release. These changes were made by Christiaan Keet <keet@plig.net>
2002-07-19`@unexec ${RMDIR}' needs the %D prefix. Doh.mycroft2-5/+5
2002-07-17really bump PKGREVISIONrh1-2/+2
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-2/+5
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Mark this package as having an interactive fetch stageagc1-1/+3
2002-07-17Strongly buildlinkify this package, and add missing prerequisiteagc1-4/+6
(graphics/glut).
2002-07-17Update to KDE 3.0.2skrll12-30/+30
Also, allow the arts SSE detection code to run on modern NetBSD systems. Changes are: arts Again Build fixes. Realtime priority configuration fix kdelibs dcop: Make it possible to disable the Qt bridge. make sure tooltip effects can be configured. kbuildsycoca: avoid crash on unreadable directories. kdockwidget: fixing reading of configuration. kedittoolbar: fix leak. khtml: many fixes. kded: signal handling fixes. kio-http slave: fixes related to form posts and cache handling. kjs: added max recursion limit. kjs: leak and compatibility fixes. kdebase kicker: &-escaping fix audiocd: fix cddb computation thumbnail previewer: calculate the number of bytes to read instead of hardcoding it.
2002-07-15Added $NetBSD$ tag according to mail from Thomas Klausner on tech-pkg. Someheinz1-0/+2
slight formatting changes.
2002-07-14Add and enable kanjipad.wiz1-1/+2
2002-07-14Initial import of kanjipad.wiz5-0/+61
KanjiPad is a very simple program for handwriting recognition - The user draws a character into the box, then requests translation. The best candidates are displayed along the right hand side of the window and can be selected for pasting into other programs. It is meant primarily for dictionary purposes for learners of Japanese - it does not support entering kana, so it's usefulness as an input method is limited. Furthermore, if you already know the reading of a character, conventional pronunciation based methods of entering the character are probably faster.
2002-07-06Update to version 0.5.jschauma2-6/+6
Changes since 0.4: - if text is too long to fit into the window, let it scroll from left to right. Caveat: all XEvents are queued during scrolling, that is, one can not cycle by hand (right mouse-button) until this cycle is over. - bugfix: don't overwrite what's in the config file *unless* specified on the command line (for example geometry) - if the weather file does not contain 'Sky conditions' skip 'conditions' when cycling - when using 'metric' display, show wind-speed in kmh rather than in knots - initialize time to update to every 10 Minutes - used to be uninitialized unless specified using '-u'.
2002-07-05Bump package revision after internal telnet support has been enabled astron1-1/+2
suggested by David Brownlee in private e-mail.
2002-07-04Enable builtin telnet support as suggested by Sergey Svishchev intron1-2/+3
PR pkg/17454.
2002-07-04Add a test to see if a logfile has been turned over, and, if it has,agc3-2/+122
start watching the new log file, rather than the old one. Bump revision to nb1.
2002-07-03Since we override the normal do-fetch target, where the distfiles' presenceagc1-3/+8
is checked when defined(${BATCH}), replicate same here.
2002-07-02Update to 1.33, as requested in pkg/16254.wiz10-80/+129
Changes: Added make file options for SCO and NetBSD. The Makefile has been reconfigured a touch to make it clearer what needs to be done for each OS. Turn was accepting invalid option as in heyu turn allaskljas. It now complains and exits. Found bug in scanning the macros. (thanks to David Pointer) Dan Eble reported a bug (or feature) that allows chaining macros with delays. I've fixed the bug but not enabled the feature. Makesched utility created. This utility pre-preocesses a file in the x10sched format and sends a revised version to standard output with the strings "dawn" and "dusk" expanded to appropriate values. Cleaned up some error messages to give feedback when the locks fail. A coding error was causing the dates in the schedule loader to be off in some cases. Thanks to Charles Sullivan for finding and reporting the bug and it's fix The use of just the -v option caused a sigfault. The errant code was corrected in x10.c main().
2002-07-02Add RCS Id.wiz2-1/+2
2002-07-02Deprecate IS_INTERACTIVEagc1-3/+3
Mark this package as needing an interactive fetch stage. Mark this package as working on NetBSD-1.6*
2002-07-01Fix depends line (hi jan!)wiz1-2/+2
2002-06-29Add missing dependency on wgetjschauma1-1/+3
2002-06-28Add missing 'distinfo' (makesum and makepatchsum).jschauma1-0/+11
2002-06-27Add the rpath to the binary if we're on NetBSDagc2-4/+4
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb2-11/+11
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-25Add and enable kdeaddons3 and kdeartwork3markd1-1/+3
2002-06-25Initial import of a kdeartwork3 pkg.markd4-0/+2897
2002-06-25Initial import of a kdeaddons3 pkg.markd4-0/+196
2002-06-24Update oto to 0.4. From Rui-Xiang Guo in pkg/17375.uebayasi3-8/+14
* Fix a bug which prevent oTo from changing UTF-8 names correctly.
2002-06-21Fix kcalc so that it does actually launch from kicker. Problem noted byskrll3-21/+23
Sung N. Cho <sucho2@vt.edu> on netbsd-help.
2002-06-20Initial import of koffice3, the version of koffice which compilesjschauma3-0/+1720
and installs against KDE3. Uses pkgsrc/misc/koffice/Makefile.common and /pkgsrc/misc/koffice/patches/*
2002-06-20Add and enable koffice3jschauma1-1/+2
2002-06-20Split Makefile into Makefile and Makefile.common, so we can buildjschauma2-35/+40
koffice3 using most of the defined variables. (*This* koffice does not build under KDE3!) Point MAINTAINER -> me upon Hubert weaseling out ;-)
2002-06-19Add and enable kstarsagc1-1/+2
2002-06-19Initial import of kstars-0.9 into the NetBSD Packages Collection.agc4-0/+421
Provided in PR 16659 by Ingolf Steinbach <ingolf@steinba.ch> KStars is a Desktop planetarium for KDE2. It provides an accurate graphical representation of the night sky, from any location on Earth, at any date and time. This package was modified slightly by myself to conform to pkgsrc standards.
2002-06-18Add support for more platforms. Patch supplied by OGATA (ogatawiz2-4/+26
at isp.qix.org) on tech-pkg.
2002-06-15Use pthread.buildlink.mk instead of pth's buildlink.mk.wiz1-4/+5
pkg/17269 by Lubomir Sedlacik.
2002-06-15add dnetcshell1-1/+2
2002-06-15Initial import of dnetc (PR:14696)shell4-0/+60
official distributed.net client --- distributed.net believes in the capability and potential of distributed computing. Their mission consists of three interdependent goals: development, deployment, and advocacy, to be pursued in the advancement of distributed computing. They advocate distributed computing, by encouraging global participation and contributions of processing power, bandwidth, and expertise; by providing a forum for discussion; and by raising awareness on the Internet and in the mainstream. HOMEPAGE : http://www.distributed.net/
2002-06-12"bidwatcher" tries to use HTTP/1.1 but is not able to handle persistanttron3-6/+15
connections. Use "Connection: close" in HTTP request headers to avoid network timeout caused by this bug. Bump version number to 1.3.4nb2.
2002-06-12Initialize buffer point to "NULL" in fetchURL() to avoid problem whentron2-1/+15
free(3) is used later.
2002-06-10Adapt for renamed distribution file (a last minute bug fix?). Bump packagetron2-4/+6
revision to 1.
2002-06-09Update nxtvepg to 0.7.4magick2-5/+5
Changes since 0.7.2: * Bugfix TV application interaction: no EPG information was forwarded to the TV app under certain circumstances (only if the station name was unknown to nxtvepg and the VPS/PDC id was unchanged since the last request) * Bugfix in PDC decoding: didn't work at all before (this affects the EPG scan and TV app interaction). Thanks to e-nek for helping to debug this problem * Added PDC and P8/30/1 "status display" text decoding; currently used only during EPG scan for networks without CNI -> e.g. MTV and some local TV channels are now identified, too * Main window can be scrolled by dragging the mouse outside the window * Acquisition database window can be opened before acq enabled * Important EPG scan messages now marked by use of bold font
2002-06-08On arm mark this package as broken. With optimization, the compilation hangs.cjep1-1/+5
Turning off optimization, one gets further but an internal compiler error occurs: CONT_Btree.cxx: In method `TBtreeIter::TBtreeIter(const TBtreeIter &)': CONT_Btree.cxx:601: warning: base class `class TIterator' should be explicitly initialized in the copy constructor CONT_Btree.cxx: In method `TBtInnerNode::TBtInnerNode(TBtInnerNode *, TBtree *, TBtNode *)': CONT_Btree.cxx:688: Internal compiler error. CONT_Btree.cxx:688: Please submit a full bug report. CONT_Btree.cxx:688: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. cpp0: output pipe has been closed gmake[1]: *** [CONT_Btree.o] Error 1 gmake[1]: Leaving directory `/usr/pkgsrc/misc/root/work.arm/src' gmake: *** [netbsd] Error 2
2002-06-07Update "bidwatcher" package to version 1.3.4. Changes since version 1.3.3:tron3-7/+6
- Snipe as low as 1 second, of course, caveats apply. - Better ANSI compliance for gcc3.1 - Several UI enhancements - Fixed some bid processing issues - Fixed getting user bids - Fixed some big memory leaks - Added localtime patch - Better execution of Mozilla - Fixed some snipe error messages - We're sending HTTP/1.1 now. - Fixed description skewing when reading from file. - Applied patch from dbs@tanj.com to fix ended auctions. - Added Copy item number menu option - CodeStyle: Replaced if( with if ( - Fixed 'First Bid' field in Details window - Fixed Reserve detection: Thanks to Thomas Enstall - Fixed eBay motors non car auctions + dutch.
2002-06-06update to rev 20020422 (the old one doesn't exist anymore on the server)drochner2-5/+5
2002-06-06Only build on earlier versions of NetBSD with USB support. -current andcjep1-1/+4
1.6 will have a kernel driver to do this. After a discussion with Lennart Augustsson.
2002-06-04Two typos in the postscript header for printing fixedmrauch2-1/+17
(merged from the development branch of the package). This patch is a slight generalisation of the one provided in pkg/17130.