summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-11-05Pretty print source code or just convert any ascii file to PostScript.kim5-0/+38
1999-11-04Make this work on sparcs.minoura5-44/+103
Needs tests on a.out systems.
1999-11-04Initialiase MKCATPAGES (to yes) so that other operations can take placeagc1-1/+3
on this Makefile.
1999-11-04Initialise MKCATPAGES (to yes), so that other operations can work on thisagc1-1/+3
Makefile.
1999-11-04fix after duplicated import. includes future USE_INET6 part (commented out).itojun4-27/+24
1999-11-04pchar, a pathchar compatible (from KAME pkgsrc)itojun4-16/+27
1999-11-04Forgot late change.soren1-2/+2
1999-11-04Add and enable pchar.soren1-1/+2
1999-11-04pchar - a tool for measuring Internet link characteristics.soren5-0/+27
1999-11-04add & enable lame-guihubertf1-1/+2
1999-11-03lame-gui-3.50, 2nd tryhubertf6-0/+32
1999-11-03Revive for lame-3.50, split from lame pkg.hubertf1-0/+20
1999-11-03No longer needed after split for lame-guihubertf1-3/+0
1999-11-03Update to V3.50.hubertf5-62/+40
While there, split (again...) into lame and lame-gui package. Many speed ups, bug fixes, quality improvements and added functionality (eg. ID3 tags, VBR histogram).
1999-11-03Fix PR_PROGRAM in diff/Makefile.in, so cvs diff can find /usr/bin/pr. Notjwise2-1/+13
noticed before, because pr is only execed if the somewhat obscure --paginate option is used.
1999-11-03Revert to the "host" command (from "nslookup") for looking up fully qualifiedwennmach1-8/+15
host names. Make this fail-safe in case host has no working domain name server. Fixes "make show-downlevel" lossage, mentionned by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at> in private email.
1999-11-03Provide some defaults for non-i386 NetBSD platforms.he2-1/+32
1999-11-03Rename asclock directories so that it doesn't conflict with GNOME'sjlam3-14/+14
asclock_applet (x11/gnome-core). Asclock may not be theme-able, but it does support different languages, so give the user a choice of which one to use.
1999-11-03Update to 0.89.0. Renumbered patches because it got increasingly difficultjlam3-58/+73
to track patches to individual files. Changes from 0.88.9: * Add FontChooser widget to Xlt. * Fix to XmText to make a second call to SetValues with the same pointer still work. * Added a directory tree lib/Xbae which contains the Xbae widget set (XbaeMatrix, XbaeCaption, and XbaeInput). * Made build system changes to build Xbae in the same way as Xlt. * Add build system options to Xlt and/or Xbae can be compiled together with LessTif. Use the --enable-build-Xlt and --enable-build-Xbae options. * Xbae contains both automake-based and Imake based build support; we're not sure how actively we'll support Imake though. * RowColumn tear-off segfault fix. * Fixed segfault with xmgrace. * various fixes for openDX * VaSimpleOption fix for Xquote * fixes for mapCallback for DialogShells with BulletionBoard children * Even though binary compatibility is not our true goal, Netscape-dynMotif (4.61) now runs out-of-the-box with lesstif! * Initial attempts at making lesstif threadsafe (PushB, PushBG) * mxftp should now work * XmScrolledWindow/XmScrollBar geometry fixes
1999-11-03Update to 0.89.0. Renumbered patches because it got increasingly difficultjlam4-80/+0
to track patches to individual files. We now install only the Motif-2.0 compatible libraries and the Motif-2.0 compatible include files. Changes from 0.88.9: * Add FontChooser widget to Xlt. * Fix to XmText to make a second call to SetValues with the same pointer still work. * Added a directory tree lib/Xbae which contains the Xbae widget set (XbaeMatrix, XbaeCaption, and XbaeInput). * Made build system changes to build Xbae in the same way as Xlt. * Add build system options to Xlt and/or Xbae can be compiled together with LessTif. Use the --enable-build-Xlt and --enable-build-Xbae options. * Xbae contains both automake-based and Imake based build support; we're not sure how actively we'll support Imake though. * RowColumn tear-off segfault fix. * Fixed segfault with xmgrace. * various fixes for openDX * VaSimpleOption fix for Xquote * fixes for mapCallback for DialogShells with BulletionBoard children * Even though binary compatibility is not our true goal, Netscape-dynMotif (4.61) now runs out-of-the-box with lesstif! * Initial attempts at making lesstif threadsafe (PushB, PushBG) * mxftp should now work * XmScrolledWindow/XmScrollBar geometry fixes * Many compilation warnings silenced.
1999-11-03Update to 0.89.0. Renumbered patches because it got increasingly difficultjlam23-228/+370
to track patches to individual files. Changes from 0.88.9: * Add FontChooser widget to Xlt. * Fix to XmText to make a second call to SetValues with the same pointer still work. * Added a directory tree lib/Xbae which contains the Xbae widget set (XbaeMatrix, XbaeCaption, and XbaeInput). * Made build system changes to build Xbae in the same way as Xlt. * Add build system options to Xlt and/or Xbae can be compiled together with LessTif. Use the --enable-build-Xlt and --enable-build-Xbae options. * Xbae contains both automake-based and Imake based build support; we're not sure how actively we'll support Imake though. * RowColumn tear-off segfault fix. * Fixed segfault with xmgrace. * various fixes for openDX * VaSimpleOption fix for Xquote * fixes for mapCallback for DialogShells with BulletionBoard children * Even though binary compatibility is not our true goal, Netscape-dynMotif (4.61) now runs out-of-the-box with lesstif! * Initial attempts at making lesstif threadsafe (PushB, PushBG) * mxftp should now work * XmScrolledWindow/XmScrollBar geometry fixes
1999-11-03Add link to the cvsweb server, and to the pkg dir itself.hubertf1-3/+4
1999-11-03Update to V2.0:hubertf2-4/+4
* xhippo.c: Changed version to 2.0. A while ago I forked this version to experiment with using a CList rather than a List; I think this will be the way to go in the future, so I'm sticking with it. The scrolled window now always has the right scrollbar and never the bottom one; this was HiP's behaviour, and I rather liked it. It occurred to me that I hadn't done much development on xhippo since it became a GNU project, so I figured that it was time to spend some time on the improved version and tidy it up a little. Reenabled scroll_catchup that I'd commented out; it now works but gets positioning slightly wrong. Made the load requester OK handler scroll the list back up to the top. Added -Wall to the compilation options to find compiler warnings (and removed them). Noticed that ID3 tag reading is horribly broken, reading (apparently) 4 more characters than it should; fixed, although I don't have the ID3 spec to fix it properly. Added HiP-esque keyboard accelerators for Stop and Random. (I've bound both KP* and KP- to Random because on the Amiga keyboard the star is in the top right corner. I have no idea what HiP's accelerator for Stop was, so I've bound / to it.) Fixed the Restart button (adding last_played along the way). Also, I have no idea what I did, but it fixed the resizing problem, so that's good. Checked the look of the interface with several GTK themes... it's looking good! (Particularly with XFCE.)
1999-11-02Check return values of kvm_nlist() properly so that "libgtop_server"tron10-3/+116
will not abort without reason.
1999-11-02add & enable kapmhubertf1-1/+2
1999-11-02KDE-based APM utility (battery monitor).hubertf9-0/+238
Whacked heavily to work on NetBSD.
1999-11-02Make sure that the correct "awk" binary is selected during configuration.tron1-2/+2
Fixes PR pkg/8715 by Charles M. Hannum.
1999-11-02Change linker flags to compile under NetBSD-1.4.xjlam1-3/+3
1999-11-02Update to 1.2.0 (released today).mycroft6-30/+26
1999-11-02On ports that don't define UPAGES, calculate it from USPACE andhubertf2-0/+31
the port's pagesize. Thanks to Chris Demetriou for his help! Fixes PR 8728 by Dan McMahill <mcmahill@mtl.mit.edu>
1999-11-02Don't try to extract the application defaults file.agc1-1/+2
1999-11-02Use MANCOMPRESSED_IF_MANZsakamoto1-4/+3
1999-11-02add & enable geghubertf1-1/+2
1999-11-02Package do display 2d math functions w/ nice GUIhubertf4-0/+27
Package submitted in private mail by Chris Ewert <chris@infolaunch.com>
1999-11-02Use MANCOMPRESSED_IF_MANZagc1-4/+3
1999-11-02Add and enable xjmansakamoto1-1/+2
1999-11-02Adapt this package to NetBSD.sakamoto7-127/+74
1999-11-02Import FreeBSD's "ja-xjman" port:sakamoto11-0/+592
Japanized X manual from "The X Japanese Documentation Project"
1999-11-02Add MANZ,MKCATPAGES support.sakamoto4-25/+63
1999-11-02s/ja_JP.EUC/${JAMANDIR}/sakamoto2-1612/+1612
1999-11-02s/X11BASE/X11/ as pointed out by bad.soren1-2/+2
1999-11-02USE_X11BASE=YES for shared library handling.soren1-1/+2
1999-11-01Add "gtop".tron1-1/+2
1999-11-01Import new "gtop" package:tron5-0/+23
GNOME system monitor - top like, memory graphs, processes detailed view This package belongs to the GNOME 1.0.53 release.
1999-11-01Initialize tty properly in "gnome-pty-helper" so that e.g. "gnome-terminal"tron2-1/+29
will work.
1999-11-01Because directory "share/gnome/help" is created by the "gnome-libs"tron1-2/+1
package do not try to remove it.
1999-11-01Use wildcard dependence for "xpmroot" package.tron2-4/+4
1999-11-01Describe this package a bit more fully.agc1-1/+1
1999-11-01Make comment file conform to "standards".agc1-1/+1
1999-11-01Recognise "lib" entries with two or more version numbers, in theagc1-5/+4
PLIST, as shared objects. Tested with both GNU egrep and Solaris XPG4 egrep. Not the most compact of regular expressions, due to non-portability of {n,m} repetition atoms between different versions of egrep.