pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/brlaser



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Jan 12 19:05:57 UTC 2024

Modified Files:
        pkgsrc/print/brlaser: Makefile distinfo

Log Message:
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`.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/brlaser/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/brlaser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/brlaser/Makefile
diff -u pkgsrc/print/brlaser/Makefile:1.11 pkgsrc/print/brlaser/Makefile:1.12
--- pkgsrc/print/brlaser/Makefile:1.11  Wed Nov  8 13:20:40 2023
+++ pkgsrc/print/brlaser/Makefile       Fri Jan 12 19:05:57 2024
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.11 2023/11/08 13:20:40 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/01/12 19:05:57 schmonz Exp $
 
-DISTNAME=      brlaser-6.2
-PKGREVISION=   5
-CATEGORIES=    print
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=QORTEC/}
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=              brlaser-6.2.6
+CATEGORIES=            print
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=Owl-Maintain/}
+GITHUB_TAG=            v${PKGVERSION_NOREV}
 
-MAINTAINER=    schmonz%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/QORTEC/brlaser/
-COMMENT=       CUPS driver for Brother laser printers
-LICENSE=       gnu-gpl-v2
+MAINTAINER=            schmonz%NetBSD.org@localhost
+HOMEPAGE=              https://github.com/Owl-Maintain/brlaser/
+COMMENT=               CUPS driver for Brother laser printers
+LICENSE=               gnu-gpl-v2
 
-USE_CMAKE=     yes
-USE_LANGUAGES= c++11
+USE_CMAKE=             yes
+USE_LANGUAGES=         c++
+USE_CXX_FEATURES+=     c++11
 
 .include "../../print/libcups/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/brlaser/distinfo
diff -u pkgsrc/print/brlaser/distinfo:1.5 pkgsrc/print/brlaser/distinfo:1.6
--- pkgsrc/print/brlaser/distinfo:1.5   Tue Dec 27 19:55:39 2022
+++ pkgsrc/print/brlaser/distinfo       Fri Jan 12 19:05:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/12/27 19:55:39 schmonz Exp $
+$NetBSD: distinfo,v 1.6 2024/01/12 19:05:57 schmonz Exp $
 
-BLAKE2s (brlaser-6.2.tar.gz) = b430f766501e181c97b875aae4a0b8a1d95a74cbd959fd2b6c08f0e9fc5d2153
-SHA512 (brlaser-6.2.tar.gz) = d8c136a602ab8eab3269b7a5ef1bd3ca3e738cb7af4b77409630a2398cd25836d13ed72083ca2a8ae56553d594a713c59dab53a029633b448d0f27c198de25bc
-Size (brlaser-6.2.tar.gz) = 23998 bytes
+BLAKE2s (brlaser-6.2.6.tar.gz) = 564e5afee95f806093a0a727bb8f97fc79eacf42a11dfa0abfba0105774708da
+SHA512 (brlaser-6.2.6.tar.gz) = 285a053473ae576167e653bb94c20a1ae676c1a39ec87d9b14c664e389a4713d93ca29d5cefd92a6793e1ffbc8b03b119ea8cd903749ae21c9354ce30d470a51
+Size (brlaser-6.2.6.tar.gz) = 25815 bytes



Home | Main Index | Thread Index | Old Index