FreeBSD ports tree (read-only mirror)
2a905a8e37
with the current version of CUPS. Also, many improvements. Fix a bit in the plist. Bump thePORTREVISION. libgnomecups: -------------------- * patch-20_parse-dot-cups-lpoptions: Parse ~/.cups/lpoptions. * patch-21_fix-islocal: Check whether the printer URI starts with http://, ipp://, or smb:// to test whether its local or not. * patch-22_ignore-ipp-not-found: Do not warn on stderr in case of IPP_NOT_FOUND. * patch-23_replace-set-printer-attrs: Replace IPP_SET_PRINTER_ATTRIBUTES with CUPS_ADD_MODIFY_PRINTER. * patch-24_mem-leak: Fix memory leak in gnome_cups_request_add_requested_attributes(). * patch-25_browsed_ppds: Fix PPD retrieval for printers picked up with cups browsing. -------------------- gnome-cups-manager: -------------------- * patch-24_printer_properties_name_entry: Doesn't allow changing of printer names, but the GUI pretends to. * patch-25_properties_on_add: Don't open up a printer properties on a fresh add of a printer. CUPS isn't synced yet, so it causes problems. * patch-26_remove-no-cups-dialog: Don't show a dialog when CUPS isn't found. * patch-27_dont-request-additional-attributes: Avoid calling gnome_cups_request_add_requested_attributes() since CUPS returns all attributes by defaults anyway. * patch-change_uri_fix: Fix the URI change. * patch-gutenprint_driver_name: Do not crash if a PPD file name does not contain a '/'. * patch-password_field_garbage: When editing SMB connection attributes, do not set the password input field to the value of 'resource' (which is 'smb'). We do not get the password in cleartext, so just leave the field blank. * patch-select_eintr_crash: Do not bail out if select() fails with EINTR, which is a valid case. * patch-ui_edit_name_description: Add gnome-cups-add step to change printer name, description, and location. * patch-ui_startbox: Improvement on startup, run progress bar in the first startup to scan the printer database. * patch-ui_tooltip: Adjust tooltip for cups network printer installation. -------------------- PR: ports/106972 Reported by: Werner <elvis69@arcor.de> Tested by: Werner <elvis69@arcor.de> |
||
---|---|---|
accessibility | ||
arabic | ||
archivers | ||
astro | ||
audio | ||
benchmarks | ||
biology | ||
cad | ||
chinese | ||
comms | ||
converters | ||
databases | ||
deskutils | ||
devel | ||
dns | ||
editors | ||
emulators | ||
finance | ||
french | ||
ftp | ||
games | ||
german | ||
graphics | ||
hebrew | ||
hungarian | ||
irc | ||
japanese | ||
java | ||
korean | ||
lang | ||
math | ||
mbone | ||
misc | ||
Mk | ||
multimedia | ||
net | ||
net-im | ||
net-mgmt | ||
net-p2p | ||
news | ||
palm | ||
polish | ||
ports-mgmt | ||
portuguese | ||
russian | ||
science | ||
security | ||
shells | ||
sysutils | ||
Templates | ||
textproc | ||
Tools | ||
ukrainian | ||
vietnamese | ||
www | ||
x11 | ||
x11-clocks | ||
x11-drivers/synaptics | ||
x11-fm | ||
x11-fonts | ||
x11-servers | ||
x11-themes | ||
x11-toolkits | ||
x11-wm | ||
.cvsignore | ||
CHANGES | ||
COPYRIGHT | ||
GIDs | ||
KNOBS | ||
LEGAL | ||
Makefile | ||
MOVED | ||
README | ||
UIDs | ||
UPDATING |
This is the FreeBSD Ports Collection. For an easy to use WEB-based interface to it, please see: http://www.FreeBSD.org/ports For general information on the Ports Collection, please see the FreeBSD Handbook ports section which is available from: http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html for the latest official version or: The ports(7) manual page (man ports). These will explain how to use ports and packages. If you would like to search for a port, you can do so easily by saying (in /usr/ports): make search name="<name>" or: make search key="<keyword>" which will generate a list of all ports matching <name> or <keyword>. make search also supports wildcards, such as: make search name="gtk*" For information about contributing to FreeBSD ports, please see the Porter's Handbook, available at: http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/ NOTE: This tree will GROW significantly in size during normal usage! The distribution tar files can and do accumulate in /usr/ports/distfiles, and the individual ports will also use up lots of space in their work subdirectories unless you remember to "make clean" after you're done building a given port. /usr/ports/distfiles can also be periodically cleaned without ill-effect.