ajacoutot
39b227cac3
Missing RDEP on devel/p5-IPC-Run3; noticed by gjones5555
...
While here add another missing RDEP on ghostscript.
2020-05-23 10:47:55 +00:00
ajacoutot
9047d936b5
Update to hplip-3.20.5.
2020-05-23 07:58:58 +00:00
ajacoutot
a133a46c9b
Update to py3-cups-2.0.1.
...
Move to py3 only (no more support for py2).
2020-05-18 15:46:23 +00:00
jca
01e91949b7
Drop pdflib, badly outdated and newer versions aren't free
...
ok cwen@
2020-05-18 00:02:48 +00:00
jca
8d1a96d60c
Drop bg5pdf
...
Outdated software of dubious usefulness, last consumer of print/pdflib.
ok cwen@ kevlo@
2020-05-18 00:01:28 +00:00
rsadowski
878eaffe60
Unbreak poppler build
...
Remove hardcoded poppler-glib SOVERSION
Spotted by naddy aja, ok kili (maintainer)
2020-05-17 18:29:37 +00:00
ajacoutot
69a141d92c
Remove stray line.
2020-05-17 17:55:22 +00:00
kili
556a6ccc75
Update to poppler-0.88.0.
2020-05-16 18:41:15 +00:00
ajacoutot
2ddc69f9ac
Do not pass NULL to fprintf().
...
from Mikolaj Kucharski, thanks!
2020-05-14 12:18:26 +00:00
cwen
d2ba0b5bf2
pdflib: fix the build on powerpc
...
In various places in the code, it's assumed that the __POWERPC__ define
is Mac OS 9 specific, but our clang defines it as well, breaking the build,
revert to the gcc situation.
Also add a license marker (thanks to jca@ for figuring out under which
license we should distribute it), and remove MASTER_SITES because it
can't be fetched from upstream; this port may be removed soon or
otherwise its distfile mirrored.
OK sthen@ and jca@
2020-05-02 16:40:06 +00:00
ajacoutot
c9df8f4ef7
SECURITY update to cups-2.3.3.
...
- CVE-2020-3898
- CVE-2019-8842
2020-04-28 06:43:43 +00:00
naddy
5a6bb98f65
explicitly specify devel/gettext,-runtime rather than relying on
...
subpackage defaults for devel/gettext
2020-04-17 16:14:40 +00:00
ajacoutot
1f1ed218f0
Update to psutils-2.03.
2020-04-16 06:23:49 +00:00
feinerer
5eb28a841b
Update to GL2PS 1.4.2
2020-04-11 04:44:37 +00:00
ajacoutot
0309844396
Update to qpdf-10.0.1.
2020-04-10 12:01:40 +00:00
ajacoutot
b148017dbb
Update to psutils-2.02.
2020-04-10 10:57:35 +00:00
ajacoutot
43939fe0de
Update to cups-filters-1.27.4.
2020-04-10 10:55:33 +00:00
jca
5377942b60
Disable xindy on sparc64 until lang/clisp is fixed
...
ok cwen@ kmos@ and edd@ (maintainer)
2020-04-07 15:34:36 +00:00
feinerer
70a1a50571
Update to GL2PS 1.4.1
2020-04-05 07:26:59 +00:00
kili
d56dfefced
Update to poppler-0.87.0.
2020-04-03 20:48:24 +00:00
kili
50fbf51279
Fix segfaults by adding two upstream commits.
...
A full update to poppler-0.87.0 will follow in a few days.
ok rsadowski@
2020-03-30 18:26:06 +00:00
kili
c92adf4ef4
Update to poppler-0.86.1
...
Note: this does *not* contain the dynamic_cast -> static_cast chunk,
because that would only hide a bug introduced somewhere else.
2020-03-21 22:42:42 +00:00
kili
df95ed5f96
Let it build with upcoming poppler-0.86.x.
2020-03-21 19:48:55 +00:00
ajacoutot
6ed371ac50
Update to cups-filters-1.27.3.
2020-03-21 13:51:45 +00:00
naddy
d159f8d1ad
Make use of "find -exec {} +" (which is POSIX) and "find -delete"
...
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@
2020-03-20 16:44:21 +00:00
mariani
281f11a904
UPDATE: print/lyx 2.3.2 to 2.3.4.2
...
Announces:
https://www.lyx.org/announce/2_3_3.txt
https://www.lyx.org/announce/2_3_4.txt
https://www.lyx.org/announce/2_3_4_2.txt
- Added myself as MAINTAINER.
- Moved from python2 to python3.
- Normalized VAR= and VAR+= in makefile to have consistent whitespace.
- Tested update on an amd64 machine, no problems found.
- Reordered MASTER_SITES, from sthen@ and jca@.
OK sthen@
2020-03-16 02:40:45 +00:00
ajacoutot
ff5718d36c
Merge fix from upstream.
2020-03-15 10:54:33 +00:00
ajacoutot
b8d510c6c9
Update to hplip-3.20.3.
2020-03-14 14:12:13 +00:00
ajacoutot
6fcfe4a3e3
Unbreak PDF printing.
2020-03-08 14:34:04 +00:00
ajacoutot
8169258188
Update to hplip-3.20.2.
2020-03-01 16:41:15 +00:00
ajacoutot
b0a640fbc0
Update to cups-filters-1.27.2.
2020-02-29 09:38:29 +00:00
landry
178a565180
Use -DWANT_NOOSG=1 to avoid picking up a dependency on graphics/openscenegraph
...
used to provide support for '3d objects import in formats supported by
OSG into a new frame type called "3D Annotation". Scribus also offers
limited editing functions, such as setting the lighting source or the
default display mode for a PDF-3D-capable PDF viewer'.
maybe nice feature, but a rather large dependency... can be revisited if
needed ofcourse.
build breakage spotted by naddy@
2020-02-27 14:06:13 +00:00
kili
3b2b8992f5
Add debug-poppler, debug-poppler-qt5, debug-poppler-utils.
2020-02-22 18:55:24 +00:00
ajacoutot
1cbad07da5
Move from python2 -> python3.
...
Move from qt4 -> qt5.
Any regression, please let me know.
2020-02-22 15:02:05 +00:00
ajacoutot
4ffc4610a2
Fix path to pkg-readmes.
2020-02-22 14:51:47 +00:00
landry
c879e067dc
Update to scribus 1.5.5, based on a diff from rsadowski@ reworked by Nam Nguyen, thanks !
...
Switches to Qt5, fix build with newer poppler via archlinux patches, fix
segfault at startup on ununsed ColorPixmapValue object.
tweaks from sthen@ & myself (mostly depends tidying), tested by rsadowski@
provide a debug package while here
2020-02-19 12:15:45 +00:00
kili
3da69b685c
Update to poppler-0.85.0.
2020-02-17 20:33:00 +00:00
ajacoutot
27e7390903
Update to cups-filters-1.27.1.
2020-02-17 14:22:58 +00:00
benoit
a19e248099
Update to htmldoc-1.9.8.
2020-02-16 08:30:08 +00:00
semarie
9e46fc23a4
update py-relatorio to 0.9.1
...
Announce: https://discuss.tryton.org/t/release-of-relatorio-0-9-1/
ok kmos@ sthen@
2020-02-02 14:26:18 +00:00
ajacoutot
4e7a564836
Update to cups-filters-1.27.0.
2020-01-28 16:46:06 +00:00
ajacoutot
807076f918
Update to qpdf-9.1.1.
2020-01-27 16:29:11 +00:00
ajacoutot
8ce4b430df
Update to cups-filters-1.26.2.
2020-01-25 11:49:08 +00:00
benoit
feb6b7528c
Update to htmldoc-1.9.7.
2020-01-14 15:59:28 +00:00
pvk
e02e016a63
psutils requires gmake, add USE_GMAKE=Yes
...
ok aja
2020-01-08 11:08:36 +00:00
kili
84daef0ff2
Update to poppler-0.84.0.
2020-01-05 19:18:48 +00:00
ajacoutot
7ec65eee92
Update to psutils-1.93.
2020-01-05 11:15:49 +00:00
ajacoutot
defbfe4bf1
Update to cups-filters-1.26.1.
2020-01-03 09:10:25 +00:00
kili
cacf17d803
Update to poppler-0.83.0.
2020-01-02 20:29:06 +00:00
ajacoutot
9f460629e1
Update to epson-inkjet-printer-escpr-1.7.7.
2020-01-02 19:27:13 +00:00