aboutsummaryrefslogtreecommitdiffstats
path: root/converters/pdf2djvu
Commit message (Collapse)AuthorAgeFilesLines
* Mark as broken ports with invalid checksum or no public distfilesbapt2017-10-131-0/+2
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Bump PORTREVISION after recent poppler updateswills2017-08-241-1/+1
|
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* Chase update of graphics/poppler (and slaves ports) in revision r430777olivierd2017-01-071-1/+1
|
* Chase update of Poppler after revision r421386olivierd2016-09-061-1/+1
|
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Update poppler to 0.40.0. [1]kwm2016-01-221-0/+1
| | | | | | | | | Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build of these ports with poppler 0.39+. PR: 206293 [1] Submitted by: olivierd@ [1] Obtained from: ubuntu [2], rubygem-poppler upstream [3]
* - Drop 8.x supportamdmi32015-09-281-6/+0
| | | | Approved by: portmgr blanket
* Update pdf2djvu to 0.7.21.kwm2015-08-035-156/+6
| | | | | | | | | | This version builds with poppler 0.34.0. Update WWW to new homepage. PR: 201660 Submitted by: myself Approved by: maintainer timeout (16 days)
* MASTER_SITES cleanup.mat2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Cleanup DIST* variables.mat2015-05-121-1/+1
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* Update poppler to 0.30.0 [1].kwm2015-02-031-1/+1
| | | | | | | | | | | Make sure we use openjpeg1 in poppler, while openjpeg2 support was added there still bugs in openjpeg2 that need to be fixed. Add patches to inkscape for API changes in poppler 0.29.0 [2]. PR: 196599 [1] Submitted by: olivierd@ [1] Exp-run by: antoine@ Obtained from: upstream [2]
* Bump PORTREVISION after graphics/poppler update to 0.26.3makc2014-11-251-1/+1
|
* graphics/djvulibre:tijl2014-10-061-1/+1
| | | | | - Add USES=libtool and bump dependent ports - Remove threading related patches
* Support LIBS like LDFLAGS.tijl2014-06-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* Update poppler to 0.24.4.kwm2013-12-281-0/+1
| | | | | | | | | 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.
* - Update to 0.7.17madpilot2013-11-077-76/+162
| | | | | | | | | | | | - 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
* Deprecated some ports broken for more than 6 monthbapt2013-10-181-0/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | converters)
* Convert all c categories to USE=pkgconfigbapt2013-04-231-1/+1
|
* - Mark BROKEN:bdrewery2013-03-241-5/+4
| | | | | | | | | | | | | | | | | | pdf2djvu.cc: In function 'int xmain(int, char* const*)': pdf2djvu.cc:1335: error: no matching function for call to 'pdf::Renderer::startDoc(XRef*)' /usr/local/include/poppler/SplashOutputDev.h:311: note: candidates are: void SplashOutputDev::startDoc(PDFDoc*) pdf2djvu.cc:1336: error: no matching function for call to 'MutedRenderer::startDoc(XRef*)' /usr/local/include/poppler/SplashOutputDev.h:311: note: candidates are: void SplashOutputDev::startDoc(PDFDoc*) pdf2djvu.cc:1340: error: no matching function for call to 'MutedRenderer::startDoc(XRef*)' /usr/local/include/poppler/SplashOutputDev.h:311: note: candidates are: void SplashOutputDev::startDoc(PDFDoc*) gmake: *** [pdf2djvu.o] Error 1 *** [do-build] Error code 1 - Add explicit pkgconf dependency [1] - Trim header PR: ports/177306 [1] Reported by: John Marino <draco@marino.st> [1] With hat: portmgr
* - Update poppler to 0.22.2.mezz2013-03-211-2/+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)
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: converters)gahr2013-02-071-1/+1
| | | | Approved by: portmgr
* update DjVuLibre to 3.5.25.3 and adjust dependent ports: the QT3 GUI that wasbf2012-06-131-2/+2
| | | | | formerly in graphics/djvulibre has been removed, and graphics/djvulibre-nox11 has been merged back into graphics/djvulibre
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Update poppler to 0.18.0.kwm2011-10-312-2/+16
| | | | | | | | | 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
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - 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
* Chase poppler shlib bumps.kwm2011-08-241-2/+2
|
* - Update graphics/djvulibre* to 3.5.25. [1]stas2011-03-311-2/+2
| | | | | | | | - Update djview4 to version 4.7. - Bump up portrevisions of all dependent ports. PR: ports/155742 [1] Submitted by: Takefu <takefu@airport.fm>
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Update graphics/djvulibre to 3.5.23.stas2010-11-211-2/+2
| | | | | | | - Bump portrevisions of all dependent ports. PR: ports/152353, ports/152353 (based on) Submitted by: Takefu <takefu@airport.fm>
* Chase poppler update.kwm2010-11-202-2/+22
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thismarcus2009-11-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
* - Update to 0.5.11miwi2009-09-193-9/+10
| | | | | | | PR: 137974 Submitted by: Frank W. Josellis <frank@dynamical-systems.org> Approved by: maintainer timeout Feature safe: yes
* - Update to 0.5.10rafan2009-08-093-10/+33
| | | | | | PR: ports/136615 Submitted by: Frank W. Josellis <frank at dynamical-systems.org> Approved by: maintaimer timeout (2 weeks)
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Fix build after djvulibre update (pthreads are required).stas2009-07-041-0/+1
|
* - djvulibre DSO version has changed to 22. Reflect this.stas2009-07-031-2/+2
| | | | | - ImageMagick should never depend on djvulibre, instead -nox11 version should be used, which contains the library required.
* Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-101-2/+2
| | | | | | | | | | | | | http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach.
* - Update djvulibre to 3.5.21.stas2008-08-261-7/+2
| | | | - Update djview4 to 4.4.
* - Update to 0.4.12miwi2008-08-262-5/+4
| | | | | PR: 126837 Submitted by: Denise H. G. <darcsis@gmail.com> (maintainer)
* First all, ahze did most of work. Thanks ahze! Last week or so, I am justmezz2008-07-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merely pick up and help him. Thanks to many testers in both private and mailing list emails for report a few of build and dependencies problems. Also, thanks to marcus and Chess Griffin for test in their tinderboxes. x11/pixman: Update to 0.10.0 ------------------------------------------------------- Firefox 3 needs it. Orignal, the shared library was bumped and ahze has added a new feature in our USE_GNOME=ltverhack by can control the number of shared library. To control the number of shared library, add the ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your port, you need to make sure the ABI doesn't change to use it.. ------------------------------------------------------- graphics/cairo: Update to 1.6.4 ------------------------------------------------------- Firefox 3 needs it. We have updated most cairo binding ports too. ------------------------------------------------------- graphics/poppler: Update to 0.8.3 ------------------------------------------------------- The shared libraries version have been changed. All ports that depend on poppler have PORTREVISION bump. The graphics/py-poppler has been updated to 0.8.1 to work with newer poppler better. As for the poppler-qt, there is no shared library version change. ------------------------------------------------------- www/firefox3 and gecko ports related: Update to 3.0 final ------------------------------------------------------- The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it in backward compatibility, so the rest ports won't be break. We haven't add some other ports to have Firefox 3 support yet, so feel free to send us patch or commit it by yourself (to committers). However, view in bsd.gecko.mk for document. ------------------------------------------------------- Approved by: portmgr (marcus)
* Update to 0.4.10itetcu2008-05-062-5/+5
| | | | | PR: ports/123455 Submitted by: maintainer
* Use MASTER_SITE_GOOGLE_CODE macro for MASTER_SITESedwin2008-04-191-1/+1
|
* pdf2djvu creates DjVu files from PDF files. It's able to extract:jadawin2008-03-123-0/+48
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)