summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-06-28Update to 0.2.2. Patch provided by Juan RP in PR pkg/21850.jmmv4-49/+49
Changes in 0.2.2: * FAR jmp/call support. Changes in 0.2.1: # Added support for NASM-like -I and -P options to the preprocessor to specify include directories and pre-included files respectively (thanks to Michael Urman for his quick work). # Fixed a number of issues with libtool/libltdl and module building (these issues only affected UNIX builds). # Made the "real" NASM preprocessor the default preprocessor. This was not the case in the original Milestone 2 release (despite an example to the contrary in the release notes)
2003-06-28xmule updated to 1.4.1a.jmmv2-4/+3
2003-06-28Update to 1.4.1a:jmmv5-64/+16
Version 1.4.1a -------------- Madcat's contributions: * FIXED: Crash on GetPeer() call during socket failure. * FIXED: Crash when trying to send hash of nonexistent knownfile. Version 1.4.1 ------------- Madcat's contributions: * FIXED: Various crashes regarding Shared Files Reloading. * FIXED: Several Search Tab Closing/Global Search related crashes. * FIXED: Several eMule/xMule typos. * FIXED: Endless loop if UDP packet sending failed. * FIXED: Endless loop/memleak at ProcessMuleInfoPacket(). * FIXED: Endless loop at CPartFile::FlushBuffer(). * FIXED: CPU leak in ProcessHelloPacket(). * FIXED: gsocket.c compilation problems with older compilers. * FIXED: Crash when search results were added to nonexistent search tab. * FIXED: Endless loop in case UDP packet sending fails. * FIXED: Sockets are also closed on crash now. * Revised Search Result packet handling, shouldn't crash/memleak there anymore. * Removed annoying MAX_RESULTS check from search tab. * Added log line when ipfilter is loaded. * All log messages are also written into file ($HOME/.xMule/logfile). * Shared files list is now resorted after reloading. * Implemented external ED2K links handling. Use ed2k <link> instead of xmule <link> from now on. * Changed popup window to log message when shared file is not found. Kry's contributions: * FIXED: --version commandline argument. * FIXED: Bogus 2.1.0.1 servers on serverlist. * FIXED: Shared folders not shared in some systems. * FIXED: Shared files not being shared in non-english languages. * FIXED: Download limit being higher than capacity. * Made ./xmule statistics more readable. * Added a notification message in case second xMule is started. Un-Thesis' contributions: * FIXED: GTK-only XPM compatibillity problems. * FIXED: GetTickCount compilation errors. * FIXED: LOWID problems (AGAIN!). * Removed pure GTK code from GetColour. * Added eMule's LOWID icon to main status bar on LOWID connection. MikaelB's contributions: * FIXED: Toolbar sizing with i18n Seneca's contributions: * FIXED: Clipboard handling (ctrl+v instead of middleclick for pasting). Closes PR pkg/21940.
2003-06-28Remove these generated files until the new documentation format is sortedagc2-8419/+0
out, and to stop any confusion over latest versions.
2003-06-28Resurrect the previous version of Packages.txt until the new docbook-styleagc1-10/+2955
documentation has been properly sorted out.
2003-06-28note update of rc.subr to 20030627grant1-1/+2
2003-06-28update to 20030627. sync with -current:grant2-7/+13
---------------------------- revision 1.58 date: 2003/06/27 05:01:21; author: lukem; state: Exp; lines: +7 -1 If _rc_subr_loaded=true, "return" immediately, otherwise set that var and continue as normal. Gains ~ 2 seconds on 110 runs of ". rc.subr" on a shark. Suggested by Andrew Cagney in [bin/18400] ---------------------------- revision 1.57 date: 2003/06/27 04:06:01; author: lukem; state: Exp; lines: +2 -2 run_rc_command(): when checking if ${command} exists before executing it, be sure to check under ${name_chroot} (if set). Fix from Ed Ravin in [bin/18523] ---------------------------- revision 1.56 date: 2003/06/03 14:00:45; author: christos; state: Exp; lines: +4 -4 Use more concise shell syntax: 1. for i in $* -> for i 2. foo=$* -> foo="$@"
2003-06-27librsvg2 update to 2.2.5 done; the version listed here was from the unstablejmmv1-2/+1
branch (2.3.x).
2003-06-27Note update of librsvg2 to 2.2.5 and revision bumps for eog2 and nautilusjmmv1-1/+4
because of the update.
2003-06-27Bump revision due to librsvg2 update (to 2.2.5).jmmv2-4/+4
2003-06-27Update to 2.2.5:jmmv8-14/+114
- Gimp Import/Load plugin - Bugfixes - Few bugfixes - All sorts of build and installation fixes - "Bugfix" for a regression in GTK+'s pixbuf-io loader scheme - Handle SVGZ files (Gzipped SVG) - Handle objectBoundingBox coordinates on gradients - API extensions - Various bugfixes and crash fixes - Better CSS style handling - Fix for a crasher exploited by Sodipodi. Improved gradient handling - RSVG allows you to specify the JPEG quality - Handles Kontour's conicalGradients to some extent - Better CSS style handling - Works in "international" locales (non-C locales) in a threadsafe manner - Handle rounded rects - Add manpage - Handle "ex" units better - Missed files in tarball added. - Fixed memory leak - Better handling of display and visibility styles. - Better font handling (stretch, style, variant, weight supported, inherited) - Fixed crash with non-utf8 characters. - Better ellipse rendering - New functions to set rendering DPI - Better handling of SVGs colors, gradients and images - support dashes - Includes a new gdk-pixbuf svg loader - Includes a new gimp svg loader - Now installs a binary that can rasterize svgs. - New co-maintainer Dom Lachowicz - Added new svg based gtk+ engine - Handles SVGs a lot better. Especially with regards to units.
2003-06-27Note addition of libgsf, version 1.8.0.jmmv1-1/+2
2003-06-27Initial import of libgsf, version 1.8.0:jmmv7-0/+203
libgsf provides an efficient extensible I/O abstraction for dealing with different structured file formats. It has support for Microsoft OLE2 streams and Zip import. The aim of this library is to replace libole2. Provided in pkgsrc-wip by Jeremy C. Reed with many changes by me.
2003-06-27Add two missing libraries.wiz1-1/+3
2003-06-27Note revision bump for gtk2 to 1.jmmv1-1/+2
2003-06-27Create and remove the empty lib/gtk-2.0/2.2.0/engines directory.jmmv2-3/+7
While here, fix a typo in the PLIST. Bump PKGREVISION to 1.
2003-06-27Convert to USE_NEW_TEXINFO.seb2-5/+6
Add build dependency on textproc/texi2roff.
2003-06-27Convert to USE_NEW_TEXINFO.seb2-5/+4
XXX needs user 'news' during install, which -current does not have anymore.
2003-06-27No need for texinfo.mk as the info file is not build neither is installed.seb1-2/+1
2003-06-27Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-27Note update of sirius to 0.7.0.jmmv1-1/+2
2003-06-27Update to 0.7.0:jmmv3-6/+8
* Added hints for the human player. * Found and plugged a issue with a timer which was the root to a lot of strange behavior. * Optimized the search and gained some speed. * Fixed init problem in the transpositiontable. * Fixed segfault in the thread handling. * Added a lot of debug code for the search. (Compile with -DDEBUG) * Sirius own icon as window icon (Alex Duggan) * Frensh translation (Stéphane Jourdan) * German translation (Poyan Rajamand) * Swedish translation updated
2003-06-27Convert to USE_NEW_TEXINFO.seb4-6/+19
2003-06-27oops, correct HOMEPAGEdrochner1-2/+2
2003-06-27mention today's updates/additionsdrochner1-1/+7
2003-06-27+py-checkerdrochner1-1/+2
2003-06-27import pychecker-0.8.12, something like "lint", but for Pythondrochner5-0/+81
2003-06-27Update hylafax to 4.1.5. Fixes a security hole!hubertf8-234/+125
Other changes: Changelog for HylaFAX 4.1.5 - Oct 21, 2002 * fix lockfile polling race condition (21 Oct 2002) Changelog for HylaFAX 4.1.4 - Oct 20, 2002 * fix broken polling in Class 1 (08 Oct 2002) * change pollrcvd to behave similarly to faxrcvd (06 Oct 2002) * fix faxqclean to not miss certain orphaned files (01 Oct 2002) * change faxrcvd to only require 4 parameters (01 Oct 2002) * fix recvstats to handle new Super G3 faxing speeds (01 Oct 2002) * cause faxgetty to poll for lockfiles while RUNNING (01 Oct 2002) * cause faxq to explicitly trigger LOCKWAIT for faxgetty (01 Oct 2002) * replace the select bug workaround with a better fix (01 Oct 2002) * allow sendfax -z option to accept whitespace in file (22 Sep 2002) * add -f and -c options to probemodem (20 Sep 2002) * improve sendfax parsing of '-z' destination file (22 Sept 2002) * disabled Solaris DSO support due to problems (13 Sep 2002) * add Class1ResponseWaitCmd to help USR send errors (13 Sep 2002) * add recognition of most of Japan NSF codes (13 Sep 2002) * fix notify manpage to not include commid (13 Sep 2002) * fix +XMonth capability of "at" syntax to use 12 month year (13 Sep 2002) * fix killtime to allow >= 24 day settings (13 Sep 2002) * add RingExtended config option (29 Aug 2002) * pass CID information to faxrcvd when using faxanswer (27 Aug 2002) * increase the RING timeout setting to six seconds (27 Aug 2002) * break lucent-isa prototype from lucent (27 Aug 2002) * add Class1MsgRecvHackCmd otpion (21 Aug 2002) * add faxqclean -A (force archiving) option (20, 29 Aug 2002) * fix pdf2fax to be installed properly for custom packaging (19 Aug 2002) * add Digi AccelePort prototype support (15 Aug 2002) * number DSOs according to the HylaFAX version (15 Aug 2002) * make faxalter accept more than one option at a time (14 Aug 2002) * add recognition of all US and UK NSF codes (14 Aug 2002) * change ModemBaudRateDelay default to help USRs reset (13 Aug 2002) * fix xferfaxstats to handle new Super G3 faxing speeds (08 Aug 2002) * support page counting for PDFs (02 Aug 2002) * change sendfax to warn users about bad placement of "-d" options (02 Aug 2002) * fixed faxaddmodem and probemodem for portability (02, 07 Aug 2002) * corrected some comments in prototype config files (01 Aug 2002) * added support for new USR Courier modem (01 Aug 2002) Changelog for HylaFAX 4.1.3 - Jul 27, 2002 * change some comments in the usr-xon and usr-rts (27 Jul 2002) * synchronize faxd/tif_fax3.h with libtiff's (23 Jul 2002) * remove the SGI logo from the default coverpage (23 Jul 2002) * documentation clarification for NoCarrierRetries (22 Jul 2002) * fix notify.awk to handle jobtag values with colons (19 Jul 2002) * remove admin-only restriction to the tagline (16 Jul 2002) * adds prototype support for MultiTech ISI5634PCI (09 Jul 2002) * caused the wedged script to give exit status (06 Jul 2002) * allowed faxgetty to identify extended RING data as a RING (06 Jul 2002) * fixed a buffer overflow when receiving long scan lines (06 Jul 2002) * enhanced Class1Modem::parseQuery() to parse correctly +FTM responses which contain item ranges (dashes) (27 Jun 2002) * made fixes to enable gcc v3.0 compatibility (15 Jun 2002) * made minor changes for Sun Forte compiler compatibility (14 Jun 2002) * fixed hostname format string vulnerabilities in faxrm, faxalter, faxstat, sendfax, sendpage, and faxwatch (14 Jun 2002) * added TagLineFormat option for receiver's name (14 Jun 2002) * added MultiTech RTFCC support via Class2RTFCC option (11, 28 Jun 2002) * workaround a Lucent V92 firmware bug in HDLC frame tracing (08 Jun 2002) * added Class2PTSQueryCmd for broken Class 2.0 firmwares (08 Jun 2002) * fixed a TSI format string vulnerability in faxgetty (08 Jun 2002) * fixed faxrcvd creation of PDFs other than letter size (08 Jun 2002) * added sendfax -z option to read destinations from a file (08 Jun 2002) * updated 'make clobberconfig' (27 May 2002) * added support for Solaris DSOs (24 May 2002) * fixed Class 1 sending CRP handling (24 May 2002) * changed Class 1 reception protocol to tolerate long syslog delays which could be encountered in extremely heavy loads (24 May 2002) * added prototype support for Sedlbauer Speedfax ISDN (24 May 2002) * added Class1TCFRecvHack config option (24 May 2002) * changed Class1SwitchingDelay to Class1SwitchingCmd (24 May 2002) * more 64-bit system compatibility enhancement (24 May 2002) * large update added initial Class 2.1 and V.34-fax support in particular for the MultiTech MT5634ZBA-V92 and MT5634ZPX-PCI-V92 (23 May, 14 Jun 2002) * have faxsetup check the fax user home directory (23 May 2002) * allow server-side usage of DisplayNumber in dialrules (23 May 2002) * changed various scripts for POSIX compliance (23 May 2002) * fixed a logging error in faxqclean (23 May 2002) * added prototype support for RocketModem PCI (10 May 2002) * changed the options proccessing order to fix Desired* options (03 May 2002) * added prototype support for Eicon Diva modems (03 May 2002) * enhanced configure for OSF-5.1A utmp support (03 May 2002) * fixed a five-second delay when receiving DID (03 May 2002, 27 May 2002) * added prototype for Davicom modems (03 May 2002) * fixed faxqclean to keep referenced docs in the doneq (03 May 2002) * Japanization and 64-bit system enhancement (03 May 2002) * fixed a configure problem with sed-3.02.80 (03 May 2002, 23 May 2002) * fixed a copy quality logic error with Class 2 reception (03 May 2002) * documented the use of "-1" values in sendfax for MaxDials (03 May 2002) * correct JobReqOther from interfering with other requeing (03 May 2002) * add preliminary job archiving support (03 May 2002) * make stripping of binaries in html conditional on HTML=yes (13 Apr 2002) Changelog for HylaFAX 4.1.2 - Apr 11, 2002 * T.4 incompatability error message more descriptive (11 Apr 2002) * fix faxcron to prevent it from deleting seqf files (11 Apr 2002) * alter faxaddmodem to perform regex on the ATI0 result (7 Apr 2002) * enhance defaults to recognize and configure Mac OS X (7 Apr 2002) * change PWD usage in configure to PWDCMD (7 Apr 2002) * add notification message to timedout jobs (7 Apr 2002) * cleanup previous Topic modem enhancement (7 Apr 2002) * cleanup previous Digital Unix enhancement (7 Apr 2002) * cleanup previous "F" status enhancement (7 Apr 2002) * changed many prototype configs to use 19200 baud instead of 38400 and to not use the "@" dial-command option (7 Apr 2002) * fix segfault in faxqclean (28 Feb 2002) Changelog for HylaFAX 4.1.1 - Feb 24, 2002 * resolve faxsetup and textfmt problems with Ghostscript 6.5 where Fontmap.GS could not be found (14 Feb 2002) * fix blocked jobs from getting requeued at the end (14 Feb 2002) * caused faxgetty to pass CIDName to faxrcvd and enhance documentation to include DNIS details (14 Feb 2002) * gave failed jobs status "F" instead of "D" (14 Feb 2002) * add Topic modem prototype config support (14 Feb 2002) * replace Class1Send[EOP|PPM|TCF]Delay with Class1[EOP|PPM|TCF]WaitCmd, using +FTS for these pauses, resolving some timing issues (14 Feb 2002) * fix PriorityScheduling and update html for SCO (13 Feb 2002) * added OpenUNIX support (13 Feb 2002) * updated config.guess (13 Feb 2002) * correct ECM detection in Class 2 (2 Feb 2002) * added ModemSoftResetCmdDelay default and option (2 Feb 2002) * enhanced Class 1 parseQuery to allow for the use of parenthesis (2 Feb 2002) * added NSF entries for various machine types (2 Feb 2002) * fixed hfaxd from always exiting nonzero with inetd (2 Feb 2002) * altered logging to prevent double-double quoting (2 Feb 2002) * fixed pageSendApp.c++ logging pointer (2 Feb 2002) * changed the faxaddmodem default to select Class 1 (2 Feb 2002) * adjusted Class1SwitchingDelay default to fix ISDNs (2 Feb 2002) * added prototype config support for some Boca, USR, and Practical Peripherals modems (2 Feb 2002) * corrected problems building on Digital UNIX Alphas (2 Feb 2002) * improved faxgetty glare handling (2 Feb 2002) * improved some logging verbosity (2 Feb 2002) * fixed an RTNHandlingMethod typo (16 Dec 2001) * fixed RTNHandlingMethod brokenness (15 Oct 2001) * corrected DestControls ability to use numeric arguments and other similar DestControls fixes (12 Aug 2001) * more Lucent and K56 modem prototype config support (12 Aug 2001) * workaround: stopped trying to utilize NDIS frames (12 Aug 2001) * added Class1SendMsgDelay (12 Aug 2001) * enhanced the logging of garbage frames (12 Aug 2001) * added prototype config support for Hayes Optima (12 Aug 2001) * fixed faxgetty's parsing of Class 1.0 in +FCLASS=? (12 Aug 2001) * finally added faxcover "from" options and corrected it to function as documented for comments (12 Aug 2001) * corrected and enhanced earlier QualifyTSI fix (12 Aug 2001) * updated config.guess, config.sub from gcc-3.0 (18 Jul 2001) * cause the sequence files to begin at 1 rather than 2 (15 Jul 2001) * include external MultiTech into lucent-mt-2 (15 Jul 2001) * apply use of "none" to rc32acl prototype config (15 Jul 2001) * corrected documentation regarding some defaults (15 Jul 2001) * fixed stripQuotes for unexpected TSI quoting (15 Jul 2001) * integrate Linux DSO support (15 Jul 2001) * fixed bash v2 verbosity in probemodem (15 Jul 2001) * note to run hfaxd as root if run from inetd (4 Jul 2001) * remove setuid from hfaxd in pkg (4 Jul 2001) * add INSTALL to distrules (4 Jul 2001) * add prototype config for Prometheus (3 Jul 2001) * correct timing of DCN after failed QualifyTSI check (2 Jul 2001) * fix Class 1 EOM handling (2 Jul 2001) * add Class1SendEOPDelay config option and increase the default from 95ms to 200ms to prevent modem timeouts (2 Jul 2001) * enhance faxrcvd to utilize CID, use FILETYPE (for FaxDispatch), and other minor faxrcvd enhancments (2 Jul 2001) * pass CID data through successive rings and to faxrcvd (2 Jul 2001) * caused bulk faxes to drop in requeue priority (2 Jul 2001) * fix faxaddmodem from mis-parsing a modem's phone number (2 Jul 2001) * added 7-bit text support to typerules (2 Jul 2001) * stop faxqclean from deleting docq files that are in-use (2 Jul 2001) * fixed a bash barf when VERSION changed (2 Jul 2001) * caused configure to check zlib before libtiff (2 Jul 2001) * added prototype config support for AT&T Lucent modem (2 Jul 2001) * applied the use of "none" in rc288dpi config (2 Jul 2001) Patch contributed by Andreas Hallmann <Andreas.Hallmann@tiscali.de in PR 21804.
2003-06-27Convert to USE_NEW_TEXINFO.seb1-2/+2
2003-06-27Initial import of tob-0.25 into the NetBSD Packages Collection.agc1-1/+2
This has been placed in sysutils rather than archivers since it doesn't conform to the other archivers packages. The nudge came from a netbsd-help posting by Thomas Hafner and a URL posted by Jeremy Reed. tob is a general driver for making and maintaining backups. Given a set of `volume definitions', it creates arj, tar or afio based backups, and stores them either to a device in /dev, or a file in the filesystem, to be burned to optical media later, moved off to other machines, etc. Through a straightforward configuration file, you can instruct tob to mount and unmount devices before beginning backups. tob supports full backups, differential backups (of the files which were changed since the last full backup), and incremental backups (of files changed since any previous backups). It lets you determine the size of the backup before actually making it, maintain listings of made backups, make remote backups and possibly more.
2003-06-27Add and enable tob.agc1-1/+2
2003-06-27Initial import of tob-0.25 into the NetBSD Packages Collection.agc6-0/+140
This has been placed in sysutils rather than archivers since it doesn't conform to the other archivers packages. The nudge came from a netbsd-help posting by Thomas Hafner and a URL posted by Jeremy Reed. tob is a general driver for making and maintaining backups. Given a set of `volume definitions', it creates arj, tar or afio based backups, and stores them either to a device in /dev, or a file in the filesystem, to be burned to optical media later, moved off to other machines, etc. Through a straightforward configuration file, you can instruct tob to mount and unmount devices before beginning backups. tob supports full backups, differential backups (of the files which were changed since the last full backup), and incremental backups (of files changed since any previous backups). It lets you determine the size of the backup before actually making it, maintain listings of made backups, make remote backups and possibly more.
2003-06-27boehm-gc updated to 6.2.jmmv2-4/+3
2003-06-27Update to 6.2:jmmv3-6/+7
Since 6.2alpha5: - There was extra underscore in the name of GC_save_registers_in_stack for NetBSD/SPARC. (Thanks to Jaap Boender for the patch.) - Integrated Brian Alliet's patch for Darwin. This restructured the linuxthreads/pthreads support to separate generic pthreads support from more the system-dependent thread-stopping code. I believe this should make it easier to eliminate the code duplication between pthreads platforms in the future. The patch included some other code cleanups. - Integrated Dan Bonachea's patch to support AIX threads. This required substantial manual integration, mostly due to conflicts with other recent threads changes. It may take another iteration to get it to work. - Removed HPUX/PA-RISC support from aix_irix_threads.c. It wasn't used anyway and it cluttered up the code. And anything we can do to migrate towards generic pthreads support is a good thing. - Added a more explicit test for tracing of function arguments to test.c. (Thanks to Dan Grayson.) - Added Akira Tagoh's PowerPC64 patch. - Fixed some bit rot in the Cygwin port. (Thanks to Dan Bonachea for pointing it out.) Gc.h now includes just windows.h, not winbase.h. - Declared GC_save_regs_in_stack() in gc_priv.h. Remove other declarations. - Changed --enable-cplusplus to use automake consitionals. The old way confused libtool. "Make install" didn't work correctly for the old version. Previously --enable-cplusplus was broken on cygwin. - Changed the C version of GC_push_regs to fail at compile time if it is generated with an empty body. This seems to have been the cause of one or two subtle failures on unusual platforms. Those failures should now occur at build time and be easily fixable. Since 6.2alpha6: - Integrated a second round of Irix/AIX patches from Dan Bonachea. Renamed mips_sgi_mach_dep.S back to mips_sgi_mach_dep.s, since it requires the Irix assembler to do the C preprocessing; gcc -E doesn't work. - Fixed Makefile.direct for DARWIN. (Thanks to Manuel Serrano.) - There was a race between GC_pthread_detach and thread exit that could result in a thread structure being deallocated by GC_pthread_detach eventhough it was still needed by the thread exit code. (Thanks to Dick Porter for the small test case that allowed this to be debugged.) - Fixed version parsing for non-alpha versions in acinclude.m4 and version checking in version.h.
2003-06-27Note revision bump for gaim to 1.jmmv1-1/+2
2003-06-27Include a fix for a bug in the MSN plugin. Bump PKGREVISION to 1.jmmv2-2/+9
Patch provided by Matthew Luckie in private mail.
2003-06-27Initial import of afio-2.4.7 into the NetBSD Packages Collection.agc1-1/+2
The nudge came from a netbsd-help posting by Thomas Hafner and a URL posted by Jeremy Reed. Afio makes cpio-format archives. It deals somewhat gracefully with input data corruption. Supports multi-volume archives during interactive operation. Afio can make compressed archives that are much safer than compressed tar or cpio archives. Afio is best used as an `archive engine' in a backup script.
2003-06-27Convert to USE_NEW_TEXINFO.seb4-6/+25
Patch ngspice.info for INFO-DIR-{SECTION,ENTRY} addition.
2003-06-27Add and enable afio.agc1-1/+2
2003-06-27Initial import of afio-2.4.7 into the NetBSD Packages Collection.agc5-0/+64
The nudge came from a netbsd-help posting by Thomas Hafner and a URL posted by Jeremy Reed. Afio makes cpio-format archives. It deals somewhat gracefully with input data corruption. Supports multi-volume archives during interactive operation. Afio can make compressed archives that are much safer than compressed tar or cpio archives. Afio is best used as an `archive engine' in a backup script.
2003-06-27update to 1.1.4drochner4-34/+167
changes: Version 1.1.4 adds improved build scripts, truetype/opentype font support, memory mapping support also for non-Windows platforms, screen and clipboard grabbing on Windows, support for CSS-style color strings, support for IPTC/NAA and EXIF metadata, and more. pkgsrc note: We don't build the truetype component yet -- this might go into a separate pkg to get more finegrained dependencies. (Py-Imaging is supposed to work offline to, ie w/o X11.)
2003-06-27+dovecot-0.99.10, mimedefang-2.34; -oss (thanks, jlam).wiz1-2/+3
2003-06-27update to 0.4.drochner2-6/+6
(I don't understand what distribution filenames are supposed to mean; the code has a "0.4" in an internal version string, which looks better than "Feb03"...)
2003-06-27update to 1.0.3drochner3-8/+20
bugfixes only
2003-06-27update to 1.4.2drochner2-6/+6
bugfixes only
2003-06-27update to 0.8.5drochner2-9/+6
changes: -render and renderElements now have behavior of renderCached and renderElementsCached -- these previous versions still exist for backwards compatibility but will be removed at some point so please switch over to using render and renderElements in your code. -bugfixes
2003-06-27Convert to USE_NEW_TEXINFO.seb2-5/+5
2003-06-27Apply install fix from PR/21995. Thanks to Bob Kemp.skrll1-3/+3
Need sleep!
2003-06-27Convert to USE_NEW_TEXINFO and buildlink2.wiz2-13/+7
Remove CFLAGS setting from Makefile.
2003-06-27Make this work on IRIX64.jschauma1-1/+6