Skip to content

Commit e261343

Browse files
committed
brlaser: new upstream, update to 6.2.6. Changes:
6.2.6: New printer entries: - Brother FAX-2840 - Brother HL-2260 - Brother HL-L2335D series - Brother MFC-7860DW - Brother MFC-9160 Notes: * The repository has been cleaned up * All entries `brlaser.drv.in` and `README.md` both follow a set naming convention * Commits where "rewritten correctly" to follow the standard conventions and then squashed 6.2.5: New printer entries: - Brother FAX-2820 - Brother DCP-1610W Code Changes: - Added `\033&l1S` for duplex no tumble printing, as well as logic print duplex with and without tumble. - Explicitly include `cstdint` in `test/tempfile.h`, so `uint8_t` is correctly defined. Issues Resolved: - Fixed building under Fedora 38; `error: 'uint8_t' was not declared in this scope`.
1 parent 1318624 commit e261343

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

print/brlaser/Makefile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# $NetBSD: Makefile,v 1.11 2023/11/08 13:20:40 wiz Exp $
1+
# $NetBSD: Makefile,v 1.12 2024/01/12 19:05:57 schmonz Exp $
22

3-
DISTNAME= brlaser-6.2
4-
PKGREVISION= 5
5-
CATEGORIES= print
6-
MASTER_SITES= ${MASTER_SITE_GITHUB:=QORTEC/}
7-
GITHUB_TAG= v${PKGVERSION_NOREV}
3+
DISTNAME= brlaser-6.2.6
4+
CATEGORIES= print
5+
MASTER_SITES= ${MASTER_SITE_GITHUB:=Owl-Maintain/}
6+
GITHUB_TAG= v${PKGVERSION_NOREV}
87

9-
MAINTAINER= schmonz@NetBSD.org
10-
HOMEPAGE= https://github.com/QORTEC/brlaser/
11-
COMMENT= CUPS driver for Brother laser printers
12-
LICENSE= gnu-gpl-v2
8+
MAINTAINER= schmonz@NetBSD.org
9+
HOMEPAGE= https://github.com/Owl-Maintain/brlaser/
10+
COMMENT= CUPS driver for Brother laser printers
11+
LICENSE= gnu-gpl-v2
1312

14-
USE_CMAKE= yes
15-
USE_LANGUAGES= c++11
13+
USE_CMAKE= yes
14+
USE_LANGUAGES= c++
15+
USE_CXX_FEATURES+= c++11
1616

1717
.include "../../print/libcups/buildlink3.mk"
1818
.include "../../mk/bsd.pkg.mk"

print/brlaser/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2022/12/27 19:55:39 schmonz Exp $
1+
$NetBSD: distinfo,v 1.6 2024/01/12 19:05:57 schmonz Exp $
22

3-
BLAKE2s (brlaser-6.2.tar.gz) = b430f766501e181c97b875aae4a0b8a1d95a74cbd959fd2b6c08f0e9fc5d2153
4-
SHA512 (brlaser-6.2.tar.gz) = d8c136a602ab8eab3269b7a5ef1bd3ca3e738cb7af4b77409630a2398cd25836d13ed72083ca2a8ae56553d594a713c59dab53a029633b448d0f27c198de25bc
5-
Size (brlaser-6.2.tar.gz) = 23998 bytes
3+
BLAKE2s (brlaser-6.2.6.tar.gz) = 564e5afee95f806093a0a727bb8f97fc79eacf42a11dfa0abfba0105774708da
4+
SHA512 (brlaser-6.2.6.tar.gz) = 285a053473ae576167e653bb94c20a1ae676c1a39ec87d9b14c664e389a4713d93ca29d5cefd92a6793e1ffbc8b03b119ea8cd903749ae21c9354ce30d470a51
5+
Size (brlaser-6.2.6.tar.gz) = 25815 bytes

0 commit comments

Comments
 (0)