Commit graph

17 commits

Author SHA1 Message Date
Christian Weisgerber
1c641f439e lib/pkgconfig -> libdata/pkgconfig
Approved by:	vd
2011-08-22 13:52:35 +00:00
Vasil Dimov
7115bcf21a Fix textproc/libextractor pkg-plist
Also add OPTIONS whether to install additional dependency libraries in
case they are not installed. If they are found during configure time, then
libextractor will pick them and will install additional files, thus we
need to conditionally enable some entries in pkg-plist.

PR:		ports/155179 (fixes this PR but with a different patch)
2011-03-03 11:54:49 +00:00
Vasil Dimov
7d45938b72 Upgrade textproc/libextractor from 0.5.20b to 0.6.2 2011-02-26 19:40:28 +00:00
Vasil Dimov
a7402bf80e Upgrade textproc/libextractor from 0.5.18 to 0.5.20b 2008-06-03 10:40:54 +00:00
Vasil Dimov
75cbac7a81 Upgrade textproc/libextractor from 0.5.17a to 0.5.18
patch-src_test_plugintest.c: fix a failing test.
  Christian Grothoff confirmed that the test program should be fixed,
  rather than the library.

patch-configure: fix ``if test "foo" == "bar"'' (the double eq sign is
  not supported by /bin/sh).
2007-04-30 19:42:36 +00:00
Vasil Dimov
aa0aebd4c8 Upgrade textproc/libextractor from 0.5.16 to 0.5.17a 2007-01-24 08:08:12 +00:00
Vasil Dimov
5a231f2d52 * Upgrade textproc/libextractor from 0.5.15 to 0.5.16
* Change USE_LDCONFIG=yes to ${PREFIX}/lib/libextractor because some of the
  tests fail with "shared object not found" error
2006-11-14 08:40:53 +00:00
Vasil Dimov
422232891e * Update from 0.5.14 to 0.5.15
* Relieve portlint about LIB_DEPENDS location
* Switch to USE_LDCONFIG
* Some style and cosmetic changes
2006-09-07 13:18:36 +00:00
Vasil Dimov
4d321e5c4c Update from 0.5.12 to 0.5.14 2006-05-18 09:07:54 +00:00
Vasil Dimov
3d363d155e Update from 0.5.11 to 0.5.12 2006-04-25 09:05:02 +00:00
Vasil Dimov
8e9c3f6431 Update from 0.5.10 to 0.5.11
This release adds support for extracting additional
metadata from MS Word (OLE2) streams, including language,
document statistics and editing history.
2006-03-17 09:28:23 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Vasil Dimov
72c8e7cbb2 * Update to 0.5.9
* Fix build on 4.x

The new version includes security fix:
http://gnunet.org/libextractor/
http://www.idefense.com/application/poi/display?id=344&type=vulnerabilities

PR:		ports/91302
Submitted by:	vd
Approved by:	garga (mentor), maintainer timeout (kevlo)
2006-02-09 14:59:10 +00:00
Kevin Lo
84c208fafd Update to 0.5.7
PR: ports/89000
Submitted by: Vasil Dimov
2005-11-17 01:25:10 +00:00
Kevin Lo
ad5a28a3f1 Update to 0.5.6a
PR: ports/88074
Submitted by: Vasil Dimov <vd@datamax.bg>
2005-10-31 02:07:46 +00:00
Jeremy Messenger
0e27427f9a - USE_LIBLTDL and GNU_CONFIGURE -> USE_AUTOTOOLS=libtool:15 libltdl
- Add CONFIGURE_ENV stuff or it will not working if it's install in
  the different prefix.
- Do not extract libltdl to ensure that it will using system one.
- Kill, kill, kill the ^M.
- Respect more on ${PTHREAD_LIBS} (ie: kill the hardcore of -lc_r)
- Add autocheck on ImageMagick and libvorbis, which its configure
  will doing the autochecks then enable the plugins by automatic.
  It fixes the plist and dependency.
- Add strnlen() function, a non-standard, that is not exist in
  FreeBSD libc, which is need for the libextractor_png.so. Without
  it, evidence will complaining like this:

  /libexec/ld-elf.so.1: /usr/local/lib/libextractor/libextractor_png.so:
  Undefined symbol "strnlen"
- Bump the PORTREVISION.

Reported by:	tmclaugh (strnlen function stuff)
Reviewed by:	jylefort
Approved by:	kevlo (maintainer)
2005-10-06 06:14:36 +00:00
Kevin Lo
d0b29567b6 Initial import of libextractor 0.5
Libextractor is a library used to extract meta-data from files of
arbitrary type.
2005-05-25 13:36:28 +00:00