Commit graph

3078 commits

Author SHA1 Message Date
minskim
8271b6e90e Import tex-bin-dvipsk-2008.11868 as print/tex-bin-dvipsk.
This package provides supplementary files for dvipsk.
2009-02-17 07:43:01 +00:00
drochner
c303bc2cbd modify check of __STDC__ to accept a "0" value as positive,
fixes build error with Sun Studio Compiler reported by
Joern Clausen per PR pkg/40660
2009-02-16 18:05:44 +00:00
drochner
172c89eacb replace BSD/Linux specific "qd" printf format specifier by "lld",
should fix build problem on Solaris reported by Joern Clausen
per PR pkg/40664
2009-02-16 16:31:30 +00:00
drochner
7e5ef50c23 fix Darwin build, from Ian McWilliam on pkgsrc-users 2009-02-16 12:23:14 +00:00
abs
9bf5f55734 Updated print/if-psprint to 1.9
Move to code.google
Add install target to original makefile
Add PKG_DESTDIR_SUPPORT
2009-02-13 21:33:00 +00:00
wiz
5b828e3727 Add kpathsea plugin so dvi backend is built again.
Didn't package without because of missing files, so no PKGREVISION bump.
2009-02-13 21:19:40 +00:00
abs
5991f285d5 Updated print/enscript to 1.6.4
pkgsrc changes:
    Add PKG_DESTDIR_SUPPORT, Set PAPERSIZE in BUILD_DEFS, pkglint

Changes since 1.6.3:
    2003-02-28  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add intl.
	* configure.in (AC_OUTPUT): Add intl/Makefile,

    2003-02-28  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add m4.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath.
	* configure.in (AC_OUTPUT): Add po/Makefile.in,
	(AM_GNU_GETTEXT_VERSION): Bump to 0.11.5.
2009-02-13 18:53:28 +00:00
drochner
befd52f31e fix a build problem with native xorg reported by Matthias Scheler,
being here, quell a printf format compiler warning
2009-02-13 15:31:35 +00:00
drochner
aa77e743df update to 0.10.4
changes:
-fixed some crashes and a memory leak
-fixed pdfimages to work for jpeg
pkgsrc change: pulled in color management support from the development
branch (but tested by me for many weeks), as an option which is on
per default
2009-02-12 20:55:07 +00:00
drochner
bc1a4f1675 update to 8.64
Approximately 100 bugs have been fixed since the 8.63 release.
Of particular note in this release are improvements to overprint and
spot color support in documents with transparency, improvements to PDF
and PS output, proper handling of PDF-specific text rendering modes and
support for reading AES-encrypted PDF documents.
Also improved is handling of CJK text, especially in vertical writing
modes, memory footprint processing some files at high resolution and
support for using the system's default paper size on unix.
The interpreter's handling of color spaces has been moved from
PostScript code to C.
A number of the included printer drivers and cups wrappers have been
updated to support a PDF-based workflow. Also fixed are several
long-standing bugs in the pcl drivers with respect to duplex, resolution
and paper tray selection.
2009-02-12 19:51:08 +00:00
drochner
a597381497 update to 2.2.4
changes:
-New korean translation
-New templates
-bugfixes
2009-02-11 17:42:40 +00:00
markd
40e28b7235 firefox3 issue is now dealt with by a patch to firefox3 so revert
this to the patch as per cups svn.
2009-02-11 10:21:33 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
joerg
d091982bc2 Reportlab needs Python 2.4+ 2009-02-09 18:43:54 +00:00
joerg
2abd8cc667 Uses @property syntax -> Python 2.4+ 2009-02-09 18:43:06 +00:00
joerg
5fcbefd0a0 Needs Python 2.4+ 2009-02-09 18:41:54 +00:00
minskim
b70e5016b1 Add tex-bin-kpathsea. 2009-02-08 20:42:04 +00:00
minskim
6b4f5bd3a2 Import tex-bin-kpathsea-2008.12107 as print/tex-bin-kpathsea.
This package contains translation tables for TeX.
2009-02-08 20:40:32 +00:00
minskim
9c3d1d57ab Sync texmf.cnf with the version in TeX Live r12107.
The new texmf.cnf contains corrections regarding xetex and luatex.
These do not affect print/teTeX3, but are used by print/web2c.

Bump PKGREVISION.
2009-02-08 20:00:03 +00:00
drochner
d98e42be1c update the way "cups" is disabled, otherwise a system cups is picked
up at least on Solaris, as reported by Daniel Vergien,
this pkg needs more work for python25 but let's fix this litte problem
first
2009-02-04 21:44:38 +00:00
minskim
75cc8ed738 Add web2c. 2009-02-01 06:07:25 +00:00
minskim
e06337047a Import web2c-7.5.7 as print/web2c.
Web2C is an implementation of TeX and friends which translates the
original WEB sources written by Donald Knuth into C, so they can be
readily compiled on modern systems.
2009-02-01 06:05:58 +00:00
gdt
e4055fb67a annotate patch file with comments from Yorick Hardy
&data issue filed as http://www.cups.org/str.php?L3079 and fixed in
cups svn 28 minutes later.

The deeper issue is that firefox3 defines SHA1_Update in nss and cups
uses openssl and the nss symbol wins; hence any use of RAND_seed
fails.
2009-01-30 12:44:15 +00:00
minskim
75bfcf534a Do bump PKGREVISION for the previous commit. 2009-01-29 19:40:09 +00:00
minskim
5e0af4ed45 Use $TEXMFSYSVAR to store fonts generated by TeX.
Otherwise, packages running latex (e.g., converters/bibtex2html) may
create files under $HOME.

Bump PKGREVISION.
2009-01-29 19:38:42 +00:00
minskim
c6ef77e854 Remove a redundant entry in DEPENDS. 2009-01-29 17:52:16 +00:00
gdt
6fc0507a5f Add patch to not call RAND_seed. Works around problem where firefox3
crashes when opening the printing dialog.  Fix based on concept from
Yorick Hardy, but bugs are my fault.
2009-01-29 15:28:31 +00:00
joerg
7682dcab73 Fix MASTER_SITES. 2009-01-29 10:42:34 +00:00
joerg
c99b0e221b Update MASTER_SITES. 2009-01-29 09:37:54 +00:00
joerg
6fc2c95999 + print/py-pisa 2009-01-28 14:46:40 +00:00
joerg
8ece93292a Import py-pisa-3.0.29:
pisa is a html2pdf convert using ReportLab, HTML5lib and pyPDF.
It supports HTML 5 and CSS 2.1.
2009-01-28 14:45:44 +00:00
joerg
5f4ce4163d Annotate update of py-reportlab and retire py-reportlab-renderPM. 2009-01-28 14:44:24 +00:00
joerg
5138a5ddd3 Update to ReportLab 2.2. This is a major update with API breakage.
Major changes include full Unicode supoprt, better support for Asian
languages, support for JPEG CMYK images, links in Platypus, better
wrapping, barcode support, better support for legends of graphics and
many more.

Addtional changes in pkgsrc include the merge of py-reportlab-renderPM
package and use of external libart.
2009-01-28 14:42:28 +00:00
joerg
a65ac47484 + print/py-Pdf 2009-01-27 20:37:25 +00:00
joerg
7064c2de86 Import py-Pdf-1.12:
A pure-python PDF toolkit capable of:
- extracing document information,
- splitting documents page by page,
- merging documents page by page,
- cropping pages,
- merging multiple pages into a single page,
- encrypting and decrypting PDF files.
2009-01-27 20:32:37 +00:00
minskim
60d3d5bbb1 Remove references to pkgsrc-wip. 2009-01-26 21:19:39 +00:00
minskim
6ff8ef4a53 Update patches for the previous commit. 2009-01-26 21:18:03 +00:00
minskim
78796546c3 Use format.mk and map.mk in texlive-tetex to update TeX formats and
font maps for dvips and dvipdfm.  In this way, configuration files
(fmtutil.cnf and updmap.cfg) are properly installed under
PKG_SYSCONFDIR, not under PREFIX.

Bump PKGREVISION for teTeX-texmf and teTeX-bin.
2009-01-26 21:17:04 +00:00
minskim
1116411700 Add texlive-tetex. 2009-01-26 21:05:51 +00:00
minskim
ced1d16612 Import texlive-tetex-2008 as print/texlive-tetex.
This is a collection of scripts included in teTeX.  The development of
the original teTeX ceased in 2006, and these scripts are now
maintained in TeX Live.
2009-01-26 21:04:33 +00:00
minskim
cbe5feb3ca Add tex-bin-tetex. 2009-01-26 20:39:00 +00:00
minskim
78b5187da5 Import tex-bin-tetex-3.0 as print/tex-bin-tetex.
This package provides encoding and map files for dvips and dvipdfm
used by updmap.
2009-01-26 20:37:40 +00:00
minskim
31b44b70ac Add tex-bin-texlive. 2009-01-26 04:03:39 +00:00
minskim
aa676844ff Import tex-bin-texlive-2008 as print/tex-bin-texlive.
This packages contains the scripts of the TeX Live tools.
2009-01-26 04:01:56 +00:00
minskim
f743193013 Remove version info from COMMENT. 2009-01-24 18:38:59 +00:00
schwarz
74508cb1ef make sure teTeX3 compiles even if floor is defined by the OS (which is
the case on Mac OS 10.4 at least)
2009-01-21 22:06:54 +00:00
sketch
e944a489a2 Bring in patch from upstream to fix Sun Studio compile. 2009-01-20 23:56:58 +00:00
obache
e44ba19fba include rubyversion.mk to resolve RUBY_PKGPREFIX. 2009-01-19 04:12:55 +00:00
minskim
c35014b6a6 Let dvipdfmx depend on kpathsea to use libkpathsea.
Bump PKGREVISION.
2009-01-14 06:35:22 +00:00
wiz
4ea267c991 Update to 0.10.3:
Release 0.10.3

	core:
	 * Fix a crash on documents with malformed outline. Bug #19024
	 * Fix leak on AnnotScreen destructor. Bug #19095
	 * Fix wrong PS generation when a large image is in Patterns. Bug #18908
	 * Remove BaseFile.h it was never used. Bug #19298
	 * Improve document saving
	 * Fix PS generation of PDF with malformed font Length2 definition
	 * Fix a leak while parsing annotations
	 * Fix rendering of some checkboxes

	Qt4:
	 * Fix positioning of Form rects on PDF with cropbox
	 * Fix positioning of Annotation rects on PDF with cropbox. Bug #18558.
	 * Small documentation improvements
	 * Make Document::fonts() work when called more than once. Bug #19405

	build system:
	 * CMake: look harder for openjpeg
	 * CMake: update the poppler core headers installation
	 * Autotools: do not install Function.cc as it's not a header

	Qt:
	 * Fix deserialization of links right coordinate
2009-01-13 10:18:56 +00:00
minskim
aa32356355 Use texmf.mk to update texmf.cnf. This fixes PR 40359.
Bump PKGREVISION.
2009-01-11 09:16:30 +00:00
minskim
37e77266e9 Use texmf.mk to update texmf.cnf.
Bump PKGREVISION.
2009-01-11 09:13:00 +00:00
minskim
4699108686 Let texmf.mk take care of updating texmf.cnf.
Packages modifying texmf.cnf (e.g., tex-hugelatex and tex-jadetex) can
use this instead of inventing their own way.
2009-01-11 09:11:07 +00:00
minskim
80f73f3f04 Do not create empty directories when installing teTeX-texmf.
They are directories for fonts and updmaps, which were moved under
${VARBASE}.

Bump PKGREVISION.
2009-01-11 09:05:27 +00:00
markd
6f383c4569 replace py-pycups with py-cups 2009-01-10 20:17:01 +00:00
markd
40cd9cc282 Reimport py-pycups as py-cups. 2009-01-10 20:13:29 +00:00
markd
477c125e69 s/wip/print/ 2009-01-10 08:54:01 +00:00
markd
185b4f3947 add py-pycups 2009-01-10 08:36:43 +00:00
markd
93ad1b4b77 Initial import py-pycups 1.9.44
Python bindings for the CUPS API
2009-01-10 08:35:29 +00:00
minskim
9ff670d1b6 Adjust the path to texmf.cnf, which is now under PKG_SYSCONFDIR.
Bump PKGREVISION.
2009-01-08 22:13:23 +00:00
minskim
f30397ed2a Resolve conflicts between kpathsea and teTeX-{texmf,bin}.
With this change, texmf.cnf is handled properaly using CONF_FILES, and
tex-* packages can be shared by teTeX-3 and TeX Live 2008.

Bump PKGREVISION for teTeX-{texmf,bin}.
2009-01-08 22:09:34 +00:00
minskim
8f34c7c6b7 Do not conflict with future revisions of teTeX-bin and teTeX-texmf.
They will be modified to coexist with this package.

Bump PKGREVISION.
2009-01-08 21:47:18 +00:00
wiz
3700092bf5 Update to 0.10.2:
Release 0.10.2

	core:
	 * Fix a crash when selecting text in word mode
	 * Fix a crash in some malformed documents (second argument
	 of opMarkPoint is not a dictionary)
	 * Ensure cairo font matrix is invertable. Fixes bugs #18254
	 and #18429
	 * Fix a memory leak (Bug #18924)

	Qt4:
	 * Fix deserization of links right coordinate

	misc:
	 * Fix build on Solaris 10 + Sun Studio 12
	 * Compile with -pedantic
2009-01-07 13:54:14 +00:00
wiz
306a08698b Update to 0.2.2:
libspectre 0.2.2 (25 November 2008)
===================================

This is another bugfix only release in the libspectre's 0.2 series.

A problem when rendering some documents where the page size is
different from the Bounding Box has been fixed (Bug #18239)

Parser is now locale-independent when parsing float numbers (Bug #18685)

The display format has been fixed to match cairo/pixman. Thanks to
Chris Wilson (Bug #18266)
2009-01-07 11:54:56 +00:00
reed
4b78cc66db Set the BUILDLINK_ABI_DEPENDS.
The previous libraries had major of 3 and now they are 4.
I didn't bump those depending on this as this update happened
months ago.

I noticed this two ways:
new poppler didn't work with my already installed evince and
new poppler didn't work with my alreadyinstalled poppler-glib.
2009-01-06 22:58:49 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
minskim
7e90daa77b Add kpathsea. 2009-01-03 22:14:03 +00:00
minskim
4994025669 Import kpathsea-3.5.7 from pkgsrc-wip.
Kpathsea is a library to do path searching.  It is used in the Web2C
implementation of TeX and friends.  The library's fundamental purpose
is to return a filename from a list of directories specified by the
user, similar to what shells do when looking up program names to
execute.
2009-01-03 22:12:42 +00:00
gdt
c722a39a3a Update to 5.2.3, from Bernd Ernesti.
* Changes from 5.2.2

   1) CUPS PPD files in non-English locales are now generated
      correctly when the CUPS driver interface is used (with CUPS 1.2
      and above).

   2) Epson inkjet printers that support duplex printing now use less
      restrictive margins (allowing use of more of the page) when
      duplex printing is not used.

   3) Printing to the following Epson printers has been corrected:

      EPSON Artisan 700
      EPSON Artisan 800
      EPSON BX300F
      EPSON EP-801A
      EPSON EP-901A
      EPSON EP-901F
      EPSON ME 300
      EPSON ME Office 360
      EPSON PX-401A
      EPSON Stylus NX100
      EPSON Stylus NX105
      EPSON Stylus Photo PX700FW
      EPSON Stylus Photo PX800FW
      EPSON Stylus Photo TX700W
      EPSON Stylus Photo TX800W
      EPSON Stylus S20
      EPSON Stylus SX100
      EPSON Stylus SX105
      EPSON Stylus T20
      EPSON Stylus TX100
      EPSON Stylus TX101
      EPSON Stylus TX102
      EPSON Stylus TX103
      EPSON Stylus TX105
      EPSON Stylus TX106
      EPSON Stylus TX109
      EPSON TX300F

      These printers should all be fully functional, but may be
      further tuned in the future.

   4) Duplex printing has been enabled on the Epson Stylus RX680,
      RX685, RX690, PM-A940, and PM-T960.  Support for these printers
      is still considered experimental.

   5) Support has been added for the Canon MULTIPASS MP220.

   6) Preliminary support has been added for the Canon PIXMA iP4600.
2008-12-24 00:53:14 +00:00
reed
3fcf9cd1e0 Remove gnome-vfs dependency. It was removed in version 2.21.90.
(It was replaced with gio from glib2.)

Bump PKGREVISION due to that change.

Also remove the libgnomeui dependency -- I had moved that to an
option. Sorry for that. (Noticed by wiz.)
2008-12-22 15:27:02 +00:00
reed
778beb1437 Make the gnome build an option for evince. Defaults to enabled.
So -gnome will build the GTK version.

Make should also do the --disable-dbus, but will think about that later.
2008-12-20 20:52:27 +00:00
rillig
ae59bfffc0 Removed the unnecessary part of the patch, about which pkglint was
complaining.
2008-12-20 19:16:27 +00:00
reed
6413fe98be Add homepage. 2008-12-20 18:59:52 +00:00
reed
97bfa2cf8d Add details to short DESCR. These two sentences are from website. 2008-12-20 18:59:43 +00:00
gdt
02f5f7643a Don't use -O6 and -O3 because some gcc versions choke.
From Bernd Ernesti in private mail.
2008-12-20 18:08:07 +00:00
gdt
dfbd71e29f More PLIST fixes received in private mail from Bernd Ernesti. 2008-12-20 15:57:02 +00:00
gdt
9697c48a33 Fix PLIST. 2008-12-20 01:20:30 +00:00
gdt
a706b3ed40 Complete the transition to gutenprint 5.2: remove the gutenprint51-lib
package which tracked the unstable version.  Use gutenprint-lib instead.
2008-12-20 00:58:22 +00:00
gdt
854ec30e58 Make gutenprint-lib have the same contents as gutenprint51-lib, and
thus 5.2.2.
2008-12-20 00:54:17 +00:00
hira
246d0402ca Bump BUILDLINK_{API,ABI}_DEPENDS.
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).
2008-12-18 16:46:29 +00:00
hira
8780a48cd3 Add missing entries to PLIST. Bump PKGREVISION. 2008-12-18 14:21:43 +00:00
hira
9bd4d8b349 Update Xfce to 4.4.3. This is bug fix release.
Changes since 4.4.2:

x11/xfce4-panel:
  * Quite a bit code changed in the dnd code. Mostly to fix a segfault
    in FreeBSD-amd64, but more problems were discovered and a lot of
    code was simplified.
  * Don't respond the uri drags, we don't use it and it only causes
    problems like hiding the panel when a file was dragged over the
    panel (Bug #3815).
  * Fix crash with xrandr 1.2 (Bug #3620)

x11/xfce4-desktop:
  * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting
    (Bug #1026).
  * Fix incorrect initial desktop font size when setting custom font
    size if a custom font was never set before (Bug #3957).

wm/xfce4-wm:
  * Fix automaximize on move
  * Remove trailing \0 in UTF-8 strings, that causes libwnck to
    rightfully complain that NET_WM_NAME contains invalid UTF-8
  * Exit on SelectionClear event so that xfwm4 exits even with WM who
    do not send a ClientMessage event such as Openbox (Bug #2374)
  * Backport overlay and compositor support from trunk (Bug #3849)
  * Filter out grab/ungrab events so we don't end up redrawing the
    frame twice
  * Set monitor when positionning menu (Bug #4162)
  * Reduce flickering during resize (Bug #4283)
  * Fix NET_WM_STATE claiming maximization vertical and horizontal even
    if only horizontal of vertical is actually set (Should fix Bug #3969)
  * Loosen the rule that prevents an application from iconifying itself
    when skip_taskbar is set (Bug #4434)
  * Rework visual depth selection of the frame window (Bug #4452)
  * Add support for NET_MOVERESIZE_WINDOW
  * Take gravity bit into account in configure resize only requests to
    comply with standard (Bug #3634)
  * Add client windows to save set to avoid loosing all windows in case
    of crash
  * Use guint32 instead of Time internally to avoid potential issues in
    64bits
  * Add a "--replace" command line option to replace ICCCM2 compliant
    window managers (Bug #3731)

x11/libxfce4gui:
  * Fix format-string vulnerability in dialog code

x11/xfce4-terminal:
  * Update to latest trunk translations.

sysutils/xfce4-thunar:
  * Update to latest trunk translations.

editors/xfce4-mousepad:
  * Sort recent items by most recently used.

x11/xfce4-utils:
  * Fix missing translated chars (Bug #3543)

Updated translations:
  * Basque
  * Brazilian Portuguese
  * Catalan
  * Chinese Traditional
  * Danish
  * Estonian
  * Finnish
  * French
  * Galician
  * German
  * Indonesian
  * Japanese
  * Korean
  * Kurdish
  * Latvian
  * Norwegian
  * Polish
  * Sinhala
  * Slovak
  * Slovene
  * Spanish
  * Turkish
  * Urdu
2008-12-17 12:50:02 +00:00
ahoka
72887aa9ac ghostscript-esp -> ghostscript
ghostscript-esp is now obsolete and ghostscript has cups support.

Patch from Leonardo Taccari by private mail.
2008-12-14 17:17:55 +00:00
gdt
8d6c51bd89 Update to 5.2.2.
Welcome to Gutenprint 5.2.2, a stable release of Gutenprint 5.2.  This
  release has minor bug fixes over 5.2.1.  Please read these release
  notes carefully.
2008-12-14 17:00:00 +00:00
obache
c0b82369a4 Remove scribus-doc. 2008-12-14 07:55:56 +00:00
obache
88d0f49fe6 Remove scribus-doc from pkgsrc.
It is for Scribus 1.0 and impoted when Scribus was updated to 1.1.1,
it did not include documentation.
But now print/scribus is version 1.3.3.12 and contains documentation.
2008-12-14 07:55:24 +00:00
minskim
b0cde608dc Bump PKGREVISION and update DIST_SUBDIR because the distfile was
changed.  The version of the IEEEtran class remains same, but bibtex
files were updated.
2008-12-14 04:02:01 +00:00
wiz
59d0b7b23d Also add -fPIC to CFLAGS for Solaris. PR 39775. 2008-12-11 09:18:20 +00:00
minskim
5d8db9a70a Sync with the VARTEXFONTS change in teTeX-bin.
Bump PKGREVISION.
2008-12-09 19:49:22 +00:00
minskim
06385b5dfc TEXMFSYSVAR should be under VARBASE.
Previously, TEXMFSYSVAR was placed under PREFIX, which was wrong
because TEXMFSYSVAR stores variable *runtime* data.  This change
relocates TEXMFSYSVAR under VARBASE and move VARTEXFONTS to its
default location inside the TEXMFSYSVAR tree.

Bump PKGREVISION.
2008-12-09 19:43:37 +00:00
minskim
d02aa11c0c Remove an unused entry from REPLACE_PERL. 2008-12-09 05:16:21 +00:00
minskim
9992123edf Update tex-IEEEtran to 1.7a.
This is a bug fix release that corrects the problem of unwanted two
column peer review title page format.
2008-12-07 06:43:22 +00:00
minskim
a07d478932 Add a rule to detect TEXMFDIST to PRINT_PLIST_AWK. 2008-12-07 06:41:51 +00:00
minskim
0b46d5eb1a Define TEXMFDIST, which will be used by packages that want to install
into the TEXMFDIST tree.
2008-12-07 06:40:47 +00:00
smb
83ff034b1d Reinsert the missing part of the sentence... 2008-12-05 12:20:05 +00:00
obache
5054015634 Remove ftp3.easysw.com from MASTER_SITES, its name cannot be resolved. 2008-12-05 08:49:42 +00:00
smb
4dc6692280 Add MESSAGE file describing how to change papersize to US Letter 2008-12-05 01:59:07 +00:00
smb
62cfcd731a Delete non-functional reference to PAPERSIZE environment variable; add
MESSAGE file saying what to do to get US Letter.
2008-12-05 01:57:07 +00:00
wiz
cfa104e8ce Update to 2.24.2:
================
Evince  2.24.2
================

Bug fixes:

    * Fix a crash when searching (#558377, Carlos Garcia Campos)
    * Make menu label translatable (#559129, Nickolay V. Shmyrev)
    * Fix symbol conflicts in the dvi backend (#559257, Tuxce)
    * Use printf safely (#558066, Christian Persch)
    * Fix page transition in presentation mode (#516749, Nickolay V. Shmyrev)

Translation updates:

    * Ivar Smolin (et)
    * Nguyễn Đình Trung (vi)
2008-12-02 13:04:18 +00:00
rillig
59b821870f Added -fPIC for Linux, since it was reported to be necessary on x86_64
platforms via pkgsrc-users.
2008-12-01 07:49:22 +00:00
snj
025f762610 I tested this package with every version of python in pkgsrc, and it works
with all of them.  Remove the python21 restriction.
2008-11-29 22:50:06 +00:00
abs
c861e0e2c9 fix botched update to 1.8 - PR pkg/40037 2008-11-26 22:18:20 +00:00
abs
70c2e17cc9 Updated print/if-psprint to 1.8
Changes in if-psprint 1.8

- Also handle the lpd in NetBSD 5.0
2008-11-25 18:28:18 +00:00
dillo
5d5a26625e Add and enable poppler-includes. 2008-11-20 14:33:30 +00:00
dillo
c4c861d95f Note that this file is now also used by poppler-includes. 2008-11-20 14:33:00 +00:00
dillo
2ca5bf0c99 Addition of package containing unsupported Xpdf headers from poppler. 2008-11-20 14:32:19 +00:00
dillo
03ce036bfb Move MAINTAINER from Makefile.common into individual Makefiles.
Okayed by reed.
2008-11-20 14:28:22 +00:00
minskim
0c31681225 teTeX-bin does not need libwww any more. Noticed by Yorick Hardy in
PR 36336.

Bump PKGREVISION.
2008-11-19 21:16:02 +00:00
he
dadd581aad Update from version 2.25nb1 to 2.30.
Pkgsrc changes:
 o Add commented-out HOMEPAGE using search.cpan.org
 o Adjust patch-aa to apply
 o Adjust PLIST to conform to what's installed

Upstream changes:

2.30 Mon Nov 17 20:36:36 CST 2008
    Apply patch from brian d foy to add
    dymo labels

2.27 Mon Oct 20 20:09:09 CDT 2008
    Patch had an error - repaired.
    Add META.yml

2.26 Sun Oct 19 16:22:56 CDT 2008
    Add Userdefined as an option for papersize at request of Jim Albert
    Apply patch from brian d foy for Avery 8923 labels, plus a
    documentation adjustment
2008-11-18 15:56:12 +00:00
chuck
89c2928985 fix Makefile.in error. it was adding a dependency to @INTLLIBS@ ("-lintl")
rather than @INTLDEPS@ causing some versions of make to fail with
"don't know how to make -lintl" at compile time
2008-11-14 03:25:55 +00:00
chuck
db3f41ba13 ghostscript has hand-rolled shared lib handling in src/unix-dll.mak
that does not do the right thing on Darwin (where shared libs are
created with different linking flags and use dylib rather than so
as an extension).

you need to manually reconfigure unix-dll.mak to make it work, so
do it in hacks.mk.

XXX: this still leaves the issue of libgs.so (et al.) being hardwired
in PLIST, instead of using libgs.dylib (et al.).   i'm not sure of
the best way to fix that.   at least it compiles now....
2008-11-13 17:36:54 +00:00
wiz
e54f356e27 Avoid finding emacs. 2008-11-11 13:48:58 +00:00
wiz
2814266cff Update to 0.10.1:
Release 0.10.1

	core:
	 * Improvements in Optional Content support
	 * Small fix in Form support
	 * Fix memory leak in case of error
	 * Fix potential crash on text search
	 * Try render documents with invalid indexed color space parameters. Bug #18374
	 * Fix crash on text extraction when poppler-data is not installed. Bug #18023

	Qt:
	 * Fix two memory leaks

	Qt4:
	 * Small documentation improvement
	 * Fix memory leak in the demo code
2008-11-10 20:59:27 +00:00
wiz
32be612128 Update to 4.14. Security problems cited below were already fixed
in pkgsrc.

Version 4.14	    Dec 29, 2007
 * New Maintainer.
 * No UTF-8 support yet ;-<  Basically this is a maintenance release.
 * License:
   - Now GNU a2ps is licensed under GPLv3 or later.
   - Removed or replaced non-free/license-wise vague files (see
     ChangeLog for detail.)
 * Build:
   - Now can be built with the modern GNU Autotools.
   - Now can be built with gcc 3.4 or later.
 * Predefined delegations:
   - Add html2ps delegation if netscape don't run.
   - Now the configure script check if netscape support remote-command.
   - Now works with modern GV(PostScript and PDF viewer).  Tested with
     3.6.2.
 * Options:
   - Better description on the default output and the -d option.
 * Encodings:
   - CP1251.
 * Bug Fixes:
   - `input buffer overflow, can't enlarge buffer because scanner uses REJECT'
     This should no longer happen.
   - Now works on IA64, PowerPC and AMD64.
   - Fixed wrong default values for deskjet printers.
   - Quote arguments to file(1).
   - Fixed several security issues (CVE-2004-1377).
   - PS generated by a2ps is now compatible with Adobe Distiller for Mac OS X.
 * Style sheets:
   - specc.ssh, thanks to Hideaki Yokota
   - csharp.ssh, thanks to Karen Christenson
   - nasm.ssh & pic16f84.ssh, thanks to Aleksandar Veselinovic
   - small.ssh, thanks Christophe Continente
   - matlab4.ssh & matlab.ssh, thanks to Joakim Lubeck
   - stratego.ssh, thanks to Nicolas Tisserand
   - rd.ssh, s.ssh and st.ssh, thanks to Torsten Hothorn et.al.
   - ruby.ssh, thanks to Noritsugu Nakamura.
   - php.ssh, thanks to Hartmut Holzgraefe
   - udiff.ssh: Improved highlighting for diffs.
   - perl.ssh: Improved.
   - Some rules of sheets.map are improved
 * Contributions:
   - pdiff: Now pdiff can accept standard input.
 * Prologues:
   - Added diffcolor.pro for diffs
 * Documentation:
   - Revised.
 * Translation:
   - Japanese translation thanks to Yasuyuki Furukawa.
   - Revised Dutch translation, thanks to Benno Schlenberg.
   - Revised French translation.
 * Many other fixes, but the log is rather spotty ;-<
 * Part of works done at the Codefest Asia 2007 in ITB Bandung, Indonesia.
2008-11-10 18:00:34 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
obache
11eb8a00e3 Update acroread8 to 8.1.3.
Security fix for APSB08-19.
2008-11-05 11:01:23 +00:00
markd
3527c511f3 poppler-qt4 needs splash-output enabled or Page::renderToImage does
nothing.  Fixes problem with rendering pdf documents in Okular.
Identified by Sverre Froyen.
2008-10-30 11:33:06 +00:00
obache
efd4c6c7c5 Update ruby-gnome2 to 0.18.1.
== Ruby-GNOME2 0.18.1: 2008-10-23

This release is bug fix release of 0.18.0.

=== Changes

Ruby/GTK2:
  * fix a bug that init function is deleted. [Kouhei Sutou]
2008-10-28 13:43:57 +00:00
gdt
e115b25ddd Update to 5.2.1 (first release in new 5.2 series). (Soon
print/gutenprint-lib will be changed to 5.2.1 and this package
deleted.)

See NEWS for more about:

  II) CRITICAL UPGRADE NOTE

  If you are using CUPS with Gutenprint on a non-Macintosh system, and
  are upgrading from an earlier version of Gutenprint or Gimp-Print,
  please read this note carefully as there are special procedures that
  you should follow in addition to the normal procedure of running
  cups-genppdupdate.


* Changes from 5.2.0-rc1

   1) Preliminary support for the following printers.  These printers
      may be retuned for improved quality or performance in future
      releases.

      Epson inkjet printers:

      [many, see NEWS]

   2) Experimental support for the following printers.  These printers
      may not function correctly, and may be retuned for improved
      quality or performance in future releases.

      Epson inkjet printers:

      [many, see NEWS]
2008-10-26 13:44:08 +00:00
wiz
7afc71b552 Update to 2.24.1:
================
Evince  2.24.1
================

Bug fixes:

    * Disable toggle function of F5 when in presentation mode
      (#556162, Dave Neary)
    * Create a loading thumbnail for every different page size
      (#556264, Carlos Garcia Campos)
    * Fix several memory leaks (Carlos Garcia Campos)
    * Do not show bad titles like 'Microsoft Word' in the window title
      bar (#534684, Robin Sonefors and Nickolay V. Shmyrev)
    * Fix mailto links which were considered as http uris (#555801,
      Carlos Garcia Campos)
    * Fix launching external applications (#554500, Carlos Garcia Campos)
    * Other bugs fixed (#552382, #553369, #555134, Carlos Garcia Campos)

Translation updates:

    * Ihar Hrachyshka (be@latin)
    * Adrian Guniš (cs)
    * Kenneth Nielsen (da)
    * Ivar Smolin (et)
    * Takeshi AIHANA (ja)
2008-10-25 00:11:13 +00:00
wiz
03927847e8 Update to 0.10.0:
Release 0.10.0

	core:
	 * Fix crashes on PDF using Stitching or Axial Shading painting
	 * Fix rendering of PDF with Type1 fonts that have more than
	   one encoding definition per line
	 * Do not try to save documents that have Encryption as we
	   do not support that and the user ended with a broken file
	 * Fix crash on files with OptionalContentGroup but no Name

	Qt4:
	 * Fix the area of the links to be correctly reported on rotated documents

	misc:
	 * Mingw+Msys should work

Release 0.9.3 (0.10 RC 2)

	core:
	 * Fix rendering regression on some embedded fonts
	 * Fix rendering regression of some special fonts
	 * Fix crash on documents with bogus jpeg data

	Qt4:
	 * The printing flag defaults to true on PSConverter
	 * Documentation improvement

	utils:
	 * Fix regression that made HmtlOutputDev ignore jpeg images

	misc:
	 * Improve compilation on mingw

Release 0.9.2 (0.10 RC 1)

	core:
	 * Fix conversion to PS some files (bug #17645)
	 * Small Form fixes
	 * Small JS fixes
	 * Improve memory usage of the cairo renderer

	utils:
	 * Fix mismatched free/delete in pdftohtml
	 * Fix memory leak in pdftohtml
	 * Fix crash in pdftohtml

	glib:
	 * Fix a crash in forms demo

	misc:
	 * Compile with -pedantic

Release 0.9.1 (0.10 Beta 2)

	Core:
		* Fix crash on some AESv2 encrypted files (bugs #13972, #16092, #17523)
		* Improve parsing of broken files (bug #17568)

	glib frontend:
		* Minor improvements to the demo application

	utils:
		* pdftohtml: Generate the outline file in the same place
		             of the other generated files (bug #17504)

Release 0.9.0 (0.10 Beta 1)

	Core:
	 * Initial JavaScript support
	 * Annotation improvements
	 * Improvements in the Arthur based renderer
	 * Improvements in the Cairo based renderer
	 * Added a JPEG2000 decoder based on OpenJPEG
	 * Small fixes in ActualText implementation
	 * Fix jpeg rendering when not using the libjpeg based decoder
	 * Movie fixes
	 * Do not get out of memory on documents that specify huge fonts
	 * Emulate Adobe Reader behaviour on documents with duplicate keys in Dictionaries
	 * Forms improvements

	Qt4 frontend:
	 * Annotation improvements
	 * Forms improvements
	 * Add the possibility of extracting embedded fonts
	 * Initial Movie support
	 * Documentation improvements
	 * Small improvements in the PS exporter

	glib frontend:
	 * Annotation improvements
	 * Attachment fixes

	utils:
	 * updated man pages
	 * Added -listenc to pdfinfo and pdftotext
2008-10-24 23:28:53 +00:00
tonnerre
ba7a4dbc37 Upgrade cups to version 1.3.9 in order to fix CVE-2008-3639, CVE-2008-3640
and CVE-2008-3641. Also, it fixes a ton of bugs and has portability
enhancements. Full list of changes:

 - SECURITY: The HP-GL/2 filter did not range check pen numbers
   (STR #2911)
 - SECURITY: The SGI image file reader did not range check
   16-bit run lengths (STR #2918)
 - SECURITY: The text filter did not range check cpi, lpi, or
   column values (STR #2919)
 - Documentation updates (STR #2904, STR #2944)
 - The French web admin page was never updated (STR #2963)
 - The IPP backend did not retry print jobs when the printer
   reported itself as busy or unavailable (STR #2951)
 - The "Set Allowed Users" web interface did not handle trailing
   whitespace correctly (STR #2956)
 - The PostScript filter did not work with Adobe applications
   using custom page sizes (STR #2968)
 - The Mac OS X USB backend did not work with some printers
   that reported a bad 1284 device ID.
 - The scheduler incorrectly resolved the client connection
   address when HostNameLookups was set to Off (STR #2946)
 - The IPP backend incorrectly stopped the local queue if
   the remote server reported the "paused" state.
 - The cupsGetDests() function did not catch all types of
   request errors.
 - The scheduler did not always log "job queued" messages
   (STR #2943)
 - The scheduler did not support destination filtering using
   the printer-location attribute properly (STR #2945)
 - The scheduler did not send the server-started,
   server-restarted, or server-stopped events (STR #2927)
 - The scheduler no longer enforces configuration file
   permissions on symlinked files (STR #2937)
 - CUPS now reinitializes the DNS resolver on failures
   (STR #2920)
 - The CUPS desktop menu item was broken (STR #2924)
 - The PPD parser was too strict about missing keyword
   values in "relaxed" mode.
 - The PostScript filter incorrectly mirrored landscape
   documents.
 - The scheduler did not correctly update the
   auth-info-required value(s) if the AuthType was Default.
 - The scheduler required Kerberos authentication for
   all operations on remote Kerberized printers instead
   of just for the operations that needed it.
 - The socket backend could wait indefinitely for back-
   channel data with some devices.
 - PJL panel messages were not reset correctly on older
   printers (STR #2909)
 - cupsfilter used the wrong default path (STR #2908)
 - Fixed address matching for "BrowseAddress @IF(name)"
   (STR #2910)
 - Fixed compiles on AIX.
 - Firefox 3 did not work with the CUPS web interface in SSL
   mode (STR #2892)
 - Custom options with multiple parameters were not emitted
   correctly.
 - Refined the cupstestppd utility.
 - ppdEmit*() did not support custom JCL options (STR #2889)
 - The cupstestppd utility incorrectly reported missing
   "en" base translations (STR #2887)
 - Documentation updates (STR #2785, STR #2861, STR #2862)
 - The scheduler did not add the ending job sheet when the
   job was released.
 - The IPP backend did not relay marker-* attributes.
 - The CUPS GNOME/KDE menu item was not localized for
   Chinese (STR #2880)
 - The CUPS GNOME/KDE menu item was not localized for
   Japanese (STR #2876)
 - The cupstestppd utility reported mixed line endings for
   Mac OS and Windows PPD files (STR #2874)
 - The pdftops filter did not print landscape orientation PDF
   pages correctly on all printers (STR #2850)
 - The scheduler did not handle expiring of implicit classes
   or their members properly, leading to a configuration where
   one of the members would have a short name (STR #2766)
 - The scheduler and cupstestppd utilities did not support
   cupsFilter and cupsPreFilter programs with spaces in their
   names (STR #2866)
 - Removed unused variables and assignments found by the
   LLVM "clang" tool.
 - Added NULL checks recommended by the LLVM "clang" tool.
 - The scheduler would crash if you started a printer that
   pointed to a backend that did not exist (STR #2865)
 - The ppdLocalize functions incorrectly mapped all generic
   locales to country-specific locales.
 - The cups-driverd program did not support Simplified Chinese
   or Traditional Chinese language version strings (STR #2851)
 - Added an Indonesian translation (STR #2792)
 - Fixed a timing issue in the backends that could cause data
   corruption with the CUPS_SC_CMD_DRAIN_OUTPUT side-channel
   command (STR #2858)
 - The scheduler did not support "HostNameLookups" with all of
   the boolean names (STR #2861)
 - Fixed a compile problem with glibc 2.8 (STR #2860)
 - The PostScript filter did not support %%IncludeFeature lines
   in the page setup section of each page (STR #2831)
 - The scheduler did not generate printer-state events when the
   default printer was changed (STR #2764)
 - cupstestppd incorrectly reported a warning about the PPD format
   version in some locales (STR #2854)
 - cupsGetPPD() and friends incorrectly returned a PPD file for
   a class with no printers.
 - The member-uris values for local printers in a class returned
   by the scheduler did not reflect the connected hostname or
   port.
 - The CUPS PHP extension was not thread-safe (STR #2828)
 - The scheduler incorrectly added the document-format-default
   attribute to the list of "common" printer attributes, which
   over time would slow down the printing system (STR #2755,
   STR #2836)
 - The cups-deviced and cups-driverd helper programs did not set
   the CFProcessPath environment variable on Mac OS X (STR #2837)
 - "lpstat -p" could report the wrong job as printing (STR #2845)
 - The scheduler would crash when some cupsd.conf directives
   were missing values (STR #2849)
 - The web interface "move jobs" operation redirected users to
   the wrong URL (STR #2815)
 - The Polish web interface translation contained errors
   (STR #2815)
 - The scheduler did not report PostScript printer PPDs with
   filters as PostScript devices.
 - The scheduler did not set the job document-format attribute
   for jobs submitted using Create-Job and Send-Document.
 - cupsFileTell() did not work for log files opened in append
   mode (STR #2810)
 - The scheduler did not set QUERY_STRING all of the time
   for CGI scripts (STR #2781, STR #2816)
 - The scheduler now returns an error for bad job-sheets
   values (STR #2775)
 - Authenticated remote printing did not work over domain
   sockets (STR #2750)
 - The scheduler incorrectly logged errors for print filters
   when a job was canceled (STR #2806, #2808)
 - The scheduler no longer allows multiple RSS subscriptions
   with the same URI (STR #2789)
 - The scheduler now supports Kerberized printing with
   multiple server names (STR #2783)
 - "Satisfy any" did not work in IPP policies (STR #2782)
 - The CUPS imaging library would crash with very large
   images - more than 16Mx16M pixels (STR #2805)
 - The PNG image loading code would crash with large images
   (STR #2790)
 - The scheduler did not limit the total number of filters.
 - The scheduler now ensures that the RSS directory has
   the correct permissions.
 - The RSS notifier did not quote the feed URL in the RSS
   file it created (STR #2801)
 - The web interface allowed the creation and cancellation
   of RSS subscriptions without a username (STR #2774)
 - Increased the default MaxCopies value on Mac OS X to
   9999 to match the limit imposed by the print dialog.
 - The scheduler did not reject requests with an empty
   Content-Length field (STR #2787)
 - The scheduler did not log the current date and time and
   did not escape special characters in request URIs when
   logging bad requests to the access_log file (STR #2788)
2008-10-22 21:48:15 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
wiz
9d95f31281 Add three missing files to PLIST. Bump PKGREVISION. 2008-10-19 17:42:29 +00:00
drochner
8a9fa99ff9 update to 2.24.0
This switches to the gnome-2.24 release branch.
2008-10-16 16:19:00 +00:00
drochner
2601fa3e34 update to 2.18.3
changes:
-build fixes with new gtk2
-translation updates
2008-10-16 13:41:21 +00:00
drochner
773743f928 update to 2.18.5
changes: translation updates
2008-10-16 13:40:04 +00:00
uebayasi
34004f51e0 Move mk/emacs.mk to editors/emacs/modules.mk.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users.  Be DEPENDS to it.  This should
address pkg/37146 by Aleksey Cheusov.

While here convert some emacs lisp packages to user-destdir.
2008-10-11 09:31:54 +00:00
adam
c2e68262f0 Changes 1.3.3.12:
* Bug fixes and improvements
2008-10-09 10:33:40 +00:00
reed
857637df3d Fix PR 39650. I now realize I had broken this myself back in March 2007
when I updated to 2.5.5.

Use the correct papersize names. And bump PKGREVISION.

It now just passes along the name set in pkgsrc PAPERSIZE.
It has no checking so could still have wrong value.
I didn't check for "Letterdj" so that may cause problem as mpage
doesn't know it. For the record this is what mpage knows:

Mpage knows about the following paper types:
Type           Points Wide Points High
-------------- ----------- -----------
Letter                 612         792
LetterSmall            612         792
Tabloid                792        1224
Ledger                1224         792
Legal                  612        1008
Statement              396         612
Executive              540         720
A0                    2384        3368
A1                    1684        2384
A2                    1192        1684
A3                     842        1192
A4                     596         842
A4Small                595         842
A5                     420         595
B4                     729        1032
B5                     516         729
Folio                  612         936
Quarto                 610         780
10x14                  720        1008
2008-10-04 14:51:16 +00:00
obache
1f8504ee84 Update ruby-gnome2 to 0.17.0 release.
pkgsrc changes:
   * Add some additional modules:
    	devel/ruby-gnome2-bonobo
    	devel/ruby-gnome2-bonoboui
    	devel/ruby-gnome2-gconf
    	devel/ruby-gnome2-libglade
    	graphics/ruby-gnome2-gtkglext
    	multimedia/ruby-gnome2-gstreamer
    	print/ruby-gnome2-gnomeprintui
    	sysutils/ruby-gnome2-gnomevfs
    	www/ruby-gnome2-gtkhtml2
    	www/ruby-gnome2-gtkmozembed
    	x11/ruby-gnome2-gtksourceview
    	x11/ruby-gnome2-vte
   * Fixed detection of rcairo. It had been broken since switched to gem.
     patch-a{c,h,i,j,k,l.m}
     (It Already in upstream trunk)
   * Add patches for allow to load gem rcairo.
     patch-a{n,o,p}
   * Fixed overwritten glib module when installing modules require generated
     header of glib module.
     Modify to install the header as part of glib module and use bl3.mk.
   * clean up dependency
   * Add test target for modules having unit test.
   * Modified patch-a{a,b,d,f,g} to acceptable by upstream.

Ruby-GNOME2-0.17.0 (2008-09-07)

  Release notes:
  * This Release supports Ruby 1.8.7 and has many bug fixes and
    new bound functions.

  Main changes:
  * Ruby/GLib:
    - [#2060606] Crash when removing ruby applet from gnome panel with 0.7rc1
      [Kouhei Sutou]

  * Ruby/GTK:
    - [#2025651] FTBFS with gtk+ 2.13.5 [Cesare Tirabassi, Kouhei Sutou]

    - [#2043970] Segfaults on 64-bit Linux [Neil Roberts, Kouhei Sutou]

  * Ruby/Pango:
    - [#2043970] Pango::FontDescription#weight= seg fault [Kouhei Sutou]

  * Many other changes, GC bugs, Segfault fixes. See corresponding ChangeLog
    for detailed information on changes and contributors.

    Special thanks for your contributions to: (list in no particular order)
    - Neil Roberts
    - Cesare Tirabassi
    - Arnaud Cornet
2008-09-17 00:21:48 +00:00
drochner
4021ec86d8 Treat FITB* references like their counterparts w/o 'B' instead
of just spitting out an "unimplemented" warning. The pdf spec
defines a differing zoom setting for them which is ignored here.
bump PKGREVISION
2008-09-14 14:35:27 +00:00
drochner
b3f51f7355 update to 0.8.7
changes:
-Fix regression in Form rendering
2008-09-14 14:17:58 +00:00
gdt
0e72305432 add license 2008-09-12 11:39:06 +00:00
joerg
244a188c8a Set RESTRICTED and derive NO_* from that as documented. 2008-09-08 14:25:49 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
tron
2034ad1acf Compile with "-fPIC" under NetBSD to fix amd64 build problems. 2008-09-05 15:50:03 +00:00
markd
d1c4734039 Add libspectre 2008-09-03 21:39:00 +00:00
markd
93d0417ac4 Initial import of libspectre 0.2.1
libspectre is a small library for rendering Postscript documents. It
provides a convenient easy to use API for handling and rendering
Postscript documents.
2008-09-03 21:36:46 +00:00
markd
377be88032 Build libgs as a shared library as increasingly other packages expect it
to be there and want to link with it. Bump PKGREVISION.
2008-09-03 21:31:12 +00:00
drochner
b85a8924b3 update to 0.8.6
Changes since 0.8.5:
Core:
* Call error() when font loading fails
* Be less strict parsing TTF tables (bug #16940)
* Fix crash due to uninitialized variable
Qt 4 frontend:
* Make the paper color setting working as it should
* Make sure to use the correct page width/height for form widgets coordinates
2008-08-26 17:10:02 +00:00
tonnerre
e9a441e100 If mkdtemp is not defined, define our own version and deploy it. Also, don't
just add mkdtemp to configure.in but also make sure that it is heard.
PKGREVISION++.
2008-08-24 20:35:37 +00:00
obache
2d7bf63357 Remove unresolvable hosts from MASTER_SITES.
Noticed by Zafer Aydogan via private mail.
2008-08-23 07:46:59 +00:00
is
effc4b90a7 Workaround for my own PR 39379:
Don't -DUSE_INLINE - this creates "static inline", and the imake setup
at least on NetBSD-4/arm calls "cc -ansi", which, as being a c89 compiler,
refuses this c99 code (or so I've been told by C language lawyers).
(Maybe somebody can come up with a patch that does the right thing
wrt. this stuff for all our environments.)
2008-08-20 10:25:12 +00:00
joerg
deb64da246 It's x86_64... 2008-08-19 13:15:02 +00:00
joerg
b42fb9df16 It's x86_64, not amd64. 2008-08-19 13:13:28 +00:00
dholland
18da6d3247 This installs a perl script and several python scripts.
Handle them correctly.
PKGREVISION++.
2008-08-17 05:52:30 +00:00
is
6ba160b451 Protect against LD_LIBRARY_PATH forcing us to load NetBSD shared libraries. 2008-08-11 14:29:20 +00:00
joerg
edb681cd2d amd64 == i386 for the purpose of this package. 2008-08-10 16:09:17 +00:00
drochner
0d2a0cc1ce update to 8.63
changes:
-bugfixes
-multithreaded rendering
-Images are now always interpolated in their source colorspace
-Support for OpenPrinting Vector devices has been upgraded to version 1.0
-two new devices: cairo, svgwrite
-maximum number of color components has been reduced to 8 (from 252)
-The -Z: debugging option now uses 'realtime' instead of 'usertime'
2008-08-07 18:21:40 +00:00
joerg
29932c6bd1 Ensure that DESTDIR builds don't leak the build user, but use root
for permissions. Bump revision.
2008-08-07 15:51:11 +00:00
drochner
cb4639a045 update to 0.8.5
changes:
-fix some crashes and memory leaks
-pdftohtml improvements
2008-08-06 18:44:25 +00:00
smb
2fb5ea0447 Update to _SU1 (Security Update 1) version from Adobe 2008-07-29 15:42:20 +00:00
joerg
ab5a977076 Fix build against newer OpenSSL. 2008-07-27 17:16:37 +00:00
gdt
5f4b7906b7 Update to 5.2.0beta3. Many minor changes and bugfixes omitted; see
NEWS in the distfile.

* CHANGES FROM GUTENPRINT 5.2.0-BETA2:

  4) Printing speed, and possibly quality, have been improved in
     certain cases on newer Epson inkjet printers (C120, Stylus Photo
     2400, RX700, and all printers using Claria ink).  The speed
     improvement should be most noticeable with plain paper at lower
     resolutions.  Quality improvements may or may not be noticeable.

  5) The Epson driver is in the process of being converted to use data
     stored in files external to the binary library.  While this
     should have no impact on end-user use, it is a substantial change
     that people should be aware of.  Please report any issues.

  6) Test coverage has been significantly increased.

  7) New printers supported in this release:

     (450+ lines of printers omitted)

* GENERAL CHANGES FROM GUTENPRINT 5.0:

   1) Gutenprint 5.2 and beyond no longer support GIMP 1.2.  Please
      ensure that you are using GIMP 2.0 or above.

   2) The PostScript driver has been rewritten, offering enhanced
      functionality approaching that of the native printer drivers.
      This driver is used by the enhanced Print plugin for the GIMP,
      and by other packages (such as PhotoPrint) that utilize
      Gutenprint.  In particular, the following specific functionality
      has been added:

      - All PPD file options are now offered.

      - CMYK input is now handled correctly.

      - The PostScript driver recognizes Gutenprint PPD files (from
        the native CUPS driver, not from Foomatic) and presents
        floating point options correctly.

	Note that this driver does not offer the curve options offered
	by the native drivers.

----------------

* CHANGES FROM GUTENPRINT 5.0.2 AND 5.1.7:

   1) cups-genppdupdate is no longer versioned, as it was in 5.0 and
      5.1 (cups-genppdupdate.5.0 and cups-genppdupdate.5.1).  It also
      supports the following options:

      -r Specify the major.minor version to update to, e. g. 5.0 or
         5.1.

      -f Bypass ownership/permissions checks on update PPD files.

      -i Interactively ask whether to update each PPD file.

   2) The performance of cups-genppdupdate has been improved
      significantly.

   3) cups-genppdupdate no longer updates PPD files that differ only
      in case of the file extension (e. g. printer.ppd and
      printer.PPD).  This avoids updating PPD files twice on
      filesystems that are case insensitive, such as OS X.

   4) cups-genppdconfig has been removed from this release.  This
      command was used to configure CUPS printer queues, but is not
      necessary as there are ample other tools available to configure
      printer queues.

   8) L-size photo paper (3 1/2x5 inches) has been added.
2008-07-18 00:13:40 +00:00
drochner
b88e673a02 update to 0.8.4
changes:
-bugfixes
-build fix for qt4 (which doesn't work)
The security fix for CVE-2008-2950 is not yet integrated upstream.
2008-07-15 10:34:21 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
drochner
cb4d79225b add a missing pointer initialization, fixes possible memory corruption
(CVE-2008-2950), patch from the advisory, bump PKGREVISION
2008-07-09 10:30:37 +00:00
joerg
96d4102753 Needs Perl. Bump revision. 2008-06-21 22:55:49 +00:00
joerg
e5c3d52f54 Shared object files must be linked with -fPIC. DESTDIR support.
Bump revision.
2008-06-21 18:55:13 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
reed
ec2b6b8618 Added print/tex-ifxetex. 2008-06-19 16:27:10 +00:00
reed
9074428e45 New package: tex-ifxetex
I needed this for upgrading dblatex. I don't use xetex myself yet.

This simple TeX package defines the \ifxetex boolean for testing
whether the TeX-variant XeTeX is being used for typesetting.  Also
provides the \RequireXeTeX command which throws an error if XeTeX
is not the engine in use.
2008-06-19 16:24:49 +00:00
taca
6733cb1e5f Update to ruby-gnome2-poppler to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:14:15 +00:00
taca
fa086e0957 Update to ruby-gnome2-gnomeprint to 0.17.0rc1 to build with newer gnome packages. 2008-06-19 15:13:54 +00:00
wiz
3a9858ff0e Fix a few problems:
. Fontforge version comparison in configure script is broken, because
  the numbers get too big for test(1). Comment it out, we know the
  pkgsrc version is new enough.
. Do not install any emacs lisp files. Should be a separate package.
. Give path to Century New Schoolbook L fonts to configure script directly.
  There seems to be some problem with fc-match in a sandbox (to be
  investigated).

Bump PKGREVISION for PLIST change.

Changes created in cooperation with dillo@ and schmonz@ at pkgsrcCon 2008.
2008-06-18 20:29:32 +00:00
reed
cc92938665 Changed download site and website to append .uk to domain name. 2008-06-16 14:48:28 +00:00
joerg
633f896717 INSTALLATION_DIRS=sbin. 2008-06-16 13:22:49 +00:00
joerg
572b8e1a35 Fix DESTDIR support. 2008-06-16 13:21:49 +00:00
joerg
d5f4497a0a Perl runtime dependency. Bump revision. 2008-06-16 13:21:14 +00:00
joerg
02d4578ebd Mark as meta-package. 2008-06-15 09:56:37 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
markd
6d3ea4abb3 Needs msgfmt - from Hasso Tepper in PR pkg/38919.
While here add PKG_DESTDIR_SUPPORT and remove the explicit X dependencies,
gets all it needs from kdelibs3 and kde3.mk.
2008-06-10 10:11:21 +00:00
wiz
87cc1b5550 Needs pkg-config, and does not like python<2.4.
XXX: still does not build for me because it does not accept fontforge.
2008-06-10 08:05:21 +00:00
drochner
f79c4789bf reset PKGREVISION for base pkg update 2008-06-05 21:04:20 +00:00
drochner
9cee4bd5cb update to 0.8.3
changes:
-fix crashes on certain input
-Fix leaks
-Do not limit CharCodeToUnicodeString to 8 characters
-Support for surrogates outside the BMP plane

pkgsrc note: the crashes had been fixed by patches in pkgsrc before
2008-06-05 21:03:37 +00:00
abs
32e2599a98 pkglint (added comments) no functional change 2008-06-03 20:31:10 +00:00
abs
a9d5d0e981 Set BUILDLINK_DEPMETHOD.qt4-tools?=full, bump PKGREVISION, pkglint 2008-06-03 20:30:27 +00:00
drochner
847b66bcf7 make it build on DragonFly/FreeBSD, from Hasso Tepper per PR pkg/38832 2008-06-02 16:46:42 +00:00
drochner
19ad210f80 update to 2.22.2
changes:
-bugfixes (one patch integrated upstream)
-translation updates
2008-05-29 16:51:09 +00:00
tnn
1dd4358c42 Mark some packages as not for bulk building on HPUX. 2008-05-26 22:37:30 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
joerg
a8a3c01339 Explicitly add pax dependency in those Makefiles that use it (or have
patches to add it). Drop pax from the default USE_TOOLS list.
Make bsdtar the default for those places that wanted gtar to extract
long links etc, as bsdtar can be built of the tree.
2008-05-25 21:42:20 +00:00
tonnerre
19b1325712 Fix build of teTeX3-bin on MacOS X as described in PR 38635. Patch tested
by me and Matthias Kretschmer.

PKGREVISION not bumped because there is no change at all to the content.
2008-05-25 17:10:29 +00:00
tron
5653b15d71 Remove me as maintainer of some package, clame ownership of a few packages. 2008-05-25 14:45:16 +00:00
dillo
07e7ef92c7 Assert OWNERship of some packages, relinquish others entierly. 2008-05-25 13:16:10 +00:00
tnn
2778c83e8b unlimit the data segment (gsromfs1.c needs > 128MB on gcc/alpha) 2008-05-25 10:26:41 +00:00
drochner
f0402397be update to 3.2.5
changes:
-SVG driver adds color and pattern filling to arcs
-bugfixes

pkgsrc change: skip interpreter check for fig2ps2tex, in response
to PR pkg/38711 by Aleksey Cheusov. Adding csh as a dependency doesn't
make much sense because the pkg provides an extra script exactly
for that case, as documented in the manpage.
2008-05-21 11:11:52 +00:00
tnn
b6c9ff8b98 Fix build on IRIX by ensuring -lfontconfig links with -liconv. 2008-05-17 20:57:29 +00:00
drochner
7544ab866e +pdflib-lite 2008-05-15 20:07:33 +00:00
drochner
26a02a0287 import pdflib-lite-7.0.3
This is a newer version of what we have as pkgsrc/print/pdflib, but
it comes with much unfriendlier licensing conditions (non-commercial
use only).
I've tested it with gnuplot. There is just some "dash patterns" support
added over pdflib4 afaics. So making it the default choice isn't worth
the hassle, but if you want to try it, here is it.
2008-05-15 20:06:03 +00:00
drochner
b79e2f2a5f pull another patch from upstream CVS, to fix a possible crash,
ride on today's PKGREVISION bump
2008-05-15 17:51:29 +00:00
drochner
f7db1812d4 quell a pointless warning 2008-05-15 17:49:49 +00:00
drochner
479e35dafe pulla patch from upstream CVS which appearently fixes a problem
reported by Steven M. Bellovin on pkgsrc-users, bump PKGREVISION
2008-05-15 09:15:41 +00:00
sborrill
2924addadd Update to 2.10.33 2008-05-14 20:26:53 +00:00
sborrill
399bb76d8d Update to 2.10.33.
Changes are too numerous to mention.

N.B. I've removed the dependency on emacs, it was only used to create the
folder to install a single folder in and worse still, PLIST used
EMACS_LISPPREFIX but this wasn't used by Lilypond.
2008-05-14 20:25:15 +00:00
tonnerre
b0aa4c8d0b Remove RCSID from patch-at so it applies again 2008-05-06 09:24:20 +00:00
tonnerre
fb8600907d Fix various buffer overflow vulnerabilities in dvips and dviljk, and an
insecure temp file creation vulnerability in dvips. Fixes CVE-2007-5935,
CVE-2007-5936 and CVE-2007-5937. Bump PKGREVISION.
2008-05-05 22:48:22 +00:00
xtraeme
2d1f52c7d5 Update to 0.8.2:
core:
	* Fix call broken by a fix introduced in 0.8.1
2008-05-01 13:32:08 +00:00
jmmv
0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00
drochner
744725baf0 update to 0.8.1
Some fixes which we had patched in pkgsrc are included now.
2008-04-29 19:23:34 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
joerg
cf2cd71d61 Explicitly include Python 2.1 as it is required by Zope 2.5. 2008-04-25 19:49:03 +00:00
joerg
210f5eb08a Supports DESTDIR. 2008-04-25 13:14:52 +00:00
tonnerre
4ad89e4880 Fix embedded font handling (CVE-2008-1693). While at it, add a patch
from upstream CVS which fixes display of 16-bit colors. Update from
print/poppler.
Approved-by: joerg
2008-04-20 15:48:12 +00:00
drochner
cc29e3896e -fix embedded font handling (CVE-2008-1693), patch from Ubuntu,
bump PKGREVISION
-being here, add a patch from upstream CVS which fixes display
 of 16-bit colors
2008-04-18 14:03:54 +00:00
hira
6ff8a574ea Fix PLIST without djvu and dvi. 2008-04-15 21:18:17 +00:00
drochner
c78922a924 update to 0.8.0
changes:
* Fix caching of members in the glib frontend causing issues with rendering
* Change glib public api to have a correct naming
* Some better error handling on corner cases
* Check the document stream is seekable when opening it
* Build fixes with autotools and with cmake
* Fix infinite recursion on some malformed documents when consulting the fonts
* Fix possible crash when asking for Movie contents
2008-04-15 19:57:00 +00:00
drochner
c43817f2fc update to 2.22.1.1
This switches to the gnome-2.22 release branch.
2008-04-15 18:30:23 +00:00
drochner
695ac6c5d0 fix a possible integer overflow in buffer size calculation, from upstream,
bump PKGREVISION
2008-04-15 17:26:23 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
wiz
283cfbfb10 Reorder lines to be more standard. 2008-04-09 19:34:41 +00:00
wiz
9132d976d9 Update to 0.2.1:
KBibTeX 0.2.1
* Translations to Russian and German
* Searching in arXiv and Google Scholar
* GUI to edit id suggestion templates
* User-defined fields in GUI
* Various bugfixes

KBibTeX 0.2
* Many usability improvements and bugfixes
* Embedding documents into exported PDFs possible (if supported by
  installed TeX system)
* More URLs to search documents included
* More online databases to search references added
* Keyword handling improved
* Suggesting entry ids added
* Merging .bib files possible
* Improved handling of crossref'ed entries
* Adding more functions to toolbar and shortcut system
2008-04-06 20:59:34 +00:00
xtraeme
f865b438f9 + acroread8 2008-04-06 09:32:12 +00:00
toshii
c40258cb28 Import of Adobe Reader 8, based on the print/acroread7 pkgsrc.
Adobe Reader is part of the Adobe Acrobat family of software, which lets
you view, distribute, and print documents in Portable Document Format
(PDF)--regardless of the computer, operating system, fonts, or application
used to create the original file.  PDF files retain all the formatting,
fonts, and graphics of the original document, and virtually any
PostScript(TM) document can be converted into a PDF file.
2008-04-06 01:43:32 +00:00
jlam
6973294f00 Add and enable new ruby-* packages. 2008-04-04 15:33:05 +00:00
joerg
717b995ce4 Supports DESTDIR. 2008-04-04 15:25:53 +00:00
jlam
35909a826c Initial import of ruby18-pdf-writer-1.1.8 as print/ruby-pdf-writer.
PDF::Writer for Ruby provides the ability to create PDF documents using
only native Ruby libraries.
2008-04-04 15:20:20 +00:00
markd
b7c8e9970c Update cups to version 1.3.7
OKed by jlam.

Changes in 1.3.7

The new release includes three security fixes and several printing and
authentication fixes.

CVE-2008-0047: cgiCompileSearch buffer overflow
CVE-2008-1373: CUPS GIF image filter overflow
Updated the "make check" tests to do a more thorough automated test.
cups-driverd complained about missing directories
cupsaddsmb would leave the Samba username and password on disk if no
Windows drivers were installed
The Linux USB backend used 100% CPU when a printer was disconnected
The sample raster drivers did not properly handle SIGTERM
The scheduler sent notify_post() messages too often on Mac OS X.
Kerberos access to the web interface did not work
The scheduler did not support "AuthType Default" in IPP policies
The scheduler did not support the "HideImplicitMembers" directive as
documented
"make check" didn't return a non-zero exit code on error
The scheduler incorrectly logged AUTH_foo environment variables in
debug mode
The image filters inverted PBM files
cupsctl would crash if the scheduler was not running
The scheduler could crash when printing using a port monitor
The scheduler would crash if PAM was broken
The image filters did not work with some CMYK JPEG files produced by
Adobe applications
The Mac OS X USB backend did not work with printers that did not
report a make or model.
The job-sheets option was not encoded properly
The scheduler incorrectly complained about missing LSB PPD directories.

Changes in 1.3.6

The new release fixes some platform-specific build problems, web
interface issues, PDF and PostScript filter option handling, and a
number of minor bugs discovered during routine code audits.
2008-04-03 04:06:27 +00:00
tnn
6a505741bd Fix dependency pattern. Caught by pbulk. 2008-04-01 01:36:32 +00:00
obache
842916fea3 Swith to vender supplied patch file xpdf-3.02pl1.patch. 2008-03-29 04:03:41 +00:00
obache
b32bc73dc4 Update xpdf to 3.02pl2.
Security fix for CVE-2007-4352, CVE-2007-5392 and CVE-2007-5393.
2008-03-29 03:00:57 +00:00
is
bca3a6bff1 This depends on tex-xkeyval. Ok by wiz. 2008-03-26 16:21:12 +00:00
wiz
ad955497c2 Try removing share/ghostscript directory during uninstall.
Bump PKGREVISION.
2008-03-10 12:34:10 +00:00
gdt
ee63d75044 Update to 5.1.7.
Find CUPS lpstat in /usr/pkg (not quite right, but better).

   1) New printers supported in this release:

      * Epson inkjet printers:

	EPSON PictureMate 100
	EPSON PictureMate 210 (Corrected)
	EPSON PictureMate 240 (Corrected)
	EPSON PictureMate 250 (Corrected)
	EPSON PictureMate 260
	EPSON PictureMate 270
	EPSON PictureMate 280 (Corrected)
	EPSON PictureMate 290
	EPSON PictureMate 500
	EPSON PictureMate 2005
	EPSON PictureMate Dash
	EPSON PictureMate Flash (Corrected)
	EPSON PictureMate Pal (Corrected)
	EPSON PictureMate Snap (Corrected)
	EPSON E 150 (Corrected)
	EPSON E 300
	EPSON E 520
	EPSON E 500
	EPSON E 720
	EPSON E 700
	EPSON Stylus D92
	EPSON Stylus DX4400
	EPSON Stylus DX4450
	EPSON Stylus DX7000F
	EPSON Stylus DX7400
	EPSON Stylus DX7450
	EPSON Stylus DX8400
	EPSON Stylus DX8450
	EPSON Stylus Photo R280
	EPSON Stylus Photo R285
	EPSON Stylus Photo RX585
	EPSON Stylus Photo RX680
	EPSON Stylus Photo RX685

	(Note that a number of the PictureMate printers that were
	previously included generated grossly incorrect output.  Not
	all of the PictureMate printers have been fully tuned at this
	point.)

      * Canon inkjet printers:
        Canon PIXMA MP520 (#1872394)
	Canon PIXMA iP6000D

   2) Printing for the Canon PIXMA iP4500 has been fixed (#1834153).

   3) Printing near the bottom of the page has been improved for many
      modern Epson inkjet printers.  In addition, we have determined
      that most of these printers can print with consistent high
      quality at 2880x2880 and 5760x2880 DPI.  Therefore, these
      resolutions will be used for Ultra Photo and Best qualities
      respectively on these printers.

      Printers affected include:

      * Stylus Photo R800, R1800, PM-G820

      * Stylus Photo R2400

      * All printers using Claria ink

   4) Full bleed printing now works properly on the Epson Stylus Photo
      R2400.

   5) The Epson Stylus C120 now allows printing at 2880x2880 and
      5760x2880.  However, print quality near the bottom of the page
      may be poor, and these settings are therefore not used for Ultra
      Photo and Best quality.

   5) The ink drop sizes on the Epson Stylus Photo printers using
      Claria ink have been retuned, yielding improved quality at lower
      resolutions.

   6) A problem with determining the system printer queues in the GIMP
      plugin on certain systems using languages other than English has
      been fixed.

   7) Envelope paper sizes are now offered in both portrait and
      landscape form factor, as some printers expect envelopes to be
      fed long edge first while some expect them to be fed short edge
      first.

   8) PCL laser printers now offer paper trays with adjustable guides.
      Many laser printers use adjustable guides for manual feed of
      papers narrower than letter size.

   9) The GIMP plugin now offers reset buttons for individual
      settings, so it is possible to reset a single setting to its
      default without resetting all settings.

   9) Various new controls and settings have been added to assist in
      printer calibration.  While the tools for using these controls
      are not yet created, these tools will assist in calibrating
      printers in the future.

      * The Epson driver now offers additional controls for adjusting
      	the relationship between light and dark ink:

	+ The Value parameters (such as Light Cyan Value) specify the
	  relative darkness of the light vs. dark inks.

	+ The Cutoff parameters now specify the point at which the
	  darker ink is first used, relative to the value of the light
	  ink.

	+ The Scale parameters now specify the amount of light ink
	  used (essentially the density of the light ink).  This is
	  the same as the parameters previously called Cutoff.

      * The Epson driver now exposes as defaults the actual GCR
        settings used for the printer, paper, and ink combination in
        use.

      * The Epson driver now allows passing low level settings such as
        printer base resolution, ink drop size selection, and relative
        ink drop size as parameters.  The ink drop size can be
        accessed in the GIMP plugin, while the base resolution and ink
        drop size selection can only be used via the test pattern
        generator or other application that allows setting integer
        parameters.

      * Two new dither algorithms, Segmented and Segmented New, have
	been added.  These are not intended for normal use, and will
	normally behave like Ordered and Ordered New.  However, if Raw
	color correction is selected and a printer with multiple drop
	sizes is used, the range of input will be divided up such that
	the high order bits will select the drop size to be used and
	the lower bits will specify the amount of ink.  High order
	bits of 0 indicate that all drop sizes should be used.

	For example, if a printer offers 3 drop sizes (2 bits), the
	range of 0-16383 will print all drop sizes normally (with the
	range of 0-16383 being scaled to 0-65535), 16384-32767 will
	use the small drop size, and so forth.

	This is intended to assist in tuning ink drop sizes.

      * A new parameter allowing dumping out of color correction state
	(lookup tables, GCR data, curves, etc.) has been added, and is
	accessible in the GIMP plugin.  At present, this data cannot
	be used directly, but it is intended that in the future this
	mechanism be used to allow calibration information to be saved
	and restored.
2008-03-09 01:23:54 +00:00
tnn
ffc27bb08c Update to libpaper-1.1.23 due to missing distfile (asked by joerg@)
Changes:
* Use defaultpapername() if systempapername() fails, as suggested
  in lib/paper.h. This makes paperconf return a default papersize
  instead of failing if /etc/papersize doesn't exist.
  Closes: #376346.
* Added hungarian translation: Closes: #433726.
2008-03-08 14:20:12 +00:00
joerg
6b0729e116 DESTDIR clean. 2008-03-08 13:58:09 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
drochner
6ab2baf204 fix a botched pointer comparision which fails if the pointer difference
overflows the signed integer range, this fixes font problems in PDF
creation for me,
bump PKGREVISION
2008-03-05 19:12:16 +00:00
drochner
a063d525e4 update to 8.62, fixes a buffer overflow (CVE-2008-0411)
(it appearently doesn't fix the font embedding problems in PDF
generation reported recently)
2008-03-05 11:01:12 +00:00
rillig
ebcb0ce01e Resign from maintaining a lot of packages, so everyone is free to update
them at will.
2008-03-04 11:02:23 +00:00
joerg
5765c66f42 When CUPS is compiled with Kerberos support, buildlink that as well. 2008-03-01 14:14:20 +00:00
drochner
e8b96aca8f update to 2.2.2
changes:
-UI improvements:
 -Font lists are now sorted alphabetically
 -Evolution records are now sorted by the "file_under" field
 -Explicitely set page size when printing "other" page size
 -Enforce minimum size for images to prevent rendering of images
  of zero size
-bugfixes
2008-02-28 18:30:59 +00:00
gdt
45612ef873 Use --localedir instead of --with-localedir, following configure's
--help.  From Rumko on pkgsrc-users@.
2008-02-28 00:31:37 +00:00
tron
b11d094ebf Set temporary directory before invoking Ghostscript to avoid random
failures when attempting to print Postscript files. Bump package
revision because of this fix.

Based on a patch contributed by Paul Goyette in PR pkg/38037.
2008-02-15 15:47:56 +00:00
drochner
2e224205eb update to 2.18.4
changes:
-code cleanup
-Support searching and cut'n'paste of text in PDF files
 output by libgnomeprint
-Fix problem in the postcript backend that caused images
 to be printed as black squares
2008-02-13 19:39:26 +00:00
tnn
c4a4d2f7db Needs lex(1) 2008-02-05 09:11:38 +00:00
tnn
6538a067b9 PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS 2008-02-04 20:10:34 +00:00
drochner
830db26134 update to 2.18.2
changes:
-Fix a crash in gedit
-Remove unneeded popt usage
-Cleanups

pkgsrc note: we still depend on popt indirectly
2008-02-03 12:20:58 +00:00
reed
5501a24289 Fix homepage. 2008-02-03 02:49:19 +00:00
reed
f9a9f1605d New package: rtf2latex2e-1.0fc2 2008-02-03 02:47:35 +00:00
reed
9b8a03fc26 Import new package: rtf2latex2e
rtf2latex already exists in pkgsrc but didn't work for me and this
is different (but maybe derived from same?) and installs different files.

This is rtf2latex2e by Ujwal Sathyam and Scott Prahl.  It uses the
RTF reader by Paul DuBois and converts RTF files into the LaTeX2e
format. Its main features are:

1. detects text style: bold, italic, color, big, small,...
2. reads embedded figures: PICT, WMF, PNG, JPEG, converts to EPS
3. reads tables: simple to semi-complex
4. equations: converts embedded MathType < 3.0 equations
5. symbols: converts most greek and math symbols
6. reads footnotes (not in tables yet)
7. support for use of the fontenc package
8. translates hyperlinks using the hyperref package
2008-02-03 02:45:23 +00:00
drochner
4bebd1d790 update to 0.6.4
changes:
-Fix crash in the Splash renderer when T3 fonts are badly defined
-Draw underlined Links correctly
-utils: Fix two use after free bugs in HtmlOutputDev.cc
-some fixes to the qt4 frontend
2008-02-01 21:12:41 +00:00
gdt
ff7f7b0ccc Conditionally add cups files to PLIST. From Matthias Drochner.
Partially addresses PR pkg/37888.
2008-01-29 16:04:13 +00:00
jnemeth
6389d0b28c sort 2008-01-25 14:16:33 +00:00
gdt
8969f3bf06 Update the way the cups makefile is modified to place the prototype
psraster.convs in share/examples/cups (to avoid writing PKG_SYSCONFDIR
outside of CONF_FILES).
2008-01-24 15:17:30 +00:00
markd
83a6398758 Missed this patch 2008-01-22 23:59:00 +00:00
markd
0766246a27 Update cups to 1.3.5
Adds dns-sd support and Negotiate authentication (kerberos)
various bug fixes.
2008-01-22 23:58:13 +00:00
wiz
a7c8e0cd61 Reset maintainer on his request. 2008-01-19 09:16:17 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00