summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-10-31Cleanup as suggested in PR #8717 by wiz@danbala.ifoer.tuwien.ac.at:jdolecek1-39/+45
- substitute leading tabs with spaces in IRRD_USE_PGP comment - use ``YES'' instead of ``yes'' for appropriate variables - move GLX_CHIPSET, INN_DATA_DIR and KNEWS_* so that the variables are sorted alphabetically - add description of possible values for USE_GIF - comment out NMH_MTA (nmh Makefiles DTRT) - append = to variables as appropriate so that make(1) will parse them correctly if they are uncommented Other minor cleanups: - s/set, not set/defined, not defined/ in comments - use empty value consistently for variables whose only purpose is to be either defined or undefined (previously, either ``yes'', ``1'' or empty value was used) - mark variable UVM as obsolete (XXX it should be g/c'ed probably)
1999-10-31these patches were insane. we had 4 patch files. we had 7 files patched.mrg8-438/+313
2 files were patched by 3 of the patches. 2 other files patched by 2 of the patches, and 3 other single patched files. now, we have 7 separate patch files. also, if we're going to enable some of libXpm here, do it all so that it works with xpkgwedge!
1999-10-31make sure we apply OSF/DUh/Tru64 UNIX parts of Imakefiles only on thosemrg2-1/+15
platforms (ie, not just `AlphaArchitecture'). this showed up under xpkgwedge where it was attempting to link in -lXext but not finding it.
1999-10-31Change dependency on xscreensaver-3.17 to wildcard dependency.rh1-3/+4
1999-10-31* Update fltk to 1.0.6. Changes from 1.0.3:jlam10-204/+185
CHANGES SINCE FLTK 1.0.5 - Fl_win32.cxx defined WM_MOUSE_LEAVE instead of WM_MOUSELEAVE. - Fl_get_key_win32.cxx needed to include <ctype.h> - gl_draw_pixmap.cxx needed a pointer cast for ANSI C++. - Fl_Repeat_Button didn't always delete its timeout. - Now keep track of the current OpenGL context; this provides significant performance improvements for OpenGL applications with a single context. CHANGES SINCE FLTK 1.0.4 - Fl_Roller didn't handle a width and height of 0. - filename_list() fix for FreeBSD. - Fixed RPM install docos - needed "--install" option... - Fl_Browser_ wouldn't draw the vertical scrollbar right away if it added a horizontal one which covered the last line. - Fl_Tabs problems - single-character labels don't show up (problem in measure_tabs() or measure_label() methods?), and doesn't clear top tab area before drawing tabs. - Fl_Browser needs a destructor. - fl_draw_label() quoted characters between 0x80 and 0xa0, which caused problems for some programs using the WinANSI character set. - FLUID didn't handle declared class destructors. - Fixed another WIN32 cut/paste bug. - Fl_Tabs didn't work properly when there was only 1 tab. - Fl_Menu::add() didn't delete the old array. - Fl_Repeat_Button didn't delete its timeout when disabled. - fl_draw() would crash if no font was set (now defaults to a 14-pixel Helvetica font) - Can't forward declare classes; need to check for "class ", "struct ", "union ", etc. See Bill's message - Added #pragma around xlib.h for IRIX - FL_KEYBOARD events have the correct x/y when sent to child X windows. Note that if you worked around this bug by adjusting the x/y yourself you will have to change your code. In addition all events have the correct x/y when sent to the grab() widget. And the code to do all this was simplified a lot. - The XPM code didn't handle named colors with spaces in the names. - Pressing ESCape closed the window with pointer focus, even if there was a modal window open (now closes the modal window). - Fluid no longer produces trigraphs accidentally in the image data. - Fluid uses string constant concatenation to produce shorter image data. - The Fl_Group deletion code crashed if there was exactly one child widget. - Simulated overlays in single-buffered Fl_Gl_Windows now draw correctly (though very slowly as it requires the entire window to be redrawn to erase the overlay). This fix ported our Digital Domain programs better to systems with no overlay hardware. - Added support for extern "C" declarations in FLUID. - Added Fl_Pack support to FLUID. - Fixed the order of #include's in FLUID generated header files. - Fixed detection of vsnprintf and snprintf under HP-UX 10.20 once and for all. - The checkers demo did not compile with GCC 2.95 - FLUID didn't output virtual destructors properly. - Added inline "make_visible()" method to Fl_Browser. - Fl::wait() now returns immediately if any timeouts are called. - 16-bit XPM files are now properly handled. - Fl_Window::resize() was missing FL_EXPORT (caused problems with Windows DLLs) - FLUID was writing extern declarations twice. - New FLUID arrow key functionality: arrows move by one pixel, shift+arrow resizes, ctrl+arrow steps by grid CHANGES SINCE FLTK 1.0.3 - Documentation updates - Fl_Browser::bottomline(size) didn't scroll to the bottom if the second-to-last line was visible. - fl_wait() didn't poll FDs properly for WIN32. - Fixed DLL definitions for BC++. - FLUID now handles nested classes properly. - The "connect" demo now does a wait() for the PPP process so that you aren't left with a lot of zombie processes. - Fixed the FLTK colormap to use FF instead of F4 for full intensity values. - Minor change to scrollbar drawing code to match other toolkits. - New selections would cancel themselves out in WIN32. - The header file links were broken in the IRIX distributions. - fl_elapsed() now always uses GetClockTick() for WIN32. - fl_display is now initialized to GetModuleHandle(NULL) - this fixes problems people had with Cygwin and MingW32. - WinMain() is no longer compiled in with Cygwin and MingW32; it wasn't being used for those compilers anyways. - Added Solaris compiler options to configure script. - Fl_Value_Input wouldn't update properly if you set the value from a callback. - Fl_Tile wouldn't resize if the resizeable widget was the last child. - Was missing #include <ctype.h> and #include <stdlib.h> in several files, which caused problems on some platforms. - Fixed another case where Fl_Browser_ could get in an infinite resizing loop. - Fl_win32.cxx now includes <FL/filename.H> to export missing DLL symbols. - Fluid didn't handle member functions that include the scope operator. - Fl_Chart was dividing by 0 if there were no data samples or if they were all the same (min == max).
1999-10-31add and enable dgpsipwennmach1-1/+2
1999-10-31initial import of dgpsip-1.28:wennmach5-0/+41
Differential GPS over IP communication device Submitted by Wolfgang Rupprecht <wolfgang@wsrcc.com> in PR 8303
1999-10-30Remove version string of conflicted ja-mh pkg.sakamoto1-2/+2
1999-10-30Change version to "6.8.4_JP_3.03".sakamoto1-2/+2
1999-10-30Remove "BROKEN" now that the libglade problems have been resolved.rh1-3/+1
1999-10-30Fix type, pointed out by Berndt Josef Wulf <wulf@dingo.ping.net.au>hubertf1-2/+2
1999-10-29Add CONFLICTS=ja-mh-6.8.4-JP-*sakamoto1-1/+3
1999-10-29Update xgraph to xgraph-11.3.2-hack.9sakamoto4-31/+7
some bugfix as memory leak. improve speed and source code. also change MAINTAINER to sakamoto@netbsd.org.
1999-10-29Add and enable librep.agc1-1/+2
1999-10-29Initial import of librep, an Emacs Lisp-like runtime library,agc6-0/+136
interpreter, compiler and VM, into the NetBSD packages collection.
1999-10-29Reran make makemakemakemakepatchsum.fvdl1-2/+2
1999-10-29Forgot RCS id.fvdl1-0/+2
1999-10-29Update patch-sumfvdl1-3/+2
1999-10-29Make this work under -current, where we have <elf.h> now. Remove redundantfvdl2-338/+13
patch that was faulty, but it slipped through because patch(1) let it, and things still compiled and worked with it.
1999-10-29Add patch I missed in first pass (tsk)abs2-0/+31
1999-10-29Update to mh-6.8.4-JP-3.03.sakamoto6-116/+100
some bugfix. Fix ELF problems.
1999-10-29Remove "BROKEN" after dependence problem has been kludged.tron1-3/+1
1999-10-29Update to V0.43. It now uses "ls -l" instead of GNU find now, andhubertf5-46/+5
the computer should play a little better.
1999-10-29Enable vilearnabs1-1/+2
1999-10-29vilearn-1.0 - online vi tutorial, from basic to advancedabs5-0/+36
Highly recommended (I cannot believe I did not add this before now :)
1999-10-28Update to enlightenment-0.16.1. Changes from 0.16.0:jlam5-152/+132
* fix bug with translucent move in 24bpp packed. * fix minor debugging output left in scripts that generates mysterious "$HOME/2" files. * fix "script correctness" so they are more pure "/bin/sh" so they work right on solairs and non bash based /bin/sh systems. * patches to make E compile and work on OS/2. * add stricter requirements for RPM spec files and for configure check to require the latest versions of libraries so things work. * fix coredump when a window ops menu iconifies itself. * fix 2 IPC sync problems (one debugging output and one inconsistent output problem) - affects epplets greatly. If you use epplets you SHOULD update. * fix coredump in ArrangeRects. * fix some paranoia about laoding textclasses in theme configs * fix max size hint for KDE support so it actually works. * add manual page. * add examples of configs that make E be lenient to GNOME & KDE and add documentation about that. * fix translucent move mode bug when desktops are partially dragged down. * fix default dock direction for dock app support. * fix so the logout sound happens when you have libSM. * fix ShinyMetal background and ICONBOX border.
1999-10-28Document IRRD_USE_PGP.kim1-1/+7
1999-10-28Move SSH_DONT_USE_IDEA to its alphabetical spot in the file.kim1-5/+5
1999-10-28Add and enable irrd.kim1-1/+2
1999-10-28Enable mp.kim1-2/+2
1999-10-28The mp program will pretty print various files for you. It can be usedkim10-0/+269
in conjunction with a mail reading utility for producing a pretty print of your mail items. It can be used with a news reading tool to pretty print news articles. Digests can also be printed, and this version can pretty print ordinary ASCII files as well. Support for personal organiser printing was added into the last released version. There are numerous configuration options to allow you to adjust the way mp generates it's output. [Note: mptool and mimep must be created as additional packages.]
1999-10-28IRRd is a freely available streamlined, stand-alone Internetkim10-0/+170
Routing Registry database server. IRRd supports both RIPE-181 and RPSL routing registry syntaxes.
1999-10-28Install as asclock-gtk to not conflict with other asclocks.jlam5-118/+116
1999-10-28Install as asclock-xlib to not conflict with other asclocks.jlam6-174/+104
1999-10-28Internationalize asclock (hi, Hubert!). Asclock now respects the environmentjlam7-205/+244
setting LANG=<langcode> or can be started with the option "-lang <langcode>", where <langcode> is a two-letter country abbreviation as found in /usr/share/misc/language. Also, change MAINTAINER to jlam@netbsd.org.
1999-10-28Don't rely on make(1) being new enough to do '%'-style substitution.agc1-6/+10
Fix post-install target so that this package works on Solaris.
1999-10-28Make this package compile on Solaris, by cleaning up the packageagc1-4/+4
Makefile sed(1) commands.
1999-10-28Remove "BROKEN" indicator - mods to afterstep{,-current}/Makefile to fixagc1-3/+1
the asclock package name mean that this package can be built successfully.
1999-10-28Annotate the esound pre-requisite.agc1-2/+2
1999-10-28For the third time, add a dependency on esound, so that this package willagc1-1/+2
link properly.
1999-10-28Correct the version number of asclock in the DEPENDS section.agc2-4/+4
1999-10-28Add and enable japhar.agc1-1/+2
1999-10-28Import japhar, a Java Virtual Machine, currently JDK 1.1.5-level, intoagc11-0/+276
the NetBSD packages collection.
1999-10-28Add and enable lukemftp.agc1-1/+2
1999-10-28Import Luke Mewburn's ftp client into the NetBSD packages collection.agc5-0/+42
This is the NetBSD-current ftp(1) client.
1999-10-28Upgrade to version 1.2.2.agc4-19/+9
Changes since version 1.1.1: * Fixed a bug in configure that was preventing it from finding the png library properly. * Fixed a brown-paper-bag bug -- web2png ignored directory arguments. * Added capability to handle BACKGROUND tags and http URLs. Thanks to Rob Reid <reid@astro.utoronto.ca>.
1999-10-28enable rollemup.sakamoto1-1/+2
1999-10-28Resurrect rollemup pkg.sakamoto8-0/+101
1999-10-28* Update to enlightenment-0.16.0jlam6-538/+1386
* Change MAINTAINER to packages@netbsd.org * Remove dependency on ImageMagick * Use package-supplied software description for pkg/DESCR
1999-10-28Add and enable xmindpath.jlam1-2/+3