Skip to content

Commit

Permalink
Add brlaser, a CUPS driver for Brother laser printers.
Browse files Browse the repository at this point in the history
Although most Brother printers support a standard printer language such
as PCL or PostScript, not all do. If you have a monochrome Brother laser
printer (or multi-function device) and the other open source drivers
don't work, this one might help.
  • Loading branch information
schmonz committed Jul 18, 2021
1 parent 3f6ee9f commit 33bf9e2
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
6 changes: 6 additions & 0 deletions print/brlaser/DESCR
@@ -0,0 +1,6 @@
brlaser is a CUPS driver for Brother laser printers.

Although most Brother printers support a standard printer language such
as PCL or PostScript, not all do. If you have a monochrome Brother laser
printer (or multi-function device) and the other open source drivers
don't work, this one might help.
20 changes: 20 additions & 0 deletions print/brlaser/Makefile
@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1 2021/07/18 22:01:55 schmonz Exp $

DISTNAME= brlaser-v6
PKGNAME= ${DISTNAME:S/-v/-/}
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=pdewacht/}
GITHUB_PROJECT= brlaser
GITHUB_TAG= v6

MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://github.com/pdewacht/brlaser/
COMMENT= CUPS driver for Brother laser printers
LICENSE= gnu-gpl-v2

WRKSRC= ${WRKDIR}/brlaser-6
USE_CMAKE= yes
USE_LANGUAGES= c++11

.include "../../print/libcups/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
3 changes: 3 additions & 0 deletions print/brlaser/PLIST
@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2021/07/18 22:01:55 schmonz Exp $
libexec/cups/filter/rastertobrlaser
share/cups/drv/brlaser.drv
6 changes: 6 additions & 0 deletions print/brlaser/distinfo
@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2021/07/18 22:01:55 schmonz Exp $

SHA1 (brlaser-v6.tar.gz) = f61f2e78a7b6668f0fddf36720b043514b04c845
RMD160 (brlaser-v6.tar.gz) = f5495b56f6f68cd9d0ee884bdb0c85f8f3924713
SHA512 (brlaser-v6.tar.gz) = d7e0e63b64be9ae7633381622c13ba0589e5fe58d277212bce4f5bb712a291ed0b0f2ac3d450dce61c7f9052c1ce7323fec66b5005c5cb3da1314b284d20f06f
Size (brlaser-v6.tar.gz) = 22807 bytes

0 comments on commit 33bf9e2

Please sign in to comment.