pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/uchardet
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 22 20:21:57 UTC 2024
Modified Files:
pkgsrc/textproc/uchardet: Makefile PLIST distinfo
Log Message:
uchardet: updated to 0.0.8
Version 0.0.8 released.
New supports:
Norwegian: IBM865, ISO-8859-1, ISO-8859-15 and WINDOWS-1252.
Danish: IBM865.
Minimum CMake version bumped to 3.1 (requirement was 2.8.5 before) to
have CMake exported targets:
The executable uchardet::uchardet
The library uchardet::libuchardet
The static library uchardet::libuchardet_static
Fix build issues for UWP on Windows.
Add uchardet CLI tool building support for MSVC.
Various bug fixes and docs/README tweaks.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/uchardet/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/uchardet/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/uchardet/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/uchardet/Makefile
diff -u pkgsrc/textproc/uchardet/Makefile:1.3 pkgsrc/textproc/uchardet/Makefile:1.4
--- pkgsrc/textproc/uchardet/Makefile:1.3 Tue Jul 18 18:47:53 2023
+++ pkgsrc/textproc/uchardet/Makefile Mon Jul 22 20:21:56 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/07/18 18:47:53 nia Exp $
+# $NetBSD: Makefile,v 1.4 2024/07/22 20:21:56 adam Exp $
-DISTNAME= uchardet-0.0.7
+DISTNAME= uchardet-0.0.8
CATEGORIES= textproc
MASTER_SITES= https://www.freedesktop.org/software/uchardet/releases/
EXTRACT_SUFX= .tar.xz
@@ -10,15 +10,16 @@ HOMEPAGE= https://www.freedesktop.org/wi
COMMENT= Encoding detector library ported from Mozilla
LICENSE= mpl-1.1
-USE_CMAKE= yes
-USE_LANGUAGES= c c++
+USE_CXX_FEATURES= c++11
+USE_LANGUAGES= c c++
+PKGCONFIG_OVERRIDE+= uchardet.pc.in
+TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}/src
+# For Darwin
+TEST_ENV+= DYLD_LIBRARY_PATH=${WRKSRC}/${CMAKE_BUILD_DIR}/src
TEST_TARGET= test
-USE_CXX_FEATURES+= c++11
-
-PKGCONFIG_OVERRIDE+= uchardet.pc.in
-
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=${WRKSRC}/src/version.script
+.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/uchardet/PLIST
diff -u pkgsrc/textproc/uchardet/PLIST:1.1 pkgsrc/textproc/uchardet/PLIST:1.2
--- pkgsrc/textproc/uchardet/PLIST:1.1 Tue Jun 9 13:53:00 2020
+++ pkgsrc/textproc/uchardet/PLIST Mon Jul 22 20:21:56 2024
@@ -1,9 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2020/06/09 13:53:00 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/07/22 20:21:56 adam Exp $
bin/uchardet
include/uchardet/uchardet.h
+lib/cmake/uchardet/uchardet-config-version.cmake
+lib/cmake/uchardet/uchardet-config.cmake
+lib/cmake/uchardet/uchardet-targets-noconfig.cmake
+lib/cmake/uchardet/uchardet-targets.cmake
lib/libuchardet.a
lib/libuchardet.so
-lib/libuchardet.so.0
lib/libuchardet.so.${PKGVERSION}
+lib/libuchardet.so.0
lib/pkgconfig/uchardet.pc
man/man1/uchardet.1
Index: pkgsrc/textproc/uchardet/distinfo
diff -u pkgsrc/textproc/uchardet/distinfo:1.4 pkgsrc/textproc/uchardet/distinfo:1.5
--- pkgsrc/textproc/uchardet/distinfo:1.4 Mon Apr 25 23:16:50 2022
+++ pkgsrc/textproc/uchardet/distinfo Mon Jul 22 20:21:57 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2022/04/25 23:16:50 tnn Exp $
+$NetBSD: distinfo,v 1.5 2024/07/22 20:21:57 adam Exp $
-BLAKE2s (uchardet-0.0.7.tar.xz) = fc2c0211fda0d205366ed3d257a2dbb2a46768b163f488c765dfda1671d3b70c
-SHA512 (uchardet-0.0.7.tar.xz) = ddb7b63dd09c1d9acbe620d86217e583d9aa5340780ab4010ec9faa4fd331498859d5efa7829bf8847da89325accf8f7304b51d410210178fc1ffa6658064a6f
-Size (uchardet-0.0.7.tar.xz) = 215492 bytes
+BLAKE2s (uchardet-0.0.8.tar.xz) = 1d8b7cbd6de599de895cbcc49f46720dd002705cbf47b24fef2c556c73028210
+SHA512 (uchardet-0.0.8.tar.xz) = 4a5dcc9ff021352f3b252e103ff1475cec62c974294b264ee9243f024633c3ae44be8c7733608624066113e635f8b156ecb08c8ff87c736d04b07641eb166382
+Size (uchardet-0.0.8.tar.xz) = 222648 bytes
SHA1 (patch-src_symbols.cmake) = b0bfe9c32ce33037d50b2ffb7b94e0b787855601
Home |
Main Index |
Thread Index |
Old Index