pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.6.20



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Oct 23 09:16:00 2022 -0500
Changeset:	15a36f3acbb371d84b70bc3982ff7c5f6c97890d

Modified Files:
	libxtend/Makefile
	libxtend/PLIST
	libxtend/buildlink3.mk
	libxtend/distinfo

Log Message:
libxtend: Update to 0.1.6.20

Add xt_shuffle(): Fisher-Yates shuffle with interface like qsort()

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=15a36f3acbb371d84b70bc3982ff7c5f6c97890d

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

diffstat:
 libxtend/Makefile      | 4 ++--
 libxtend/PLIST         | 2 ++
 libxtend/buildlink3.mk | 2 +-
 libxtend/distinfo      | 6 +++---
 4 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index 9f0768d10a..385d966dcb 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.6.12
+DISTNAME=	libxtend-0.1.6.20
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	b1fc67d81828c869c6446e3ed70820b0bcf875fa
+GITHUB_TAG=	5cee971c986d7e7ae99f71bf261b56e4e728baae
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index f5b437bdb9..64b95c9914 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -1,4 +1,5 @@
 @comment $NetBSD$
+include/xtend/array.h
 include/xtend/common.h
 include/xtend/ctype.h
 include/xtend/dsv-accessors.h
@@ -115,6 +116,7 @@ man/man3/xt_n_choose_k.3
 man/man3/xt_read_line_malloc.3
 man/man3/xt_realloc.3
 man/man3/xt_rmkdir.3
+man/man3/xt_shuffle.3
 man/man3/xt_tic.3
 man/man3/xt_toc.3
 man/man3/xt_valid_extension.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index 059e9bbf73..115028f954 100644
--- a/libxtend/buildlink3.mk
+++ b/libxtend/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=		libxtend
 .if !defined(LIBXTEND_BUILDLINK3_MK)
 LIBXTEND_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.6.12
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.6.20
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index b19e714112..b8bbe11f1f 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.1.6.12-b1fc67d81828c869c6446e3ed70820b0bcf875fa.tar.gz) = 25b22ef88aca4d412cfa495f49ca05705fcd1856e55af7da4a8a594cc55bd12d
-SHA512 (libxtend-0.1.6.12-b1fc67d81828c869c6446e3ed70820b0bcf875fa.tar.gz) = bced96b664abdf726aa32ee28e413ee2592ebf351d8ae5d53fec8f40a1282bf82a3ddb56b476dc955adb2641a7f45e582d7310d832faf3fa5d32b2c3135bdd42
-Size (libxtend-0.1.6.12-b1fc67d81828c869c6446e3ed70820b0bcf875fa.tar.gz) = 65042 bytes
+BLAKE2s (libxtend-0.1.6.20-5cee971c986d7e7ae99f71bf261b56e4e728baae.tar.gz) = beb8d4dd78d553298ccd6829501738e431f9c7aba9a4ac4fafc78e9405badd5c
+SHA512 (libxtend-0.1.6.20-5cee971c986d7e7ae99f71bf261b56e4e728baae.tar.gz) = 1e7989cae4235827860c3ac4964491ba6024532a299704e75ff1a9204a3fcbbfef89a16dee1834789678910509f17d481b3f7f7988cfdc87d9751b5fc939e5a1
+Size (libxtend-0.1.6.20-5cee971c986d7e7ae99f71bf261b56e4e728baae.tar.gz) = 65915 bytes


Home | Main Index | Thread Index | Old Index