summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-25Update to 0.40. Add a tk option to install an additionalwiz6-30/+57
tcl/tk frontend. 0.40 update PNM file reader to maxval > 255 (make rpm) updated barcode-patch UPC_addon by Michael van Rooyen CAPITAL_LETTER_A_WITH_OGONEK added no "(PICTURE)" output for UTF8+ASCII (better for Mobile OCR project) smooth_borders() bug fixed and reworked 5x7 and prop10 font adaptions objects now detected by flood-fill algorithm (better?) XML-output changed changed auto dust detection (not final) 0.39 XML output added (subject of change, suggestions are welcome) netpbm-link-error fixed in gocr.c and configure.in: gocr.c: <config.h> changed to "config.h" configure-option --with-netpbm=PATH and --without-netpbm added update configure.in according to autoconf 2.57 wchar_h miss-configuration fixed in pgm2asc.c fix compiler warnings char filter accepts abbreviations now, like "0-9A-F" (but slow) update READMEde.txt output barcode tags (also improved recognition) fix pnm.c for files like example.eps.pbm fix detect.c for barcodes fix ocr0n.c 0<->8g 0.38 move UTF/HTML/TeX decoding to getTextLine, return (char *) now out_format HTML step towards detailed XML output correct line detection for footnotes (detect.c) "y" now seen as vowel (pgm2asc.c), I<vowel> susbtituted by l<vowel> &eacute;-detection, &aacute;-output fixed default dust_size is -1 now (auto detection = mean_size/10) char filter added ex: -C 0123456789ABCDEF - recognize only hexcodes man page updated (hopefully correct syntax) database bug fixed (small fonts, example by Chris) several bugs fixed by W. Webber (thanks) speed improved by 3rd-pass matrix filter in pixel() (pixel.c) (code from W. Webber) bug in remove_dust (remove.c) fixed for fonts bigger than 20x40 smooth_borders() changed (b/w-scans) bug in O0-detection fixed
2005-10-25DIST_SUBDIR not "ruby/" any longer -- remove it from distinfo too.wiz1-4/+4
2005-10-25Solaris 9 has a <vis.h> header, but it is very different to the BSD <vis.h>rillig1-1/+6
header, which is expected by heimdal. Now the package builds on Solaris 9.
2005-10-25gtk2 is a direct dependency, add its buildlink3.mk file.wiz1-1/+2
Noted by verifypc.
2005-10-24Updated pkglint to 4.30.rillig4-86/+91
Rewrote the typechecking code for Makefile variables. The variable definitions are extracted from logical lines instead of physical lines, comments are separated from actual values, for Lists of something, each something is checked. All URLs are subject to MASTER_SITES expansion. MASTER_SITES is checked to be a List of URLs.
2005-10-24Use correct (internal) variable for pkg_add arguments.wiz1-2/+2
2005-10-24Replaced $(...) with ${...}.rillig2-4/+4
2005-10-24Note update of sylpheed-develchris2-3/+3
2005-10-24Update sylpheed-devel to 2.1.4. Main changes/bugfixes are:chris2-6/+6
o The IMAP4 parser was fixed so that it can handle literals in response. o A bug that caused crashes on receive if Date header has abnormal time was fixed. o Sylpheed will not close anymore even if the tray icon is closed. o The directory with multiple hierarchy can be specified when creating a new mailbox. o Error messages are now output to the log window and the log file. o The 'Create filter rule' menu was brought back in the context menu. o The display of the property of top folders was enabled. o The support of environment-dependent Japanese characters was enhanced
2005-10-24Added a patch for Solaris 9.rillig2-1/+20
2005-10-24Completely rewrote plist-clash.pl. It has been unmodified for 7 years,rillig1-83/+48
while pkgsrc has changed dramatically. Now it is usable again, although far from perfect.
2005-10-24Removed empty line.rillig1-2/+1
2005-10-24Replaced ${PKGNAME} with ${PKGNAME_NOREV} in WRKSRC. Removed emptyrillig3-5/+3
trailing line from DESCR. Removed empty line from PLIST.
2005-10-24Report an error if an unknown line occurs in a PLIST. (Most of theserillig1-30/+29
lines are actually empty.)
2005-10-24Allow all variables ending in _SED or _AWK to be constructed using therillig1-3/+2
"+=" operator.
2005-10-24Removed those deprecated variables that are unused in current pkgsrc andrillig1-29/+1
pkgsrc-wip.
2005-10-24Bumped PKGREVISION of editors/ng. It has been converted to the optionsrillig1-1/+2
framework.
2005-10-24Converted to the options framework. Bumped PKGREVISION.rillig1-7/+9
2005-10-24Note PKGREVISION bump for (g)mplayer.minskim1-1/+3
2005-10-24Call isspace(3) with unsigned char, instead of char, to handleminskim4-5/+41
non-ASCII characters properly. Based on patches provided by Kevin Kim Bump PKGREVISION for mplayer and gmplayer.
2005-10-24Fixed pkglint warnings by replacing PKG_JVM with PKG_DEFAULT_JVM and "#rillig1-3/+3
set" with "yes".
2005-10-24Replaced USE_GMAKE=yes with USE_TOOLS+=gmake.rillig1-2/+2
2005-10-24Use $${foo} instead of $$foo to prevent ident(1) from reporting falserillig1-4/+4
positives. No functional changes.
2005-10-24Generally allow $Id$ instead of $NetBSD$ in files from pkgsrc-wip.rillig1-2/+7
2005-10-24Bump up awk's (fixed) record size limit, to something more modern.tv1-2/+2
(The inbuilt 3k limit is too low for some pkgsrc work.)
2005-10-24Explicit support for Xrender via an option (allows transparency).tonio2-4/+12
Should fix build under 2.0
2005-10-24add an xrender option: Enable Xrender supporttonio1-0/+1
2005-10-24entropy -> 0.9.1.439tv1-1/+2
2005-10-24Update to 0.9.1.439. Minor bugfixes, still compatible with .438.tv2-6/+6
(No official changelog or release notes for this build.)
2005-10-24USE_MSGFMT_PLURALS=yesrillig1-1/+2
2005-10-24Fixed the --mandir argument to configure. Makes the package build again onrillig1-1/+3
NetBSD-1.6.2/i386.
2005-10-24Fixed the --mandir argument to configure. This makes the package build onrillig1-3/+5
NetBSD-1.6.2/i386 again.
2005-10-24Updated converters/wv to 1.0.3nb3 (fix PR 31888)tonio2-2/+4
Note wv-1.2.0 in TODO
2005-10-24Fix for Darwin8/gcc4 (PR 31888)tonio3-3/+46
Change: startElement() -> wvstartElement() endElement() -> wvendElement() to avoid conflict with non-static prototype (the same fix was applied upstream)
2005-10-24update checksum - distfile changed on distribution site,drochner1-4/+4
fixes PR pkg/31889 by Robert Elz (there were no changes between the archives besides timestamps)
2005-10-24some leftoverdrochner1-1/+8
2005-10-24Updated graphics/gimp-docs to 2.0.9adam2-3/+3
2005-10-24Changes 2-0.9:adam3-94/+543
* spelling fixes and new content for german, italian, english, chinese and french * XML validation fixes * CSS cleanups * lower depth for PNGs for the online version of the manual * small changes to the build system
2005-10-24Update gputils to 0.13.3, a bugfix release.dogcow4-9/+11
gplink is the primary file affected; see gputils-0.13.3/ChangeLog for more details.
2005-10-24Updated net/libtorrent to 0.7.5; net/rtorrent to 0.3.5adam2-4/+4
2005-10-24Changes 0.3.5:adam3-22/+6
* Improvements
2005-10-24Changes 0.7.5:adam5-28/+17
* Improvements
2005-10-24Updated distinfo for patch-ag, for statvfs and closefrom patch.jklos1-2/+2
2005-10-24Lost cvs tag. Fixed.jklos1-0/+2
2005-10-24Updated to properly select statvfs.h and closefrom where appropriate.jklos1-6/+34
2005-10-24Add zope3.minskim2-2/+4
2005-10-24Import zope3 from pkgsrc-wip. Packaged by Yoshito Komatsu andminskim11-0/+8839
modified by me. Zope is an open source application server for building content management systems, intranets, portals, and custom applications.
2005-10-23Set NO_CONFIGURE and NO_BUILD to "yes" instead of nothing.rillig1-3/+3
2005-10-23Use "+=" instead of "=" for CONFIGURE_ARGS.* and PLIST_SUBST.*.rillig1-5/+7
2005-10-23Removed the deprecated variables NO_TOOLS and NO_WRAPPER.rillig1-4/+1