aboutsummaryrefslogtreecommitdiff
path: root/print/foomatic-db
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | print) Notes: svn path=/head/; revision=327765
* - convert to the new perl5 frameworkAndrej Zverev2013-09-051-1/+1
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326361
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Migrate from devel/automake15 to devel/automake19Ade Lovett2010-09-241-1/+1
| | | | Notes: svn path=/head/; revision=261748
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* - Update to 20090530Jose Alonso Cardenas Marquez2009-06-164-260/+1687
| | | | Notes: svn path=/head/; revision=236086
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-1/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Clean up symlinks on deinstallation and work around hitting maxargsMichael Nottebrock2007-03-292-1/+15
| | | | | | | | | | during installation. PR: ports/110974, ports/110981 Approved by: maintainer Notes: svn path=/head/; revision=188776
* - Update to 20070124Jose Alonso Cardenas Marquez2007-02-013-80/+74
| | | | Notes: svn path=/head/; revision=183884
* - Update to 20061214Jose Alonso Cardenas Marquez2006-12-163-19/+18
| | | | | | | - Add miwi's mirror to MASTER_SITES (miwi thanks) Notes: svn path=/head/; revision=179956