pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
musl-fts: Add musl-fts-1.2.7
Module Name: pkgsrc-wip
Committed By: Sijmen J. Mulder <sjmulder%NetBSD.org@localhost>
Pushed By: sjmulder
Date: Mon Feb 5 23:38:57 2024 +0100
Changeset: 9d9ecb43638464d205ccdddf477ffdd24333e434
Modified Files:
Makefile
Added Files:
musl-fts/COMMIT_MSG
musl-fts/DESCR
musl-fts/Makefile
musl-fts/PLIST
musl-fts/TODO
musl-fts/distinfo
Log Message:
musl-fts: Add musl-fts-1.2.7
Implements the fts(3) functions fts_open, fts_read, fts_children,
fts_set and fts_close, which are missing in musl libc.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9d9ecb43638464d205ccdddf477ffdd24333e434
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
musl-fts/COMMIT_MSG | 4 ++++
musl-fts/DESCR | 2 ++
musl-fts/Makefile | 22 ++++++++++++++++++++++
musl-fts/PLIST | 4 ++++
musl-fts/TODO | 1 +
musl-fts/distinfo | 5 +++++
7 files changed, 39 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index b4578bb365..de17ea4ec2 100644
--- a/Makefile
+++ b/Makefile
@@ -2335,6 +2335,7 @@ SUBDIR+= muscle-pam
SUBDIR+= muscle-pkcs11
SUBDIR+= muscletool
SUBDIR+= musl
+SUBDIR+= musl-fts
SUBDIR+= mutter
SUBDIR+= mutter-linux
SUBDIR+= muttprint
diff --git a/musl-fts/COMMIT_MSG b/musl-fts/COMMIT_MSG
new file mode 100644
index 0000000000..3bc7abd832
--- /dev/null
+++ b/musl-fts/COMMIT_MSG
@@ -0,0 +1,4 @@
+devel/musl-fts: Import musl-fts-1.2.7 from wip
+
+Implements the fts(3) functions fts_open, fts_read, fts_children,
+fts_set and fts_close, which are missing in musl libc.
diff --git a/musl-fts/DESCR b/musl-fts/DESCR
new file mode 100644
index 0000000000..f9ec0e9387
--- /dev/null
+++ b/musl-fts/DESCR
@@ -0,0 +1,2 @@
+Implements the fts(3) functions fts_open, fts_read, fts_children,
+fts_set and fts_close, which are missing in musl libc.
diff --git a/musl-fts/Makefile b/musl-fts/Makefile
new file mode 100644
index 0000000000..a15e8e482e
--- /dev/null
+++ b/musl-fts/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= musl-fts-1.2.7
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=void-linux/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= sjmulder%NetBSD.org@localhost
+HOMEPAGE= https://github.com/void-linux/musl0fts
+COMMENT= Implementation of fts(3) for musl libc
+LICENSE= modified-bsd
+
+GNU_CONFIGURE= yes
+USE_TOOLS= autoconf automake
+USE_LIBTOOL= yes
+
+PKGCONFIG_OVERRIDE+= musl-fts.pc.in
+
+pre-configure:
+ cd ${WRKSRC} && ${SH} bootstrap.sh
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/musl-fts/PLIST b/musl-fts/PLIST
new file mode 100644
index 0000000000..198fc9a4ce
--- /dev/null
+++ b/musl-fts/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+include/fts.h
+lib/libfts.la
+lib/pkgconfig/musl-fts.pc
diff --git a/musl-fts/TODO b/musl-fts/TODO
new file mode 100644
index 0000000000..78be1c82af
--- /dev/null
+++ b/musl-fts/TODO
@@ -0,0 +1 @@
+ - Needs fts/builtin.mk or such
diff --git a/musl-fts/distinfo b/musl-fts/distinfo
new file mode 100644
index 0000000000..d34bca5de2
--- /dev/null
+++ b/musl-fts/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (musl-fts-1.2.7.tar.gz) = 17995fb2cf3fe4287ab0d9f4f0047e72dd18537d35fc9c6da737576edb545cb3
+SHA512 (musl-fts-1.2.7.tar.gz) = 949f73b9406b06bd8712c721b4ec89afcb37d4eaef5666cccf3712242d3a57fc0acf3ca994934e0f57c1e92f40521a9370132a21eb6d1957415a83c76bf20feb
+Size (musl-fts-1.2.7.tar.gz) = 19336 bytes
Home |
Main Index |
Thread Index |
Old Index