summaryrefslogtreecommitdiff
path: root/print
AgeCommit message (Collapse)AuthorFilesLines
2012-08-13Update dvipsk to 5.992.minskim3-27/+13
Changes: - `c' config file include directive.
2012-08-13print/poppler016: Fix poppler-qt.pc (Fixes KOffice, kdegraphics3)marino3-3/+28
Remove a dependency to poppler-0.16 in the poppler-qt.pc file so that pkg-config --cflags "poppler-qt >= 0.3.1" returns valid information. Default poppler version is now 0.20.x. Since this package explicitly uses 0.16.x, @PC_REQUIRES_PRIVATE@ introduces a dependency to poppler-0.16.x in the .pc file; pkg-config will then print messages such as "Package 'poppler-qt' requires 'poppler = 0.16.7' but version of poppler is 0.20.2" instead of the required information. Removing the Requires.private line entirely fixes the issue. After applying this patch and rebuilding poppler-qt, graphics/kdegraphics3 and misc/koffice now build on DragonFly. Previously they failed with poppler-related errors. Patch provided by F.Tigeot.
2012-08-13Bump PKGREVISION for fix in librsvg/buildlink3.mk.wiz2-3/+4
2012-08-13PKGREV bump for poppler shlib major changedrochner4-6/+8
2012-08-13update to 0.7.13drochner3-8/+8
fixes build w/ recent poppler
2012-08-13PKGREV bumps for poppler shlib major changedrochner4-6/+9
2012-08-13dependency bump for poppler shlib major changedrochner3-6/+6
2012-08-13update to 0.20.3drochner4-26/+8
changes: minor fixes, cleanup pkgsrc note: shlib major changed (for no obvious reason), need revbumps
2012-08-13make the program work again after incomplete WRKDIR changedrochner1-2/+3
bump PKGREV
2012-08-12Update to 0.2.7:wiz2-7/+6
libspectre 0.2.7 (08 August 2012) ================================= This is another bugfix only release in the libspectre's 0.2 series. This release fixes two crashes than can happen when %%Pages: or %%Page: comments are missing in the document or when %%Pages: comment is present but it's invalid.
2012-08-11Update to 2.1.1ryoon3-22/+21
Changelog: 2.1.1 - Tiny bug fix to make sure that the help file is in the right language. 2.1.0 - Dragging and and dropping files from Windows Explorer, Thunar, etc., now works (at least for me, on Windows 7 and Xubuntu). - Updated Czech translation from Pavel Fric. - French translation from Pierre-Alain Bandinelli. - German translation (and many suggestions) from Rainer Krachten. - Translations should "just work"; i.e., if you use a French locale then the user interface and help text should appear in French. However, you can force DiffPDF to use any language it supports by using the --language command line option (e.g., --language=fr). If an unsupported locale or --language option is used, DiffPDF will fall back to English. - Now support -h as a synonym for --help. - Initial path defaults to home directory instead of DiffPDF's installation directory. - Improved the Options dialog's layout. - A subtle bugfix to the --words command line option. - Fixed a crash: clicking to set a margin when there're no PDFs loaded now safely does nothing. 2.0.0 - Can now have comparisons exclude text that's outside user-specified margins. This feature was sponsored by a company that prefers to remain anonymous. - Save As can now save images as well as PDFs. - Minor bug fixes and improvements. - Command line help (--help) will no longer work on Windows. This is to avoid a spurious console window appearing. I've put the output in the online help though. - Improved dock window handling so that docks can now be stacked on top of each other (useful for small screens).
2012-08-10print/foo2zjs: Remove bad dependency check of dcmarino2-3/+19
The package assumes that if the dc program doesn't support -V, it must not support -e either. This is a bad assumption; DragonFly supports -e but doesn't support -V. Rather than try to fix a bad conftest, just remove it completely. There's a previous test for dc presence. If dc doesn't support -e, let it break during the build rather than before it. It doesn't take long to build.
2012-07-31Stop WRKSRC/CONFIGURE_DIRS abuse.wiz3-15/+13
WRKSRC should be the toplevel, while CONFIGURE_DIRS can be used for sub-hierarchies. Make it so.
2012-07-31Add comment to patch.wiz2-3/+5
2012-07-25add & enable foo2zjsimil1-1/+2
2012-07-25Initial import of foo2zjs, version 20120516, into the NetBSD Packagesimil6-0/+243
Collection. foo2zjs is an open source printer driver for printers that use the Zenographics ZjStream wire protocol for their print data, such as the Minolta/QMS magicolor 2300 DL or Konica Minolta magicolor 2430 DL or HP LaserJet 1020 or HP LaserJet Pro P1102 or HP LaserJet Pro P1102w or HP LaserJet Pro CP1025nw. These printers are often erroneously referred to as winprinters or GDI printers. However, Microsoft GDI only mandates the API between an application and the printer driver, not the protocol on the wire between the printer driver and the printer. In fact, ZjStream printers are raster printers which happen to use a very efficient wire protocol which was developed by Zenographics and licensed by most major printer manufacturers for at least some of their product lines. ZjStream is just one of many wire protocols that are in use today, such as Postscript, PCL, Epson, etc.
2012-07-24update to 0.20.2drochner2-6/+6
changes: bugfixes
2012-07-24Fix paths to kpsewhich, avoiding "sh: line 1: kpsewhich: not found".jperkin4-2/+68
Bump PKGREVISION.
2012-07-23Use portable find(1) constructs.jperkin1-2/+2
2012-07-22Update tex-tetex{,-doc} to 3.0.26894.minskim7-91/+86
Changes: - Support multiple updmap.cfg, one in each texmf tree.
2012-07-18Update tex-texlive.infra to 2012. Mainly updmap configuration changes.minskim2-7/+7
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz4-8/+8
by Obache.
2012-07-13Update xetex to 0.9998.minskim3-25/+13
Patches provided by Mathias Drochner and modified by me. This fixes PR 46698. Changes: * xetex.ch: XeTeX uses 256 math font families. * XeTeX_ext.c, pdfimage.cpp, am/xetex.am: Always use poppler.
2012-07-13Sync xdvipdfmx with TeX Live 2012.minskim2-7/+7
Patches provided by Matthias Drochner and modified by me. Changes: * src/spc_pdfm.c: use kpse to find media. * dvipdfmx.c: allow inclusion of subsidiary config files, directive i * data/config/dvipdfmx.cfg: document the i directive * pdfdev.c (handle_multibyte_string): Handle UTP-16 surrogates for UCS-4 supplementary planes.
2012-07-11Resolve conflicts between teTeX-texmf and tex-xtab{,-doc}.minskim2-8/+6
2012-07-11Add tex-xtab{,-doc}.minskim1-1/+3
2012-07-11Import tex-xtab-doc-2.3f as print/tex-xtab-doc.minskim4-0/+23
This is documentation for tex-xtab.
2012-07-11Import tex-xtab-2.3f as print/tex-xtab.minskim4-0/+23
Xtab is an extended and somewhat improved version of supertabular; it provides tables that break across pages.
2012-07-10Make luatex build with kpathsea-6.1.0.minskim2-1/+14
2012-07-10Update web2c to 2012.minskim4-26/+16
Changes: - Add upTeX. - Documentation and bug fixes.
2012-07-10Update ptexenc to 1.3.0.minskim3-22/+8
Major changes: - Support for upTeX and e-upTeX.
2012-07-10Update kpathsea to 6.1.0.minskim7-157/+52
Changes: * New formats for .ris and .bltxml. * Merge with W32TeX.
2012-07-09Add a missing dependency.minskim1-1/+3
2012-07-09Use the absolute path in invoking xdvipdfmx.minskim3-3/+26
2012-07-09Add xdvipdfmx.minskim1-1/+2
2012-07-09Import xdvipdfmx-0.7.8.20110705 as print/xdvipdfmx. Packaged by mishka@.minskim4-0/+59
The extensions provided by xdvipdfmx provide support for the Extended DVI (.xdv) format used by xetex, including support for platform-native fonts and the xetex graphics primitives, as well as Unicode/OpenType text.
2012-07-08Update to 5.2.9.gdt2-7/+6
1) This release fixes an inappropriate change to the internal library version number (.soname or equivalent) made in 5.2.8. All distributors should immediately apply this update to their distributions to avoid other software linking against libgutenprint breaking. 2) Duplicate Transparency entries in the media types for Canon iP4100 and similar printers have been removed. 3) The range of fine position adjustment of CD media has been increased for Epson printers. 4) The German translation has been updated. 5) Canon PIXMA Pro9000 plain media high quality mode bug fix.
2012-07-081) Add 'bsdlpr' option.sbd2-9/+21
2) Make bsdlpr and cups options the members of a PKG_OPTIONS_NONEMPTY_SETS. (Because it is an error to build xfce4-print without lpr and cups support.) 3) On SunOS and Linux make cups the suggested option, otherwise make bsdlpr the suggested options. Bump PKGREVISION.
2012-07-06PR 46666: share/texmf-dist must exist for some pax versionsjoerg1-1/+3
2012-07-05Add comment (hi drochner!)wiz2-3/+5
2012-07-05Fix incorrect filename in patch file and add missing comment. The patchtron2-5/+7
can be applied now.
2012-07-04bump PKGREV for poppler shlib major changedrochner1-1/+2
2012-07-04make this build with poppler-0.20, bump PKGREVdrochner6-6/+189
2012-07-04update to 3.4.0drochner4-24/+209
This switched to the gnome-3.4 branch
2012-07-04bump PKGREV for poppler shlib major changedrochner1-2/+2
2012-07-04sync w/ base pkg updatedrochner13-23/+29
2012-07-04update to 0.20.1drochner9-105/+67
This switches to the 0.20 release branch - many fixes and improvements. (0.18 was skipped) The qt3 frontend isn't supported anymore - the poppler016 pkg is kept for now for KDE3. Atm, it conflicts with newer popper pkgs. This can be fixed by renaming include paths and libraries, but this would need modifications of the KDE3 pkgs.
2012-07-04change bl3 path to "poppler016"drochner2-5/+5
2012-07-04+poppler016drochner1-1/+2
2012-07-04import the current poppler base pkg as "poppler016"drochner16-0/+420
This is the last version which supports the qt3 frontend, needed by KDE3 (until it switches to "trinity" which seems to maintain a qt3 frontend for newer poppler versions)