aboutsummaryrefslogtreecommitdiff
path: root/print/foomatic-db
Commit message (Collapse)AuthorAgeFilesLines
* print/foomatic-db: Update to 20210513Danilo Egea Gondolfo2021-05-133-4/+52
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* print/foomatic-db: Update to 20201029Danilo Egea Gondolfo2020-10-303-4/+51
| | | | Notes: svn path=/head/; revision=553674
* - Update to 20200806Danilo Egea Gondolfo2020-08-063-5/+90
| | | | Notes: svn path=/head/; revision=544291
* - Update to 20200406Danilo Egea Gondolfo2020-04-083-6/+275
| | | | Notes: svn path=/head/; revision=531146
* - Update to 20191209Danilo Egea Gondolfo2019-12-093-4/+11
| | | | Notes: svn path=/head/; revision=519636
* - Update to 20190909Danilo Egea Gondolfo2019-09-093-4/+336
| | | | | | | - Add LICENSE Notes: svn path=/head/; revision=511716
* - Update to 20190302Danilo Egea Gondolfo2019-03-023-4/+145
| | | | Notes: svn path=/head/; revision=494462
* - Update to 20190224Danilo Egea Gondolfo2019-02-243-4/+38
| | | | Notes: svn path=/head/; revision=493753
* - Update to 20181226Danilo Egea Gondolfo2018-12-313-4/+97
| | | | Notes: svn path=/head/; revision=488839
* - Update to 20180926Danilo Egea Gondolfo2018-09-273-4/+45
| | | | Notes: svn path=/head/; revision=480816
* - Update to 20180911Danilo Egea Gondolfo2018-09-123-4/+319
| | | | Notes: svn path=/head/; revision=479575
* - Update to 20180713Danilo Egea Gondolfo2018-07-133-4/+192
| | | | Notes: svn path=/head/; revision=474602
* - Update to 20180604Danilo Egea Gondolfo2018-06-103-7/+24
| | | | Notes: svn path=/head/; revision=472133
* - Update to 20180327Danilo Egea Gondolfo2018-03-283-12/+916
| | | | Notes: svn path=/head/; revision=465775
* - Update to 20180101Danilo Egea Gondolfo2018-01-013-4/+459
| | | | Notes: svn path=/head/; revision=457786
* - Update to 20170521Danilo Egea Gondolfo2017-05-213-4/+100
| | | | Notes: svn path=/head/; revision=441425
* - Update to 20170413Danilo Egea Gondolfo2017-04-133-4/+253
| | | | Notes: svn path=/head/; revision=438452
* - Update to 20161209Danilo Egea Gondolfo2016-12-093-4/+56
| | | | Notes: svn path=/head/; revision=428260
* - Update to 20161105Danilo Egea Gondolfo2016-11-053-4/+19
| | | | Notes: svn path=/head/; revision=425453
* - Update to 20160925Danilo Egea Gondolfo2016-09-263-4/+154
| | | | Notes: svn path=/head/; revision=422758
* - Update to 20160626Danilo Egea Gondolfo2016-06-293-10/+10
| | | | Notes: svn path=/head/; revision=417772
* - Update to 20160604Danilo Egea Gondolfo2016-06-043-3/+154
| | | | Notes: svn path=/head/; revision=416376
* - Update to 20160409Danilo Egea Gondolfo2016-04-093-4/+11
| | | | Notes: svn path=/head/; revision=412864
* Combine print/cups-base, print/cups-client and print/cups-image intoTijl Coosemans2016-03-111-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=410825
* - Update to 20160226Danilo Egea Gondolfo2016-02-273-3/+21
| | | | Notes: svn path=/head/; revision=409646
* - Update to 20160222Danilo Egea Gondolfo2016-02-233-5/+119
| | | | | | | - Uses tar:xz Notes: svn path=/head/; revision=409381
* Remove trailing whitespace from Makefiles, M-X.Jimmy Olgeni2015-10-081-1/+1
| | | | Notes: svn path=/head/; revision=398833
* - Update to 20150819Danilo Egea Gondolfo2015-08-263-3/+125
| | | | Notes: svn path=/head/; revision=395344
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Update to 20150415Danilo Egea Gondolfo2015-04-233-5/+468
| | | | Notes: svn path=/head/; revision=384590
* - Update to 20150214Danilo Egea Gondolfo2015-02-173-5/+50
| | | | Notes: svn path=/head/; revision=379128
* Cleanup plistAntoine Brodin2014-11-131-97/+0
| | | | Notes: svn path=/head/; revision=372510
* - Update from 20140825 to 20140904Danilo Egea Gondolfo2014-09-043-3/+9
| | | | Notes: svn path=/head/; revision=367277
* - Update from 20140725 to 20140825Danilo Egea Gondolfo2014-08-262-3/+3
| | | | Notes: svn path=/head/; revision=366204
* - Update from 20140714 to 20140725Danilo Egea Gondolfo2014-07-253-3/+16
| | | | Notes: svn path=/head/; revision=362890
* - Update from 20140706 to 20140714Danilo Egea Gondolfo2014-07-143-7/+31
| | | | Notes: svn path=/head/; revision=361840
* - Update from 20140627 to 20140706 [1]Danilo Egea Gondolfo2014-07-073-6/+10
| | | | | | | | | | - Use MASTER_SITE_LOCAL due a diary snapshot rotation. I'll update it periodically. PR: ports/191670 Submitted by: stb@lassitu.de [1] Notes: svn path=/head/; revision=361104
* - Update from 20140425 to 20140627Danilo Egea Gondolfo2014-06-273-94/+118
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=359499
* print/foomatic-db: update to version 20140425Boris Samorodov2014-04-252-3/+3
| | | | Notes: svn path=/head/; revision=352149
* print/foomatic-db: update to version 20140423Boris Samorodov2014-04-233-4/+7
| | | | Notes: svn path=/head/; revision=351971
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* print/foomatic-db: Update to version 20140331.Boris Samorodov2014-03-313-11/+79
| | | | Notes: svn path=/head/; revision=349718
* Release cups-* nad foomatic-* ports. Currently I have no enoughBoris Samorodov2014-02-161-1/+1
| | | | | | | | | spare time for those ports. I've submitted ports/186824 to update cups-* ports to version 1.7.0. Notes: svn path=/head/; revision=344633
* Update to version 20140106.Boris Samorodov2014-01-063-3/+5
| | | | Notes: svn path=/head/; revision=338886
* Update to version 20131230.Boris Samorodov2013-12-302-3/+3
| | | | Notes: svn path=/head/; revision=338186
* . update to version 20131229;Boris Samorodov2013-12-292-4/+4
| | | | | | | . reword COMMENT. Notes: svn path=/head/; revision=337951
* . update to version 20131227; [1]Boris Samorodov2013-12-274-6/+126
| | | | | | | | | | | . refresh WWW address; . use a package description from the site. PR: ports/185222 [1] Reported by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> [1] Notes: svn path=/head/; revision=337725
* Add an additional MASTER_SITE to make the port fetchable.Boris Samorodov2013-12-271-1/+2
| | | | | | | | PR: ports/185222 Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Notes: svn path=/head/; revision=337697
* . take maintainership print/foomatic-db, print/foomatic-db-engine, ↵Boris Samorodov2013-12-264-357/+2670
| | | | | | | | | | | | | | | | | print/foomatic-filters); . update to version 20131207; . change MASTER_SITES; . use new LIB_DEPENDS syntax; . incorporate USES=gmake; . allow staging. PR: ports/184690 Submitted by: bsam (me) Reviewed by: acm (former maintainer, maintainer timeout) Notes: svn path=/head/; revision=337610