Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 25, 2019 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/699144099f91cf70daca30f77f698be1 to your computer and use it in GitHub Desktop.
Save ryantm/699144099f91cf70daca30f77f698be1 to your computer and use it in GitHub Desktop.
/nix/store/fs7h4z93vwj4abfwz537apzx1v6mlln6-cups-filters-1.25.12
├── bin
│   ├── cups-browsed
│   ├── driverless -> ../lib/cups/driver/driverless
│   ├── foomatic-rip -> ../lib/cups/filter/foomatic-rip
│   └── ttfread
├── etc
│   └── cups
│   └── cups-browsed.conf
├── include
│   ├── cupsfilters
│   │   ├── colord.h
│   │   ├── colormanager.h
│   │   ├── driver.h
│   │   ├── image.h
│   │   ├── pdftoippprinter.h
│   │   ├── ppdgenerator.h
│   │   └── raster.h
│   └── fontembed
│   ├── bitset.h
│   ├── embed.h
│   ├── fontfile.h
│   ├── iofn.h
│   └── sfnt.h
├── lib
│   ├── cups
│   │   ├── backend
│   │   │   ├── beh
│   │   │   ├── cups-brf
│   │   │   ├── driverless -> ../driver/driverless
│   │   │   ├── implicitclass
│   │   │   ├── parallel
│   │   │   └── serial
│   │   ├── driver
│   │   │   └── driverless
│   │   └── filter
│   │   ├── bannertopdf
│   │   ├── brftoembosser
│   │   ├── brftopagedbrf
│   │   ├── cgmtopdf
│   │   ├── cmxtopdf
│   │   ├── commandtoescpx
│   │   ├── commandtopclx
│   │   ├── emftopdf
│   │   ├── foomatic-rip
│   │   ├── gstopdf
│   │   ├── gstopxl
│   │   ├── gstoraster
│   │   ├── imagetobrf
│   │   ├── imagetopdf
│   │   ├── imagetops
│   │   ├── imagetoraster
│   │   ├── imagetoubrl
│   │   ├── imageubrltoindexv3
│   │   ├── imageubrltoindexv4
│   │   ├── mupdftoraster
│   │   ├── musicxmltobrf
│   │   ├── pdftopdf
│   │   ├── pdftops
│   │   ├── pdftoraster
│   │   ├── rastertoescpx
│   │   ├── rastertopclm
│   │   ├── rastertopclx
│   │   ├── rastertopdf
│   │   ├── rastertops
│   │   ├── svgtopdf
│   │   ├── sys5ippprinter
│   │   ├── textbrftoindexv3
│   │   ├── textbrftoindexv4
│   │   ├── texttobrf
│   │   ├── texttopdf
│   │   ├── texttops
│   │   ├── texttotext
│   │   ├── vectortobrf
│   │   ├── vectortopdf
│   │   ├── vectortoubrl
│   │   ├── wmftopdf
│   │   └── xfigtopdf
│   ├── libcupsfilters.la
│   ├── libcupsfilters.so -> libcupsfilters.so.1.0.0
│   ├── libcupsfilters.so.1 -> libcupsfilters.so.1.0.0
│   ├── libcupsfilters.so.1.0.0
│   ├── libfontembed.la
│   ├── libfontembed.so -> libfontembed.so.1.0.0
│   ├── libfontembed.so.1 -> libfontembed.so.1.0.0
│   ├── libfontembed.so.1.0.0
│   └── pkgconfig
│   ├── libcupsfilters.pc
│   └── libfontembed.pc
├── sbin -> bin
└── share
├── cups
│   ├── banners
│   │   ├── classified
│   │   ├── confidential
│   │   ├── form
│   │   ├── secret
│   │   ├── standard
│   │   ├── topsecret
│   │   └── unclassified
│   ├── braille
│   │   ├── cups-braille.sh
│   │   ├── index.sh
│   │   ├── indexv3.sh
│   │   └── indexv4.sh
│   ├── charsets
│   │   ├── pdf.utf-8 -> pdf.utf-8.simple
│   │   ├── pdf.utf-8.heavy
│   │   └── pdf.utf-8.simple
│   ├── data
│   │   ├── classified.pdf
│   │   ├── confidential.pdf
│   │   ├── default.pdf
│   │   ├── default-testpage.pdf
│   │   ├── form_english_in.odt
│   │   ├── form_english.pdf
│   │   ├── form_russian_in.odt
│   │   ├── form_russian.pdf
│   │   ├── secret.pdf
│   │   ├── standard.pdf
│   │   ├── testprint
│   │   ├── topsecret.pdf
│   │   └── unclassified.pdf
│   ├── drv
│   │   ├── cupsfilters.drv
│   │   ├── generic-brf.drv
│   │   ├── generic-ubrl.drv
│   │   ├── indexv3.drv
│   │   └── indexv4.drv
│   ├── mime
│   │   ├── braille.convs
│   │   ├── braille.types
│   │   ├── cupsfilters.convs
│   │   ├── cupsfilters-ghostscript.convs
│   │   ├── cupsfilters-mupdf.convs
│   │   ├── cupsfilters-poppler.convs
│   │   └── cupsfilters.types
│   └── ppdc
│   ├── braille.defs
│   ├── escp.h
│   ├── fr-braille.po
│   ├── imagemagick.defs
│   ├── index.defs
│   ├── liblouis1.defs
│   ├── liblouis2.defs
│   ├── liblouis3.defs
│   ├── liblouis4.defs
│   ├── liblouis.defs
│   ├── media-braille.defs
│   └── pcl.h
├── doc
│   └── cups-filters
│   ├── ABOUT-NLS
│   ├── AUTHORS
│   ├── COPYING
│   ├── INSTALL
│   ├── NEWS
│   └── README
├── man
│   ├── man1
│   │   ├── driverless.1.gz
│   │   └── foomatic-rip.1.gz
│   ├── man5
│   │   └── cups-browsed.conf.5.gz
│   └── man8
│   └── cups-browsed.8.gz
└── ppd
└── cupsfilters
├── Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd
├── Generic-PDF_Printer-PDF.ppd
├── HP-Color_LaserJet_CM3530_MFP-PDF.ppd
├── pxlcolor.ppd
├── pxlmono.ppd
└── Ricoh-PDF_Printer-PDF.ppd
30 directories, 143 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment