/devel/pecl-bcompiler/

ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-filters/files
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.21.5.tijl2018-12-151-4/+11
| | | | | | | | - Fix support for cups_browsed_flags in the cups_browsed rc.d script. The flags were passed to daemon(8) instead of cups_browsed. [1] PR: 230951 [1] Submitted by: J.R. Oldroyd <fbsd@opal.com> [1]
* - Update to 1.21.3.tijl2018-10-103-15/+33
| | | | | - Reorganise options to enable configurations that don't depend on Ghostscript or Poppler.
* print/cups-filters: update 1.11.4 -> 1.13.4robak2017-03-222-0/+22
| | | | | | | | | | | | * Add LICENSE * Add dependency to mupdf * Update distinfo * Update pkg-plist * Add patches to filter/gstoraster.c and filter/mupdftoraster.c due to execvpe() not existing under FreeBSD PR: 217848 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* - Let foomatic-rip use /bin/sh instead of /bin/bash.tijl2016-03-142-33/+10
| | | | | | | | - Patch foomatic-rip to reset stdin after replacing the underlying file descriptor. - Remove a patch for the pdftops filter that is no longer needed. Submitted by: Alexander Zagrebin <alex@zagrebin.ru>
* Combine print/cups-base, print/cups-client and print/cups-image intotijl2016-03-113-3/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | print/cups and update it to 2.1.3. Also remove print/cups-pstoraster, improve print/cups-filters, print/foomatic-* and update print/hplip to 3.16.2. Long description: First some background. When you hand a file to cups it sets up a chain of filter programs that converts the file to something a printer understands. Each filter has a cost associated with it and cups tries to find the cheapest chain. Costs used to be configured in such a way that files were first converted to PostScript. This could then be manipulated further (e.g. putting multiple pages on one sheet) before finally being sent to a PostScript printer or another filter like pstoraster which produces a raster format understood by non-PostScript printer drivers. Nowadays most filters have been moved from cups to cups-filters and they have been configured to use PDF as an intermediate format instead of PostScript. Merging of cups-base, cups-client and cups-image into print/cups: - cups-image provides a library to work with the cups raster format. It is only used to implement filters and printer drivers and these only exist in the context of a cups server so there's no need to separate this from cups-base. - cups-client provides a library that allows applications to print via cups. It is possible to use the library to access a remote cups server without running a local cups server, but such a setup is discouraged and the configuration file to set this up has been marked deprecated. It is better to run a local cups server and let that talk to the remote cups server because then you have the benefits of local job queuing in case the remote server is down or busy. Given this and the fact that without filters cups-base is now smaller than it used to be it makes sense to merge the ports. The patch also adds options IPPTOOL, DOCS and NLS which when disabled make the new cups package smaller than the current cups-client package. Merging the ports also prevents problems with options like ZEROCONF being configured differently in both ports. - print/cups was a metaport that depended on cups-base and some filters. There isn't really a need for such a metaport so cups-base can be renamed to cups. The filters can be depended on by printer drivers such as hplip if they need them. Additional changes to the new print/cups: - Clean up the patches. They seem to have been regenerated with post-patch changes included. - Add a patch to prevent intermediate conversion to PDF when a PostScript file is sent to a PostScript printer when cups-filters is installed. - Fix the PAM configuration file. - Add a patch to let the server search /usr/local/share/ppd like on Linux so other ports don't have to add links to it. - Remove ulpt(4) helper scripts. The port uses libusb with ugen(4). - Remove support for mDNSResponder. cups-filters only supports Avahi. - Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11. - Optionally depend on colord for ICC profile support. - Various smaller changes. Changes to print/cups-filters: - Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead of LOGIN. - Development of foomatic-filters has been moved to cups-filters so let this port install foomatic related files and add foomatic-filters to CONFLICTS. - Fix location of liblouis tables. - Add patch to fix ICC support. Changes to print/cups-pstoraster: This port is essentially an old version of Ghostscript plus a cups filter. It's no longer developed. This commit removes it and changes existing dependencies to print/cups-filters which depends on print/ghostscript* and includes a gstoraster filter that can handle both PostScript and PDF. Changes to print/foomatic-db*: Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX. Changes to print/foomatic-filters: Install beh backend with its original name again and add cups-filters to CONFLICTS. Changes to print/hplip: - Stop installing hpijs/foomatic-rip support. This is no longer supported upstream. - Stop installing hpcups PPDs. These are now automatically generated. The bundled PPDs are generated for an older version of cups. - Rename the QT option to X11 to support WITHOUT_X11. - Simplify the patches now that ports are installed in a staging area. - Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket like avahi-daemon does. This fixes Zeroconf support for HP network printers. PR: 207746 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 1.3.0sunpoet2015-12-111-2/+3
| | | | | | Changes: http://fossies.org/linux/cups-filters/NEWS PR: 205235 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
* Update to version 1.1.0pawel2015-11-071-2/+2
| | | | | PR: 204114 Submitted by: Naram Qashat (maintainer)
* print/cups-filters: update to 1.0.76jbeich2015-09-252-51/+3
| | | | | | | | - Drop MAKE_JOBS_UNSAFE after testing with -j32 on Core2 Quad Changes: /usr/local/share/doc/cups-filters/NEWS PR: 202686 Submitted by: Naram Qashat cyberbotx@cyberbotx.com (maintainer)
* Update poppler to 0.34.0. [1]kwm2015-08-031-0/+48
| | | | | | | Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1]
* - Update to 1.0.62amdmi32015-01-271-3/+3
| | | | | PR: 196971 Submitted by: cyberbotx@cyberbotx.com (maintainer)
* - Fix cups-filter failing on a number of printer classes that use poppler'skmoore2014-08-221-0/+11
| | | | | | | "pdftops" - Bump PORTREV Approved by: Maintainer
* print/cups-filters: update to 1.0.55wg2014-08-091-5/+6
| | | | | PR: 192498 Submitted by: maintainer
* print/cups-filters: add missing rc scriptbsam2014-05-221-0/+29
| | | | | | | | | . add imissing rc script; [1] . bump PORTREVISION. PR: ports/190086 [1] Submitted by: Rafael Ostertag <rafi@guengel.ch> [1] Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) [1]
* print/cups-filters: update to version 1.0.50.bsam2014-04-061-4/+6
| | | | | | | | | | | This should fix a reported regression (I managed to reproduce it with HP laser printers) when a job is printed but remains in a job query. Reported by: Dr. Peter Voigt <pvoigt@uos.de> Tested by: Dr. Peter Voigt <pvoigt@uos.de> Discussed at: freebsd-ports@ MFH: 2014Q2
* Add cups-filters, it contains backends, filters and otherbapt2014-03-31