pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.3.22



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Dec 9 13:46:58 2021 -0600
Changeset:	b44909b0af82d557a914a81f4f64c772c404175d

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

Log Message:
libxtend: Update to 0.1.3.22

Add xt_binomial(n,k) to compute n choose k

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

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         | 1 +
 libxtend/buildlink3.mk | 2 +-
 libxtend/distinfo      | 6 +++---
 4 files changed, 7 insertions(+), 6 deletions(-)

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index 2241b13fdf..f3f372826e 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.3.19
+DISTNAME=	libxtend-0.1.3.22
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	af69d13e0acb7a0aee0f2ee2def6e283e95ff27b
+GITHUB_TAG=	58a08c3e793915189c1179401ccef608b4125bb2
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index 2a3451cb6f..fb94d858c2 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -85,6 +85,7 @@ man/man3/tsv_skip_field.3
 man/man3/tsv_skip_rest_of_line.3
 man/man3/va_usage.3
 man/man3/valid_extension.3
+man/man3/xt_binomial.3
 man/man3/xt_fclose.3
 man/man3/xt_fopen.3
 man/man3/xt_malloc.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index 1549c8242c..ff7d8bbe73 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.3.19
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.3.22
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 4256ebff39..118912e775 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (libxtend-0.1.3.19-af69d13e0acb7a0aee0f2ee2def6e283e95ff27b.tar.gz) = 1a1a5a3972b5e9644220216a2b483ad4bc007767
-SHA512 (libxtend-0.1.3.19-af69d13e0acb7a0aee0f2ee2def6e283e95ff27b.tar.gz) = 83986d7abfa514cf562125b00fbefd8fd1ff9dca39f4f8d2d019536b47b1086799e72170527bc268218780dd8da8c60e61381ecead985bb9312aeae6ff75fbc1
-Size (libxtend-0.1.3.19-af69d13e0acb7a0aee0f2ee2def6e283e95ff27b.tar.gz) = 43243 bytes
+BLAKE2s (libxtend-0.1.3.22-58a08c3e793915189c1179401ccef608b4125bb2.tar.gz) = 4c47544fe28155ae538dba05b7227b713182f758ee992813a61482c9b6889557
+SHA512 (libxtend-0.1.3.22-58a08c3e793915189c1179401ccef608b4125bb2.tar.gz) = 5c31d9d204a22b451096f83d7ccee114e6a1bdcd72f2333db5bf1932bf121c6adb625d87774da9a898ffc55e8912e4026c58755b0cf3882bab054f1fe1482b34
+Size (libxtend-0.1.3.22-58a08c3e793915189c1179401ccef608b4125bb2.tar.gz) = 44027 bytes


Home | Main Index | Thread Index | Old Index