aboutsummaryrefslogtreecommitdiff
path: root/print/brlaser
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2020-02-08 12:50:18 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2020-02-08 12:50:18 +0000
commitea693bfbf2499a0cf29964f96ae65c798de5a742 (patch)
treeb5f5e5a48b082dead93cb5675a9fc29efa844e86 /print/brlaser
parent606c53c415ac487006d5b724924a64d679654b81 (diff)
downloadports-ea693bfbf2499a0cf29964f96ae65c798de5a742.tar.gz
ports-ea693bfbf2499a0cf29964f96ae65c798de5a742.zip
[NEW PORT] print/brlaser: Brother laser printer driver
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. WWW: https://github.com/pdewacht/brlaser/ PR: 243977 Submitted by: Vincent DEFERT <20.100 defert com>
Notes
Notes: svn path=/head/; revision=525546
Diffstat (limited to 'print/brlaser')
-rw-r--r--print/brlaser/Makefile27
-rw-r--r--print/brlaser/distinfo3
-rw-r--r--print/brlaser/pkg-descr8
3 files changed, 38 insertions, 0 deletions
diff --git a/print/brlaser/Makefile b/print/brlaser/Makefile
new file mode 100644
index 000000000000..e0eaaed6f1a2
--- /dev/null
+++ b/print/brlaser/Makefile
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= brlaser
+DISTVERSIONPREFIX= v
+DISTVERSION= 6
+CATEGORIES= print
+
+MAINTAINER= 20.100@defert.com
+COMMENT= Brother laser printer driver
+
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libcups.so:print/cups \
+ libcupsimage.so:print/cups
+
+USES= cmake:insource,noninja
+
+USE_GITHUB= yes
+
+GH_ACCOUNT= pdewacht
+GH_PROJECT= brlaser
+
+PLIST_FILES= libexec/cups/filter/rastertobrlaser \
+ share/cups/drv/brlaser.drv
+
+.include <bsd.port.mk>
diff --git a/print/brlaser/distinfo b/print/brlaser/distinfo
new file mode 100644
index 000000000000..8e762f17aefe
--- /dev/null
+++ b/print/brlaser/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1581156147
+SHA256 (pdewacht-brlaser-v6_GH0.tar.gz) = fe7c117eb7e837b6a1751f61a813c218f68a5d8fc40f3403f6a4b1cf5a4758dd
+SIZE (pdewacht-brlaser-v6_GH0.tar.gz) = 22807
diff --git a/print/brlaser/pkg-descr b/print/brlaser/pkg-descr
new file mode 100644
index 000000000000..24ef5cc413d2
--- /dev/null
+++ b/print/brlaser/pkg-descr
@@ -0,0 +1,8 @@
+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.
+
+WWW: https://github.com/pdewacht/brlaser/