Commit Graph

29 Commits

Author SHA1 Message Date
kili
fb203d1eab Update to gs-9.02 to fix the google maps problem with pdf2ps.
Drop gstoraster (formerly known as ps2raster); it is replaced
by the new gstoraster package.

Also Drop pstopxl, it's currently broken (at least since gs-9.00).
If anyone needs it, please let me know (or patch/repair it yourself
and send me a diff). Note that it would need rather heavy patching
or it had to depend on gnu grep.

ok aja@
2011-07-06 13:49:17 +00:00
kili
86fb8b8d76 Update to ghostscript-9.00.
ok landry@ (after putting it in a bulk build... thanks)
2011-06-08 19:15:48 +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
c81df85b8c Always add the 'display' device for !no_x11.
Thanks to kili@'s idea, it is possible to make it wok alongside regular
command line invocation whether we have gtk support or not.
This change fixes helpers like libspectre which depend on this device
driver being available (even when we don't want the gtk FLAVOR).

Tweak DESCR while here.

ok kili@ aka The Thing Padawan
2009-09-13 20:59:16 +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
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
kili
fe63fbce40 Use dlopen(2) for cups libraries to get rid of the cups flavor and
the evil circular dependencies.

Idea: bernd@
Tests: ajacoutot@
Catering: Sir Lancelot
Music: Dave Soldier and Komar & Melamid

ok ajacoutot@
2008-11-12 19:26:38 +00:00
kili
3e88a42347 Update to 8.63.
ok ajacoutot (who trusts me... hrhrhr)
2008-10-28 17:53:42 +00:00
kili
6cf57f0d06 Re-add some important files dropped with the last update.
Noticed by Onat I. <onatinadresi@gmail.com>, fix double-checked also
by Onat I. and Giovanni Bechis <bigionews@snb.it>.
2008-04-06 15:48:13 +00:00
kili
ed80eba166 Update to 8.62.
NOTE: the cups flavor will probably vanish very soon. See
http://marc.info/?l=openbsd-ports&m=120624299930920&w=2 for
explanation.

"looks ok", and some testing, jakemsr@
2008-04-01 20:37:00 +00:00
kili
a1f3aba027 Update to 8.60.
Add a cups flavor (for the pstoraster thingy).
Accept the truth and dake maintainership.

Tested by many.
ok simon@
2007-11-19 20:06:56 +00:00
steven
604972aef4 add @pkgpath line to allow updating ghostscript/afpl packages
reminded by henning@, help from espie@
2006-10-20 16:45:58 +00:00
kili
74af509bf2 Update to 8.54.
Some help by steven@ and espie@.

"commit" espie@
2006-10-19 13:12:37 +00:00
sturm
9e54b690c1 SHARED_LIBS, bump PKGNAME due to plist changes 2006-01-02 22:44:50 +00:00
espie
3c18b06035 new plists 2004-09-15 18:32:13 +00:00
espie
64037f3f03 new PLISTs
kde is shared_only -> ditch PFRAG.shared*
2004-08-11 10:42:54 +00:00
brad
e6ed534be0 add a no_x11 FLAVOR 2004-07-10 17:21:58 +00:00
pvalchev
75dc960306 - Fonts have been split-off into gnu-fonts
- Enable run-time dependency on gnu-fonts
From Kurt Miller <truk@optonline.net>
2004-01-29 19:11:04 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
espie
1807226303 somehow this didn't get committed along with the corresponding patch.
Thanks to kevlo@ for pointing that out.
2003-08-13 09:43:48 +00:00
espie
13a59e439f Update gnu ghostscript to 7.05, now that this is free.
Compared to AFPL ghostscript 7.00, main difference is some CJK support
(currently untested, needs keyed CJK fonts).
2002-12-03 13:17:07 +00:00
espie
5c1049c880 GPL, Nick Nauwelaerts <nick@be.wanadoo.com> 2001-10-04 13:54:26 +00:00
espie
5254f2a8db Gnu ghostscript 6.51, mostly revamped aladdin ghostscript 6.50 2001-07-03 15:38:26 +00:00
espie
ec59bd6c90 There was a confusion wrt `domestic crypto'.
Ghostscript's pdf_sec.ps add-on is not affected, so kill the encrypt
package.
2001-05-05 21:05:05 +00:00
espie
d2b832c517 Minor clean-up.
Provides PDFDIR to help encrypt port.
2001-04-13 16:43:58 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
espie
3bfa960528 Use var substitution to yield a better installation message 2000-10-22 13:26:51 +00:00
espie
a4e832d557 Tell people about the -encrypt package. 2000-04-30 00:03:41 +00:00
espie
088b215766 New ghostscript port, living in a subdir.
Important changes:
- prodded by Nikolay Sturm to do the upgrade,
- Gnu-ghostscript is now 5.50, packaging changed slightly,
- most patches have been integrated,
- use MAKE_FLAGS to remove Makefile patches and gnu-make dependency,
- pull pdf_encrypt out from the main package so that gs can be distributed
on CD-Rom,
- simplify DEVICE_DEVS (get list from NetBSD), removed interactive script
for now, as it wasn't reliably upgraded,
- infrastructure allows for Aladdin ghostscript along-side.
2000-02-19 17:40:42 +00:00