Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2020 12:50:19 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525546 - in head/print: . brlaser
Message-ID:  <202002081250.018CoJho042553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Feb  8 12:50:18 2020
New Revision: 525546
URL: https://svnweb.freebsd.org/changeset/ports/525546

Log:
  [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>

Added:
  head/print/brlaser/
  head/print/brlaser/Makefile   (contents, props changed)
  head/print/brlaser/distinfo   (contents, props changed)
  head/print/brlaser/pkg-descr   (contents, props changed)
Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Sat Feb  8 11:53:57 2020	(r525545)
+++ head/print/Makefile	Sat Feb  8 12:50:18 2020	(r525546)
@@ -17,6 +17,7 @@
     SUBDIR += bibcursed
     SUBDIR += biblio-py
     SUBDIR += bibview
+    SUBDIR += brlaser
     SUBDIR += c2ps
     SUBDIR += catdvi
     SUBDIR += cdlabelgen

Added: head/print/brlaser/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/brlaser/Makefile	Sat Feb  8 12:50:18 2020	(r525546)
@@ -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>

Added: head/print/brlaser/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/brlaser/distinfo	Sat Feb  8 12:50:18 2020	(r525546)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1581156147
+SHA256 (pdewacht-brlaser-v6_GH0.tar.gz) = fe7c117eb7e837b6a1751f61a813c218f68a5d8fc40f3403f6a4b1cf5a4758dd
+SIZE (pdewacht-brlaser-v6_GH0.tar.gz) = 22807

Added: head/print/brlaser/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/brlaser/pkg-descr	Sat Feb  8 12:50:18 2020	(r525546)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002081250.018CoJho042553>