diff --git a/print/brlaser/DESCR b/print/brlaser/DESCR new file mode 100644 index 000000000000..51fb67b12275 --- /dev/null +++ b/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. diff --git a/print/brlaser/Makefile b/print/brlaser/Makefile new file mode 100644 index 000000000000..42ad97dc5871 --- /dev/null +++ b/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" diff --git a/print/brlaser/PLIST b/print/brlaser/PLIST new file mode 100644 index 000000000000..f18e54086473 --- /dev/null +++ b/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 diff --git a/print/brlaser/distinfo b/print/brlaser/distinfo new file mode 100644 index 000000000000..4214162af174 --- /dev/null +++ b/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