summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2014-10-01Add tex-verbatimbox-3.13:joerg4-0/+41
The package provides a verbbox environment (which uses techniques similar to those of the boxedverbatim environment of the moreverb package) to place its contents into a globally available box, or into a box specified by the user. The global box may then be used in a variety of situations (for example, providing a replica of the boxedverbatim environment itself). A valuable use is in places where the standard verbatim environment (which is based on a trivlist) may not appear.
2014-10-01Add tex-tabu-2.8:joerg4-0/+39
The package provides an environment, tabu, which will make any sort of tabular (that doesn't need to split across pages), and an environment longtabu which provides the facilities of tabu in a modified longtable environment. (Note that this latter offers an enhancement of ltxtable.)
2014-10-01Add tex-varwidth-0.92:joerg4-0/+33
The varwidth environment is superficially similar to minipage, but the specified width is just a maximum value -- the box may get a narrower "natural" width.
2014-10-01Add tex-readarray-1.2:joerg4-0/+41
The package allows the user to input formatted data into elements of a 2-D or 3-D array and to recall that data at will by individual cell number. The data can be but need not be numerical in nature. It can be, for example, formatted text. While the package can be used for any application where indexed data is called for, the package proves particularly useful when elements of multiple arrays must be recallable and dynamically combined at time of compilation, rather than in advance.
2014-10-01Add tex-ifnextok-0.3:joerg4-0/+39
The package deals with the behaviour of the LaTeX internal command \@ifnextchar, which skips blank spaces. This has the potential to surprise users, since it can produce really unwanted effects. A common example occurs with brackets starting a line following \\: the command looks for an optional argument, whereas the user wants the brackets to be printed. The package offers commands and options for modifying this behaviour, maybe limited to certain parts of the document source.
2014-10-01Update to 0.26.5:wiz2-6/+6
Release 0.26.5 core: * Fix rendering of broken file with a wrong embedded font. Bug #84270 glib: * Fix use of uninitialized members in PopplerInputStream. Bug #82630
2014-10-01Update to 1.0.59:wiz2-6/+6
CHANGES IN V1.0.59 - cupsfilters.drv: Added PPD file for a Generic IPP Everywhere Printer, generating PWG Raster output. - gstoraster, pdftoraster, imagetoraster: Allow PWG Raster output with print queues using a PPD file, using the new "PWGRaster" PPD attribute. - pdftoraster: Removed "cm_disabled" flag in selectConvFunc() - libcupsfilters: Allowed color management to continue while invalid input - rastertopdf: Streamlined PDF conversion code - rastertopdf: Invert all CUPS_CSPACE_K documents by default - foomatic-rip: Clean trailing white space from PPD file lines to avoid a segfault caused by it (Bug #1227).
2014-10-01Changes 9.15:adam5-29/+12
Ghostscript now supports the PDF security handler revision 6. The pdfwrite and ps2write (and related) devices can now be forced to "flatten" glyphs into "basic" marking operations (rather than writing fonts to the output), by giving the -dNoOutputFonts command line option (defaults to "false") PostScript programs can now use get_params or get_param to determine if a page contains color markings by reading the pageneutralcolor state from the device (so whether the page is "color" or "mono"). Note that this is only accurate when in clist mode, so -dMaxBitmap=0 and -dGrayDetection=true should both be used. The pdfwrite device now supports Link annotations with GoTo and GoToR actions The pdfwrite device now supports BMC/BDC/EMC pdfmarks Regarding the new color management for the pdfwrite device introduced in the previous release, the proscription on using the new color management when producing PDF/A-1 compliant files is now lifted. To reiterate, also, with the new color management implementation, using the UseCIEColor option is strongly discouraged. For further information on the new pdfwrite color management, see: Color Conversion and Management Plus the usual round of bug fixes, compatibility changes, and incremental improvement
2014-09-25Fix TOOLS_DIR reference in installed file.jperkin1-1/+6
2014-09-25Force file from pkgsrc on SunOS, it needs stdin support.jperkin1-2/+8
2014-09-24Requires USE_TOOLS+=groff, fix $INSTALL command on SunOS.jperkin4-7/+25
2014-09-20Move math/R-knitr to print/R-knitr.brook1-1/+2
Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20Initial import of knitr v1.6 as print/R-knitr.brook3-0/+58
This package provides a general-purpose tool for dynamic report generation in R, which can be used to deal with any type of (plain text) files, including Sweave, HTML, Markdown, reStructuredText, AsciiDoc, and Textile. R code is evaluated as if it were copied and pasted in an R terminal thanks to the evaluate package (e.g., we do not need to explicitly print() plots from ggplot2 or lattice). R code can be reformatted by the formatR package so that long lines are automatically wrapped, with indent and spaces added, and comments preserved. A simple caching mechanism is provided to cache results from computations for the first time and the computations will be skipped the next time. Almost all common graphics devices, including those in base R and add-on packages like Cairo, cairoDevice and tikzDevice, are built-in with this package and it is straightforward to switch between devices without writing any special functions. The width and height as well as alignment of plots in the output document can be specified in chunk options (the size of plots for graphics devices is also supported). Multiple plots can be recorded in a single code chunk, and it is also allowed to rearrange plots to the end of a chunk or just keep the last plot. Warnings, messages and errors are written in the output document by default (can be turned off). The language in code chunks is not restricted to R (there is simple support to Python and shell scripts, etc). Many features are borrowed from or inspired by Sweave, cacheSweave, pgfSweave, brew and decumar. Note: this commit is part of reorganizing some of the recently imported R packages, which are being reimported into more appropriate categories (and removed from math) as a result of a recent discussion on tech-pkg and privately with wiz@. See the thread starting with: http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-07Update to 1.7.5. Remove missing patch from distinfo.wiz2-9/+6
CHANGES IN CUPS V1.7.5 - Security: Addressed some more situations where symlinked files would be served by the web interface (STR #4455) - The LPD backend did not work with some versions of glibc (STR #4452) - CGI scripts did not work (STR #4454) - The cupsd.conf man page did not list the ErrorPolicy directive (STR #4457) - Updated the Brazilian Portuguese translation (STR #4456)
2014-09-07Update to 1.0.58:wiz5-52/+14
CHANGES IN V1.0.58 - pdftoraster: Changed ICC profile get function to accept a PPD fallback profile. - pdftoraster: Fixed handling of cupsColorSpaces 18,19,20. - rastertopdf: Added test feature to force color management if "profile=" option is specified. - rastertopdf: Grayscale color conversion now properly inverts bits. - rastertopdf: Code cleanup for prepare_pdf_page(). - rastertopdf: Implemented basic 8bit->8bit color space conversions. - rastertopdf: Added black point compensation. - rastertopdf: Added handling of color rendering intent. - gstoraster, imagetoraster, pdftoraster, rastertopclx, rastertopdf, foomatic-rip: Use color management functions in libcupsfilters. - libcupsfilters: Modified code formatting and documentation in the color management functions. - libcupsfilters: Fixed string handling and added debug log messages in the color management functions. - libcupsfilters: Fixed Adobe RGB matrix for proper rendering (transpose) - libcupsfilters: Moved color management functions from the individual filters to the libcupsfilters library. CHANGES IN V1.0.57 - rastertopclx: Fixed implicit declaration of colord_get_inhibit_for_device_id. - Build system: Explicitly link to libm as -lm was dropped from cups-config --libs. - libcupsfilters, foomaticrip, gstoraster, imagetoraster, pdftoraster, rastertopclx, rastertopdf: Handle absence of colord or D-Bus gracefully (Ubuntu bug #1356405). CHANGES IN V1.0.56 - rastertopdf: Some code polishing and removal of now unneeded functions - rastertopdf: Reduced color space handling to only PWG-supported color spaces - rastertopdf: Added colorspace calibration function; included optional "/Alternate" PDF key for ICC profile embedding - rastertopdf: Colorspace sRGB now embeds srgb icc profile; implemented ICC Profile embedding (PDF 1.3 spec) - rastertopdf: Added basic color calibration - rastertopdf: Implemented ICC Profile creation code for IPP Everywhere (from PWG raster) - pdftoraster: Added colord handling of ICC profiles - kmdevices.cpp/.h: Added interface for Kolor Manager - cups-browsed: Do not consider a remote CUPS queue as raw if the TXT record is NULL as for queues broadcasted by the legacy CUPS method the TXT record does not exist. Now consider a queue with NULL TXT record only as raw if the domain entry is not empty (which tells that the queue is Bonjour-broadcasted (Bug #1223). - cups-browsed: Do also not mark a discovered printer as already provided by another server when the other server's queue has "unconfirmed" status. Mark the other queue with "disappeared" or "unconfirmed" status as duplicate of the discovered printer so that the new queue for the discovered printer does not get removed when the entry for the other queue times out. CHANGES IN V1.0.55 - pdftopdf: Fixed manual duplex by adding a blank page to evn pages if the total number of pages of the document is odd. Otherwise the last page of the document would stay in the input tray. This fixes also a side effect as the set of even pages reducing to a zero page job if the job consists of only one page, making Poppler's pdftops error out (Ubuntu bug #1340435). - cups-browsed: Do not mark a discovered printer as already provided by another server when the other server's queue has "disappeared" status. This queue can be from the same server before it changed its name. - cups-browsed: Do not create a local queue pointing to a remote raw queue (Ubuntu bug #1335211). - foomatic-rip, imagetoraster, pdftoraster, rastertopclx, rastertopdf: Added colord "device_inhibit" support for color-managed filters. - foomatic-rip: Let it also build correctly on systems which already provide the strlcat() and strlcpy() functions, like Mac OS X. Thanks to Matt Broughton for reporting this (bug #1215). - bannertopdf: Added support for PPD-less printing, especially one gets a useful test page with PPD-less queues now. - bannertopdf: Fixed "Printer Location" and "Driver Version" entries on the test page/the banners. - bannertopdf: Added new PDF template files which contain the text strings appropriate to the banners, before the banners were all equal, without text. Thanks to Johannes Meixner from SUSE/Novell for this fix (Bug #1209). - bannertopdf: Fixed Makefile to mark it dependent on libfontembed.la. Thanks to Tim Waugh from Red Hat for the patch (Red Hat bug #1106101). - pstopdf: Use "grep -E" instead of "grep -P" as the latter generates executable code and executes it, requiring "execmem" privileges which could be not available in some security policies. Thanks to Tim Waugh from Red Hat for the patch (Red Hat bug #1079534). - foomatic-rip: NetBSD does not provide a mkstemps() function, use appropriate workaround then (Bug #1211). - cups-browsed: Reorder inclusion of headers for compatibility with NetBSD (Bug #1212). - pdftoraster: Fixed segfault caused by introduction of "no-color-management" option (Bug #1214). - libcupsfilters: Let cupsRasterParseIPPOptions() also accept "pwg-raster-document-type" settings with hyphen between color space name and color depth.
2014-08-26Make it buildable on NetBSD-current with gcc 4.8martin3-3/+16
2014-08-25Update poppler* to 0.26.4:wiz2-6/+6
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-25Update to 0.4.7:wiz3-8/+8
Hi, new poppler-data out, it just adds a .pc file.
2014-08-23add missed patch.schnoebe1-0/+14
2014-08-23Makefile:schnoebe4-39/+13
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-23Revise patch-utils_cups-browsed.c to allow cups-browsed to build on NetBSD 6.schnoebe2-5/+10
(and earlier.)
2014-08-22Install banners and testprint again, and depend on a cups version thatwiz4-39/+12
doesn't install them. Bump PKGREVISION.
2014-08-22Do not install banner files and testprint, to avoid conflict withwiz4-10/+33
cups-filters, which installs them too. Bump PKGREVISION.
2014-08-22Bump PKGREVISION for ilmbase shlib major bump.wiz3-6/+6
2014-08-22Stop installing some banner files and the testprint page, to avoidwiz4-11/+38
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-21Fix build on SunOS (needs explicit -lX11).jperkin1-1/+2
2014-08-21Fix build on SunOS (needs explicit -lm).jperkin1-1/+2
2014-08-07+ tex-octavo{,-doc}wiz1-1/+3
2014-08-07Import tex-octavo-doc-1.2 as print/tex-octavo-doc.wiz4-0/+22
This is documentation for tex-octavo.
2014-08-07Import tex-octavo-1.2 as print/tex-octavo.wiz4-0/+35
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-05Update to 1.0e, provided by Leonardo Taccari in PR 49070,wiz2-7/+7
to match tex-leaflet-1.0e.
2014-08-05Update to 1.0e, provided by Leonardo Taccari in PR 49070.wiz2-7/+7
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-01Update "xpdf" package to version 3.04. Changes since version 3.03:tron6-245/+459
- 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-07-29Update to 1.7.4:wiz3-41/+10
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-26Fix for Clang, which does not known -fno-check-new optionadam1-1/+6
2014-07-24lex (libfl) is a runtime dependency.jperkin1-2/+2
2014-07-22Needs qt4-libs 4.7.0 or newer.wiz1-1/+2
2014-07-22Update to 0.26.3:wiz2-6/+6
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-22Reset PKGREVISION after update.wiz1-2/+1
2014-07-22Update to 0.26.2:wiz4-29/+10
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-20Fix build on case-sensitive filesystems. Hi dbj...dholland2-5/+14
2014-07-18Fix SCO OpenServer 5.0.7/3.2 build.ryoon3-8/+28
2014-07-18remove a file in the build directory that causes conflict on case ↵dbj1-1/+2
insensitive file system. fixes a regression of PR pkg/41607
2014-07-16Try again (PR 48995)dholland2-10/+17
2014-07-16SCRIPTS in here is now empty; adjust it to be like PDFSCRIPTS, whichdholland2-5/+5
should fix the Solaris 10 build as seen in PR 48995.
2014-07-10sortjnemeth1-2/+2
2014-07-08Add missing dependencies. Bump revision.joerg1-1/+4
2014-07-08Add tex-undolabl, which allows replacing existing labels.joerg5-1/+25
2014-07-08Add tex-pageslts, a more powerful replacement for the lastpage package.joerg5-1/+26
2014-07-04Make this pull in cups-1.7, since it overlaps with cups15.wiz1-2/+2
Noted by joerg.