Commit Graph

2667 Commits

Author SHA1 Message Date
bentley
cbde482297 Depend on lcdf-typetools package rather than building it in texlive.
Also update plist generation and bump conflict markers.

requested by edd@ (the one who actually wrote the diff)
2020-09-02 10:42:03 +00:00
bentley
4a6822b9ac +lcdf-typetools 2020-09-02 10:35:05 +00:00
bentley
c942aa09e3 Import lcdf-typetools-2.108.
LCDF Typetools comprises several programs for manipulating PostScript
Type 1, Type 1 Multiple Master, OpenType, and TrueType fonts.

LCDF stands for Little Cambridgeport Design Factory.


ok edd@
2020-09-02 10:34:28 +00:00
ajacoutot
db405bdc4e Update to cups-filters-1.28.1. 2020-08-28 12:41:28 +00:00
ajacoutot
f3e6111308 Update to cups-filters-1.28.0. 2020-08-26 06:46:53 +00:00
ajacoutot
46fd384b52 Change the "FLAVOR ?= python3" contruct to "FLAVOR = python3" since these are
python3 only ports.

"Yes please, it's not really optional so I think = is better." sthen@
2020-08-19 12:25:12 +00:00
edd
54af758222 Update to TeX Live 2020.
User tested by Laurence Tratt and Florian Viehweger.

Input and OK mariani@.

Thanks everyone!
2020-08-18 18:47:59 +00:00
edd
673fe144bf Update to TeX Live 2020.
User tested by Laurence Tratt and Florian Viehweger.

Input and OK mariani@.

Thanks everyone!
2020-08-18 18:40:11 +00:00
rsadowski
2e93f729da Unbreak LLVM10 build
I have decided not to create an =operator, instead use the default ctor with
the same values for x and y.
2020-08-18 18:21:32 +00:00
ajacoutot
7386ae0c55 Missing dependency on py3-distro.
Remove redundant 'import platform'.

prodded by gjones5555
2020-08-13 13:55:25 +00:00
semarie
9099f99137 update print/py-relatorio to 0.9.2 2020-08-07 17:32:46 +00:00
ajacoutot
9c884dd8fa Missing BDEP on graphics/png needed to build ptexplain which is not
installed (hence no LDEP).

reported by kmos@
2020-08-03 08:14:56 +00:00
mariani
ff084eecf9 Update print/lyx 2.3.4.2 to 2.3.5.2
Changelog:
https://www.lyx.org/announce/2_3_5_2.txt

Adding PORTROACH so It doesn't inform about "2.3.x"
2020-08-01 23:49:30 +00:00
kili
aea050381d Remove hardcoded poppler-cpp SOVERSION. 2020-07-27 17:31:55 +00:00
kili
5e33556603 Update to poppler-0.90. 2020-07-09 18:35:41 +00:00
matthieu
8c8c9721b1 Adjust WANTLIB after the removal of libxkbui. ok killi@ kn@
fontforge didn't really use libkxbui despite the configure check that
pulled it in.
2020-07-09 05:43:40 +00:00
sthen
7d628cf979 bump hpaio; plist changed 2020-07-04 10:04:57 +00:00
sthen
95d31a4bd8 bump for search.cpan.org->metacpan.org change 2020-07-03 21:44:29 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
ajacoutot
3caa4ac002 Fix patch.
from Alexander Cronheim, thanks!
2020-07-03 18:00:46 +00:00
ajacoutot
0897bc2ea5 Update to hplip-3.20.6. 2020-06-17 07:35:05 +00:00
kili
fe92608b27 Update to poppler-0.89.0.
Also, remove the hardcoded SOVERSION from qt5/src/CMakeLists.txt
(similar to the patch to glib/CMakeLists.txt from rsadowski@).

This does *not* fix the problem found by gnezdo@ (libpoppler-qt5.so
picking up an already installed older libpoppler.so during build
and then failing to package).
2020-06-16 20:24:04 +00:00
benoit
2c02f5077b Update to htmldoc-1.9.9. 2020-06-13 15:11:39 +00:00
ajacoutot
b2b2871458 Update to cups-filters-1.27.5. 2020-06-06 10:41:26 +00:00
ajacoutot
9ec3408393 Update to foomatic-db-4.0.20200526. 2020-05-28 08:57:26 +00:00
ajacoutot
55fcd29d2a Update to ptouch-driver-1.5.1. 2020-05-28 08:47:38 +00:00
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