summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-02-25Updated abiword to 0.99.2martti4-32/+27
* Import/Export bookmarks to RTF * Multi-threaded incremental loader * Perl Scripting now works by default * State of the art Theasurus plugin * Start of HTML importer plugin * Spelling support for Commonwealth English, Brazilian Portuguese, Hungarian, Ukranian, Galican * Word Perfect Import improvements * Import Lists from MS Word * New improved toolbar icons * Fields update automatically * Styles Lock * Export nested lists to RTF * Import First and facing header/footers from RTF * Import Bookmarks for MS Word * Import hyperlink from MS Word * Add header/footer export to HTML * Look in dictionary file for suggestions to misspelt words. * Help file improvements * Perl script to convert the docs to HTML * Lots of progress on OSX port * MS Word importer imports all known image types * New AbiWord server * Start of Open Office importer plugin * Web layout Mode * Free translate plugin for Windows * Drag and drop hyperlinks and images from Galeon/Mozilla into AbiWord * Gnome2 icons
2002-02-25Updated libexif to 0.5.0 (provided by Amitai Schlair in pkg/15722)martti4-10/+11
* libexif/configure.in: Introduce proper versionning. * libexif: There's only one ByteOrder per ExifData. * libexif/libexif-entry.c: More tags implemented in (exif_entry_get_value).
2002-02-25Explicitly recognize .tar.Z files so that they don't fall through intojlam1-2/+3
.Z handling.
2002-02-25Use the default EXTRACT_CMD instead of a hand-crafted one, as the defaultjlam11-28/+15
is sufficient.
2002-02-25Use the new, smart EXTRACT_CMD subroutine.jlam1-3/+4
2002-02-25* Turn _SHELL_EXTRACT into a "subroutine" for extracting an archive. Itjlam1-57/+55
extracts the contents of archive named by the shell variable "extract_file" based on the file extension of the archive. The contents are dumped into the current directory. * Unify the EXTRACT_CMD handling. We now define the default EXTRACT_CMD to be ${_SHELL_EXTRACT} (see above). Otherwise, if it's already defined in the package Makefile, then that EXTRACT_CMD is used to extract all of the archives. * Rearrange the locking code so that it's localized instead of interspersed in the extraction code. * Add EXTRACT_CMD definitions for files that are only compressed (foo.c.gz) that decompress the file into ${WRKDIR}.
2002-02-25added ap-mp3grant1-1/+2
2002-02-25Initial import of mod_mp3.grant5-0/+67
Apache module for streaming mp3 and other audio files.
2002-02-25added ap-layoutgrant1-1/+2
2002-02-25Initial import of mod_layout package.grant5-0/+92
From DESCR: Mod_Layout creates a framework for doing design. Whether you need a simple copyright or ad banner attached to every page, or need to have something more challenging such a custom look and feel for a site that employs an array of technologies (Java Servlets, mod_perl, PHP, CGI's, static HTML, etc...), Mod_Layout creates a framework for such an environment. By allowing you to cache static components and build sites in pieces, it gives you the tools for creating large custom portal sites.
2002-02-25Make it compile after alpha conversion in usb.h.augustss2-5/+5
2002-02-24Use ncurses buildlink.mk [we still need USE_NCURSES for now, though].wiz1-3/+6
2002-02-24Buildlinkify.wiz4-16/+21
2002-02-24Strongly buildlinkify to prevent inadvertently depending on an installedjlam1-4/+4
libiconv or libicu.
2002-02-24Add share/locale/is (for guppi).wiz4-4/+20
2002-02-24Remove some files that don't get installed with gnumeric-1.0.4.wiz1-5/+1
2002-02-24Update xscreensaver to 4.01.wiz8-34/+168
Changes since 4.00: * New hacks: `twang', `glsnake', `boxed', `sballs', and `glforestfire'. * New hacks `apollonian', `euler2d', `juggle', `polyominoes' and `thornbird', from xlockmore. * Merged recent xlockmore changes into `ant', `braid', `demon', `discrete', `drift', `fadeplot', `forest', `grav', `hopalong', `ifs', `laser', `lightning', `lisa', `lissie', `loop', `mountain', `penrose', `rotor', `sierpinski', `slip', `sphere', `spiral', `strange', and `vines'. * Fixed the `gltext' bug that sometimes caused horizontal lines to vanish again. This time for sure. * Sped up `webcollage' by adding a C helper program to replace the PPM pipeline. It also pastes images semi-transparently now. * Added support for the gdk_pixbuf library: if this lib is available, then `blitspin', `xflame', and `flag' can load GIF, JPEG, and PNG images in addition to XPM and XBM. [not enabled in pkg] * Fixed a rare race condition where the desktop-grabbing hacks could sometimes leave the screen wedged, if the user moved the mouse exactly when they were grabbing the screen image (it would un-wedge the next time the saver timed out or was activated.) * Fixed incorrect colors in the screen-grabbing GL hacks (`gflux' and `flipscreen3d'.) * Made SIGHUP restart the daemon process (though using `xscreensaver-command -restart' is still the preferred way.) * Tweaks to `xspirograph'. * Minor configure and portability tweaks.
2002-02-24Wildcard suse_glx dependency.wiz1-2/+2
2002-02-24Wildcard suse_glx dependency.wiz1-2/+2
2002-02-24Updated uvscan-dat to 4187 (released 2002-02-20)veego2-5/+5
* new virus definitions
2002-02-24ftp.mrunix.net moved the webalizer directory into an pub directory.veego1-2/+2
2002-02-24Fix build problems on systems without setproctitle(3).veego4-22/+862
Check setproctitle in the configure script and remove the define in patch-ba.
2002-02-24Update ipv6calc to 0.36.hubertf2-5/+5
Patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in private mail. Changes since 0.19: 0.36: - fix bug relating to ipv6calc.h (changes now in ipv6calc.h.in) - start preparation for implementing bitstring conversions 0.35: - add new options: --addr_to_ip6arpa|-a does the same like --addr_to_ip6int|-r, but ends with "ip6.arpa" instead of "ip6.int" - addr_to_ip6int now understands "--uppercase|--lowercase" 0.34: - use now "-lcrypto" instead of full defined lib name - update "COPYING" to current GPLv2, add "LICENSE" with some comments to make Debian people happy - add both in spec file - showinfo now understands "solicited-node link-local multicast", "ISATAP", SLA on 6bone addresses - input now understands also "ISATAP" addresses - Change version numbering to autoconf/configure - Extend "showinfo" a little bit - Fix missing scope initialization "base85_to_ipv6addr" bug found by Greg Daley <greg.daley # eng.monash.edu.au> - changed: libipv6addr.c/ipv6addr_clear librfc1924.c/base85_to_ipv6addrstruct 0.28: - Refixing compiling on BSD - Add a forgotten include in "eui64_to_privacy.c" 0.27: - Migrate files used from Linux kernel for address type resolution to libipv6addr.* - add some extended tests (still not catch all) - "--showinfo" now rudimentary works 0.26: - Create wrapper functions to be independend of byte order storage in structure "in6_addr" - "--eui64_to_privacy" now calculate expected results - Begin of splitting "ipv6calc.h" into several smaller header files - Some code cleanup 0.25: - Restructure central address structure to use "in6_addr" struct - Some code cleanup 0.24: - Add option "--eui64_to_privacy" to calculate pseudo random suffices (experimental, result is not verified) - Add option "--showinfo" (experimental, not finnished) - Add option "-d|--debug value" - Partially new debug code 0.23: - Fix permissions of doc files in spec file 0.22: - ANSI compiling cleanup - Cleanup special types to ANSI types 0.21: - Fix typo (strings.h -> string.h) at ifinet6_to_compressed.c 0.20: - Activate "--printsuffix" + "--printprefix" for "--addr_to_uncompressed" - Change format of "--mac_to_eui64" to described one (now without prefix)
2002-02-23Update "xservers" package to version 3.3.6.2. The Changes since versiontron5-8/+38
3.3.6.1 are: - Build and install fonts because XFree86 3.3.6 servers don't work with XFree86 4.x fonts properly. - Add a warning message that the font path in "/etc/XF86Config" needs to be adjusted.
2002-02-23Distfile md5 changed. A diff didn't reveal any bad things.hubertf1-3/+3
Distfile nuked from ftp.netbsd.org. Noted by march on IRC (IRCnet)
2002-02-23Make sure that kssl look in the right place for its data.skrll4-1/+52
This fixes the "The server certificate failed the authenticity test" errors in konqueror when using https.
2002-02-23Bump package revision to 1 after 64Bit patch went in.tron1-2/+2
2002-02-23add mp3blasterrxg1-1/+2
2002-02-23Add mp3blaster-3.0p8 - MP3 console ncurses-based playerrxg7-0/+84
mp3blaster is an interactive text-based mp3player. One of the unique features of this player is the ability to divide a playlist into groups (albums). Therefore, the play order can be adjusted with great flexibility. close pkg/15622, submitted by me.
2002-02-23Add p5-GIFgraph.he1-1/+2
2002-02-22Create a proper "opera" configuration file if necessary.tron1-1/+2
2002-02-22Add and enable "opera6" package.tron1-1/+2
2002-02-22Import Opera 6.0 for Linux Technology Preview 3 as "opera6":tron5-0/+108
Small, fast and customizable WWW client
2002-02-22GIFgraph is a package to generate graphs, using GD::Graph.he4-0/+31
2002-02-22Drop the alpha-linux l3.diff.gz altogether - it only makes the previoussimonb3-77/+46
diff much harder to read than it should be.
2002-02-22Drop the assumption that alphas are the only 64bit machines. int issimonb2-37/+97
32bit on all platforms so just use that instead of the #ifdef dance between int/long. Patch from Darren Reed and myself.
2002-02-22Remove explicit conflict for "suse_base-6.1". The package tools handletron1-2/+2
this automatically.
2002-02-22Integrate Poskanzer's y2k patch.is2-5/+5
2002-02-22Update "squid" package to version 2.4STABLE4. Changes since versiontron2-19/+6
2.4STABLE3: - htcp_port 0 now properly disables htcp - Fixed problem with certain non-anonymous ftp:// style URL's - SNMP bugfixes including several memory leaks
2002-02-22Disable this package on NetBSD/sparc64.minoura1-1/+5
It compiles, but would not work due to unaligned access. Solaris and Linux (and NetBSD/alpha) traps unaligned access exceptions and fixes them up automatically but NetBSD/sparc64 does not. This problem is already reported to the original author; I'd wait for his fix. Until then use the 32bit binary instead.
2002-02-21Set MAINTAINER to packages@netbsd.orgzuntum2-4/+4
2002-02-21Reset MAINTAINER to packages@netbsd.org - I don't use avifile anymorezuntum2-4/+4
2002-02-21Update p5-Text-CSV-Hash to 0.09abs2-5/+5
- Handle .csv files with any combination of unquoted fields, quoted fields with embedded newlines, fields ending in ", embedded "\n strings (the most fun), all on the same line. - Vow to hunt down and kill anyone producing such files.
2002-02-21Update to 2.1.8.jdolecek2-6/+6
The only difference is removal of mistakely left debug message.
2002-02-21Updated suse_devel to 6.4nb1martti2-6/+9
* libc.rpm: Security update: Fix for vulnerabilities in the glob() functions that can be remotely exploitable.
2002-02-21Don't hardcode dependencymartti5-16/+16
2002-02-21Updated suse_glx to 6.4nb1martti2-7/+9
* glx.rpm: added GeForce DDR Support
2002-02-21Updated suse_libjpeg to 6.4nb1martti2-6/+8
* libjpeg.rpm: fixed wrong path in libjpeg.la
2002-02-21Updated suse_x11 to 6.4nb1martti2-6/+8
* xshared.rpm: fix for crash in callback functions (netscape et.al.)
2002-02-21Updated suse_base to 6.4nb4martti2-6/+7
* shlibs.rpm: Security update: Fix for vulnerabilities in the glob() functions that can be remotely exploitable.