diff --git a/print/Makefile b/print/Makefile index 39f792ab09b5..4a87fceb2777 100644 --- a/print/Makefile +++ b/print/Makefile @@ -17,6 +17,7 @@ SUBDIR += bibcursed SUBDIR += biblio-py SUBDIR += bibview + SUBDIR += brlaser SUBDIR += c2ps SUBDIR += catdvi SUBDIR += cdlabelgen 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 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/