1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

[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>
This commit is contained in:
Kubilay Kocak 2020-02-08 12:50:18 +00:00
parent 606c53c415
commit ea693bfbf2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525546
4 changed files with 39 additions and 0 deletions

View File

@ -17,6 +17,7 @@
SUBDIR += bibcursed
SUBDIR += biblio-py
SUBDIR += bibview
SUBDIR += brlaser
SUBDIR += c2ps
SUBDIR += catdvi
SUBDIR += cdlabelgen

27
print/brlaser/Makefile Normal file
View File

@ -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>

3
print/brlaser/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1581156147
SHA256 (pdewacht-brlaser-v6_GH0.tar.gz) = fe7c117eb7e837b6a1751f61a813c218f68a5d8fc40f3403f6a4b1cf5a4758dd
SIZE (pdewacht-brlaser-v6_GH0.tar.gz) = 22807

8
print/brlaser/pkg-descr Normal file
View File

@ -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/