Port details |
- cups-fxlinuxprint Fuji Xerox Printer Driver
- 1.0.1_4 print =2 1.0.1_4Version of this port present on the latest quarterly branch.
- Maintainer: hrs@FreeBSD.org
- Port Added: 2014-05-26 20:31:38
- Last Update: 2023-11-03 07:17:38
- Commit Hash: fcf68ae5e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://www.fujixerox.co.jp/download/apeosport/download/c4300series/linux_module.html
- Description:
- CUPS filter and PPD file for the following Fuji Xerox printers:
- ApeosPort-II C7500 / C6500 / C5400
- DocuCentre-II C7500 / C6500 / C5400
- ApeosPort-II C4300 / C3300 / C2200
- DocuCentre-II C4300 / C3300 / C2200
- ApeosPort-II 7000 / 6000 / 5000
- DocuCentre-II 7000 / 6000 / 5000
- ApeosPort-II 4000 / 3000
- DocuCentre-II 4000 / 3000
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cups-fxlinuxprint>0:print/cups-fxlinuxprint
- To install the port:
- cd /usr/ports/print/cups-fxlinuxprint/ && make install clean
- To add the package, run one of these commands:
- pkg install print/cups-fxlinuxprint
- pkg install cups-fxlinuxprint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cups-fxlinuxprint
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (fxlinuxprint-src-1.0.1.tar.gz) = 369ec48a0f5817a60f63c75b192ccb1d8c8cf30b1d4a16a74a4133242961e515
SIZE (fxlinuxprint-src-1.0.1.tar.gz) = 85455
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- ghostscript10>=10.02.0 : print/ghostscript10
- Library dependencies:
-
- libcups.so : print/cups
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- print_cups-fxlinuxprint
- USES:
- dos2unix ghostscript:run localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1_4 03 Nov 2023 07:17:38 |
Michael Osipov (michaelo) |
*/*: Bump PORTREVISION for Ghostscript 10 change
Reported by: sunpoet
Approved by: jrm (mentor), sunpoet
Differential Revision: https://reviews.freebsd.org/D42412 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.1_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.1_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.1_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.1_3 27 Jul 2019 09:02:22 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket |
1.0.1_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0.1_3 24 Mar 2016 15:47:50 |
tijl |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.0.1_2 11 Mar 2016 11:53:42 |
tijl |
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3. Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.
Long description:
First some background. When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain. Costs used to be configured in such a way that files were
first converted to PostScript. This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers. Nowadays most filters (Only the first 15 lines of the commit message are shown above ) |
1.0.1_1 22 Aug 2015 17:48:36 |
hrs |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above ) |
1.0.1 16 Jul 2015 20:53:29 |
kwm |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938 |
1.0.1 13 Nov 2014 07:41:18 |
antoine |
Cleanup plist |
1.0.1 06 Nov 2014 16:30:28 |
ak |
- Remove a few remaining $Id$ from pkg-plists
Approved by: portmgr (mat) |
1.0.1 26 May 2014 20:31:29 |
hrs |
Add print/cups-fxlinuxprint, CUPS filter and PPD files for Fuji Xerox
printers ApeosPort-II and DocuCenter-II (DocuPrint) series. |