notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: converters/pdf2djvu/distinfo
SVNWeb

Number of commits found: 17

Sun, 9 Jul 2023
[ 22:08 Matthias Andree (mandree) search for other commits by this committer ]    commit hash:dafc18187a7c44f997c64734bcb81464e5442e15  commit hash:dafc18187a7c44f997c64734bcb81464e5442e15  commit hash:dafc18187a7c44f997c64734bcb81464e5442e15  dafc181 
converters/pdf2djvu: update to 0.9.19

and remove the XMP-incompatible-with-Poppler statement
masked behind the XMP option.

Remove all the cherry-picking patches, no longer needed.
Tue, 26 Apr 2022
[ 16:50 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:19b44aa8ded0ffb6d465a599e8bd87359619b371  commit hash:19b44aa8ded0ffb6d465a599e8bd87359619b371  commit hash:19b44aa8ded0ffb6d465a599e8bd87359619b371  19b44aa 
converters/pdf2djvu: prepare for poppler >= 22.02

PR:		263009
Fri, 21 Jan 2022
[ 21:41 Adriaan de Groot (adridg) search for other commits by this committer ]    commit hash:bb2ef4e129b0adb327e14abbc012e1cd39cea56d  commit hash:bb2ef4e129b0adb327e14abbc012e1cd39cea56d  commit hash:bb2ef4e129b0adb327e14abbc012e1cd39cea56d  bb2ef4e 
converters/pdf2djvu: switch to C++17 for upcoming poppler, -XMP option

This is a "fix-it-before-it-breaks" commit.

The issue is the upcoming updating for graphics/poppler. It *requires*
consumers to be C++17 or later. Previously it was ok with C++11 or
later. However, graphics/exiv2 is incompatible with C++17 in many
ways; there's work on a new release that is compatible, but that's
not out yet and not really applicable to the exiv2 version found
in ports. (As an example of things-that-change, "register" is a
keyword in C, which informs the storage class of a variable; in C++
up to C++17 it was possibly-meaningful but deprecated while in C++17
it is a reserved keyword but not allowed for storage class; any
`register int x` is now a syntax error and patching that up outside
of upstream repos is no fun at all).

Mark XMP option broken because it pulls in (for the option)
graphics/exiv2, while graphics/poppler is always needed.

PR:	260956
Wed, 6 Oct 2021
[ 10:35 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:5942260bcff91f1a61fd3d03eee22d2551d4dcea  commit hash:5942260bcff91f1a61fd3d03eee22d2551d4dcea  commit hash:5942260bcff91f1a61fd3d03eee22d2551d4dcea  5942260 
converters/pdf2djvu: prepare for poppler-21.10

Obtained
from:	https://github.com/jwilk/pdf2djvu/commit/e528d3ab88c582e8481c9014982263d9c9e992fe
PR:		258836
Sun, 9 Aug 2020
[ 09:59 tcberner search for other commits by this committer ] Original commit   Revision:544560
converters/pdf2djvu: update to 0.9.17.1 to prepare for poppler >= 20.08.0

- this minor release includes a fix to handles graphic/poppler's changed
  versioning scheme

PR:		248530
PR:		248419
Approved by:	Samy Mahmoudi <samy.mahmoudi@gmail.com> (maintainer)
Sat, 21 Mar 2020
[ 12:51 tcberner search for other commits by this committer ] Original commit   Revision:528851
converters/pdf2djvu: update to 0.9.17

- Preparation for Poppler upgrade to 0.86.1

PR:		244822
Approved by:	Samy Mahmoudi <samy.mahmoudi@gmail.com> (maintainer)
Mon, 28 Oct 2019
[ 08:01 kai search for other commits by this committer ] Original commit   Revision:515847
converters/pdf2djvu: Update to 0.9.13

Remove now obsolete patches that were merged by upstream:

* Build fixes for graphics/poppler >= 0.76.0
* Improvement of build-time logging

While I'm here:
* Add path to LICENSE_FILE
* Fix no-op occurence of DOCS_DESC

Changelog:

https://github.com/jwilk/pdf2djvu/blob/0.9.13/doc/changelog

PR:		239366
Submitted by:	Samy Mahmoudi <samy.mahmoudi@gmail.com> (maintainer)
MFH:		2019Q4
Tue, 12 Mar 2019
[ 16:22 meta search for other commits by this committer ] Original commit   Revision:495469
convers/pdf2djvu: Do not use GH_TUPLE for the default distribution file

Reported by:	mat
Mon, 11 Mar 2019
[ 02:32 meta search for other commits by this committer ] Original commit   Revision:495325
Readd and rework convertes/pdf2djvu

This port was deleted due to no public distfiles. Now upstream distributes
tarballs on GitHub [1].

- Update to 0.9.12
- Add USES=autoreconf:build and a bootstrap file; define the target
pre-configure
- Make the manual within the post-build target
- Add USE_CXXSTD=c++11
- Add options COLOR_QUANTIZATION, NLS, MULTITHREADING, XMP
- Add LICENSE_FILE
- Patch tools/install-manpages for proper echoing (no functional change)
- Remove the port name from COMMENT to follow the guidelines of the handbook
- Strip the executable within the post-install target
- Submitter is the new MAINTAINER

[1] https://github.com/jwilk/pdf2djvu

PR:		236299
Submitted by:	Samy Mahmoudi <samy.mahmoudi@gmail.com>
Sun, 2 Aug 2015
[ 16:08 kwm search for other commits by this committer ] Original commit   Revision:393432
Update pdf2djvu to 0.7.21.

This version builds with poppler 0.34.0.

Update WWW to new homepage.

PR:		201660
Submitted by:	myself
Approved by:	maintainer timeout (16 days)
Wed, 6 Nov 2013
[ 18:04 madpilot search for other commits by this committer ] Original commit   Revision:333019
- Update to 0.7.17
- Undeprecate
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to USES
- Convert to staging

PR:		ports/183133
Submitted by:	Me
Approved by:	Maintainer timeout
Sun, 20 Mar 2011
[ 12:54 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 3505 ports in this commit are shown above. View all ports for this commit)
- Get Rid MD5 support
Sat, 19 Sep 2009
[ 12:48 miwi search for other commits by this committer ] Original commit 
- Update to 0.5.11

PR:             137974
Submitted by:   Frank W. Josellis <frank@dynamical-systems.org>
Approved by:    maintainer timeout
Feature safe:   yes
Sat, 8 Aug 2009
[ 16:04 rafan search for other commits by this committer ] Original commit 
- Update to 0.5.10

PR:             ports/136615
Submitted by:   Frank W. Josellis <frank at dynamical-systems.org>
Approved by:    maintaimer timeout (2 weeks)
Mon, 25 Aug 2008
[ 21:24 miwi search for other commits by this committer ] Original commit 
- Update to 0.4.12

PR:             126837
Submitted by:   Denise H. G. <darcsis@gmail.com> (maintainer)
Tue, 6 May 2008
[ 12:04 itetcu search for other commits by this committer ] Original commit 
Update to 0.4.10

PR:             ports/123455
Submitted by:   maintainer
Wed, 12 Mar 2008
[ 09:15 jadawin search for other commits by this committer ] Original commit 
pdf2djvu creates DjVu files from PDF files. It's able to extract:
graphics, text layer, hyperlinks, document outline (bookmarks), and
metadata.

WWW: http://code.google.com/p/pdf2djvu/

PR:             ports/121463
Submitted by:   Denise H. G. <darcsis at gmail.com>
Approved by:    thierry@ (mentor)

Number of commits found: 17