pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zxing-cpp: remove, used for updating pkgsrc
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Mar 12 09:26:41 2026 +0100
Changeset: 5fa1a08fcc24287a09724dd77a877bec698c28a9
Modified Files:
Makefile
Removed Files:
zxing-cpp/DESCR
zxing-cpp/Makefile
zxing-cpp/PLIST
zxing-cpp/buildlink3.mk
zxing-cpp/distinfo
Log Message:
zxing-cpp: remove, used for updating pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5fa1a08fcc24287a09724dd77a877bec698c28a9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 3 ++-
zxing-cpp/DESCR | 7 -------
zxing-cpp/Makefile | 40 ----------------------------------------
zxing-cpp/PLIST | 31 -------------------------------
zxing-cpp/buildlink3.mk | 15 ---------------
zxing-cpp/distinfo | 8 --------
6 files changed, 2 insertions(+), 102 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 76ca7a8277..30b1bc9fb8 100644
--- a/Makefile
+++ b/Makefile
@@ -3344,6 +3344,7 @@ SUBDIR+= postgresql-pgvector
SUBDIR+= postoffice
SUBDIR+= pounce
SUBDIR+= povray
+SUBDIR+= powerdns-recursor
SUBDIR+= powerlevel10k
SUBDIR+= powerline
SUBDIR+= powerpc-none-elf-binutils
@@ -5328,6 +5329,7 @@ SUBDIR+= rust192-bin
SUBDIR+= rust193
SUBDIR+= rust193-bin
SUBDIR+= rust194
+SUBDIR+= rust194-bin
SUBDIR+= s-nail
SUBDIR+= s2tc
SUBDIR+= s3cmd
@@ -6285,7 +6287,6 @@ SUBDIR+= zodiac
SUBDIR+= zpaq
SUBDIR+= zrepl
SUBDIR+= zuse
-SUBDIR+= zxing-cpp
SUBDIR+= zynaddsubfx
${.CURDIR}/PKGDB:
diff --git a/zxing-cpp/DESCR b/zxing-cpp/DESCR
deleted file mode 100644
index d13d185013..0000000000
--- a/zxing-cpp/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-ZXing-C++ ("zebra crossing") is an open-source, multi-format 1D/2D
-barcode image processing library implemented in C++.
-
-It was originally ported from the Java ZXing Library but has been
-developed further and now includes many improvements in terms of
-quality and performance. It can both read and write barcodes in a
-number of formats.
diff --git a/zxing-cpp/Makefile b/zxing-cpp/Makefile
deleted file mode 100644
index 3753bab6b7..0000000000
--- a/zxing-cpp/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2025/01/12 10:33:18 wiz Exp $
-
-DISTNAME= zxing-cpp-3.0.2
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_GITHUB:=nu-book/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= ryoon%NetBSD.org@localhost
-HOMEPAGE= https://github.com/nu-book/zxing-cpp/
-COMMENT= 1D/2D barcode reader/writer library in C++
-LICENSE= apache-2.0
-
-USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
-
-CMAKE_CONFIGURE_ARGS+= -DZXING_EXAMPLES=OFF
-# enable old (deprecated in 3.0) API, for libreoffice
-CMAKE_CONFIGURE_ARGS+= -DZXING_WRITERS=BOTH
-# use pkgsrc zint
-CMAKE_CONFIGURE_ARGS+= -DZXING_USE_BUNDLED_ZINT=OFF
-
-# needs C++20, but users of the library are fine with c++17 as of 3.0.1
-USE_CXX_FEATURES+= c++20
-
-PKGCONFIG_OVERRIDE+= core/zxing.pc.in
-
-STB_REV= 2fb8c5a3deb2110c89669f8d6f36e5833b556b44
-DISTFILES= ${DEFAULT_DISTFILES}
-DISTFILES+= stb-${STB_REV}.tar.gz
-
-SITES.stb-${STB_REV}.tar.gz+= -${MASTER_SITE_GITHUB:=nothings/}stb/archive/${STB_REV}.tar.gz
-
-pre-configure:
- ${MKDIR} -p ${WRKSRC}/${CMAKE_BUILD_DIR}/_deps
- ${LN} -sf ${WRKDIR}/stb-${STB_REV} ${WRKSRC}/${CMAKE_BUILD_DIR}/_deps/stb-src
-
-.include "../../devel/cmake/build.mk"
-BUILDLINK_API_DEPENDS.zint+= zint>=2.16.0
-.include "../../graphics/zint/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zxing-cpp/PLIST b/zxing-cpp/PLIST
deleted file mode 100644
index a72466c0e5..0000000000
--- a/zxing-cpp/PLIST
+++ /dev/null
@@ -1,31 +0,0 @@
-@comment $NetBSD$
-include/ZXing/Barcode.h
-include/ZXing/BarcodeFormat.h
-include/ZXing/BitMatrix.h
-include/ZXing/BitMatrixIO.h
-include/ZXing/CharacterSet.h
-include/ZXing/ContentType.h
-include/ZXing/CreateBarcode.h
-include/ZXing/Error.h
-include/ZXing/GTIN.h
-include/ZXing/ImageView.h
-include/ZXing/Matrix.h
-include/ZXing/MultiFormatWriter.h
-include/ZXing/Point.h
-include/ZXing/Quadrilateral.h
-include/ZXing/ReadBarcode.h
-include/ZXing/ReaderOptions.h
-include/ZXing/Version.h
-include/ZXing/WriteBarcode.h
-include/ZXing/ZXVersion.h
-include/ZXing/ZXingC.h
-include/ZXing/ZXingCpp.h
-include/ZXing/ZXingQt.h
-lib/cmake/ZXing/ZXingConfig.cmake
-lib/cmake/ZXing/ZXingConfigVersion.cmake
-lib/cmake/ZXing/ZXingTargets-release.cmake
-lib/cmake/ZXing/ZXingTargets.cmake
-lib/libZXing.so
-lib/libZXing.so.${PKGVERSION}
-lib/libZXing.so.4
-lib/pkgconfig/zxing.pc
diff --git a/zxing-cpp/buildlink3.mk b/zxing-cpp/buildlink3.mk
deleted file mode 100644
index 047ed6998a..0000000000
--- a/zxing-cpp/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.5 2023/07/19 13:10:11 wiz Exp $
-
-BUILDLINK_TREE+= zxing-cpp
-
-.if !defined(ZXING_CPP_BUILDLINK3_MK)
-ZXING_CPP_BUILDLINK3_MK:=
-
-USE_CXX_FEATURES+= c++17
-
-BUILDLINK_API_DEPENDS.zxing-cpp+= zxing-cpp>=1.2.0
-BUILDLINK_ABI_DEPENDS.zxing-cpp+= zxing-cpp>=2.0.0
-BUILDLINK_PKGSRCDIR.zxing-cpp?= ../../wip/zxing-cpp
-.endif # ZXING_CPP_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -zxing-cpp
diff --git a/zxing-cpp/distinfo b/zxing-cpp/distinfo
deleted file mode 100644
index b5453610cf..0000000000
--- a/zxing-cpp/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.9 2025/01/12 10:33:18 wiz Exp $
-
-BLAKE2s (stb-2fb8c5a3deb2110c89669f8d6f36e5833b556b44.tar.gz) = 5700fcd8c6644d09e74415c9a6cbd5879ea0824d41bf73e3300303e07a0cfefb
-SHA512 (stb-2fb8c5a3deb2110c89669f8d6f36e5833b556b44.tar.gz) = 7c3e5e272b4d7feb542d7fc10b1bf72ad6af4929a38dd7dff8d27d06517e90e1df69c6d108e842519c3e24534b365627fc620066cbef281c9910740c82b1f517
-Size (stb-2fb8c5a3deb2110c89669f8d6f36e5833b556b44.tar.gz) = 1515178 bytes
-BLAKE2s (zxing-cpp-3.0.2.tar.gz) = fd3087b18eee0d9afe388268ee593588a44e32d5191b07695f0f03be6fe53764
-SHA512 (zxing-cpp-3.0.2.tar.gz) = 6f4dc443e23e488bf8daa7d338e2cfcc73558930d793af06a3d075b6befbdf92ca52324e98add3a924f55c4b9ecb58408e2a87627878bb43054e9a8a29a9c4a4
-Size (zxing-cpp-3.0.2.tar.gz) = 1039644 bytes
Home |
Main Index |
Thread Index |
Old Index