Commit Graph

1357 Commits

Author SHA1 Message Date
ajacoutot
52767e827a Use the gtk-print stock icon instead of the ugly cups one. 2011-04-28 17:21:17 +00:00
ajacoutot
4a386943ef Use proper AUTOCONF_VERSION, from Brad. 2011-04-28 05:47:49 +00:00
kili
7d2345d618 Update to lout-3.39.
Remove MAINTAINER  (MIA since several years, and bouncing).
2011-04-23 21:49:27 +00:00
dcoppa
f71326e0f3 Use "${MODQT4_LIB_DEPENDS}".
Ok ajacoutot@
2011-04-20 05:19:06 +00:00
ajacoutot
2568fb68f1 Update to hplip-3.11.3. 2011-04-17 07:19:44 +00:00
ajacoutot
7174730126 Add ${LOCALBASE}/libexec/cups/filter to the execpath. This way
foomatic-rip will be able to find the filters installed there
(e.g. foomatic-rip-hplip) when it is not started from cups but for e.g.
lpd(8).

tested by oga@, thanks!
2011-04-16 15:05:41 +00:00
ajacoutot
2ab0365009 Extend README, after a discussion with oga@ 2011-04-16 14:59:54 +00:00
ajacoutot
f1118930a3 Tweak the printcap(5) entry example. 2011-04-16 14:53:50 +00:00
ajacoutot
96cdbbe9ec Update to foomatic-db-4.0.20110415. 2011-04-15 19:16:23 +00:00
ajacoutot
8162b34a91 Update to foomatic-db-engine-4.0.7. 2011-04-15 18:50:06 +00:00
ajacoutot
61d7ec7f02 Update to foomatic-filters-4.0.7. 2011-04-15 18:45:11 +00:00
ajacoutot
20918013ba Rework the way we handle dependencies in the print ports:
* depends on foomatic-filters when a driver installs:
  share/foomatic/db/source/.../*.ppd{,.gz}
* depends on foomatic-db-engine when a driver installs:
  share/foomatic/db/source/.../*.xml

foomatic-db-engine now depends on foomatic-db (which itself depends on
nothing anymore).

This will ensure all the needed packages are installed for complete
foomatic-* use.
Some packages install both pre-created ppd and xml files, so theorically
it wouldn't need to depend on foomatic-db-engine, but we still do it
because we may want to regen the ppd file.

It's the best compromise I could come up with.
2011-04-15 18:40:47 +00:00
ajacoutot
71747ea048 cupsd rewrites its arguments, so add a pexp to the rc script. 2011-04-06 16:50:26 +00:00
ajacoutot
174ea062e2 Simplify: use my distfiles subdomain. 2011-04-02 16:56:42 +00:00
jasper
37482e4191 silense a systrace warning 2011-03-31 08:32:26 +00:00
jasper
60443e9b3e - update to 2.5.1
- fix homepage
- specify license version
- fix path to gs

from gleydson soares
2011-03-31 08:25:58 +00:00
ajacoutot
3e0b97eefc Make sure we don't enter interactive mode in rc_post by using 'mv -f'.
Fix shutdown/reboot issues reported by Tomas Bodzar.
2011-03-24 15:17:28 +00:00
kili
6692610359 Install some poppler utils (pdftoabw and pdftohtml, but not the
other tools that would conflict with xpdf-utils).

From Alexis Fouilhe, with some minor tweaks (missing bump, additions
to WANTLIB-main) from me.
2011-03-20 20:52:01 +00:00
sthen
d580cde0ab fix various typos, from Anthony J. Bentley with a few tweaks by myself 2011-03-14 09:15:33 +00:00
edd
a423daed66 fix texmf-local path.
fix bogus dependency path - notced by Markus Lude, cheers.

OK Landry@
2011-03-09 14:43:59 +00:00
ajacoutot
9c3a94a372 Use the same trick as in nut to identify the /dev/{ugen,usb}* we want.
discussed with and ok sthen@
2011-03-09 13:05:20 +00:00
edd
56633abfff texlive 2010 is now under print/texlive, so we axe the old WIP area.
OK jasper@, sthen@
2011-03-09 10:13:31 +00:00
edd
3e2d9f8d50 remove left over cruft from texlive 2009, spotted by sthen@ 2011-03-08 00:18:33 +00:00
edd
e735c64ddf Update to TeX Live 2010.
This year we pre-generate format and maps as requested by kili.

Started adding test cases in the tests/ dir.

Upgrades from 2009 will cause a harmless warning regarding texlinks. Espie is
aware of this, it was not easily fixable.

Uninstalls of texlive 2010 which were previously upgraded from 2009 will make
lots of noise regarding non-empty directories which can not be deleted. This
is due to unregistered package directories in the old texlive 2009 pacakage and
has been fixed in the 2010 package (rblatter script was modified to register
*all* parent dirs in PLISTs).

Installs/uninstalls of texlive 2010 on a fresh system (which has never
seen texlive 2009) are squeaky clean.

This has been in use for a number of months on my work machine, so should be
pretty stable, but I am sure someone will find some obscure bugs. These can be
fixed in tree.

OK espie@
2011-03-08 00:09:42 +00:00
ajacoutot
6836190168 +ptouch-driver 2011-03-07 21:57:51 +00:00
ajacoutot
946ef76d30 Import ptouch-driver-1.3.
ptouch-driver is a printer driver based on CUPS and foomatic, for the
Brother P-touch label printer family.

ok jasper@
2011-03-07 21:57:15 +00:00
stsp
047d472de7 Apply upstream commit 37077aa475d2dee81f87daa05297b201eeb99c87.
Fixes a heap overflow and resulting crashes with some PDF documents.

This patch was devised during ports lock.
Upstream has since released poppler-0.16.3 which includes this fix.

ok sthen, "don't wait for me" kili
2011-03-03 21:25:38 +00:00
ajacoutot
b38f52eab7 Remove from uneeded steps from the README. 2011-03-03 13:42:16 +00:00
ajacoutot
8722c5a062 Do not hardcode fonts path in pstoraster and fix it while here.
Create ${SYSCONFDIR}/cups/ with the correct group ownership.

Tweaks from and ok kili@ (maintainer).
2011-03-02 07:10:55 +00:00
ajacoutot
8ad17a0cf7 Update to hplip-3.11.1. 2011-03-02 06:59:03 +00:00
ajacoutot
b5c90e7019 Add ${SYSCONFDIR}/cups/ppd/ as a @sample. 2011-03-02 06:49:38 +00:00
ajacoutot
2daac499de Remove files already shipped by the ptouch-driver.
ok jasper@
2011-03-02 06:48:41 +00:00
ajacoutot
365b8f8b7c Bugfix update to gtklp-1.2.8. 2011-03-02 06:40:25 +00:00
ajacoutot
21b4f61f90 Tweaks, from discussion with jakemsr@ 2011-01-17 23:24:40 +00:00
edd
be35db3f6b comment files that conflict with asymptote port. we don't build asymptote as a
part of texlive anyway, so these files are not needed.

Reported by and OK from naddy@
2011-01-17 18:20:08 +00:00
ajacoutot
889cab506e Fix README after recent ugen(4) changes from jakemsr@ 2011-01-16 23:02:53 +00:00
ajacoutot
af7416c31b Update to cups-1.4.6, this version fixes landscape printing, sharing,
and fax issues.

Also merge a patch from upstream to disable multi-part support as
several browsers (notably webkit based ones) do not support it
correctly, this should fix the web interface with these browsers. See
http://www.cups.org/str.php?L3455 for details.
2011-01-11 12:13:59 +00:00
ajacoutot
213107bb88 Maintenance update to foo2zjs-20101222.
Add support for HP LaserJet 1022n and HP LaserJet 1022nw.
2011-01-02 07:38:52 +00:00
ajacoutot
ac6fa316c8 Update to foomatic-db-4.0.20110101. 2011-01-02 07:33:10 +00:00
ajacoutot
1b7d0581a9 Bugfix update to foomatic-db-engine-4.0.6. 2011-01-02 07:32:08 +00:00
ajacoutot
abc238f104 Bugfix update to foomatic-filters-4.0.6. 2011-01-02 07:31:23 +00:00
ajacoutot
2eec2a1dd7 Mention gtk+2-cups.
prodded by Jiri B.
2010-12-30 12:55:02 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
kili
ea0e58eadf Update to poppler-data-0.4.4. 2010-12-24 14:02:38 +00:00
kili
dd4a650184 Update to poppler-0.14.5.
ok jasper@
2010-12-24 14:02:12 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
jasper
438b7257c4 - Security fix for CVE-2010-4259
FontForge: Stack-based buffer overflow by processing specially-crafted CHARSET_REGISTRY font file header

with and ok kili@
2010-12-21 18:41:37 +00:00
ajacoutot
833cdce03c Mention bug report in patch, no pkg change. 2010-12-20 15:53:05 +00:00
ajacoutot
391b9471d9 Some rewording a tweaks. 2010-12-20 14:43:42 +00:00
ajacoutot
d24e29e17a Better README. 2010-12-20 11:41:43 +00:00