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
jasper
ef461f6a98
- this should be one of the last rounds of missing bumps..
2009-03-26 11:50:09 +00:00
jasper
c9657ef17b
another batch of missing bumps
2009-03-25 13:52:31 +00:00
jasper
4c5694de70
- more missing package name bumps
2009-03-25 13:39:40 +00:00
ajacoutot
e95c0ced6a
- regen PLIST to add missing desktop file
...
spotted by Mikolaj Kucharski, thanks!
2009-03-23 19:28:22 +00:00
ajacoutot
b5edb014d9
- major update to gutenprint 5.2.3 which is the latest stable version
...
If you're running with locally generated PPD files, you will need to
regen them with foomatic-ppdfile(1) so that the driver uses
gutenprint-ijs.5.2 and not gutenprint-ijs.5.0.
Tested on several printers without regression.
2009-03-23 17:17:33 +00:00
ajacoutot
daf6cc05c9
- enable dbus support
...
this adds some nice desktop functionnality when dealing with print
queues, printer notifications...
2009-03-23 15:04:41 +00:00
kili
fd5bb03941
Explicitely use ${MODPY_BIN}, so people don't get different results
...
depending on wether there's a python -> python2.5 symlink or not.
And fix the build now that configure will always find python.
Problem found by Edd Barret (vext01 at gmail dot com).
"looks right" wcmaier@ (some days ago)
2009-03-18 20:49:50 +00:00
sthen
6b60308588
use ${MODPY_LIB_DEPENDS} to fix lib_depends pkgspec, bump.
2009-03-17 21:30:14 +00:00
sthen
ea67a9cb53
fix depends, bump
2009-03-17 19:32:44 +00:00
ajacoutot
c6b353a2e0
+splix
2009-03-17 18:38:22 +00:00
ajacoutot
4486f0920e
Import splix-2.0.0
...
SpliX is a set of CUPS printer drivers for SPL (Samsung Printer
Language) printers. This driver is usable by all printer devices which
understand the QPDL (Quick Page Description Language) language. It
covers several Samsung, Xerox, Dell and Ricoh printers.
2009-03-17 18:37:20 +00:00
kili
d4d18dc107
Bump for python deps.
2009-03-16 22:20:02 +00:00
ajacoutot
d9ce578e26
- tweak
2009-03-15 18:31:29 +00:00
ajacoutot
c89ef704dd
- nothing should have to run_depends on rarian anymore
...
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore
This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.
discussed with jasper@
2009-03-14 11:36:24 +00:00
ajacoutot
037960749c
- first pass at cleaning rarian/scrollkeeper handling
...
remove rarian-sk-update from PLIST ; it is only a wrapper that does
noting: librarian takes care of everything now.
discussed with jasper@
2009-03-14 10:40:51 +00:00
sthen
2217a86e32
sync WANTLIB/LIB_DEPENDS and bump
2009-03-12 18:13:54 +00:00
ajacoutot
57a1b88602
- tweak rc.local bits in MESSAGE
2009-03-05 17:17:28 +00:00
jasper
98266ca12c
Security fix for CVE-2008-5183.
...
Patch adapted from Red Hat's solution.
ok ajacoutot@ (MAINTAINER)
2009-03-04 19:50:00 +00:00
kili
2f0ed9b4c5
Add @pkgpath and @conflict markers to let pkg_add -u correctly
...
update the texlive packages. Bump all pkgnames.
"looks good to me" espie@, "please commit" naddy
2009-02-22 19:05:17 +00:00
sthen
cdf0161dd3
tidy MASTER_SITES for some distfiles I mirror. no bump.
2009-02-18 14:06:45 +00:00
jasper
580818c350
regen patch
2009-02-15 18:57:27 +00:00
naddy
14feb56f24
forgotten pkgname bump
2009-02-11 15:37:16 +00:00
naddy
13a1c92a0f
forgotten package bump
2009-02-11 15:28:11 +00:00
ajacoutot
c39863fa89
- make the job viewer work
...
- remove some unused patched
- remove more redhat branding
2009-02-10 17:19:42 +00:00
ajacoutot
13346f229e
- move some files from -main to -foomatic where they belong; fix
...
packaging of flavored builds
- regen WANTLIB while here
2009-02-09 11:25:12 +00:00
ajacoutot
5b8ea0a3f5
- add a patch to allow anyone to listen to the new printer notification
...
dbus signal
from Debian
2009-02-02 23:10:05 +00:00
ajacoutot
eeb3a85b88
- SECURITY: fix for Secunia SA31470 -- patches adapted from RedHat
...
(CVE-2008-2940 CVE-2008-2941)
prodded by jasper@
- fix some hardcoded paths and regen PLIST while here
ok jasper@
2009-02-02 10:47:11 +00:00
ajacoutot
f18131fe57
- update to system-config-printer-1.0.13
...
ok jasper@
2009-01-31 12:37:30 +00:00
ajacoutot
75280f8be8
- update to py-cups-1.9.45
...
- add a small workaround because our CUPS is too old (CUPS will get a major
update on the next dev cycle)
ok jasper@
2009-01-31 12:36:59 +00:00
ajacoutot
3a3afaef2a
- provide a default desktop file from the ones that are installed; put it
...
in the correct place and add a corresponding icon and goo
- remove sturm@ from maintainer per his request
ok sturm@
2009-01-29 20:07:05 +00:00
ajacoutot
c900c4fbde
- no need for the gtk FLAVOR of ghostscript, now that libgs is provided
...
by default ; drawback is that this becomes SHARED_ONLY
from kili@
- merge PFRAG.shared into PLIST
2009-01-19 14:03:53 +00:00
kili
e91fb64abf
Build, install and use libgs in all flavors on shared archs. Note:
...
there is currently no libgs (not even a libgs.a) on static archs.
Install only *one* binary (bin/gs), even in the gtk flavor; the gsc
binary in the gtk flavor was identically to gsx, with the exception
that the display driver (which is the sole purpose of the gtk flavor)
didn't work in gsc.
ok ajacoutot@
2009-01-19 12:46:22 +00:00
ajacoutot
1de2fd2b40
- new MAINTAINER: Benoit Lecocq
2009-01-16 07:52:50 +00:00
ajacoutot
1f20d1b59f
- this needs gperf to build
...
from Andreas Kahari on ports@, thanks!
2009-01-08 09:54:32 +00:00
jasper
e5e123db33
- add a bunch of missing headers that fix a crash at startup on amd64.
...
* another example why checking build logs for implicit declarations
makes sense
crash noticed by claudio@
2009-01-07 17:51:16 +00:00
kili
1b463fbe8b
Don't use MODPY_EXPAT_DEPENDS.
...
Update license marker.
With help from fgsch@ (thanks!)
ok alek@ (maintainer)
2009-01-04 16:54:09 +00:00
djm
8499cec521
remove dependencies on removed python subpackages; prodded by sturm@
2009-01-02 13:07:36 +00:00
steven
aae8a54f74
another typo
...
from Edd Barrett
2008-12-27 18:22:36 +00:00
steven
1d68304279
don't use -O3
...
from maintainer Edd Barrett some time ago
2008-12-27 16:01:44 +00:00
steven
634fe4d4ab
fix typo
...
from maintainer Edd Barrett
2008-12-27 12:17:40 +00:00
sturm
6a75f4fccb
this is part of texlive, maintainer didn't object
2008-12-26 10:03:20 +00:00
ajacoutot
665a62471d
- last commit needed a bump
2008-12-23 10:55:30 +00:00
jolan
17ebdecbd4
respect SYSCONFDIR
2008-12-23 00:18:01 +00:00
sturm
d4e9b85f7f
unlinked from builds more than 14 month ago, time to say goodbye
2008-12-22 15:54:38 +00:00
ajacoutot
3bf0fc5c19
- remove some Fedora specifics
...
from opensolaris
- while here, regen PLIST
- bump
2008-12-21 11:40:40 +00:00
ajacoutot
45a0f3aff7
- take maintainership of these ports, jacob@ is on audio now and not
...
printing anymore ;-)
"go ahead" jacob@
2008-12-20 21:15:56 +00:00
jasper
98dddcefbd
- switch to rarian instead of scrollkeeper
...
- regen PLIST
ok ajacoutot@
2008-12-17 18:40:13 +00:00
sturm
87df80d2e7
unlink jadetex from builds
...
it is now part of texlive but also depends on it, which doesn't work
it's not deleted yet, to give anil (maintainer) a chance to verify both
jadetexs are equivalent
it will be removed soon, though
2008-12-15 14:07:21 +00:00
sturm
ed47dbcfb9
unbreak creation of fmt files, fixes jadetex und should fix sbcl
...
from maintainer Edd Barrett
2008-12-15 08:08:05 +00:00
ajacoutot
ad0ac88e01
+libspectre
2008-12-12 16:03:27 +00:00
ajacoutot
1d8ff7d6ec
Import libspectre-0.2.2
...
libspectre is a small library that provides a convenient and easy to use
API for handling and rendering Postscript documents.
looks good to jasper@
2008-12-12 16:02:51 +00:00
jasper
c75abcdae7
- SECURITY FIX for CVE-2008-3863 and CVE-2008-4306 (buffer overflows)
...
* patch taken from debian's bugreport #506261 .
- specify license version and regen PLIST while here
2008-12-09 16:00:17 +00:00
jasper
c8e713f95c
- regen patches so next diff will be cleaner
2008-12-09 15:23:55 +00:00
steven
18f4cdc817
enable luatex, which also makes texdoc work
...
from maintainer Edd Barrett
2008-12-04 22:29:06 +00:00
sthen
1e5c4e5bf9
Zvezdan Petkovic drops maintainership of these ports, req on ports@.
...
(packages bumped)
2008-12-03 23:44:44 +00:00
steven
d296bba242
change dependency to texlive-base again
2008-11-30 18:48:09 +00:00
steven
105a6556a8
reorganize packaging: remove -tetex package, this is now all included in
...
the main -minimal texmf package. this now allows using latex without the
need to install extra packages.
from maintainer Edd Barrett, requested by sturm
2008-11-30 18:45:27 +00:00
ajacoutot
0ac1928a92
- @bin markers, WANTLIB fix and bump
2008-11-29 09:49:03 +00:00
ajacoutot
31e6cf352b
- add @bin markers
...
- fix WANTLIB
- bump
2008-11-28 17:36:18 +00:00
ajacoutot
5b4a715552
- run_depends on a2ps instead of enscript
...
brought to you by the "make printing easier" department ;-)
sounds good to jakemsr@ (maintainer)
2008-11-23 22:35:33 +00:00
ajacoutot
ca71470303
- update to a2ps-4.14
...
- tweak license marker (from kili@)
- sync COMMENT with reality
- this needs psutils for most features
- enable delegations without needing to build_depends on the
corresponding programs so that printing for most formats will just work,
granted necessary utilities are installed
"commit it" kili@
2008-11-23 20:28:32 +00:00
kili
a9532d1023
Add some missing files to PLIST-qt4 (noted by Edd Barrett) and fix
...
WANTLIB. All pkgnames bumped.
2008-11-19 18:27:16 +00:00
ajacoutot
bca5fcd5fa
- install pstoraster.convs sample file so that CUPS can use pstoraster
...
without any configuration tweaks
ok kili@ (maintainer)
2008-11-19 09:59:38 +00:00
ajacoutot
511c15f8bd
- fix HOMEPAGE
...
- specify license marker
- uncomment the foomatic-rip link CUPS filter
"that's fine" jakemsr@ (maintainer)
2008-11-19 05:30:13 +00:00
ajacoutot
6c01c04658
- remove foomatic-rip link (the foomatic-filters package now handles it)
...
- tweak MESSAGE
2008-11-19 05:28:30 +00:00
sturm
61f551aa19
revert due to circular dependencies, a correct fix is being worked on
...
noticed by markus lude
2008-11-15 20:08:53 +00:00
sturm
4f63d24aa0
depend on texmf,-tetex so this package actually becomes useable
...
this should unbreak all those ports just depending on texlive/base
ok maintainer
2008-11-14 10:43:11 +00:00
kili
bd3f00bb23
cups is an ex-flavor
2008-11-12 19:27:28 +00:00