Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
30 Apr 2022 08:03:20 1.11_2
|
Tobias C. Berner (tcberner)  |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
10 Apr 2022 19:11:41 1.11_2
|
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
26 Mar 2022 08:27:27 1.11_1
|
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
10 Jan 2022 15:15:39 1.11
|
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
14 Oct 2021 11:02:07 1.11
|
Stefan Eßer (se)  |
textproc/libextractor: Add CPE information
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 1.11
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
01 Feb 2021 08:19:04
1.11
|
fernape  |
textproc/libextractor: update to 1.11
While here, pet linters. |
27 Aug 2019 12:12:02
1.9_2
|
riggs  |
Chase multimedia/mp4v2 update; bump PORTREVISIONS of dependent ports
PR: 212785 |
05 Aug 2019 23:06:50
1.9_1
|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
01 Apr 2019 09:32:58
1.9
|
danfe  |
- Update `textproc/libextractor' to version 1.9
- Provide more detailed RPM option description
- Don't replace -lpthread with -pthread, not needed in 2019
- Mute one sed(1) call in the post-patch and wrap the line |
17 Mar 2019 13:14:52
1.8_2
|
tcberner  |
graphics/exiv2: update to 0.27
Changelog:
http://www.exiv2.org/changelog.html
- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python
bindings
Exp-run by: antoine
PR: 235943
PR: 234830 |
08 Mar 2019 20:14:41
1.8_1
|
tcberner  |
textproc/libextractor: prepare for exiv2-0.27
Import gentoo's build fix:
https://gitweb.gentoo.org/repo/gentoo.git/tree/media-libs/libextractor/files/libextractor-1.8-exiv2-0.27.patch?id=7621a65d7bbacc22afdeefbf647be9623f932104
PR: 235943 |
27 Nov 2018 21:47:52
1.8
|
fernape  |
textproc/libextractor: update to 1.8
Reported by: portscout |
06 Nov 2018 01:50:27
1.7_1
|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
06 Oct 2018 17:57:01
1.7
|
swills  |
textproc/libextractor: Update to 1.7
PR: 231695
Submitted by: Nathan <ndowens@yahoo.com> |
02 May 2018 15:07:27
1.3_11
|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
28 Apr 2018 06:14:58
1.3_10
|
tcberner  |
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345 |
27 Apr 2018 14:37:28
1.3_9
|
jbeich  |
textproc/libextractor: unbreak with ffmpeg 4.0
thumbnailffmpeg_extractor.c:426:29: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
unsigned char padded_data[PADDED_BUFFER_SIZE];
^
thumbnailffmpeg_extractor.c:99:43: note: expanded from macro
'PADDED_BUFFER_SIZE'
#define PADDED_BUFFER_SIZE (BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE)
^
thumbnailffmpeg_extractor.c:479:38: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
memset (&padded_data[iret], 0, PADDED_BUFFER_SIZE - iret);
^
thumbnailffmpeg_extractor.c:99:43: note: expanded from macro
'PADDED_BUFFER_SIZE'
#define PADDED_BUFFER_SIZE (BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE)
^
PR: 227726 |
21 Oct 2017 06:50:50
1.3_9
|
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
25 Apr 2017 08:20:31
1.3_8
|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
11 Dec 2016 15:22:47
1.3_7
|
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
27 Jul 2016 10:22:26
1.3_6
|
tcberner  |
Update graphics/exiv2 to 0.25.
As there is an shlib version bump, bump them portrevision of dependent ports.
While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.
PR: 211329
Reviewed by: mat, rakuco, kwm
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7283 |
19 May 2016 10:53:06
1.3_5
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
07 May 2016 17:21:25
1.3_5
|
jbeich  |
textproc/libextractor: unbreak build with ffmpeg 3.0
thumbnailffmpeg_extractor.c:156:22: error: variable has incomplete type 'enum
PixelFormat'
enum PixelFormat src_pixfmt,
^
thumbnailffmpeg_extractor.c:212:40: error: use of undeclared identifier
'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
av_malloc (avpicture_get_size (PIX_FMT_RGB24, dst_width,
dst_height))))
^~~~~~~~~~~~~
thumbnailffmpeg_extractor.c:223:19: error: use of undeclared identifier
'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
PIX_FMT_RGB24, dst_width, dst_height);
^~~~~~~~~~~~~
thumbnailffmpeg_extractor.c:258:32: error: use of undeclared identifier
'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
encoder_codec_ctx->pix_fmt = PIX_FMT_RGB24;
^~~~~~~~~~~~~
thumbnailffmpeg_extractor.c:455:44: error: argument type 'enum PixelFormat' is
incomplete
frame->linesize, codec_ctx->pix_fmt,
^~~~~~~~~~~~~~~~~~
thumbnailffmpeg_extractor.c:630:44: error: argument type 'enum PixelFormat' is
incomplete
frame->linesize, codec_ctx->pix_fmt,
^~~~~~~~~~~~~~~~~~
PR: 209121
Reported by: antoine (via exp-run)
Submitted by: Ben Woods <woodsb02@gmail.com>
Obtained from: Debian |
01 Apr 2016 14:25:18
1.3_4
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
12 Jan 2016 16:20:32
1.3_4
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
03 Dec 2015 20:01:04
1.3_4
|
antoine  |
Update giflib to 5.1.1
PR: 204492 |
12 Nov 2015 15:01:07
1.3_3
|
antoine  |
Allow building with giflib 5.1
PR: 204492 |
02 Aug 2015 15:03:20
1.3_3
|
tijl  |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
14 Jan 2015 18:19:33
1.3_2
|
antoine  |
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self |
08 Dec 2014 16:48:41
1.3_1
|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
07 Dec 2014 10:01:37
1.3
|
mva  |
- Convert textproc/ to USES=python
With hat: python@ |
15 Nov 2014 16:26:33
1.3
|
antoine  |
Cleanup plist |
17 Sep 2014 07:38:16
1.3
|
tijl  |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
31 Jul 2014 17:45:39
1.3
|
marino  |
textproc/libextractor: Upgrade version 0.6.2 => 1.3 and stage
PR: 191830
Submitted by: Ports Fury |
16 Jul 2014 08:44:05
0.6.2_16
|
bapt  |
Fix some non default LIB_DEPENDS
With hat: portmgr |
02 Jul 2014 17:35:21
0.6.2_16
|
bapt  |
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr |
05 Apr 2014 10:42:18
0.6.2_16
|
antoine  |
Unbreak
With hat: portmgr |
04 Apr 2014 20:36:47
0.6.2_16
|
danfe  |
- Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)
Approved by: portmgr (bapt), some ports are still NO_STAGE :( |
27 Dec 2013 16:54:22
0.6.2_15
|
kwm  |
Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.
Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax. |
08 Oct 2013 20:07:59
0.6.2_14
|
wg  |
textproc/libextractor: link using ffmpeg0
- Link using ffmpeg0
Approved by: portmgr |
20 Sep 2013 23:17:32
0.6.2_13
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
13 Sep 2013 16:27:05
0.6.2_13
|
bapt  |
Fix build without libstdc++ |
05 Sep 2013 05:22:06
0.6.2_13
|
antoine  |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt) |
09 Jun 2013 19:30:59
0.6.2_13
|
naddy  |
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.
PR: 179072 |
29 Apr 2013 08:57:13
0.6.2_12
|
bapt  |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
08 Apr 2013 06:11:48
0.6.2_12
|
jgh  |
- unbreak packaging
- move to USES=pathfix in favor of gnomehack
Reported by: pointyhat
Approved by: portmgr (tabthorpe,itetcu) |
21 Mar 2013 05:27:16
0.6.2_11
|
mezz  |
- Update poppler to 0.22.2.
- Bump the rest ports that depend on the poppler and poppler-qt because of
shared library version have been changed.
- Add a note in the UPDATING for require to rebuild all ports that depend
on poppler.
Submitted by: kwm (poppler* part) |
21 Mar 2013 00:07:37
0.6.2_10
|
jgh  |
- adopt optionsNG
- trim historical header
- move VORBISFILE optionname to VORBIS
Approved by: portmgr (miwi) |
04 Mar 2013 07:42:48
0.6.2_10
|
miwi  |
- Chase rpm4 shlib bump |
31 Jul 2012 15:29:27
0.6.2_9
|
bsam  |
Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.
PR: ports/169733
Submitted by: bsam (me)
Approved by: multimedia (maintainer timeout 3 weeks) |
19 Jul 2012 20:15:39
0.6.2_8
|
naddy  |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
15 Jun 2012 16:23:49
0.6.2_7
|
johans  |
Chase librpm update |
16 Feb 2012 15:57:34
0.6.2_6
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
31 Oct 2011 09:53:19
0.6.2_5
|
kwm  |
Update poppler to 0.18.0.
The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.
Thanks to: pav for a exp-runs
bapt for double checking the libreoffice ports |
23 Sep 2011 22:26:39
0.6.2_4
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
15 Sep 2011 06:15:51
0.6.2_4
|
erwin  |
Mark BROKEN on i386: does not package |
22 Aug 2011 13:52:35
0.6.2_4
|
naddy  |
lib/pkgconfig -> libdata/pkgconfig
Approved by: vd |
24 Jun 2011 22:39:03
0.6.2_3
|
mm  |
Bump due to ffmpeg update to 0.7.1 |
14 Jun 2011 21:33:39
0.6.2_2
|
johans  |
Chase update of archivers/rpm4
Reported by: pointyhat via pav |
12 Apr 2011 08:24:32
0.6.2_1
|
bapt  |
- chase exiv2 library bump
- while here remove some MD5
- fix some forgottern desktop-file-utils dependencies |
03 Mar 2011 11:54:49
0.6.2_1
|
vd  |
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) |
03 Mar 2011 08:47:55
0.6.2
|
vd  |
Silence bogus portlint warning about using the file command |
26 Feb 2011 19:40:28
0.6.2
|
vd  |
Upgrade textproc/libextractor from 0.5.20b to 0.6.2 |
04 Dec 2010 07:34:27
0.5.20b_7
|
ade  |
Sync to new bsd.autotools.mk |
24 Jul 2010 19:49:59
0.5.20b_7
|
mm  |
Update ImageMagick to 6.6.2-10 |
06 Jun 2010 20:44:03
0.5.20b_6
|
naddy  |
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora). |
28 Mar 2010 21:41:12
0.5.20b_5
|
mm  |
- Bump Magick++, MagickWand or MagickCore dependency |
18 Nov 2009 22:39:55
0.5.20b_4
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
02 Aug 2009 19:36:34
0.5.20b_4
|
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
06 Jul 2009 21:26:00
0.5.20b_3
|
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
10 Feb 2009 19:50:55
0.5.20b_2
|
mm  |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above |
04 Feb 2009 02:57:40
0.5.20b_1
|
pgollucci  |
- Update download locations
0.5.20b is not on GNU, but a and c are.
Reported by: -fetch-original pointyhat run |
25 Jul 2008 14:34:52
0.5.20b_1
|
pav  |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
06 Jun 2008 14:05:09
0.5.20b_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
03 Jun 2008 10:40:54
0.5.20b
|
vd  |
Upgrade textproc/libextractor from 0.5.18 to 0.5.20b |
22 Apr 2008 10:56:45
0.5.18_3
|
miwi  |
- Chase graphics/ImageMagick shlib version bump
Pointyhat to: mi@ |
28 Jul 2007 12:27:31
0.5.18_2
|
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
23 Jul 2007 09:36:52
0.5.18_1
|
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
19 May 2007 20:32:57
0.5.18_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
01 May 2007 18:39:38
0.5.18
|
vd  |
Remove patch-src::include::plibc.h: it touches only code
inside ``#ifdef WINDOWS''! |
01 May 2007 18:23:58
0.5.18
|
vd  |
Remove patch-src_plugins_pngextractor.c: libextractor now has its own
implementation of strnlen(). |
30 Apr 2007 19:42:36
0.5.18
|
vd  |
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). |
24 Jan 2007 08:08:12
0.5.17a
|
vd  |
Upgrade textproc/libextractor from 0.5.16 to 0.5.17a |
14 Nov 2006 08:40:53
0.5.16
|
vd  |
* 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 |
08 Sep 2006 06:01:11
0.5.15
|
vd  |
Archive rerolled to fix a bug that the plugins directory was not created
thus resulting in make install falure.
We do not need to explicitly create this directory in pre-install: target
anymore.
Size mismatch reported by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> |
07 Sep 2006 13:18:36
0.5.15
|
vd  |
* Update from 0.5.14 to 0.5.15
* Relieve portlint about LIB_DEPENDS location
* Switch to USE_LDCONFIG
* Some style and cosmetic changes |
24 May 2006 15:24:20
0.5.14_1
|
mnag  |
- Use USE_DOS2UNIX instead @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS}
${REINPLACE_CMD} -e 's|
$$||g' |
24 May 2006 14:21:45
0.5.14_1
|
mnag  |
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION |
18 May 2006 09:07:54
0.5.14
|
vd  |
Update from 0.5.12 to 0.5.14 |
25 Apr 2006 09:05:02
0.5.12
|
vd  |
Update from 0.5.11 to 0.5.12 |
17 Mar 2006 09:28:23
0.5.11
|
vd  |
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. |
06 Mar 2006 07:52:10
0.5.10
|
vd  |
* Update from 0.5.9 to 0.5.10 [1]
* take maintainership
PR: ports/93641 [1]
Submitted by: vd [1]
Approved by: portmgr (linimon), kevlo (maintainer)
Security: Yet another round of XPDF-related security fixes
(http://gnunet.org/libextractor/#news) |
23 Feb 2006 10:40:45
0.5.9_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
13 Feb 2006 05:09:19
0.5.9
|
kevlo  |
Fix ImageMagick lib dependency.
PR: ports/93235
Submitted by: Kay Lehmann <kay_lehmann@web.de> |
09 Feb 2006 14:59:10
0.5.9
|
vd  |
* 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) |
17 Nov 2005 01:25:10
0.5.7
|
kevlo  |
Update to 0.5.7
PR: ports/89000
Submitted by: Vasil Dimov |
11 Nov 2005 05:09:45
0.5.6a_2
|
kevlo  |
- Fix double free() bug.
- Bump PORTREVISION.
PR: ports/88748
Submitted by: Vasil Dimov |
05 Nov 2005 05:22:06
0.5.6a_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
31 Oct 2005 02:07:46
0.5.6a
|
kevlo  |
Update to 0.5.6a
PR: ports/88074
Submitted by: Vasil Dimov <vd@datamax.bg> |