summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-06-01Sort.wiz1-2/+2
2002-05-31add and enable misc/molden package.kei1-1/+2
2002-05-31Initial import of molden-3.7 to the NetBSD packages collection.kei6-0/+158
MOLDEN is a package for displaying molecular density. It is tuned to the Ab Initio packages GAMESS* and GAUSSIAN. It can read all the information it needs from a GAMESS or GAUSSIAN outputfile. In this form it has been running on a CONVEX C-120, an APOLLO DN10000, an IRIS 4D/70GT, a DECSTATION 5000 and a SUN, and in slightly adapted versions on a VAX and a CRAY-YMP. It should run smoothly on most Unix machines. See section INSTALLATION GUIDE on how to install MOLDEN. (* The GAMESS version referred to here is the european version maintaned by M.F. Guest et al not to be confused with the american version maintained by M.W. Schmidt et al) This package was provided by Osamu OISHI and modified slightly by me.
2002-05-31Add & enable newly reimported packages from the japanese category.seb1-1/+5
This is part of the japanese category retirement. - in category converters: ack, nkf, p5-Jcode, p5-jcode, p5-nkf, qkc, ruby-romkan, ruby-uconv - in category lang: ja-gawk - in category mail: ja-mh - in category misc: ja-less, ja-man, jhd, xjdic - in category print: ja-a2ps, ja-vflib, ja-vflib-lib, ja-vflib-utils, ja-vfxdvik, texfamily, texfamily-share - in category textproc: chasen, chasen-base, ipadic, ja-grep, ja-groff, ja-sed, kakasi, kbanner, namazu1, namazu2, p5-Text-ChaSen, p5-Text-Kakasi - in category www: mknmz-wwwoffle - in category x11: xjman
2002-05-31Add and enable kde{admin,edu,pim,utils}3skrll1-1/+5
2002-05-31Initial import of the kdeutils pkg (in the right place this time.)skrll18-0/+1774
2002-05-31Initial import of a kdepim3 pkg.skrll4-0/+479
2002-05-31Initial import of a kdeedu3 pkg.skrll6-0/+778
2002-05-31Initial import of a kdeadmin3 pkg.skrll4-0/+133
2002-05-31Reimport of package ja-man from japanese/man into misc/ja-man.seb12-0/+1863
This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted.
2002-05-31Reimport of package jhd from japanese/jhd into misc/jhd.seb4-0/+33
This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted.
2002-05-31Reimport of package ja-less from japanese/less into misc/ja-less.seb7-0/+183
This is part of the japanese category retirement. CATEGORIES adjusted.
2002-05-31Reimport of package xjdic from japanese/xjdic into misc/xjdic.seb7-0/+121
This is part of the japanese category retirement. CATEGORIES adjusted.
2002-05-31Take acount of ${PKG_SYSCONFDIR}.uebayasi2-2/+17
By Julio Merino <jmmv@hispabsd.org> in pkg/16958.