Date: Sun, 23 Mar 2008 16:21:11 +0000 (UTC) From: Michael Johnson <ahze@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/system-config-printer Makefile distinfo pkg-descr pkg-plist ports/print/system-config-printer/files patch-applet.py patch-cupshelpers.py patch-manage-print-jobs.desktop.in patch-my-default-printer patch-my-default-printer.desktop.in ... Message-ID: <200803231621.m2NGLBq2063583@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ahze 2008-03-23 16:21:11 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/system-config-printer Makefile distinfo pkg-descr pkg-plist print/system-config-printer/files patch-applet.py patch-cupshelpers.py patch-manage-print-jobs.desktop.in patch-my-default-printer patch-my-default-printer.desktop.in patch-print-applet.desktop.in patch-pysmb.py patch-system-config-printer patch-system-config-printer-applet patch-system-config-printer.desktop.in patch-system-config-printer.py Log: Add system-config-printer 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/ Revision Changes Path 1.450 +1 -0 ports/print/Makefile 1.1 +40 -0 ports/print/system-config-printer/Makefile (new) 1.1 +3 -0 ports/print/system-config-printer/distinfo (new) 1.1 +29 -0 ports/print/system-config-printer/files/patch-applet.py (new) 1.1 +29 -0 ports/print/system-config-printer/files/patch-cupshelpers.py (new) 1.1 +13 -0 ports/print/system-config-printer/files/patch-manage-print-jobs.desktop.in (new) 1.1 +6 -0 ports/print/system-config-printer/files/patch-my-default-printer (new) 1.1 +11 -0 ports/print/system-config-printer/files/patch-my-default-printer.desktop.in (new) 1.1 +11 -0 ports/print/system-config-printer/files/patch-print-applet.desktop.in (new) 1.1 +19 -0 ports/print/system-config-printer/files/patch-pysmb.py (new) 1.1 +6 -0 ports/print/system-config-printer/files/patch-system-config-printer (new) 1.1 +6 -0 ports/print/system-config-printer/files/patch-system-config-printer-applet (new) 1.1 +11 -0 ports/print/system-config-printer/files/patch-system-config-printer.desktop.in (new) 1.1 +38 -0 ports/print/system-config-printer/files/patch-system-config-printer.py (new) 1.1 +7 -0 ports/print/system-config-printer/pkg-descr (new) 1.1 +124 -0 ports/print/system-config-printer/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803231621.m2NGLBq2063583>