non port: graphics/zathura-pdf-poppler/Makefile |
SVNWeb
|
Number of commits found: 71 |
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Sun, 18 Dec 2022
|
[ 13:59 Nuno Teixeira (eduardo) Author: Zsolt Udvari ] 5a40865
graphics/zathura{,-pdf-mupdf,-pdf-poppler,-ps}: Update to 0.5.2, 0.4.0, 0.3.1,
0.2.7
ChangeLog:
https://pwmt.org/projects/zathura/changelog/0.5.2/index.html
https://pwmt.org/projects/zathura-pdf-mupdf/changelog/0.4.0/index.html
https://pwmt.org/projects/zathura-pdf-poppler/changelog/0.3.1/index.html
https://pwmt.org/projects/zathura-ps/changelog/0.2.7/index.html
PR: 268406
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Mon, 13 Dec 2021
|
[ 20:13 Tobias C. Berner (tcberner) ] fd68e9e (Only the first 10 of 68 ports in this commit are shown above. )
graphics/poppler: update to 21.12
Release 21.12.0:
core:
* Add API to add images
* CairoOutputDev: Fix de-duping of Flate images
* Fix crash on broken files when using non-default
ENABLE_ZLIB_UNCOMPRESS. Issue #393
* Minor code improvements
glib:
* Add API for validation of signatures
* Add API to read/save to file descriptor
utils:
* pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117
build system:
* Increase C++ standard to 17
Exp-run by: antoine
PR: 260344
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Tue, 12 Oct 2021
|
[ 18:23 Tobias C. Berner (tcberner) ] e140c1e (Only the first 10 of 73 ports in this commit are shown above. )
graphics/poppler: bump consumers after 2dee0997fbc9ee01991f73f0fa55f9b18908a264
|
Mon, 6 Sep 2021
|
[ 16:39 Tobias C. Berner (tcberner) ] 392e088 (Only the first 10 of 38 ports in this commit are shown above. )
poppler: bump revisions of users
Bump the remaining users of poppler after
d98b56f1deb5b6a03a7e04fc16192ecb2af9df1e
PR: 258206
|
Sun, 15 Aug 2021
|
[ 05:42 Tobias C. Berner (tcberner) ] 9a1df6a (Only the first 10 of 68 ports in this commit are shown above. )
graphics/poppler: update to 21.08.0
Release 21.08.0:
core:
* Add API to allow addition and modification of outlines into a PDF
* Use additional samples to test for constant parts of an axial
gradient
* forms: Create fallback fonts for some well known font names
* Support reading the PDF Version from the Catalog
* Fix XRef::copy when there are modified objects
* Take into account that Date string may be in unicode
* JBIG2Stream: Fix regression in "Do not consider a size-0 to be an
error"
* Replace a local bubble sort implementation by std::sort
* Fix issues with malformed files
build system: (Only the first 15 lines of the commit message are shown above )
|
Mon, 7 Jun 2021
|
[ 13:26 Tobias C. Berner (tcberner) ] c567676 (Only the first 10 of 74 ports in this commit are shown above. )
graphics/poppler: update to 21.06.0
Release 21.06.0:
core:
* Fix rendering of some extended latin1 characters in annotations.
Issue #1070
* Support some not so well formed documents with password. Issue #1083
* Add API to get notified if the xref is reconstructed
* Add somewhat fancier left/right signature visual representation
* Fix crashes in malformed files
* Minor code improvements
qt6:
* Change some functions to return std::unique_ptr
qt5/qt6: (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 9 Feb 2021
|
[ 11:10 tcberner ] (Only the first 10 of 74 ports in this commit are shown above. )
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
|
Tue, 3 Nov 2020
|
[ 19:48 tcberner ] (Only the first 10 of 73 ports in this commit are shown above. )
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 )
|
Sun, 11 Oct 2020
|
[ 10:58 tcberner ] (Only the first 10 of 69 ports in this commit are shown above. )
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
|
Thu, 10 Sep 2020
|
[ 18:32 tcberner ] (Only the first 10 of 76 ports in this commit are shown above. )
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 )
|
Fri, 14 Aug 2020
|
[ 04:22 tcberner ] (Only the first 10 of 74 ports in this commit are shown above. )
Bump revisions of poppler consumers after r544863
|
Tue, 21 Jul 2020
|
[ 19:53 rigoletto ] (Only the first 10 of 13 ports in this commit are shown above. )
graphics/zathura: Update to 0.4.5.
- graphics/zathura-pdf-poppler: Update to 0.3.0
- update zathura-* and girara MASTER_SITES
PR: 244545
Approved by: madpilot (maintainer)
Quentin Stievenart <quentin.stievenart@gmail.com> (maintainer)
Zsolt Udvari <uzsolt_uzsolt.hu> (maintainer)
Michael Danilov <mike.d.ft402@gmail.com> (maintainer, time-out)
alexander.4mail@gmail.com (maintainer, time-out)
Differential Revision: https://reviews.freebsd.org/D23908
|
Mon, 6 Jul 2020
|
[ 06:17 tcberner ] (Only the first 10 of 75 ports in this commit are shown above. )
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 )
|
Tue, 2 Jun 2020
|
[ 14:47 tcberner ] (Only the first 10 of 76 ports in this commit are shown above. )
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
|
Sat, 2 May 2020
|
[ 10:00 tcberner ] (Only the first 10 of 76 ports in this commit are shown above. )
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 )
|
Thu, 2 Apr 2020
|
[ 04:41 tcberner ] (Only the first 10 of 78 ports in this commit are shown above. )
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
|
Sat, 21 Mar 2020
|
[ 12:57 tcberner ] (Only the first 10 of 78 ports in this commit are shown above. )
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 )
|
Mon, 2 Mar 2020
|
[ 17:35 pi ]
audio/festvox-cmu_us_slt_arctic, games/flightgear-terragear,
graphics/zathura-cb, graphics/zathura-pdf-poppler, graphics/zathura-ps,
math/nfft, net/py-mpi4py, science/aircraft-datcom, x11-themes/gnome-icons-luv:
reset MAINTAINER
Submitted by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer)
|
Mon, 3 Feb 2020
|
[ 19:32 tcberner ] (Only the first 10 of 72 ports in this commit are shown above. )
Bump revision of poppler dependencies
- poppler was updated in r525051, bump revisions
|
Wed, 22 Jan 2020
|
[ 17:59 tcberner ] (Only the first 10 of 88 ports in this commit are shown above. )
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 )
|
Fri, 8 Nov 2019
|
[ 14:36 tobik ] (Only the first 10 of 74 ports in this commit are shown above. )
graphics: Add missing USES={gl,gnome,sdl}
|
Fri, 1 Nov 2019
|
[ 21:51 tcberner ] (Only the first 10 of 92 ports in this commit are shown above. )
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)
|
Sun, 29 Sep 2019
|
[ 07:25 tcberner ] (Only the first 10 of 55 ports in this commit are shown above. )
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)
|
Sun, 1 Sep 2019
|
[ 20:46 tcberner ] (Only the first 10 of 60 ports in this commit are shown above. )
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 )
|
Wed, 31 Jul 2019
|
[ 21:14 tcberner ] (Only the first 10 of 55 ports in this commit are shown above. )
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)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Sat, 29 Jun 2019
|
[ 08:55 tcberner ] (Only the first 10 of 56 ports in this commit are shown above. )
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 )
|
Sat, 1 Jun 2019
|
[ 06:39 tcberner ] (Only the first 10 of 66 ports in this commit are shown above. )
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)
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sat, 25 Aug 2018
|
[ 09:38 amdmi3 ]
- Update WWW
- Pet portlint
- Cosmetic fixes
Approved by: portmgr blanket
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sat, 14 Jul 2018
|
[ 07:34 riggs ]
Update to upstream version 0.2.9
PR: 228525
Submitted by: mike.d.ft402@gmail.com (maintainer)
|
Mon, 25 Dec 2017
|
[ 20:52 madpilot ]
- Update x11-toolkits/girara to 0.2.8
- Add dependencies reported by stage-qa
- Pet portlint
- Chase shlib version bump
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(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
|
Thu, 24 Aug 2017
|
[ 13:45 swills ] (Only the first 10 of 31 ports in this commit are shown above. )
Bump PORTREVISION after recent poppler update
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
|
Wed, 25 Jan 2017
|
[ 16:13 madpilot ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update zathura to 0.3.7 [2] [3]
- Update zathura-cb to 0.1.6 [1]
- Update zathura-djvu to 0.2.6 [2] [3]
- Update zathura-pdf-mupdf to 0.3.1 [4]
- Update zathura-pdf-poppler to 0.2.7 [2]
- Update zathura-ps to 0.2.4 [1]
- Move main master site to https
- Provide alternative download due to problems getting these files
from the master site from the FreeBSD cluster
PR: 216001 [1], 216002 [2] [3], 216067 [4]
Submited by: Michael Danilov <mike.d.ft402@gmail.com> (maintainer) [1] [2]
Zsolt Udvari <udvzsolt@gmail.com> (maintainer) [4]
Approved by: quentin.stievenart@gmail.com (maintainer) [3]
|
Sat, 7 Jan 2017
|
[ 10:42 olivierd ] (Only the first 10 of 50 ports in this commit are shown above. )
Chase update of graphics/poppler (and slaves ports) in revision r430777
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
Mon, 5 Sep 2016
|
[ 20:02 olivierd ] (Only the first 10 of 50 ports in this commit are shown above. )
Chase update of Poppler after revision r421386
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 24 Jan 2016
|
[ 11:57 amdmi3 ]
- Use standard ZLIB license
PR: 206268
Submitted by: amdmi3
Approved by: mike.d.ft402@gmail.com (maintainer)
|
Thu, 21 Jan 2016
|
[ 19:40 kwm ] (Only the first 10 of 61 ports in this commit are shown above. )
Update poppler to 0.40.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]
|
Sun, 10 Jan 2016
|
[ 10:00 miwi ]
- Pass maintainership to submitter
- Remove duplicate PLIST_FILES
PR: 206080
|
Thu, 31 Dec 2015
|
[ 14:13 madpilot ]
Update to 0.2.6
|
Sun, 2 Aug 2015
|
[ 16:06 kwm ] (Only the first 10 of 58 ports in this commit are shown above. )
Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.
PR: 201477 [1]
Submitted by: olivierd@ [1]
|
Tue, 14 Apr 2015
|
[ 20:55 madpilot ]
- Update girara to 0.2.4
- Chase shlib version bump
|
Tue, 3 Feb 2015
|
[ 12:28 kwm ] (Only the first 10 of 55 ports in this commit are shown above. )
Update poppler to 0.30.0 [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]
|
Sun, 1 Feb 2015
|
[ 21:40 madpilot ] (Only the first 10 of 12 ports in this commit are shown above. )
- Update graphics/zathura to 0.3.2 [1]
- Update graphics/zathura-djvu to 0.2.4 [2]
- Fix OpenSSL library path in graphics/zathura-pdf-mupdf [3]
- Use OPTION Helpers [1]
- Add LICENSE [1] [2] [3]
PR: 196438
Submitted by: mike.d.ft402@gmail.com
Approved by: quentin.stievenart@gmail.com (maintainer of zathura) [1]
Approved by: alexander.4mail@gmail.com (maintainer of zathura-djvu) [2]
Approved by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer of zathura-pdf-mupdf)
[3]
|
Sat, 20 Dec 2014
|
[ 18:58 bapt ] (Only the first 10 of 22 ports in this commit are shown above. )
cleanup plist
|
Tue, 25 Nov 2014
|
[ 12:55 makc ] (Only the first 10 of 51 ports in this commit are shown above. )
Bump PORTREVISION after graphics/poppler update to 0.26.3
|
Thu, 4 Sep 2014
|
[ 09:19 madpilot ]
Register conflict with new zathura-pdf-mupdf port.
|
Wed, 19 Feb 2014
|
[ 20:41 madpilot ]
- Update to 0.2.5
|
Fri, 27 Dec 2013
|
[ 16:54 kwm ] (Only the first 10 of 56 ports in this commit are shown above. )
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.
|
Thu, 28 Nov 2013
|
[ 21:08 madpilot ] (Only the first 10 of 12 ports in this commit are shown above. )
- x11-toolkits/girara update to 0.1.9
- graphics/zathura update to 0.2.5
- gaphics/zathura-djvu update to 0.2.3
- Convert to new LIB_DEPENDS format
- Girara now defaults to gtk3, modify depending ports accordingly
- Convert to staging
- Always install man pages
- Remove uneeded patches
PR: ports/183842
Submitted by: myself
Approved by: Alexander <alexander.4mail@gmail.com> (maintainer of zathura-djvu)
Approved by: maintainer timeout (for graphics/zathura)
|
Sun, 10 Nov 2013
|
[ 15:06 danilo ]
- Update from 0.2.3 to 0.2.4
- Convert LIB_DEPENDS to new syntax
- Add stage support
|
Tue, 22 Oct 2013
|
[ 13:58 amdmi3 ] (Only the first 10 of 98 ports in this commit are shown above. )
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery)
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Thu, 12 Sep 2013
|
[ 09:07 marino ] (Only the first 10 of 18 ports in this commit are shown above. )
Add explicit dependency on pkgconf (18 ports)
Approved by: portmgr (bapt, implicit)
|
Sat, 22 Jun 2013
|
[ 15:03 madpilot ]
Update to 0.2.3
|
Wed, 23 Jan 2013
|
[ 19:32 madpilot ]
- Update zathura [1], zathura-djvu [2] and zathura-pdf-poppler [3] to 0.2.2
- Remove ABI version number from LIB_DEPENDS [1]
- Remove unneeded FETCH_ARGS [4]
- Convert graphics/zathura to new options framework [5]
- Remove reference to non existent port in zathura pkg-message [5]
PR: ports/175506 - ports/175515 [2],
ports/175513 [1] [5],
ports/175516 [3]
Submitted by: Alexander <alexander.4mail@gmail.com> (maintainer of
graphics/zathura-djvu)
Quentin Stievenart <acieroid@awesom.eu> (maintainer of graphics/zathura)
Approved by: Alexander <alexander.4mail@gmail.com> [4],
Quentin Stievenart <acieroid@awesom.eu> [5]
|
Thu, 27 Sep 2012
|
[ 12:07 madpilot ]
- Update zathura [2], zathura-pdf-poppler [1] and zathura-djvu to 0.2.1
- Strip Makefile headers
PR: ports/171913 [1], ports/171930 [2]
Submitted by: Alexander <alexander.4mail@gmail.com> [1],
Guido Falsi <madpilot@FreeBSD.org> [2]
Approved by: Quentin Stievenart <acieroid@awesom.eu> (maintainer) [2]
Approved by: crees, tabthorpe (mentors, implicit)
|
Mon, 24 Sep 2012
|
[ 18:00 tabthorpe ]
- Reassign to the heap due to mail bounces
|
Fri, 14 Sep 2012
|
[ 16:06 madpilot ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update zathura, zathura-djvu and zathura-pdf-poppler to 0.2.0
- Remove unnecessary ABI versions from LIB_DEPENDS
PR: ports/170780 [1], ports/170792 [2], ports/170793 [3]
Submitted by: Alexander <alexander.4mail@gmail.com> [1],
Quentin Stievenart <quentin.stievenart@gmail.com> [2] [3]
Approved by: maintainer timeout [3] (graphics/zathura-pdf-poppler)
Approved by: tabthorpe (mentor)
|
Wed, 23 May 2012
|
[ 21:34 pawel ]
- Add support for WITH_DEBUG in zathura [1]
- Move poppler-glib dep to zathura-pdf-plugin [2]
- Add SQLITE option in zathura [3]
- Bump portrevision in both ports as deps are changed
PR: ports/168205 [1]
ports/168240 [2]
ports/168241 [3]
Submitted by: Jan Beich <jbeich@tormail.org>
Approved by: maintainer
|
Fri, 18 May 2012
|
[ 20:16 pawel ]
Zathura plugin to view PDF with poppler rendering engine
WWW: http://pwmt.org/projects/zathura/plugins/
PR: ports/167328
Submitted by: Mike Krutov <neko@takino.org> (port)
Quentin Stievenart <quentin.stievenart@gmail.com> (fixes)
|
Number of commits found: 71 |