pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/brlaser



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Jul 18 22:01:55 UTC 2021

Added Files:
        pkgsrc/print/brlaser: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/print/brlaser/DESCR \
    pkgsrc/print/brlaser/Makefile pkgsrc/print/brlaser/PLIST \
    pkgsrc/print/brlaser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/print/brlaser/DESCR
diff -u /dev/null pkgsrc/print/brlaser/DESCR:1.1
--- /dev/null   Sun Jul 18 22:01:55 2021
+++ pkgsrc/print/brlaser/DESCR  Sun Jul 18 22:01:55 2021
@@ -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.
Index: pkgsrc/print/brlaser/Makefile
diff -u /dev/null pkgsrc/print/brlaser/Makefile:1.1
--- /dev/null   Sun Jul 18 22:01:55 2021
+++ pkgsrc/print/brlaser/Makefile       Sun Jul 18 22:01:55 2021
@@ -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"
Index: pkgsrc/print/brlaser/PLIST
diff -u /dev/null pkgsrc/print/brlaser/PLIST:1.1
--- /dev/null   Sun Jul 18 22:01:55 2021
+++ pkgsrc/print/brlaser/PLIST  Sun Jul 18 22:01:55 2021
@@ -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
Index: pkgsrc/print/brlaser/distinfo
diff -u /dev/null pkgsrc/print/brlaser/distinfo:1.1
--- /dev/null   Sun Jul 18 22:01:55 2021
+++ pkgsrc/print/brlaser/distinfo       Sun Jul 18 22:01:55 2021
@@ -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