aboutsummaryrefslogtreecommitdiff
path: root/print/system-config-printer
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add desktop-file-utils to BUILD_DEPENDS to fix installMichael Johnson2008-03-251-1/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=209777
* Add system-config-printerMichael Johnson2008-03-2315-0/+353
CUPS configuration Gtk+2.0 GUI Configures a CUPS server. It uses the CUPS API (bound to Python with pycups) to do this. The communication with the server is performed using IPP. As a result, it is equally able to configure a remote CUPS server as a local one. WWW: http://cyberelk.net/tim/software/system-config-printer/ Notes: svn path=/head/; revision=209634