summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-02-07Fix incorrect version number in dependence on "apache" package.tron1-2/+2
2001-02-07Fix typo.tron2-4/+4
2001-02-07Update to 0.12.3b. Changes: MPEG 2.5 support, bug fixes, madvise support,wiz4-30/+5
more statistical output on program exit, better mono/stereo support, support for amplification/attenuation, and some other stuff.
2001-02-07Add missing directory name "source" to URL for German "mod_ssl" mirror.tron1-2/+2
2001-02-07Add German mirror sites.tron1-1/+3
2001-02-07Update xboard to 4.2.2. Changes from version 4.1.0 include a new xboardjlam10-181/+19
protocol for talking to chess engines, adding a move list window, improving the user interface w.r.t dragging pieces, and various bugfixes. Tim Mann graciously accepted pkgsrc patches to support compiling with Xaw3d in this release.
2001-02-07Fix a few more paste-o's.fredb10-24/+26
2001-02-07Fix an error in last commit.fredb1-3/+3
2001-02-07Add and enable udunits.jtb1-1/+2
2001-02-07Initial import of udunits:jtb7-0/+59
Library and program for manipulating units of physical quantities (There is also a Perl module, but that doesn't fit in 70 characters).
2001-02-07updatejun5-16/+10
mew-1.95b101 -> mew-1.95b102
2001-02-07Make this build on m68k.fredb3-14/+19
2001-02-06Add and enable isearch.jtb1-1/+2
2001-02-06Initial import of isearch:jtb7-0/+117
Advanced text indexing and searching system
2001-02-06kludge around gale's broken mechanism for finding w3c-libwww's header files.lukem1-2/+2
problem noticed by perry because he has that package installed whereas I don't.
2001-02-06slightly more correct urllukem1-1/+1
2001-02-06Actually bump the version number to 0.99.4nb1, and un-hardwire thewiz1-3/+4
distfile in two places.
2001-02-06gale - a secure instant messaging systemlukem2-0/+125
2001-02-06Update the package to 0.99.4nb1. All changes by John Refling.wiz9-53/+156
Closes pkg/10535. Changes are: o Bypassed the hard-to-reproduce build failure caused by getrusage() returning decreasing microsecond times. Did this by wrapping the getrusage() function so that it never returns a smaller value for microseconds than the previous time it was called, if called within the same second. Perhaps this should be done to getrusage() internally, until fixed the proper way. See PR bin/10201. --- refling. o Added a tutorial and a message about it. --- refling.
2001-02-06fix a bug which causes a few pkgs to be dropped from the output ofdmcmahill1-7/+25
tflat -u. Causes by not fully initializing an array before looping over the array. Other minor code cleanup.
2001-02-06gale - a secure instant messaging systemlukem1-0/+5
2001-02-06Close list, and replace "" by Dq.wiz1-3/+4
2001-02-06Remove unnecessary message.wiz1-6/+0
2001-02-06Remove unnecessary MESSAGE. (Part's self-evident, and the rest is onlywiz1-19/+0
the not-very-special license.)
2001-02-06minor rewordlukem1-1/+1
2001-02-06Use ${X11BASE} in preference to ${PREFIX} when picking up headers via -Iagc1-2/+2
- makes this package work in the presence of xpkgwedge
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz67-123/+321
2001-02-06slightly better way to handle -p1 patchesitojun1-9/+4
2001-02-06Update checksum to match file on master sites and mirrors.tron1-2/+2
2001-02-06pull official patch from apache.org. make it 1.3.17.1itojun2-7/+20
2001-02-06s/apache/apache6/. oopsitojun1-2/+2
2001-02-06Add german mirror site.tron1-2/+3
2001-02-06pull in official fix from apache. make the version number 1.3.17.1itojun2-3/+7
(hope it is the right way). >There's another bug in RewriteMap handling in Apache 1.3.17, which >causes ${} expansions to be completely ignored. This patch fixes it.
2001-02-06Update home page and master site URL.tron1-3/+3
2001-02-06Fix typo.fredb1-3/+3
2001-02-06upgrade to 1.3.17 + IPv6 patch. pkgsrc directory is much more similar toitojun23-297/+561
pksrc/www/apache. see pkgsrc/www/apache changelog for full changelog.
2001-02-06The INSTALL script is in pkg, not files.wiz1-2/+2
2001-02-06Fix typo reported in pkg/12142 by Tomasz Luchowski.wiz1-2/+2
2001-02-06Update to 2.2.4.skrll17-56/+74
While I'm here make things even easier to upgrade for next time. More tidy up to come later. Changelog: Qt 2.2.4 is a bugfix release. It keeps both forward and backward compatibility (source and binary) with Qt 2.2.3 **************************************************************************** * General * **************************************************************************** - Platform and Compiler fixes for AIX and BSDi. Building a Qt DLL with the Borland Builder is again supported. - Printing quality and postscript output on X11 has been improved. The page and text formatting now handles different Windows versions correctly. - Image loading of PNG and GIF files is much more robust against broken files. - On X11, popup menus do not grab the keyboard anymore, but rely on and enforce the application to have focus. This works around an X11 bug where deadkeys do not work while the keyboard is grabbed. - Many minor bugfixes and small improvements, see detailed lists below. **************************************************************************** * Library * **************************************************************************** - QScrollview Wheels scrolls even if there are no scrollbars - QSlider Calls virtual function setValue properly - QImage Improve loading of bmp files Improving reading of PNG images, and redirect warnings to qWarning 32bit images with 8bit Alpha are saved correctly as PNG on big endian machines Make loading of broken GIF images and animated GIF files more robust, some bugfixes - Drag'n'Drop Fix the lost character problem when dragging text Make dnd work after showFullscreen/showNormal Delete text that is dragged from a QLineEdit - QToolButton Removes the old tooltip before setting the new one - QToolBar Separators use the correct style - QPrintDialog OK button is no longer disabled initially - QThread Fix crash when destroying a QThread that had never been started QWaitCondition::wakeAll resets event state after waking up waiting threads - QPainter Scale fonts correctly when painter has a transformation matrix - QPrinter Handle disconnected network printers properly Use user-settings correctly Improve postscript output for non-75dpi displays and transparent images Improve page and text formatting on the different Windows versions Improve printing of colored contents for black&white printers - QSimpleRichText Handle external paint devices properly - QTable Swapping of columns and rows doesn't mismatch sizes Fix calculation of item size hints - QGroupBox Include margin in size hints - QCanvas Better animation handling Cosmetic corrections - QSocket Be able to send large data on Windows - QSocketDevice Workaround a Windows bug concerning the size of the send buffer - QFtp Put data more effectively Correct file permissions - QUrl Appends "/" to directories correctly - QCString Resizing a NULL string keeps length at zero Include null termination in size calculation - QColor Set named colors correctly - QApplication Avoid out-of-bounds read in commandline parsing - QFont/QFontDatabase Enumerate charsets that don't fit to the current locale Improve stability for broken X11 fonts Support Ukraine and Bulgarian font encodings on X11 - QTextCodec Improve recognition of Asian encodings - QXml Report namespace at endElement - QWorkspace Cascading limits window size to workspace size - QFileDialog Setup correctly for non-existing directories Previews the correct file in ExistingFiles mode **************************************************************************** * Extensions * **************************************************************************** - QXt Works better with Exceed X **************************************************************************** * Other * **************************************************************************** - Meta Object Compiler (moc) Further improvements in namespace support - MSVC Integration Setup Qt settings correctly **************************************************************************** * Third party * **************************************************************************** - PNG Fix a coredump in error message handling **************************************************************************** * Changes that might affect runtime behavior * **************************************************************************** - QRegion Fixed QRegion::contains(const QRect&) function in X11 version. Same behaviour as in Windows version now. **************************************************************************** * Qt/Embedded-specific changes * **************************************************************************** - Binary compatibility is NOT maintained with previous Qt/Embedded release, you will need to recompile any old executables to use with this release. - Source compatibility is NOT maintained with Qt/Embedded-specific functions. You may get minor compilation errors if you have used previous - QCopChannel now inherits QObject. If you have multiply-inherited a QObject subclass and QCopChannel, you should instead connect your QObject to the QCopChannel::received() signal. - The identifier "TTF" in fontdir is now "FT". This reflects the fact that the FreeType library supports Type1, Windows FNT, and other font formats in addition to TrueType. FreeType 2.0.1 is now used (src/3rdparty/freetype). - 16bpp support in QVFb. - QDirectPainter experimental direct-video access.
2001-02-06locally fix passive FTP breakage (patch already submitted to lynx guys).itojun3-1/+113
PR 12141.
2001-02-061.34 -> 1.35 change (CPPFLAGS=-DINET6) works only if we are on 1.5, not onitojun1-1/+4
current. have some comment about that. we should fix bsd.pkg.mk instaed.
2001-02-06add tamago cvs server information.jun1-0/+4
2001-02-06Updated noweb to 2.9a.jtb4-14/+14
Changes since the previous pkgsrc version (2.8a): CHANGES FOR VERSION 2.9a - released 16 Feb 1999 Fixed bug in htmltoc that left multiple toc anchors CHANGES FOR VERSION 2.9 Good support for hypertext using the `hyperref' package noweave now finds uses in quoted code, the better to exploit hypertext added support for emacs font-lock highlighting as comments to noweb-mode (Adnan Yaqub) Document common -L options on notangle man page (Brett Presnell) Fixed incompatibility with verbatim package (Rafael Laboissiere) added contrib/leyn from Francky Leyn noweb-mode.el no longer treats @x as chunk end for non-white x (Chris Milner) Don't use signed char to index array of 256 in recognize.nw (Michael Herrmann) Added explanation for WNT to FAQ. Support \ quoting in argument to elide Support multiple -R options on the same notangle command line. Change tohtml so that noweave -latex+html doesn't protect anchor texts in a rawhtml environment (???) Added to /usr/doc/noweb for Slackware binary distribution Slackware binary distribution now includes emacs noweb mode. Updated internal docs in support.nw to explain the great \nwlbrace trouble Use gcc -ansi -pedantic in Makefiles. Remove multicols environment from examples/wc.nw (Yotam Medini) Change noweave and totex to support subscripting identifiers used in quoted code Fixed bug in l2h (bad conversion of tables). Make l2h of \section use CPS (for newline between \section and {) Added letenv to l2h, and changed verbatim to use environment name as terminator
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb28-77/+78
2001-02-06add mew.jun1-1/+2
2001-02-06Initial import of "mew":jun7-0/+204
Messaging in the Emacs World
2001-02-05XLOCK_LIGHT should also configure --without-gltt --without-ttf --without-opengllukem1-2/+3
2001-02-05gale - a secure instant messaging systemlukem5-0/+74
2001-02-05Fix problem with patch noticed in Alpha bulk build.jtb2-5/+5
2001-02-05Fix a PLIST problem noticed in Alpha bulk build.jtb1-5/+1