summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-09Add directory "share/pixmaps" which is used by multipled packages.tron7-7/+21
2002-12-09Note update of "rpm2pkg" package to version 1.3.tron1-1/+2
2002-12-09Require at least version 1.3 of the "rpm2pkg" package after today'stron1-2/+2
hardlink support fix.
2002-12-09Add proper handling for hardlinks. This fixes e.g. the zero byte localetron2-8/+25
files in the "suse_base" package causing error messages like this: Gdk-WARNING **: locale not supported by C library Bump version number to 1.3.
2002-12-09Note update of wine to 20021125.junyoung1-1/+2
2002-12-09Update to 20021125. From Juan <Juan@xtraeme.dyndns.org> via pkg/19309.junyoung3-11/+11
WHAT'S NEW with Wine-20021125: (see ChangeLog for details) - Finished conversion to STRICT compilation mode. - WinHelp revival. - Client-side fonts supported even without RENDER extension. - Regression tests no longer require Perl. - Lots of bug fixes.
2002-12-09Note update of ivtools to 1.0.7markd2-3/+3
2002-12-09Update ivtools to 1.0.7.markd3-34/+27
Change MAINTAINER (OK'ed by tron) Changes: November 26th, 2002 ivtools-1.0.7 - fixes for compiling with gcc-3.2 using ACE (on RedHat 6.2) - new comdraw funcs submitted by Secil Ugurel: - migrate glyphs/text-editor to stand-alone ivtext. - add Quit option under File menu to ivtext.. - preliminary support for SVG export. For those interested in playing along at home, ivtools now supports export of line graphics via SVG, with support for variable widths, colors, and dash-patterns, as well as rectangle export with fill colors that are blends of foreground and background (plus none fill). - refactor OverlayPS::idraw_format to be a pair of set/get methods where the get method overrides the internal static member value (_idraw_format) with the value of an idraw_format flag on an associated Command if there is one, either OvExportCmd or OvPrintCmd. - the export dialog box now defaults to everything if nothing is selected in the drawing editor. - fix drawserv attribute expression propogation used for Null Convention Logic emulation (http://www.theseus.com). - a new version number 13 for the idraw format adds support for executable fonts (as opposed to static fonts). Required by recent versions of RedHat Linux. - fix out-of-order destruction of member objects of the central Unidraw object at program termination. - disable use of X11 shared memory extension for MacOS X. This may only be a problem with 10.1, or only be a problem with XFree86 4.2, so it may be reinstated in the future. - customize iostream include files for MacOS X Jaguar (10.2), to mask the difference between Apple's version of gcc-3.1 libstdc++ and everyone elses. This is untested, so let me know if it worked for you. - apply diffs generated by Ben Hines in creating a fink package for Jaguar (MacOS X 10.2) August 2nd, 2002 ivtools-1.0.6 - more changes for compiling with gcc-2.96 on RedHat 7.* August 1st, 2002 ivtools-1.0.5 - various compile time fixes for Solaris and Cygwin. - a proper fix for handling non-idraw PostScript. An improper fix was introduced in ivtools-1.0.3 that made all idraw format files get filtered through pstoedit (if you had it). Pointed out by Todd Gruhn. - changes required to compile ivtools with gcc-3.1. Most all in the area of migrating from use of an fstream constructor that accepted a FILE* to use of a derivative class (__gnu_cxx::stdio_filebuf<char>) that does the same. Wrapped up the difference between 3.0.* and 3.1 by conditionally defining a fileptr_fstream in src/include/ivstd/fstream.h to filebuf for 3.0.* and __gnu_cxx::stdio_filebuf<char> for 3.1. ** Constant evolution of the behavior and API of filebuf has been the single most challenging aspect of keeping ivtools compiling with gcc and working for the past decade. I really hope things will be stable for the next decade. ** - fixes for using ACE and ivtools with gcc-3.1 - fix up compiling with ACE using less than gcc-3.* - disable incremental display while incrementally loading from a URL. A placeholder raster still gets inserted before the connection is established, and the rest of the download and display is asynchronous, which avoids hanging on a net connection. - compilation fixes based on feedback from Gregory Kriehn. Mostly adding #include <string.h> where missing. Don't know why this wasn't a problem in every environment. Should improve support for RedHat 7.*. June 21st, 2002 ivtools-1.0.4 - give special meaning to a set of parentheses that proceed the tuple operator ",", by adding an extra level of nesting to the resultant list. Before the expression "(1,2),(3,4)" yielded "{1,2,{3,4}}". Now it yields "{{1,2},{3,4}}" as one might expect. This anomaly stemmed from the fact the tuple operator "," works by concatenating its right-hand argument to its left-hand argument if the left-hand argument is already a list (that's how the interpreter concatenates a compound tuple-expression, i.e. "1,2,3,4"). - fix unitialized variable used when reading from sockets that would cause a hang. - add comterp commands for the value of PI (pi), converting radians to degrees (radtodeg), and converting degrees to radians (degtorad). - add new matrix transpose command (xpose), which takes a 2d list of numbers (i.e. a matrix), and transposes them. - add a matrix addition capability to the comterp "+" operator. - add matrix multiplication to comterp "*" operator. - extend matrix multiply to support vector inputs. - add support for panning with cursor keys (left/right/up/down) as well as Page Up and Page Down (PgUp/PgDn) for larger vertical moves. - greatly improve the efficiency of rendering alpha-transparent rasters with a TrueColor visual. Prior to this each input color was being looked up in a table that could be as long as 2 to the 24th, then the weighed average computed in floating point, then the result rescaled into a TrueColor color. Now everything is done with nothing more than 32 bit integer multiplies, adds, and shifts. Performance has gone from a multi-second lag to adequately interactive. - rename "Custom Tools" to "Extra Tools". - migrate Attribute, Annotate, and GraphicLoc to "Extra Tools". - add a :next flag to comdraw's import func. It attempts to auto-increment the numerics in the last URL and import again. - sync with diffs from latest Debian release (ivtools-0.9.2-6). - add gcc-2.96 warning to INSTALL and README files - remove installation of extraneous scripts when non-local install. - save/restore raster alpha-transparency value in drawing documents. - create AlphaTransparentCmd and make available under Edit/"Image Processing" - create raster peek command for comdraw (RasterPeekFunc).
2002-12-09Note update of exim and exim-html to 4.10.ad1-1/+3
2002-12-09Update to exim-html-4.10. Provied by dawszy at arhea.net in pkg/19231.ad3-6/+11
2002-12-09Update top exim-4.10. Guts provided by dawszy at arhea.net in pkg/19230,ad6-13/+54
with some additions by me. Those running exim are advised to update. Highlights from ChangeLog 1. Added HAVE_SA_LEN=YES to the OS/Makefile-Darwin file. 3. The code for computing load averages was broken in 64-bit Solaris. 10. Tidies to code for calls to fork(); some failures not logged. 26. Fixed some problems with retrying address errors in remote deliveries. Local changes (will make next release): Undo the OS/Makefile-NetBSD split that made it into the main tree. This causes all manner of breakage.
2002-12-09Note addition of dptutil-3.31.ad1-1/+2
2002-12-09Mention sysutils/dptutil.ad1-0/+3
2002-12-09raidutil -> dptutil.ad1-2/+2
2002-12-09Re-import of raidutil-3.31 as dptutil-3.31.ad11-0/+245
2002-12-09Removed pending rename.ad11-245/+0
2002-12-09Fix nawk update person.cjep1-2/+2
2002-12-09Initial import of nail 10.3 into the NetBSD packages collection ascjep1-1/+2
mail/nail. Nail is a mail user agent derived from Berkeley Mail 8.1. It is intended to provide the functionality of the POSIX.2 mailx command with built-in support for MIME messages. This means it can handle international character sets as well as attachments. In recent system environments, nail is Unicode/UTF-8 capable. It further contains some minor enhancements like the ability to set a "From:" Address. Supplied (for nail 10.1) by Mishka in PR#19112. Thanks!
2002-12-09Add and enable nail.cjep1-1/+2
2002-12-09Initial import of nail 10.3 into the NetBSD packages collection ascjep8-0/+103
mail/nail. Nail is a mail user agent derived from Berkeley Mail 8.1. It is intended to provide the functionality of the POSIX.2 mailx command with built-in support for MIME messages. This means it can handle international character sets as well as attachments. In recent system environments, nail is Unicode/UTF-8 capable. It further contains some minor enhancements like the ability to set a "From:" Address. Supplied (for nail 10.1) by Mishka in PR#19112. Thanks!
2002-12-09use /usr/xpg4/bin/grep as GREP, as /usr/bin/grep does not support -e.grant1-2/+2
2002-12-09Initial import of imapproxy-1.0rh1-1/+2
2002-12-09Add and enable imapproxyrh1-1/+2
2002-12-09Initial import of imapproxy-1.0, a simple connection caching IMAP proxy.rh5-0/+58
2002-12-09NFC how this ever compiled - there is no strnicmp on NetBSD.hubertf1-0/+13
#define it to use strncasecmp.
2002-12-09Solaris has /usr/include/iconv.h, but it's not GNU iconv. Mark itgrant1-1/+5
incompatible. Fixes buildlink2 problems with converters/libiconv, which assumed that iconv was in the base system (on Solaris) due to the existance of /usr/include/iconv.h.
2002-12-09Note update of phoenix-linux to 0.5.grant1-1/+2
2002-12-09Updated phoenix-linux to 0.5.grant3-29/+9
Changes since 0.4 include: * Multiple homepages * Intellimouse 5-button support * Sidebar remembers its state across sessions * Download fixes * History improvements * Accessibility improvements * Size and memory reduction * Performance improvements * Stability improvements * Many many more themes (http://texturizer.net/phoenix/themes.html) * Miscellaneous bug fixes, including middle clicking in content area The full list of changes can be found at: http://www.mozilla.org/projects/phoenix/phoenix-release-notes.html Thanks to Oliver Tonnhofer for submitting this update in PR pkg/19328.
2002-12-09Make this compile on Darwin.rh3-14/+21
2002-12-09Update lang/nawk to 20021129.cjep1-1/+2
Changes since 20020628 (from FIXES file): modified b.c (with tiny changes in main and run) to support locales, using strcoll and iswhatever tests for posix character classes. thanks to ruslan ermilov (ru@freebsd.org) for code. the function isblank doesn't seem to have propagated to any header file near me, so it's there explicitly. not properly tested on non-ascii character sets by me.
2002-12-09nawk done.cjep1-2/+1
2002-12-091. Respect YACC, CC, CFLAGS as per PR#19013.cjep2-5/+6
2. Update to 20021129. Changes since 20020628 (from FIXES file): modified b.c (with tiny changes in main and run) to support locales, using strcoll and iswhatever tests for posix character classes. thanks to ruslan ermilov (ru@freebsd.org) for code. the function isblank doesn't seem to have propagated to any header file near me, so it's there explicitly. not properly tested on non-ascii character sets by me.
2002-12-08Note new nawk available.cjep1-1/+2
2002-12-08tabs instead of spaces for indentation.cjep1-3/+3
2002-12-08Whitespace complaint from pkglint.cjep1-2/+2
2002-12-08Note update of textproc/latex2html to 2002.2.1jschauma1-1/+2
2002-12-08``Update'' to 2002-2-1, as the friendly people of latex2html have oncejschauma3-9/+8
again changed the distfile without a change in the name, causing checksum to fail. No apparent changes in functionality. Distfile and PLIST double-checked and this commit approved by maintainer wennmach (thanks!).
2002-12-08Create the directory ${PREFIX}/share/pixmaps before trying to install filesjmmv1-1/+2
inside it. Discovered by dmcmahill.
2002-12-08Add RCS tag.cjep1-0/+1
2002-12-08Note update of emulators/xmame to version 0.62.1nb2.kristerw1-1/+2
2002-12-08Fix a bug that caused the display to be truncated for some games.kristerw4-3/+185
PKGREVISION++
2002-12-08Whitespace and order.cjep1-3/+3
2002-12-08Fix typo in manual page.cjep4-18/+34
2002-12-08Update of news/leafnode to 1.9.30.cjep5-10/+12
Summary of changes since 1.9.27 (please see the ChangeLog): * Add leafnode-version. * Various changes to fetchnews.c including: + In verbose mode, print if we're using the STAT command or the HEAD workaround. + nntpactive: cache current time, saves time() calls and gives a consistent 'age' for the newsgroups. + Avoid duplicate articles that raced from another server against our fetchnews from ending up in failed.postings. We assume that a server that refuses a posting with 441 435 Duplicate can at the same time deliver it to STAT (or HEAD if the workaround is in effect). + Only touch active.read if the active has been successfully written. + Also apply only_groups_pcre when updating the active, to avoid presenting groups that are not really fetched. + Bugfix: cope with multiple upstreams that have the same server name but different ports. * Various changes to nntpd.c including: + Point to syslog when reading the configuration fails. + Fix very subtle and intricate infinite loop bug * Various changes to nntputil.c. Blacklist STAT for "NNTP news cache." Whitelist NewsCache 1.1.*. Whitelist NewsCache 0.99.18, 0.99.19, 0.99.2?. * Changes to activutil.c including: + Check for duplicate newsgroups after reading, before writing and after merging the active file. * Fixs for SEGV problems to activutil.c and artutil.c
2002-12-08- sylpheed-claws-0.8.6, cyrus-imapd-2.1.10jmmv1-3/+1
2002-12-08+ grub-0.93jmmv1-1/+2
2002-12-08Fix PR#19323 from Ryo Hayaskacjep1-1/+2
2002-12-08Note sysbuild update to 1.3jmmv1-1/+2
2002-12-08Update sysbuild to 1.3.jmmv4-29/+83
Changes since 1.2: - Fixed several bugs in fast mode `-f' (directories were cleaned even if this flag was given, so it was of no use). - Ability to keep tools while cleaning (KEEP_TOOLS variable); rebuild them only when necessary (not found). - When directly calling "make" or "config", use the binaries in the TOOLDIR directory, not the ones of the current system. - Fixed a typo in usage (pointed by Sergio Jiménez).
2002-12-08Fix PR#19324 from Ryo Hayasaka.cjep1-1/+2