aboutsummaryrefslogtreecommitdiff
path: root/print/system-config-printer
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix plistAntoine Brodin2019-12-151-14/+14
| | | | | | | PR: 233770 Notes: svn path=/head/; revision=520184
* adding requests to RUN_DEPENDS of print/system-config-printerEric Turgeon2019-11-231-0/+2
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=518237
* update print/system-config-printer to 1.5.12Eric Turgeon2019-11-207-143/+155
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=518034
* print, science: Add missing USES=gnomeTobias Kortkamp2019-11-081-2/+2
| | | | Notes: svn path=/head/; revision=517059
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* - Those ports fail to build with python3Antoine Brodin2017-12-131-2/+2
| | | | | | | | - Add some explicit FLAVOR to dependencies where needed - For totem, the pylint command is needed, not the pylint module Notes: svn path=/head/; revision=456217
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Combine print/cups-base, print/cups-client and print/cups-image intoTijl Coosemans2016-03-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Move ftp/py-curl to ftp/py-pycurlSunpoet Po-Chuan Hsieh2015-12-121-2/+2
| | | | | | | - Bump PORTREVISION for dependent ports Notes: svn path=/head/; revision=403641
* - Move print/py-cups to print/py-pycupsSunpoet Po-Chuan Hsieh2015-12-111-1/+2
| | | | | | | - Bump PORTREVISION for dependent ports Notes: svn path=/head/; revision=403517
* Update system-config-printer to 1.4.7.Koop Mast2015-02-104-19/+22
| | | | | | | | Restrict to python 2. Add PORTSCOUT to ignore the 1.5 series for now, which are for python 3. Notes: svn path=/head/; revision=378775
* Switch ports depending on docbook* through a directory name to a package name,Antoine Brodin2015-01-231-1/+1
| | | | | | | as a directory name can't be attributed to a package Notes: svn path=/head/; revision=377770
* Cleanup plistAntoine Brodin2014-11-131-27/+0
| | | | Notes: svn path=/head/; revision=372510
* - Convert to USES=pythonMarcus von Appen2014-09-291-6/+4
| | | | | | | | | | | - Fix staging behaviour for python bits PR: 194007 Submitted by: mysefl Approved by: gnome@ (kwm) Notes: svn path=/head/; revision=369533
* Stagify, add orphaned file.Koop Mast2014-06-302-6/+6
| | | | Notes: svn path=/head/; revision=359927
* Consolidate the docbook ports into -sgml and -xml variants.Mathieu Arnold2014-02-191-1/+2
| | | | | | | | Submitted by: hrs (based on) Sponsored by: Absolight Notes: svn path=/head/; revision=345097
* Chase docbook cleanup dependencies.Mathieu Arnold2014-02-181-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=344900
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* Part two, of the update to 1.4.2. Forgotten files edition.Koop Mast2013-09-127-0/+108
| | | | Notes: svn path=/head/; revision=327106
* Update to 1.4.2.Koop Mast2013-09-1210-210/+141
| | | | | | | | | | This fixes run-time with glib 2.36. PR: ports/180075 [1] Reported by: Stephen Fisher <stephenfisher@outlook.com> [1], swills@ Notes: svn path=/head/; revision=327104
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Fix packaging.Koop Mast2013-03-312-3/+1
| | | | | | | | Submitted by: miwi Approved by: portmgr (miwi) Notes: svn path=/head/; revision=315631
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Policy "at_console" work in Linux, but don't work in FreeBSD so changed itJeremy Messenger2012-03-142-1/+11
| | | | | | | | | | | to group="operator" instead. Bump the PORTREVISION. PR: ports/164537 Submitted by: Alexandr Matveev <timon@timon.net.nz> Feature safe: yes Notes: svn path=/head/; revision=293303
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Fix the build with no Internet access by add textproc/docbook-sk buildJeremy Messenger2011-06-041-1/+2
| | | | | | | | | | depedency. PR: ports/157416 Reported by: joerg Notes: svn path=/head/; revision=275079
* - Generate the *.pyo files and add in the plist, so that the *.pyo files won'tJeremy Messenger2011-03-143-3/+11
| | | | | | | | | | | | | be leftover after the runtime or somehow got generated. - Remove the .egg-info from plist and use correct way, INSTALLS_EGGINFO. - Remove MD5. - Bump the PORTREVISION. PR: ports/155433 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Notes: svn path=/head/; revision=270908
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Fix plist substitutionPav Lucistnik2010-05-231-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=254907
* - Attempt to fix plistPav Lucistnik2010-05-231-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=254902
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-107-75/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 Notes: svn path=/head/; revision=254099
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 1.0.16Michael Johnson2009-08-092-5/+4
| | | | Notes: svn path=/head/; revision=239227
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke2009-06-082-1/+3
| | | | | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3 Notes: svn path=/head/; revision=235453
* Update to 1.0.15Michael Johnson2009-02-242-4/+4
| | | | Notes: svn path=/head/; revision=228964
* Update to 1.0.13Michael Johnson2009-02-012-4/+4
| | | | Notes: svn path=/head/; revision=227381
* - Update to 1.0.12.Jeremy Messenger2008-12-244-15/+5
| | | | | | | | | | | - Correct the path of snmp (lib -> libexec). - Do not comment out the debugprint or it crashes when try to add printer from samba. Approved by: ahze (maintainer) Notes: svn path=/head/; revision=224694
* Fix typoMichael Johnson2008-11-222-1/+2
| | | | Notes: svn path=/head/; revision=223212
* Update to 1.0.11Michael Johnson2008-11-225-15/+16
| | | | Notes: svn path=/head/; revision=223210
* Update to 1.0.7Michael Johnson2008-09-013-4/+7
| | | | Notes: svn path=/head/; revision=219605
* Try to remove xdg dirsMichael Johnson2008-07-261-0/+2
| | | | Notes: svn path=/head/; revision=217620
* Update to 1.0.4Michael Johnson2008-07-266-37/+54
| | | | Notes: svn path=/head/; revision=217619
* - Dont remove directories owned by different portPav Lucistnik2008-06-111-2/+0
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=214680
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Update to 0.9.93Michael Johnson2008-05-279-84/+34
| | | | Notes: svn path=/head/; revision=213749
* - Update system-config-printer to 0.9.90Michael Johnson2008-04-054-13/+23
| | | | | | | - Link py-cups with iconv Notes: svn path=/head/; revision=210579
* Fix the plist, bump the PORTREVISION.Jeremy Messenger2008-03-262-1/+3
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=209898