Bug 220707 - [new port] print/epson-inkjet-printer-201401w: filter program used with CUPS to support Seiko Epson Color Ink Jet Printers
Summary: [new port] print/epson-inkjet-printer-201401w: filter program used with CUPS ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tijl Coosemans
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-13 14:17 UTC by bye
Modified: 2017-07-14 14:22 UTC (History)
0 users

See Also:


Attachments
patch file (7.59 KB, patch)
2017-07-13 14:17 UTC, bye
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bye 2017-07-13 14:17:28 UTC
Created attachment 184329 [details]
patch file

port of https://github.com/endlessm/epson-inkjet-printer/tree/master/201401w


This software is a filter program used with Common UNIX Printing
System (CUPS) from the Linux. This can supply the high quality print
with Seiko Epson Color Ink Jet Printers.

This printer driver is supporting the following printers.
L456
L455
L366
L365
L362
L360
L312
L310
L222
L220
L132
L130

WWW:
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2017-07-13 14:59:17 UTC
I see you used a different email address for MAINTAINER than your bugzilla account.  That's not a problem (I think), but can you confirm that the MAINTAINER field is correct?
Comment 2 bye 2017-07-14 04:12:46 UTC
(In reply to Tijl Coosemans from comment #1)


That's correct. I'll fix this in the future.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-07-14 14:16:13 UTC
A commit references this bug:

Author: tijl
Date: Fri Jul 14 14:15:12 UTC 2017
New revision: 445755
URL: https://svnweb.freebsd.org/changeset/ports/445755

Log:
  Add print/epson-inkjet-printer-201401w, a CUPS filter program for some
  Epson printers.  This is the official Linux version that runs under Linux
  emulation but set up so it can be used by FreeBSD CUPS.

  PR:		220707
  Submitted by:	hello@blubee.me

Changes:
  head/print/Makefile
  head/print/epson-inkjet-printer-201401w/
  head/print/epson-inkjet-printer-201401w/Makefile
  head/print/epson-inkjet-printer-201401w/distinfo
  head/print/epson-inkjet-printer-201401w/pkg-descr
  head/print/epson-inkjet-printer-201401w/pkg-plist
Comment 4 Tijl Coosemans freebsd_committer freebsd_triage 2017-07-14 14:22:34 UTC
I made some small changes:
- Add a run dependency on print/cups-filters because the driver isn't useful without that.
- Rename the link Epson-201401w, in case someone wants to create ports of other versions such as 201312w.
- Fix some portlint warnings (ports-mgmt/portlint).