pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/brlaser Add brlaser, a CUPS driver for Brother l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a2225669f5e
branches:  trunk
changeset: 456072:5a2225669f5e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Jul 18 22:01:55 2021 +0000

description:
Add brlaser, 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.

diffstat:

 print/brlaser/DESCR    |   6 ++++++
 print/brlaser/Makefile |  20 ++++++++++++++++++++
 print/brlaser/PLIST    |   3 +++
 print/brlaser/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 9290a52abce4 -r 5a2225669f5e print/brlaser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/brlaser/DESCR       Sun Jul 18 22:01:55 2021 +0000
@@ -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.
diff -r 9290a52abce4 -r 5a2225669f5e print/brlaser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/brlaser/Makefile    Sun Jul 18 22:01:55 2021 +0000
@@ -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@localhost
+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"
diff -r 9290a52abce4 -r 5a2225669f5e print/brlaser/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/brlaser/PLIST       Sun Jul 18 22:01:55 2021 +0000
@@ -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
diff -r 9290a52abce4 -r 5a2225669f5e print/brlaser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/brlaser/distinfo    Sun Jul 18 22:01:55 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index