pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.9.15



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Sep 4 09:11:35 2023 -0500
Changeset:	c2e40e3f750ecc103e4a5ec36cce93ab88e9c9da

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

Log Message:
libxtend: Update to 0.1.9.15

fast-file: Standardize API, test new seek, rewind, tmpfile functions

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

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

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index 429d8abc27..c25237f689 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.9.14
+DISTNAME=	libxtend-0.1.9.15
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	25afa8d3d340da52ef446d87c46ad1607274dd53
+GITHUB_TAG=	ed937bae59bb5b793faf9d1d83baa2d9f064390a
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/PLIST b/libxtend/PLIST
index c1cb813156..9e900f4ea5 100644
--- a/libxtend/PLIST
+++ b/libxtend/PLIST
@@ -94,6 +94,17 @@ man/man3/xt_fd_purge.3
 man/man3/xt_ff_close.3
 man/man3/xt_ff_close_raw.3
 man/man3/xt_ff_dopen.3
+man/man3/xt_ff_get_buff.3
+man/man3/xt_ff_get_buff_ae.3
+man/man3/xt_ff_get_buff_index.3
+man/man3/xt_ff_get_buff_size.3
+man/man3/xt_ff_get_bytes_read.3
+man/man3/xt_ff_get_child_pid.3
+man/man3/xt_ff_get_disk_block_size.3
+man/man3/xt_ff_get_fd.3
+man/man3/xt_ff_get_flags.3
+man/man3/xt_ff_get_start_ptr.3
+man/man3/xt_ff_get_start_ptr_ae.3
 man/man3/xt_ff_getc.3
 man/man3/xt_ff_gets.3
 man/man3/xt_ff_open.3
@@ -104,33 +115,22 @@ man/man3/xt_ff_printf.3
 man/man3/xt_ff_putc.3
 man/man3/xt_ff_puts.3
 man/man3/xt_ff_read_line_malloc.3
+man/man3/xt_ff_set_buff.3
+man/man3/xt_ff_set_buff_ae.3
+man/man3/xt_ff_set_buff_cpy.3
+man/man3/xt_ff_set_buff_index.3
+man/man3/xt_ff_set_buff_size.3
+man/man3/xt_ff_set_bytes_read.3
+man/man3/xt_ff_set_child_pid.3
+man/man3/xt_ff_set_disk_block_size.3
+man/man3/xt_ff_set_fd.3
+man/man3/xt_ff_set_flags.3
+man/man3/xt_ff_set_start_ptr.3
+man/man3/xt_ff_set_start_ptr_ae.3
+man/man3/xt_ff_set_start_ptr_cpy.3
 man/man3/xt_ff_stdin.3
 man/man3/xt_ff_stdout.3
 man/man3/xt_ff_ungetc.3
-man/man3/xt_ffile_get_buff.3
-man/man3/xt_ffile_get_buff_ae.3
-man/man3/xt_ffile_get_buff_index.3
-man/man3/xt_ffile_get_buff_size.3
-man/man3/xt_ffile_get_bytes_read.3
-man/man3/xt_ffile_get_child_pid.3
-man/man3/xt_ffile_get_disk_block_size.3
-man/man3/xt_ffile_get_fd.3
-man/man3/xt_ffile_get_flags.3
-man/man3/xt_ffile_get_start_ptr.3
-man/man3/xt_ffile_get_start_ptr_ae.3
-man/man3/xt_ffile_set_buff.3
-man/man3/xt_ffile_set_buff_ae.3
-man/man3/xt_ffile_set_buff_cpy.3
-man/man3/xt_ffile_set_buff_index.3
-man/man3/xt_ffile_set_buff_size.3
-man/man3/xt_ffile_set_bytes_read.3
-man/man3/xt_ffile_set_child_pid.3
-man/man3/xt_ffile_set_disk_block_size.3
-man/man3/xt_ffile_set_fd.3
-man/man3/xt_ffile_set_flags.3
-man/man3/xt_ffile_set_start_ptr.3
-man/man3/xt_ffile_set_start_ptr_ae.3
-man/man3/xt_ffile_set_start_ptr_cpy.3
 man/man3/xt_fgetline.3
 man/man3/xt_file_mod_cmp.3
 man/man3/xt_fopen.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index adb79203ef..aff664be4c 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.9.14
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.9.15
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index d86f37be8f..567614623e 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.1.9.14-25afa8d3d340da52ef446d87c46ad1607274dd53.tar.gz) = d7446f6a93203dea63b4bece0fbe5fc65454845da233c71229189d7f9d1bc103
-SHA512 (libxtend-0.1.9.14-25afa8d3d340da52ef446d87c46ad1607274dd53.tar.gz) = 67d87c6e5b7c5ac77336d64c738eeac9071645c0dac2629447e2d0b08cb7394a642f4ca03a02102603712a940816d61ab3c35943bda18ff4a8e93c368d2020c7
-Size (libxtend-0.1.9.14-25afa8d3d340da52ef446d87c46ad1607274dd53.tar.gz) = 79194 bytes
+BLAKE2s (libxtend-0.1.9.15-ed937bae59bb5b793faf9d1d83baa2d9f064390a.tar.gz) = b34c3a4abe680da34bc41e9b572a39a71f535d846109312b252feae52dcf2884
+SHA512 (libxtend-0.1.9.15-ed937bae59bb5b793faf9d1d83baa2d9f064390a.tar.gz) = 9b0d98abbd9475885efecc19c7d5a4632d21a338891405233cca7d383e125d7a6a1c173b69108a7b2303da81260486040ceae7a8dcf24cf459bd010b5e74414e
+Size (libxtend-0.1.9.15-ed937bae59bb5b793faf9d1d83baa2d9f064390a.tar.gz) = 79706 bytes


Home | Main Index | Thread Index | Old Index