# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= cups-filters VERSION= 2.0.0 KEYWORDS= print VARIANTS= standard SDESC[standard]= OpenPrinting CUPS filters HOMEPAGE= https://openprinting.github.io/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= https://github.com/OpenPrinting/cups-filters/releases/download/2.0.0/ https://www.openprinting.org/download/cups-filters/ DISTFILE[1]= cups-filters-2.0.0.tar.xz:main DF_INDEX= 1 SPKGS[standard]= complete primary man docs OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= libcupsfilters:dev:standard libcupsfilters:data:standard libppd:dev:standard mupdf:tools:standard ghostscript:primary:standard BUILDRUN_DEPENDS= libcupsfilters:primary:standard libppd:primary:standard USES= cpe gmake pkgconfig GNOME_COMPONENTS= glib CPE_VENDOR= linuxfoundation FPC_EQUIVALENT= print/cups-filters MUST_CONFIGURE= gnu CONFIGURE_ARGS= --with-shell=/bin/sh --disable-avahi INSTALL_TARGET= install-strip SOVERSION= 1.0.0 [FILE:549:descriptions/desc.primary] The CUPS Filters package contains backends, filters and other software that was once part of the core CUPS distribution but is no longer maintained by Apple Inc. In addition it contains additional filters and software developed independently of Apple, especially filters for the PDF-centric printing workflow introduced by OpenPrinting and a daemon to browse Bonjour broadcasts of remote CUPS printers to make these printers available locally and to provide backward compatibility to the old CUPS broadcasting and browsing of CUPS 1.5.x and older. [FILE:104:distinfo] b5152e3dd148ed73835827ac2f219df7cf5808dbf9dbaec2aa0127b44de800d8 447648 cups-filters-2.0.0.tar.xz [FILE:858:manifests/plist.primary] bin/ foomatic-rip driverless driverless-fax libexec/cups/filter/ pdftopdf texttotext rastertoescpx rastertopclx commandtoescpx commandtopclx gstopxl foomatic-rip universal pdftops texttopdf pwgtopclm pwgtopdf bannertopdf rastertops pwgtoraster pclmtoraster pdftoraster gstoraster gstopdf mupdftopwg imagetopdf imagetops imagetoraster texttops libexec/cups/backend/ parallel serial beh driverless driverless-fax libexec/cups/driver/ driverless driverless-fax share/cups/drv/cupsfilters.drv share/cups/mime/ cupsfilters.types cupsfilters.convs cupsfilters-universal.convs cupsfilters-universal-postscript.convs share/ppdc/ pcl.h escp.h share/ppd/cupsfilters/ Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd Generic-PDF_Printer-PDF.ppd HP-Color_LaserJet_CM3530_MFP-PDF.ppd Ricoh-PDF_Printer-PDF.ppd pxlcolor.ppd pxlmono.ppd [FILE:52:manifests/plist.man] share/man/man1/ driverless.1.gz foomatic-rip.1.gz [FILE:150:manifests/plist.docs] share/doc/cups-filters/ ABOUT-NLS AUTHORS COPYING CHANGES.md CHANGES-1.x.md INSTALL LICENSE NOTICE README.md DEVELOPING.md CONTRIBUTING.md [FILE:637:patches/patch-backend_serial_c] https://github.com/OpenPrinting/cups-filters/pull/548 Index: backend/serial.c --- backend/serial.c.orig 2023-09-22 16:14:04 UTC +++ backend/serial.c @@ -818,8 +818,8 @@ list_devices(void) { #if defined(__sun) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__FreeBSD_kernel__) static char *funky_hex = "0123456789abcdefghijklmnopqrstuvwxyz"; - // Funky hex numbering used for some * - * devices + /* Funky hex numbering used for some * + * devices */ #endif // __sun || __FreeBSD__ || __OpenBSD__ || __FreeBSD_kernel__