Commit graph

5671 commits

Author SHA1 Message Date
martin
5d67329031 Make it buildable on NetBSD-current with gcc 4.8 2014-08-26 13:47:06 +00:00
wiz
b12c23b513 Update poppler* to 0.26.4:
Release 0.26.4
        core:
	 * CairoOutputDev: Make sure we always push a transparency
	 group in setSoftMaskFromImageMask(). Bug #81624
	 * Fix a crash when adding Annotation without contents
	 * Improve non-latin characters in inline notes. Bug #65956
	 * Don't check for inlineImg twice. Bug #82059
	 * printf() -> error()

	glib:
	 * Return NULL in poppler_annot_get_contents also for empty
	 strings
	 * Fix a memory leak when getting text layout and attributes
2014-08-25 21:11:30 +00:00
wiz
886c33232a Update to 0.4.7:
Hi, new poppler-data out, it just adds a .pc file.
2014-08-25 18:39:50 +00:00
schnoebe
e6296b17c4 add missed patch. 2014-08-23 20:34:19 +00:00
schnoebe
84866bd5af Makefile:
bump PKGREVISION;
    drop a number of no longer supported configuration flags
    Add cups-files.conf to the list of CONF_FILES
PLIST:
    add cups-files.conf to example files installed
options.mk:
    remove a number of now meaningless configuration options.
2014-08-23 20:02:11 +00:00
schnoebe
934ffd922d Revise patch-utils_cups-browsed.c to allow cups-browsed to build on NetBSD 6.
(and earlier.)
2014-08-23 19:58:17 +00:00
wiz
e93780f5fc Install banners and testprint again, and depend on a cups version that
doesn't install them.

Bump PKGREVISION.
2014-08-22 21:58:21 +00:00
wiz
a1d3b91441 Do not install banner files and testprint, to avoid conflict with
cups-filters, which installs them too.

Bump PKGREVISION.
2014-08-22 21:54:38 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
wiz
d2f9662c1c Stop installing some banner files and the testprint page, to avoid
conflict with cups-1.7.
Upstream bug report was filed a month ago, but so far there was
no clarification:
https://bugs.linuxfoundation.org/show_bug.cgi?id=1222

Bump PKGREVISION.
2014-08-22 09:58:36 +00:00
jperkin
320d7c289b Fix build on SunOS (needs explicit -lX11). 2014-08-21 15:36:07 +00:00
jperkin
988479dec0 Fix build on SunOS (needs explicit -lm). 2014-08-21 08:41:20 +00:00
wiz
8970a33913 + tex-octavo{,-doc} 2014-08-07 21:25:22 +00:00
wiz
0f67379886 Import tex-octavo-doc-1.2 as print/tex-octavo-doc.
This is documentation for tex-octavo.
2014-08-07 21:25:05 +00:00
wiz
b43aa21e0c Import tex-octavo-1.2 as print/tex-octavo.
The octavo class is a modification of the standard LaTeX book class.
Its purpose is to typeset books following classical design and
layout principles, with the express intention of encouraging the
making of beautiful books by anyone with access to a good printer
and with an inclination towards venerable crafts, e.g., bookbinding.

The octavo class differs from the book class by implementing many
of the proposals and insights of respected experts, especially Jan
Tschichold and Hugh Williamson.

The documentation discusses methods to organise and print out any
text into signatures, which can then be gathered, folded and sewn
into a book.
2014-08-07 21:24:46 +00:00
wiz
2b29136815 Update to 1.0e, provided by Leonardo Taccari in PR 49070,
to match tex-leaflet-1.0e.
2014-08-05 19:15:56 +00:00
wiz
e2d41d3253 Update to 1.0e, provided by Leonardo Taccari in PR 49070.
Changes:
 * v1.0e
    \LL@pagesize@specials: Patch from Toby Thurston for XeLaTeX. (RN)

 * v1.0d
    General: Options "twopart/notwopart" suggested by Luis Rivera.
    No more "final" in \ExecuteOptions suggested by Axel Berger (RN).
2014-08-05 19:15:22 +00:00
tron
0fc1b8bcb6 Update "xpdf" package to version 3.04. Changes since version 3.03:
- New text extractor.
- Added the pdftohtml tool.
- Added the pdftopng tool.
- New trapezoid-based rasterizer core (for performance).
- Generate appearance streams for Line, PolyLine, and Polygon
  annotations.
- Added the closeWindowOrQuit command, and changed the default binding
  for ctrl-W from closeWindow to closeWindowOrQuit.
- Implemented the new AES-256 mode (R=6, Acrobat X).
- Add an object cache.
- Added a small cache for object streams.
- Modify PSOutputDev to use LZW compression instead of RLE, with a
  fallback to RLE if the "psLZW no" setting is given.
- Pdfinfo now prints page rotation info.
- Modified ImageOutputDev, used by pdfimages, to output the masks and
  soft masks used when drawing images.
- Remove non-printable characters from error output, just in case they
  might cause problems for the terminal program.
- Added initial support for Code3of9 bar codes in XFA forms.
- Added the mapExtTrueTypeFontsViaUnicode xpdfrc command.
- Apply stroke adjustment to rectangular images and clipping regions (in
  addition to strokes and fills).
- Decode JPEG 2000 images at less than full resolution if the full res
  image isn't needed (i.e., if the raw image is higher resolution than
  the output).
- Implemented knockout groups.
- Removed t1lib support.
- Added support for images with 16-bit components.
- Rewrote the Dict class to use a hash table; as a side effect, this
  handles dictionaries with multiple definitions for a key, which are
  in violation of the spec, but Acrobat appears to handle.
- The transformed line width computation -- used to implement the
  minLineWidth setting, and the hairline threshold in monochrome mode --
  was incorrect.
- Pdftops was not correctly handling the case where it couldn't find
  a 16-bit font -- this led to crashes and/or invalid PostScript.
- A bug in FlateStream::getBlock() was causing problems with narrow
  images.
- Use the correct _WIN32 define instead of WIN32.
- Use copy-on-write for the clip path in SplashState (when doing gsave),
  for performance.
- Added a Solaris-specific entry to the ghostscript font search path.
- SplashState was initializing line width to 0 instead of 1.
- Abort processing on a content stream after getting 500 errors
  (undefined operator, wrong number of args) -- this avoids very long
  processing time for malicious PDF files using bogus RLE encoded
  content streams.
- Added the psUseCropBoxAsPage xpdfrc option; "pdftops -pagecrop" now
  sets psUseCropBoxAsPage; "pdftops -pagecrop -paper match" now uses
  the CropBox as the page size.
- Re-architected the AcroForm support code into a separate AcroForm
  module.
- Fixed the handling of overprinting/transparency interaction, using
  the CompatibleOverprint blend mode.
- The TIFF predictor code for the 1-bit-per-pixel case was broken.
- For triangle and patch mesh shadings (types 4-7) with color functions,
  interpolate the function parameter not the color.
- Check the fontFile/fontDir commands before (instead of after) doing
  Base-14 substitution in PS output.
- Correctly handle non-embedded TrueType fonts that have an Identity
  ToUnicode mapping (display and PS output were failing).
- Added support for XFA form rendering, including an "enableXFA" xpdfrc
  setting.
- Handle PFB Type 1 fonts when generating PostScript output.
- Unwind any extraneous saved graphics state at the end of the page
  (before drawing annotations).
- Added some integer overflow checks in the GString class.
- Handle 16-bit components in JPEG 2000 images.
- ActualText spans can end without a valid font, in which case
  TextPage::beginWord was crashing.
- The Domain entry in function shadings wasn't being parsed correctly.
- Fixed a bug in the JPEG decoder - successive approximation
  (progressive mode) coefficients weren't being handled correctly.
- Added a better infinite loop test to the xref parser.
- When generating PostScript, merge reused TrueType fonts (if their
  code-to-GID mappings are the same).
- Tweak the Gouraud triangle shaded fill code to end the recursive
  splitting if the triangles get sufficiently small.
- Do bilinear interpolation when upsampling images.
- When skipping extraneous image data from an inline image, look for
  EI<whitespace> instead of just EI.
- When writing to stdout on Windows, pdftoppm now sets the file mode to
  binary.  [Thanks to Robert Frunzke.]
- Accept strings as well as names for the BaseFont entry in font
  objects.
- Removed the TEXTOUT_WORD_LIST config option (with the new text
  extractor, this is always enabled).
- Fixed a bug in the JBIG2 decoder (the TPGD context for template #3 in
  readGenericBitmap was incorrect).
- Rewrote the PostScriptFunction code for performance.
- Handle 8-bit OpenType CFF fonts that are missing required tables in
  the OpenType wrapper.
- Handle tiling patterns with reversed coordinates in their bounding
  boxes.
- Added support for 64-bit file offsets, i.e., PDF files larger than
  2GB.
- Optimize the code that rasterizes pattern-filled image masks.
- Added support for Mac OS X system fonts (Base-14 only).
- The backdrop color in luminosity-type soft mask groups was not being
  handled correctly.
- Modified behavior of "pdftops -paper match -duplex ..." - it will now
  duplex consecutive same-sized pages.
- Tweak the handling of degenerate fills ('moveto lineto fill') to
  match Adobe.
- Don't honor the OPM=1 setting with ICCBased CMYK color spaces.
- Whole-word searches were treating certain punctuation (Unicode number
  separators and terminators) as part of the word, e.g., searching for
  "foo" would not match "foo,".
- Use the TextString class everywhere it makes sense.
- Removed the unnecessary segment sort in Splash (performance
  optimization).
- Handle hyperlinks that use Widget-type annotations.
- Fix up the integer overflow checks to avoid issues with clever
  compilers.  [Thanks to Nickolai Zeldovich.]
- Correctly handle streams with missing Length entries in damaged PDF
  files.
- Added a compile-time option (LOAD_FONTS_FROM_MEM) to load fonts from
  memory rather than temporary files on disk.
- Added the psRasterSliceSize xpdfrc option.
- Fixed a case in the JPEG 2000 arithmetic decoder where extra data is
  present in packet i, and needs to be saved for use in packet i+1.
- Fixed a bug in the JPEG 2000 decoder related to images with fewer than
  8 bits per component.
- Handle the case in PSOutputDev where slice size overflows a 32-bit
  integer.
- Add (partial) support for TrueType cmap format 2.
- Always pass FT_LOAD_NO_BITMAP to FreeType -- bitmaps apparently fail
  with rotated characters.
- Support fonts specified in ExtGState dictionaries.
- Annotations with empty Border arrays should not draw a border.
- Fix the CMap parser to handle large CID ranges.
- Check for Type 3 CharProcs that call q or Q before the d0/d1 operator,
  and treat them as uncacheable.
- Invert the selection color when starting in reverse video mode.
- Device{Gray,RGB,CMYK} cannot be mapped via a resource dict.
- Changed the PS output for masked images (explicit and color key
  masking): use a plain old clip path instead of rectclip to avoid
  array overflows.
- Check the StemSnapH/V arrays when converting Type 1C fonts to Type 1 -
  if there are any duplicate or out-of-order values, skip that
  StemSnapH/V array.
- Added the psMinLineWidth xpdfrc setting.
- Fix an obscure issue in converting TrueType fonts to Type 42, related
  to empty glyph descriptions (12 zero bytes).
- Pdftops now reports an error if there were any I/O errors writing to
  the PS output file.
- Fix vertical text (CJK fonts) in PS output -- offset the character
  origin correctly.
- Increased the number of digits used by pdfimages for the image number
  from three to four.
- Handle right-to-left (e.g., Arabic) ligatures correctly in the text
  extractor.
- Added the -loc and -locPS options to pdffonts.
- Extend the object parser recursion limit to cover Stream::addFilters()
  / Stream::makeFilters() - to avoid another possibility of stack
  overflow.
- Disable FreeType autohinting, because it can fail badly with font
  subsets that use invalid glyph names -- except in the case of Type 1
  fonts, which look much better with light autohinting.
- Modified the rasterizer pipeline functions to process a scan line at a
  time (for performance).
- Removed VMS build support (it hasn't been updated in ages).
- Removed pdftotext's '-htmlmeta' option (use pdftohtml instead).
- PSOutputDev's font/form setup code, and pdffonts, were not scanning
  soft mask groups in ExtGState dictionaries.
- Invalid DCT input (e.g., from a damaged PDF file) could overflow the
  dctClip array.
- When upsampling an image mask or image with a large resulting image
  size, do it in stream mode instead of prescaling the whole image
  (to avoid running out of memory).
- Added infinite loop detection to pdffonts.
2014-08-01 12:31:27 +00:00
wiz
4d3a0b9d4e Update to 1.7.4:
CHANGES IN CUPS V1.7.4

	- Security: The web interface incorrectly served symlinked files and
	  files that were not world-readable, potentially leading to a
	  disclosure of information (STR #4450)
	- The CUPS headers incorrectly needed libdispatch for blocks support
	  (STR #4397)
	- CUPS did not compile when Avahi or mDNSResponder was not present
	  (STR #4402, STR #4424)
	- The "snmp" option did not work with the network backends (STR #4422)
	- The User directive in client.conf did not override the USER
	  environment variable (STR #4426)
	- The web interface now properly shows a "Go" button for all text-based
	  browsers (STR #4425)
	- The MaxJobTime directive now properly supports time values (STR #4434)
	- The RPM spec file did not work due to the new Brazilian Portuguese
	  localization (STR #4436)
	- Fixed an "IPP read error" issue (STR #4440)
	- Fixed the --disable-libusb configure option (STR #4439)
	- Fixed the debug output from the DNS-SD backend when using Avahi
	  (STR #4444)
	- Fixed a bug in the CUPS_SC_GET_DEVICE_ID handling by the network
	  backends (STR #4447)
	- Added USB quirk rule for Lexmark E230 (STR #4448)
	- The LPD backend did not work with some versions of glibc (STR #4452)
2014-07-29 11:38:40 +00:00
adam
a418bbfc6e Fix for Clang, which does not known -fno-check-new option 2014-07-26 08:16:36 +00:00
jperkin
7128750932 lex (libfl) is a runtime dependency. 2014-07-24 13:20:10 +00:00
wiz
294a3e6cd3 Needs qt4-libs 4.7.0 or newer. 2014-07-22 17:52:54 +00:00
wiz
cb29450ad6 Update to 0.26.3:
Release 0.26.3
        qt5:
         * autoconf: Improve moc-qt5 detection
         * Fix compilation with MinGW

        glib:
         * Fix typo in api docs
         * use C90-style comments in public headers

        core:
         * Error out instead of exiting if allInter grows too much. Bug #78714

        qt4:
         * Update required version to Qt 4.7.0

        build system:
         * Include stdio.h from poppler-config.h

        misc:
         * Update .gitignore files
2014-07-22 12:22:39 +00:00
wiz
0b16cc07ba Reset PKGREVISION after update. 2014-07-22 12:14:36 +00:00
wiz
b0d23be8de Update to 0.26.2:
Release 0.26.2
        core:
         * Make sure we have an xref before using. KDE Bug #335413

        build system:
         * autoconf: Fix typo in configure.ac

        utils:
         * pdftohtml: exit with 0 with -v and -h
2014-07-22 12:13:28 +00:00
dholland
b25ab923ab Fix build on case-sensitive filesystems. Hi dbj... 2014-07-20 00:06:19 +00:00
ryoon
da978d728d Fix SCO OpenServer 5.0.7/3.2 build. 2014-07-18 08:56:37 +00:00
dbj
c246a49ae9 remove a file in the build directory that causes conflict on case insensitive file system.
fixes a regression of PR pkg/41607
2014-07-18 04:49:42 +00:00
dholland
4f11de00b8 Try again (PR 48995) 2014-07-16 02:56:52 +00:00
dholland
88c6e3943a SCRIPTS in here is now empty; adjust it to be like PDFSCRIPTS, which
should fix the Solaris 10 build as seen in PR 48995.
2014-07-16 02:50:55 +00:00
jnemeth
4e649b649b sort 2014-07-10 15:38:17 +00:00
joerg
86c329901f Add missing dependencies. Bump revision. 2014-07-08 15:22:08 +00:00
joerg
e72d3e9478 Add tex-undolabl, which allows replacing existing labels. 2014-07-08 15:21:48 +00:00
joerg
156d634022 Add tex-pageslts, a more powerful replacement for the lastpage package. 2014-07-08 14:47:39 +00:00
wiz
9ce9c96b21 Make this pull in cups-1.7, since it overlaps with cups15.
Noted by joerg.
2014-07-04 14:31:49 +00:00
jperkin
0a612464c9 Limit BUILDLINK_API_DEPENDS to <1.7 to ensure the wrong cups doesn't get
pulled in, should fix bulk build failures seen with a number of packages.
2014-06-26 09:27:04 +00:00
wiz
1b0df56f7d Fix buildlink3.mk. 2014-06-18 10:33:30 +00:00
wiz
a9dc16a509 Bump PKGREVISION for cups -> cups15 change. 2014-06-18 09:28:16 +00:00
wiz
a5caa2b4a1 Switch all cups packages to use cups15. 2014-06-18 09:26:09 +00:00
wiz
7bb538a50f + cups15. 2014-06-17 13:17:25 +00:00
wiz
b197101a5f Import cups-1.5.4nb12 as print/cups15, for those that prefer it to cups-1.7.x
The Common UNIX Printing System provides a portable printing layer for
UNIX operating systems. It has been developed by Easy Software Products
to promote a standard printing solution for all UNIX vendors and users.
CUPS provides the System V and Berkeley command-line interfaces.

CUPS uses the Internet Printing Protocol (IETF-IPP) as the basis for
managing print jobs and queues.  The Line Printer Daemon (LPD, RFC1179)
and AppSocket protocols are also supported with reduced functionality.

CUPS adds network printer browsing and PostScript Printer Description
("PPD")-based printing options to support real world applications under
UNIX.

This package contains the older 1.5 series, before Apple stopped
maintaining the filters.
2014-06-17 13:17:12 +00:00
wiz
d785e4a8cd Cleanup, from Leonardo Taccari. 2014-06-15 19:15:51 +00:00
richard
4c505c0a2d define _XOPEN_SOURCE=600 for SunOS after setting c99 in general 2014-06-15 16:01:58 +00:00
wiz
0238890bf9 Update to 1.5:
This is a bugfix release: dozens of bugs have been found and
exterminated!

A typo resulting in a potential stack overflow that could corrupt
files when saving edits to a PDF has been fixed. Another bug which
caused a significant slowdown has also been fixed.

We strongly recommend that you upgrade â especially if you are
using version 1.4.
2014-06-15 14:14:18 +00:00
schnoebe
080578dd10 Additional patches to allow libgnomecups to use the "old style" direct access
into the ipp_attribute_t structure. Ultimately, it should be updated to
use the new (with CUPS 1.7?) accessors, however, this gets it building
before the 2014Q2 branch.
2014-06-13 22:10:24 +00:00
ryoon
31da25953c Recursive revbump from pulseaudio-5.0 2014-06-09 14:18:04 +00:00
wiz
b6e69cb54e Fix build on NetBSD-6. From Leonardo Taccari in PR 48882. 2014-06-09 09:27:10 +00:00
schnoebe
6e65ff3e1a HPLIP 3.14.6 - This release has the following changes:
Added Support for the Following New Printers:

- HP DesignJet Z6600 PostScript
- HP DesignJet Z6800PS Photo
- HP DesignJet D5800 60-in Production Printer
- HP DesignJet T3500 36-in Production eMFP
- HP Designjet T7200 42-in Production Printer
- HP Deskjet 2543 All-in-One Printer
- HP Deskjet 2549 All-in-One Printer
- HP OfficeJet Pro 8640 e-All-in-One Printer
- HP OfficeJet Pro 8660 e-All-in-One Printer

Added support for the following new Distro's:

- Boss 5.0
- Debian 7.5
- Linux Mint 17

Issues fixed:

- Fixed Device Communication Error on launching HP Device Manager
- Unable to add/remove file in 'hp-sendfax' wizard
- Fax cover page does not get changed after changing recipient second
  time
- Improved scan performance for 'hp-scan' utility

Launchpad fixes:

1310869 - hplip updates my public key ring and changes its ownership to
          "root"
1318956 - avahi.py:64:detectNetworkDevices:ValueError: need more than 1
          value to unpack
2014-06-09 01:11:32 +00:00
wiz
c01415ae5f Add upstream bug report URLs. 2014-06-07 13:53:41 +00:00
wiz
99ab7e35d8 Remove unused patch after 0.26.1 update 2014-06-07 12:00:18 +00:00