pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.4.28



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Feb 19 08:20:39 2022 -0600
Changeset:	2eb77dbf570b66277995fbb9ea855f36fe83bd5a

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

Log Message:
libxtend: Update to 0.1.4.28

Add ffdopen(), ffstdin(), and ffstdout() for filter programs

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

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

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index df28d26a30..b2e1f196d9 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.4.17
+DISTNAME=	libxtend-0.1.4.28
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	04e32bd8553f858c61cd64894ffdf6471dea05a8
+GITHUB_TAG=	3a71c139608e0a920081ceb291f06fc79207d4fa
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index 57b9340708..ea66a61398 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -5,6 +5,7 @@ include/xtend/dsv-accessors.h
 include/xtend/dsv-mutators.h
 include/xtend/dsv-rvs.h
 include/xtend/dsv.h
+include/xtend/fast-file.h
 include/xtend/file.h
 include/xtend/math.h
 include/xtend/mem.h
@@ -47,6 +48,14 @@ man/man3/dsv_skip_field.3
 man/man3/dsv_skip_rest_of_line.3
 man/man3/fast_cp.3
 man/man3/fd_purge.3
+man/man3/ffclose.3
+man/man3/ffdopen.3
+man/man3/ffgetc.3
+man/man3/ffopen.3
+man/man3/ffputc.3
+man/man3/ffstdin.3
+man/man3/ffstdout.3
+man/man3/ffungetc.3
 man/man3/fgetline.3
 man/man3/file_mod_cmp.3
 man/man3/float_cmp.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index 10b10fd84c..83177669a5 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.4.17
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.4.28
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index b07a6da43b..ddffc91988 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.1.4.17-04e32bd8553f858c61cd64894ffdf6471dea05a8.tar.gz) = b90e08584bc0483d95b75612f36a1940e8c338e7bbb425392a4aadb65a13ffc9
-SHA512 (libxtend-0.1.4.17-04e32bd8553f858c61cd64894ffdf6471dea05a8.tar.gz) = aaa771a9fafd1430adb07fe8f42bbe6d5f6cce9cf2113643f3d35868970dad543c77284caf79f4ab117a25327e104d3f3e46ac47ecede954f87210b0c336c989
-Size (libxtend-0.1.4.17-04e32bd8553f858c61cd64894ffdf6471dea05a8.tar.gz) = 47992 bytes
+BLAKE2s (libxtend-0.1.4.28-3a71c139608e0a920081ceb291f06fc79207d4fa.tar.gz) = 5ccb0a8583a1b11837b8260c4e663a6679e4a3fa457b504b88b1de19fa4b5353
+SHA512 (libxtend-0.1.4.28-3a71c139608e0a920081ceb291f06fc79207d4fa.tar.gz) = 69e56c3194398e0b812466a5663c698a33188fc6f5c801dda56c3696c95a8dbc6ac98aa6b52a10b75d724fd9c53720806404986330cb4a63390b509cf15edf6c
+Size (libxtend-0.1.4.28-3a71c139608e0a920081ceb291f06fc79207d4fa.tar.gz) = 54046 bytes


Home | Main Index | Thread Index | Old Index