summaryrefslogtreecommitdiff
path: root/devel/libextractor/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam1-2/+2
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz1-1/+2
for SDL shlib changes.
2006-05-28Always handle -ldl using the pkgsrc magic, don't depend on weiredjoerg1-1/+2
BSD detection to avoid it.
2006-05-23Changes 0.5.14:adam1-2/+4
* Bug fixes * MPEG2 support
2006-05-01Changes 0.5.13:adam1-4/+4
Added dictionaries for Finnish, French, Gaelic and Swedish (for printable extractors). Word history extraction works (wordleaker). exiv2 works. Added Python binding. libextractor becomes a GNU package. Thumbnails work.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-1/+2
2006-03-05Give up MAINTAINER. I haven't used this in ages.tv1-2/+2
2006-03-05Changes 0.5.10:adam1-5/+4
* Yet another round of XPDF-related security fixes. * Mis-detection of man pages as part of TAR archives fixed. * More Mime-types for the OLE2 extractor. Also ignore (harmless) libc errors in plugins when extracting. * More TAR improvements: keywords 'date' and 'format' are extracted. More checksums variants were added. Long filenames as produced by GNU and Schilling tar (possibly Solaris pax also) are extracted. Changes 0.5.9: * Made TAR extractor parsing more robust. * Fixing crash in MIME-extractor due to typo in the code. * Fixed security problems in PDF extractor
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-15Security fix for CVE-2005-3191 and CVE-2005-3192.salo1-1/+2
Backported from 0.5.8.
2005-08-16Changes 0.5.3:adam1-2/+2
* Fixed bugs in the exiv2, OpenOffice, and OLE2 plug-ins. * Static relocatable glib no longer required. * getKeywords2 function is now included in the code.
2005-08-08Changes 0.5.2:adam1-10/+9
Bugfixes in exiv2 extractor fixing remaining issues. Changed plugins to not use filename but always only rely on mmapped memory. Extended API with function that allows running getKeywords on data in memory (instead of filename). Extended API with encode and decode functions for binary metadata. Changes 0.5.1: Preliminary integration of exiv2 support (not enabled by default due to bugs). Moved Python and Java bindings into separate packages. print keywords.
2005-06-10Update libextractor to 0.4.2.tv1-5/+9
Fixes (second half of) Secunia SA: http://secunia.com/advisories/15651/ (first half was fixed in 0.3.11nb1) ChangeLog excerpts: Thu Feb 24 00:32:44 EST 2005 Added extractor that extracts binary (!) thumbnails from images using ImageMagick. Decoder function for the binary string is in the thumbnailextractor.c source. Sun Feb 20 16:36:17 EST 2005 Fixed similar problem in REAL extractor. Added support for new Helix/Real format to REAL extractor. Sun Feb 20 12:48:15 EST 2005 Fixed (rare) integer overflow bug in PNG extractor. Fri Jan 21 15:23:43 PST 2005 Fixed security problem in PDF extractor. Fri Dec 24 13:28:59 CET 2004 Added support for Unicode to the pdf extractor. Thu Dec 23 18:14:10 CET 2004 Avoided exporting symbol OPEN (conflicts on OSX with same symbol from GNUnet). Added conversion to utf8 to various plugqins (see todo) and added conversion from utf8 to current locale to print keywords.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-27another one afeected by the recent xpdf security problem;drochner1-1/+2
apply a similar patch bump PKGREVISION (there is a 0.4.1 according to freshmeat, but I can't find it)
2004-11-29Update to 0.3.11. Changelog:tv1-2/+2
Fri Nov 12 19:20:37 EST 2004 Fixed bug in PDF extractor (extremely rare segfault). Fixed #787. Fixed bug in man extractor (undocumented return value running on 4 GB file not taken care of properly). Sat Oct 30 20:18:21 EST 2004 Fixing various problems on Sparc64 (bus errors). Workaround for re-load glib problem of OLE2 extractor.
2004-11-12Include mk/pthread.buildlink3.mk to make this pkg build on NetBSD 1.6.kristerw1-1/+3
2004-11-05libextractor-0.3.10, a metadata generator for arbitrary files:tv1-0/+25
libextractor is a simple library for keyword extraction. libextractor does not support all formats but supports a simple plugging mechanism such that you can quickly add extractors for additional formats, even without recompiling libextractor. libextractor typically ships with a dozen helper-libraries that can be used to obtain keywords from common file-types.