Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Mar 2021 19:32:56
3.3.5_1

|
tcberner  |
graphics/poppler: update to 21.03.0
Release 21.03.0:
core:
* Fix parsing text in some broken pdf files. Issue #1040
* Fix memory issue when using threads. Issue #1050
* TextSelectionDumper: Fix getText() for space after word
* Change signature of OutputDev:tilingPatternFill
* Make PDFDocBuilder return a std::unique_ptr
* Improve well formed check for shading functions
* Fix leak in case of fread failing
* Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
* PSOutputDev: Fix stack overflow in broken files
glib: (Only the first 15 lines of the commit message are shown above ) |
26 Feb 2021 18:14:51
3.3.5

|
tcberner  |
misc/tellico: update to 3.3.5 |
09 Feb 2021 11:10:58
3.3.4_3

|
tcberner  |
graphics/poppler: update to 21.02
Release 21.02.0:
core:
* GfxCal*ColorSpace: introduce Bradford transform for chromatic
adaptation
* Fix memory leak if saving the file fails
* Internal code improvements
* Fix various issues handling broken files
* Make checkedAdd work for long long in MSVC
qt5:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
qt6:
* Properly export NewSignatureData class
* Fix regression in QIODeviceOutStream + MSVC
utils:
* pdftohtml: Fix error() parameter type
PR: 253183
Exp-run by: antoine |
07 Jan 2021 19:23:00
3.3.4_2

|
tcberner  |
graphics/poppler: update to 21.01.0
Release 21.01.0:
core:
* Faster routines for jpeg decoding
* Fix reading signatures in encrypted files
* Add white point correction when lcms is used
* JBIG2Stream: Fix byte counting
* Fix potential data loss if we try to fetch a non existing Ref after
modifying the document
* Specifically use DeviceGray instead of DefaultGray for softmasks
* Fix various issues handling broken files
utils:
* pdftocairo: Setmode binary for windows
* pdfsig: Add hability to digitally sign files (Only the first 15 lines of the commit message are shown above ) |
11 Dec 2020 20:10:03
3.3.4_1

|
tcberner  |
graphics/poppler: update to 20.12.0
Changelog:
core:
* Draw better circles for circle annotations
* Fix annotation line width if no appearance stream or style are given
* Tweak rendering of highlight annotations
* Fix border rendering of some annotations
* Fix rendering of some files. Issue #976 Issue #567
* PSOutputDev: provide options to set the rasterization color space and
ICC profile
* PSOutputDev: for splashModeCMYK8 and language level >=2 activate
overprint emulation
* PSOutputDev: use the DeviceN8 bitmap for rasterization with
CMYK-output + overprint
* Use the font name without subset tag when querying for a system font
* Splash: Fix wrong x adjustment during clipping
* Splash: Fix blitImage in uncolored tiling patterns (Only the first 15 lines of the commit message are shown above ) |
01 Dec 2020 05:10:07
3.3.4

|
tcberner  |
misc/tellico: update to 3.3.4 |
03 Nov 2020 19:48:54
3.3.3_2

|
tcberner  |
graphics/poppler: update to 20.11.0
Release 20.11.0:
core:
* More work on rendering of standalone Annot Widgets. Issue #806
* Fix crashes in embedded file handling on broken files. Issue #967
* Fix uninitialized memory read on broken files
* Save a bit of memory in Dict data
cpp:
* Fix crashes in embedded file handling on broken files. Issue #966
utils:
* pdftohtml: HTML and XML output includes font opacity.
(Only the first 15 lines of the commit message are shown above ) |
11 Oct 2020 10:58:15
3.3.3_1

|
tcberner  |
graphics/poppler: update to 20.10.0
Release 20.10.0:
core:
* Filter out repeated forms
* Implement EmbedStream::reset()
* CairoOutputDev: evict just font faces owned solely by cache.
* Splash: Rename Yd to Ydown, Xu to Xup, etc.
* Splash: fix crash in out-of-memory situation.
* Fix some undefined behaviour situation with forged files
PR: 250052
Exp-run by: antoine |
27 Sep 2020 07:55:38
3.3.3

|
tcberner  |
misc/tellico: update to 3.3.3
Announcement:
https://tellico-project.org/tellico-3-3-3-released/ |
10 Sep 2020 18:32:07
3.3.2_2

|
tcberner  |
graphics/poppler: update to 20.09.0
Release 20.09.0:
core:
* Compability fix for Forms
* Fix fetching of Objects failing in some cases
* Fix clearing date in Annot setModified/setDate
* TextSelectionPainter: support glyphless fonts
* Splash: Don't try read past end of image
* avoid abort() on large memory allocation
* Fix memory leak on broken files
* Fix potential invalid memory read
* Small code improvements
qt5: (Only the first 15 lines of the commit message are shown above ) |
14 Aug 2020 04:22:13
3.3.2_1

|
tcberner  |
Bump revisions of poppler consumers after r544863 |
08 Aug 2020 08:40:23
3.3.2

|
tcberner  |
misc/tellico: update to 3.3.2 |
18 Jul 2020 20:35:45
3.3.1_3

|
adridg  |
Fix build in the face of updated taglib, changes tellico, etc.
This is fallout in the KF5 5.72 exp-run, but otherwise unrelated
to the KF5 upgrade.
PR: 247907 |
06 Jul 2020 06:17:19
3.3.1_2

|
tcberner  |
graphics/poppler: update to 0.90
Release 0.90.0:
core:
* Color profile tweaks
* Small signature improvements
* BBoxOutputDev: Fix calculation when type3 fonts are involved
* Fix potential crash when reading Forms
* Fix infinite loop in broken file
glib:
* Fix adding annots in rotated pages
* Add ability to reset forms
* Several fixes to the documentation
qt5:
* Make it clear we require Qt 5.5 (Only the first 15 lines of the commit message are shown above ) |
02 Jun 2020 14:47:30
3.3.1_1

|
tcberner  |
graphics/poppler: update to 0.89.0
Release 0.89.0:
core:
* Add support for ResetForm action. Issue #225
* Fix crash in PDFDoc::getSignatureFields when there's no Forms at all
* Fix exporting to PS of some files with CID fonts
* Use ICC profiles in PS output (if new enough lcms is used)
* Allow almost-singular tiling pattern matrices. Issue #894
* Fix memory leak when failing to load some fonts
* CairoOutputDev: Use stroke opacity when clipping to a stroke path
* CairoOutputDev: Fix tiling patterns when pattern cell is too far.
Issue #190
glib:
* Add poppler_movie_get_aspect
cpp:
* Add the font infos to the text_box object
Exp-run by: antoine
PR: 246848 |
01 Jun 2020 16:47:34
3.3.1

|
tcberner  |
misc/tellico: update to 3.3.1 |
02 May 2020 10:00:12
3.3_1

|
tcberner  |
graphics/poppler: update to 0.88.0
Release 0.88.0:
core:
* Support Widget Annotation Buttons not linked to any Form
* SplashOuputDev: Use stroking opacity when clipping to a stroke path
* Handle 1 bit RGB images in ICC colorspace
* Internal code improvements
qt5:
* Add Document::signatures. Returns signatures not attached to any page
* ArthurOutputDev: Fix font hinting
* ArthurOutputDev: Set the opacity when filling with axial gradients
* ArthurOutputDev: Implement the clipToStrokePath method (Only the first 15 lines of the commit message are shown above ) |
23 Apr 2020 16:02:19
3.3

|
tcberner  |
misc/tellico: update to 3.3 |
02 Apr 2020 04:41:03
3.2.3_5

|
tcberner  |
graphics/poppler: update to 0.87.0
Release 0.87.0:
core:
* Fix crashes due to inconsistent vtables for Clang builds
* Fix leak in broken files
* Internal code improvements
qt5:
* Add option to get form choice for export value
* ArthurOutputDev: Avoid division by zero in updateLineDash. Issue #695
glib:
* Internal code improvements
utils:
* pdftohtml: Fix memory leak in HtmlOutputDev::getLinkDest
PR: 245150
Exp-run by: antoine |
21 Mar 2020 12:57:09
3.2.3_4

|
tcberner  |
Update poppler to 0.86.1
Release 0.86.1:
core:
* Fix regression in Browse Link handling
* Internal code improvements
Release 0.86.0:
core:
* Fix link content exfiltration attack
* Splash: Implement gouraudTriangleShadedFill for some non parametrized
shadings. Issue #881
* Fix case unsensitive search for Old Hungarian, Warang Citi,
Medefaidrin and Adlam
* Internal code improvements
glib: (Only the first 15 lines of the commit message are shown above ) |
03 Feb 2020 19:32:51
3.2.3_3

|
tcberner  |
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions |
22 Jan 2020 17:59:22
3.2.3_2

|
tcberner  |
graphics/poppler: update to 0.84.0
Release 0.84.0:
core:
* Fix crash when converting from Unicode to ASCII-7
* Splash::scaleImageYdXu: Protect against crash if srcWidth is too big
* JBIG2Stream: fix potential crash in malformed documents
* JBIG2Stream: fix leak in reset() if called several times
* Internal code improvements
utils:
* pdfimages: Add error message if first page is larger then number of
pages.
* pdfinfo: Improved paper size recognition
* pdfsig: Fix exit code when dumping signatures
* pdftocairo: Error out when even/odd selects 0 pages (Only the first 15 lines of the commit message are shown above ) |
12 Dec 2019 15:11:33
3.2.3_1

|
jhale  |
Update sysutils/libcdio to 2.1.0
Update sysutils/libcdio-paranoia to 10.2+2.0.1
Bump PORTREVISION on consumers due to shared library version increase |
26 Nov 2019 19:42:16
3.2.3

|
tcberner  |
misc/tellico: udpate to 3.2.3 |
11 Nov 2019 05:54:29
3.2.2

|
tcberner  |
misc/tellico: update to 3.2.2 |
08 Nov 2019 14:06:27
3.2.1_5

|
tobik  |
misc: Add missing USES=gnome |
01 Nov 2019 21:51:36
3.2.1_5

|
tcberner  |
graphics/poppler: update to 0.82.0
Release 0.82.0:
core:
* Fix not being able to open some files. Issue #832
* Fix crashes in malformed files
* Fix memory leak on broken files
* Minor performance improvements
* Minor code improvements
glib:
* Add poppler_document_new_from_bytes
* PopplerAttachment: Silence deprecation warnings for ctime/mtime
build system:
* pdf-inspector: Support builddir != srcdir
* Install Cairo* headers if Cairo has been found
Thanks to adridg@ for fixing all the fallout.
Exp-run by: antoine
PR: 241532
Approved by: gnome (kwm, implicit) |
29 Sep 2019 07:25:04
3.2.1_4

|
tcberner  |
graphics/poppler: update to 0.81.0
Release 0.81.0:
core:
* Splash: Always enable support for CMYK rasterization
* CairoOutputDev: Check scaled dimensions for 0. Issue #737
* BaseCryptStream: Fix potential uninitialized memory read
* SplashBitmap: Fix wrong width condition for splashModeDeviceN8
* Fix crashes in malformed files
PR: 240781
Exp-run by: antoine
Approved by: gnome (kwm, implicit) |
01 Sep 2019 20:46:39
3.2.1_3

|
tcberner  |
graphics/poppler: update to 0.80.0
Release 0.80.0:
core:
* Annotations: Implement support for setting a different text in the appearance
stream than the real text
* Splash: Optionally use small_vector from boost
* Fix memory leaks on broken files
* Fix abort on broken files
* Small code simplifications
* Remove USE_FIXEDPOINT support. Issue #821
qt5:
* Fix MSVC build
* Add subsitute-font information
* Fix since marker of some functions (Only the first 15 lines of the commit message are shown above ) |
15 Aug 2019 10:01:34
3.2.1_2

|
adridg  |
Update KDE Frameworks to latest upstream release, 5.61
Release notes at
https://kde.org/announcements/kde-frameworks-5.61.0.php
Thanks to
antoine@ for the exp-runs,
tcberner@ for most of the prep-work,
the Gentoo community for cherry-picking patches
There are a bunch of changes in (implicitly included) headers, which
broke existing KDE Applications builds; that's why there are a whole
bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo
packaging). Those will go away with the next KDE Applications release,
PR: 239777
Submitted by: tcberner |
31 Jul 2019 21:14:15
3.2.1_2

|
tcberner  |
graphics/poppler: update to 0.79.0
Release 0.79.0:
core:
* Fix regression on TextSelectionPainter
* Fix parsing of DefaultAppearance
* Fix memory leak in PostScriptFunction
* Fix crashes in fuzzed files
qt5:
* Implemented support for setIcon by changing appearance
* Added option to set the form available to print
* QString::null is deprecated, use QString()
* Replace deprecated qStableSort with std::stable_sort
build system:
* Turn README into README.md and expand it
PR: 239277
Exp-run by: antoine
Approved by: gnome (kwm, implicit) |
26 Jul 2019 20:46:57
3.2.1_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
10 Jul 2019 16:48:16
3.2.1

|
tcberner  |
misc/tellico: update to 3.2.1
Features
* Added a data source for Kino-Teatr.ua.
* Updated Kino.de data source.
* Remove optional dependency on QImageBlitz library.
Bug Fixes
* Fixed selection bug when modifying an unselected entry (Bug 391614).
* Fixed bug for the status bar to respond when canceling an entry update
(Bug 325591).
* Fixed file preview generation for file collections.
* Improved normalization of video game platform names.
* Remember state of the locked layout setting between sessions. |
29 Jun 2019 08:55:18
3.2_2

|
tcberner  |
graphics/poppler: update to 0.78.0
Release 0.78.0:
core:
* Fix line annotation arrows for usage in dimensioning
* Handle Ink annots without an InkList but with an AP
* Fix typos preventing parsing of Movie start and duration
* Fix crash on malformed files
glib:
* Add poppler_document_create_dests_tree()
* Don't use the deprecated g_type_class_add_private()
* Document the differences between render() and render_for_printing()
* Fix introspection for poppler_document_new_from_data
* Don't create PopplerInputStream with length 0. Issue #414 (Only the first 15 lines of the commit message are shown above ) |
01 Jun 2019 06:39:23
3.2_1

|
tcberner  |
graphics/poppler: update to 0.77.0
Release 0.77.0:
core:
* Fix crash on signature handling. Issue #766
* Fix small memory leak in SignatureHandler::getCertificateInfo
* Splash: Restrict filling of overlapping boxes. Issue #750
* Fix crash on malformed files
qt5:
* Fix optional content handling with exclusive layers
cpp:
* Make render_page thread-safe
utils:
* pdfsig: Fix small memory leak
* pdftotext: Fix typo in manpage
PR: 238115
Exp-run by: antoine
Approved by: gnome (kwm, implicit) |
26 May 2019 13:54:01
3.2

|
adridg  |
Update misc/tellico to latest upstream release 3.2
From the ChangeLog at http://tellico-project.org/changelog
- Updated documentation.
- Added capability to dock collection views side-by-side.
- Improved speed when merging collections (Bug 349410).
- Added Moby Games data source.
- Added ComicVine data source.
- Updated Amazon data source to include localized data from
Brazil, Australia, India, Mexico, and Turkey.
- Updated IGDB.com data source.
- Updated TheGamesDB.net data source (Bug 407811).
- Updated Visual Novel Database data source.
- Updated KinoPoisk.ru data source (Bug 403185).
- Fixed bug with setting IMDB rating in various locales (Bug 401894).
- Corrected server for National Library of Lithuania (Bug 404743).
- Don't open a blank entry for editing when collection has not been
saved (Bug 405191).
- Fix build against ICU 64.1 and later (Gentoo Bug 685460). |
13 May 2019 18:33:10
3.1.4_5

|
tcberner  |
graphics/poppler: update to 0.76.1
From Changelog at https://poppler.freedesktop.org/releases.html :
Release 0.76.1:
core:
* Make the mul tables be calculated at compile time with constexpr.
* splash: Fix compile with SPLASH_CMYK enabled
* Some typo fixing in error messages
qt5:
* Fix regression in annotation handling
build system:
* Fix some typos in build system output and comments (Only the first 15 lines of the commit message are shown above ) |
27 Mar 2019 21:29:31
3.1.4_4

|
tcberner  |
graphics/poppler: update to 0.75
Release 0.75.0:
core:
* Fix rendering of some annotations
* Fix crashes in broken files
* Small internal code improvements
cpp:
* Improve documentation
* tests: Add showing version information to poppler-dump
utils:
* pdfattach: new util
* pdftohtml: add -dataurls parameter
* pdftoppm: add -sep and -forcenum parameters
* pdftohtml: make singleHtml and stout not mutually exclusive
* pdfsig: fix use after free
- bump revisions of dependent ports due to shlib version change
PR: 236791
Exp-run by: antoine
Approved by: kwm (gnome) |
12 Mar 2019 03:54:36
3.1.4_3

|
linimon  |
Fix build on gcc-based architectures:
The compiler feature "cxx_decltype" is not known to CXX compiler
Approved by: portmgr (tier-2 blanket) |
11 Feb 2019 19:44:51
3.1.4_3

|
tcberner  |
Bump revisions after poppler upgrade.
As reported libreoffice requires a bump in revision, to be on the save
side, bump all the consumers of poppler.
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> |
16 Jan 2019 11:13:45
3.1.4_2

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
26 Dec 2018 13:28:49
3.1.4_1

|
tcberner  |
misc/tellico: depend on the optional dependencies |
26 Dec 2018 13:17:11
3.1.4

|
tcberner  |
misc/tellico: update to KF5 based 3.1.4 |
02 Nov 2011 01:35:45
1.3.6
|
dougb  |
Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast Unfetchable; website rearranged
audio/linux-shoutcast Unfetchable; website rearranged
chinese/scim-chewing Does not configure
converters/py-cjkcodecs Integrated into every python version in the tree
databases/kpogre Does not compile
deskutils/mhc Does not fetch
deskutils/org-mode.el6 Does not fetch
deskutils/gemcal Does not fetch
devel/erlang-thrift Does not build
dns/domtools Does not fetch
editors/richtext Does not compile
games/vultures-claw Does not fetch
games/bomb Does not fetch (Only the first 15 lines of the commit message are shown above ) |
31 Oct 2011 09:53:19
1.3.6
|
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 |
18 Sep 2011 10:54:14
1.3.6
|
pav  |
- Mark BROKEN for weird plist problem involving icon-theme.cache
Reported by: pointyhat |
02 Sep 2011 00:42:38
1.3.6
|
sylvio  |
- Update to 1.3.6
- Add License |
23 Aug 2011 18:36:21
1.3.5_8
|
kwm  |
Chase poppler shlib bumps. |
05 Jul 2011 02:51:16
1.3.5_7
|
tabthorpe  |
- Reassign to the heap |
19 Mar 2011 12:38:54
1.3.5_7
|
miwi  |
- Get Rid MD5 support |
25 Feb 2011 01:32:18
1.3.5_7
|
delphij  |
Chase after net/openldap24-server update.
Reminded by: miwi |
16 Dec 2010 02:34:07
1.3.5_6
|
glarkin  |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
04 Dec 2010 07:34:27
1.3.5_5
|
ade  |
Sync to new bsd.autotools.mk |
09 Aug 2010 22:56:19
1.3.5_5
|
araujo  |
- Bump PORTREVISION to chase the update of net/yaz. |
26 May 2010 09:08:44
1.3.5_4
|
wen  |
- Bump PORTREVISION to chase the update of net/yaz |
28 Mar 2010 06:47:48
1.3.5_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
1.3.5_2
|
dinoex  |
- update to jpeg-8 |
02 Dec 2009 17:16:16
1.3.5_1
|
fluffy  |
- Chase taglib update
Approved by: miwi (mentor)
Exp-run by: miwi |
15 Aug 2009 16:44:12
1.3.5
|
markus  |
- Update to version 1.3.5
- Adjust mastersite and pkg-descr to the new project site [1]
Notified by: erwin [1] |
02 Aug 2009 19:36:34
1.3.4_1
|
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 |
31 Jul 2009 13:57:52
1.3.4_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
08 Jan 2009 23:12:38
1.3.4
|
markus  |
Update to version 1.3.4 |
05 Jan 2009 19:04:45
1.3.2.1_1
|
delphij  |
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan |
27 Jun 2008 02:27:56
1.3.2.1
|
markus  |
Update to version 1.3.2.1 |
06 Jun 2008 13:45:40
1.3.1_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) |
08 Apr 2008 14:43:53
1.3.1
|
markus  |
Update to version 1.3.1 |
04 Apr 2008 21:37:16
1.2.14_1
|
pav  |
- Chase yaz update |
30 Oct 2007 11:59:04
1.2.14
|
markus  |
Update to version 1.2.14 |
19 May 2007 20:32:57
1.2.10_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
10 Apr 2007 02:59:37
1.2.10
|
markus  |
Update to version 1.2.10 |
05 Mar 2007 02:31:11
1.2.9
|
markus  |
Update to version 1.2.9 |
07 Feb 2007 19:11:03
1.2.8
|
markus  |
- Update to version 1.2.8
- Remove RELENG_4 BROKEN message |
12 Jan 2007 11:08:49
1.2.7
|
markus  |
Fix build breakage most probably caused by the last update of net/yaz.
Submitted by: pointyhat via kris |
14 Dec 2006 02:22:47
1.2.7
|
markus  |
Update to version 1.2.7 |
13 Nov 2006 01:14:35
1.2.6
|
markus  |
Update to version 1.2.6 |
02 Nov 2006 14:09:47
1.2.4
|
markus  |
Update to version 1.2.4 |
03 Oct 2006 13:02:11
1.2.3
|
markus  |
Update to version 1.2.3 |
14 Sep 2006 22:36:57
1.2.2
|
markus  |
Update to version 1.2.2 |
03 Sep 2006 22:07:59
1.2
|
markus  |
Update to version 1.2 |
13 May 2006 11:00:49
1.1.6
|
markus  |
Update to version 1.1.6 |
20 Apr 2006 11:09:14
1.1.5
|
markus  |
Update to version 1.1.5 |
03 Apr 2006 10:58:51
1.1.4
|
markus  |
- Update to version 1.1.4
- Disable the new cd-text feature for now until I have time to port it
- Don't quote BROKEN message |
23 Feb 2006 10:40:45
1.0.3
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
22 Jan 2006 12:59:47
1.0.3
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:28:45
1.0.3
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
08 Nov 2005 15:14:13
1.0.3
|
markus  |
Update to version 1.0.3 |
05 Nov 2005 05:22:06
1.0.2_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
05 Oct 2005 00:58:31
1.0.2
|
markus  |
Update to version 1.0.2 |
29 Sep 2005 22:05:27
1.0.1
|
markus  |
- Update to version 1.0.1
- Add OPTIONS for CDDB support, KOrganizer support, Amazon search support and
IMDb search support
- Mark BROKEN on 4.x as it doesn't compile |
31 Aug 2005 13:34:15
0.13.8_1
|
mich  |
o chase taglib libversion
o bump PORTREVISION |
04 Jul 2005 11:06:27
0.13.8
|
markus  |
Update to version 0.13.8 |
29 May 2005 18:53:40
0.13.7
|
markus  |
Update to version 0.13.7 |
24 Apr 2005 14:33:09
0.13.6
|
markus  |
- Update to version 0.13.6
- Remove dependency to cdparanoia
- Add missing locale directories to plist |
12 Mar 2005 10:54:27
0.13.5_1
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
09 Mar 2005 16:17:02
0.13.5
|
markus  |
Update to version 0.13.5 |
28 Feb 2005 09:42:06
0.13.4
|
markus  |
Update to version 0.13.4 |
21 Feb 2005 14:24:47
0.13.3
|
markus  |
Update to version 0.13.3 |
08 Feb 2005 17:04:51
0.13.2
|
markus  |
Update to version 0.13.2 |
13 Dec 2004 10:41:58
0.13.1
|
markus  |
Update to version 0.13.1 |
02 Dec 2004 17:24:28
0.13
|
markus  |
Update to version 0.13 |