Commit Graph

1043 Commits

Author SHA1 Message Date
ajacoutot
4e83c22020 spelling: Cyrrilic -> Cyrillic 2009-08-16 12:19:42 +00:00
sthen
6928bb98f8 Patch the autoconf input files so they pick up python 2.6 and regenerate
configure. PKGNAME bumped to be safe, but probably not needed.
2009-08-12 21:03:56 +00:00
martynas
c141d0f8ee - update to 1.2.15; to fix lilypond build with MODPY_VERSION=2.6
- fix HOMEPAGE, and MASTER_SITES
maintainer away until June 2011.  tweak & ok sthen@
2009-08-12 10:03:23 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
ajacoutot
98de9dc395 hp-scan needs graphics/py-Imaging. 2009-08-07 12:20:22 +00:00
giovanni
f6caac7dd5 Update to 20090623 version.
ok and help ajacoutot@
2009-08-03 13:10:09 +00:00
giovanni
1602547c9a Fix master_site
"of course" ajacoutot@
2009-08-03 13:02:55 +00:00
ajacoutot
4f11924257 Remove some now useless part of patch-cupsppd_c 2009-07-27 07:32:20 +00:00
ajacoutot
f8bddf7e5a Major update to hplip-3.9.6b.
Refer to the project homepage for the complete changelog.

This port now comes into 5 subpackages (ala Fedora):
- main: complete hplip functionnalities
- hpijs: deprecated hpijs printer driver
- hpcups: new-gen printer driver
- libs: libraries and helpers used by other subpackages
- gui: graphical tools (systray applet...)

It seems this version works a least as good as the previous one we had
in-tree. I could use some feedbacks for the fancier stuffs that hplip
provides (besides regular printing using hpcups and/or hpijs), like
printer communication, ink levels... because I have no hp equipment, but
at least, there was no regression reported.
(some features are Linux-only and are expected not to work)

Tested by several, thanks!
2009-07-13 08:14:28 +00:00
ajacoutot
e19b4862c3 - update to cups-1.3.11
kurt@'s patches are now upstream
2009-07-12 19:58:19 +00:00
jasper
fba3fa1845 - update homepage 2009-06-23 18:05:17 +00:00
ajacoutot
98a5bdc341 Minor update to gtklp-1.2.7 2009-06-22 08:20:48 +00:00
sthen
fd2b66a2dc fix wantlib, bump 2009-06-19 23:51:35 +00:00
sthen
2c90438f29 add a patch from upstream; fixes printing PDFs with canon drivers bjc600/800.
ok kili@
2009-06-16 21:03:59 +00:00
sthen
87d76d1e83 regen WANTLIB and bump; avahi/gio-2.0 2009-06-16 11:45:28 +00:00
ajacoutot
87bef10f5b Add homepage. 2009-06-09 11:57:27 +00:00
ajacoutot
2553d5a88d Update to system-config-printer 1.0.15. Tested at c2k9. 2009-06-08 19:24:43 +00:00
ajacoutot
fe386413a2 - fix cyclic dependency by using the "no_gtk no_qt3 no_qt4" FLAVOR of
avahi so that only the -main subpackage is built
(i.e. cups needs avahi, avahi needs qt3, qt3 needs cups... *bang*)

issue reported by sthen@, then naddy@, then sturm@...
2009-06-04 21:46:49 +00:00
ajacoutot
fd6b7790be - add avahi support 2009-06-03 16:31:57 +00:00
ajacoutot
9177b9710f - bugfix update to poppler-0.10.7
ok kili@
2009-05-26 13:05:46 +00:00
sthen
6f96b7b778 remove comment about a known issue that's already been fixed; bump PKGNAME
from Edd Barrett (maintainer).
2009-05-25 17:19:12 +00:00
ajacoutot
b49b306aa4 - regen WANTLIB (from cups kerberos support)
- bump
2009-05-22 14:56:37 +00:00
ajacoutot
31b65561fb - regen WANTLIB (from cups kerberos support)
- bump
2009-05-22 13:51:08 +00:00
ajacoutot
bb4ed2b8b5 - just like a2ps, build both letter and a4 FLAVORS for psutils 2009-05-19 13:48:34 +00:00
ajacoutot
7943d34c8c - be consistent with a least ghostscript and a2ps and build the letter
FLAVOR by default
- regen PLIST while here
2009-05-19 13:46:34 +00:00
ajacoutot
45145171af - don't link .so to .so.X.Y
- merge PFRAG.shared into PLIST
- bump
2009-05-19 11:15:28 +00:00
ajacoutot
9ff4d05ca6 - upstream integrated kurt@'s patches with some small changes ; bring
them in as it will ease update to a new release
2009-05-18 17:09:54 +00:00
ajacoutot
8fd5cae47a - tweak MESSAGE & bump 2009-05-16 17:34:52 +00:00
kurt
e436b9fc81 Fix daemon mode by correcting non-portable code:
- close(0); open(...); is no guaranteed to open on file descriptor 0.
  Change to using dup2()
- Threaded applications that fork() may only call async-signal-safe
  functions in the child process until such time as one of the exec
  functions are called. Enable the APPLE code path that uses execlp()
  in child. Also close child fd's in such a way as to not trip on
  non-blocking fd design issues of libpthread.

okay ajacoutot@
2009-05-14 12:38:52 +00:00
ajacoutot
dd1ef1ab89 Revert part of previous, it does not seem to help after all; for now
it is advised to start cups in foreground mode (i.e. 'cupsd -f &').
Issue is still under investigation.
2009-05-09 11:05:44 +00:00
ajacoutot
95350a94bb - disable threading; it causes several issues which will need more
investigation
- explicitely set some configure switches
- use wheel as "system-groups" instead of non-existent "sys"
- enable raw printing
- respect CFLAGS
- add GSSAPI support
- tweak gecos
- add missing @sample
2009-05-08 20:00:57 +00:00
bernd
692ceb000e Sync after latest cups library bump. 2009-04-27 08:26:23 +00:00
bernd
e5effe71d7 Update to cups-1.3.10. With lots of help from ajacoutot@.
There's an issue with the admin.cgi which will be fixed
in-tree.

ok ajacoutot@, jasper@
2009-04-27 08:25:39 +00:00
ajacoutot
2c5f8a533a CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module 2009-04-26 11:01:04 +00:00
sthen
5ddde6614a - Fix USE_SYSTRACE=Yes builds.
- LOCALBASE -> TRUEPREFIX

- Add a separate script (tl-link-config) to decide which config to
symlink. Fixes the situation where -base gets bumped and so the minimal
fmtutil.cnf gets incorrectly linked when really the -full config is
needed.

from maintainer Edd Barrett.
2009-04-23 00:18:17 +00:00
kili
c3ff6c32c9 Update to fontforge-20090408. 2009-04-22 12:23:00 +00:00
kili
4846185f8f Security update to 0.10.6
Fixes CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180,
CVE-2009-1181, CVE-2009-1182, CVE-2009-1183, CVE-2009-1187,
CVE-2009-1188 and a couple of other bugs.

Detailed changelog at http://poppler.freedesktop.org/releases.html

Major bumps to all shared libs. I think that only libpoppler.so
needs a a bump, but bumps are cheap and don't hurt, and I may have
missed some changes when reading the diffs.

ok landry@ (who tested it with epdfview)
2009-04-22 12:14:15 +00:00
ajacoutot
8f7cd0f1e5 - remove workaround now that our default thread stack size has been
increased
2009-04-21 13:01:18 +00:00
jasper
56c787888b - add security fix for CVE-2009-0196
ok kili@ (MAINTAINER)
2009-04-16 19:53:38 +00:00
ajacoutot
d0674337d4 - add some comments ; no pkg change 2009-04-10 16:36:02 +00:00
ajacoutot
61cdcb5a0a - lower some buffer size to prevent crash with default limit settings 2009-04-10 15:35:01 +00:00
ajacoutot
b661e99a20 - fix WANTLIB after cups udate 2009-04-10 12:31:00 +00:00
ajacoutot
1d321633f5 - fix WANTLIB after cups update 2009-04-10 11:59:06 +00:00
jasper
707ab4fa72 - update openclipart to 0.19
(distfile grew to a modest 375M...)

you'll need -r1.7 of ports/infrastructure/install/FS.pm, thanks to naddy@
for fixing an issue there

ok ajacoutot@
2009-04-09 17:19:22 +00:00
ajacoutot
12184f5df1 - make sure Type1 fonts can be found at runtime
from Slackware Linux
2009-04-09 09:25:20 +00:00
ajacoutot
5c0f045c92 - fix a crash with NSS based applications when printing using gtk+2-cups
There are some conflicting symbols between nss and openssl (hint from
martynas@ some time ago about another issue).
- fix tyop while here (MAITAINER -> MAINTAINER)

"looks good" landry@ ok jasper@
2009-04-09 08:47:24 +00:00
jasper
a41479263c - add SECURITY FIXES for SA34534, CVE-2009-0583 and CVE-2009-0584.
patches taken from upstream and gentoo bugreports

ok kili@ (MAINTAINER)
2009-04-06 17:06:33 +00:00
landry
78066ffb46 Update to epdfview 0.1.7, based on a diff by brynet at gmail, who also
takes maintainership.
Bring in two patches from upstream svn to fix
http://trac.emma-soft.com/epdfview/ticket/118.
2009-04-04 09:25:25 +00:00
ajacoutot
4fa823828c - fix the no_gimp PSEUDO_FLAVOR
from Tim van der Molen
2009-03-31 15:11:25 +00:00
naddy
fb023d83f7 bump for python dependency change 2009-03-28 18:12:49 +00:00