pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libxtendc: Rename libxtend
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sat May 8 15:33:45 2021 -0500
Changeset: cc9e78af4416e9f01329948575798818fbc270c4
Modified Files:
Makefile
Added Files:
libxtend/DESCR
libxtend/Makefile
libxtend/PLIST
libxtend/buildlink3.mk
libxtend/distinfo
Removed Files:
libxtendc/DESCR
libxtendc/Makefile
libxtendc/PLIST
libxtendc/buildlink3.mk
libxtendc/distinfo
Log Message:
libxtendc: Rename libxtend
Import a few functions from libbacon and clean up
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc9e78af4416e9f01329948575798818fbc270c4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
libxtend/DESCR | 4 ++++
libxtend/Makefile | 21 +++++++++++++++++++++
libxtend/PLIST | 15 +++++++++++++++
libxtend/buildlink3.mk | 14 ++++++++++++++
libxtend/distinfo | 6 ++++++
libxtendc/DESCR | 4 ----
libxtendc/Makefile | 21 ---------------------
libxtendc/PLIST | 10 ----------
libxtendc/buildlink3.mk | 13 -------------
libxtendc/distinfo | 6 ------
11 files changed, 61 insertions(+), 55 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 387d0f8625..2d4e9d598e 100644
--- a/Makefile
+++ b/Makefile
@@ -2171,7 +2171,7 @@ SUBDIR+= libwbxml2-patched
SUBDIR+= libxc
SUBDIR+= libxdiff
SUBDIR+= libxml++3
-SUBDIR+= libxtendc
+SUBDIR+= libxtend
SUBDIR+= libyuv-git
SUBDIR+= libzahl
SUBDIR+= libzeep
diff --git a/libxtend/DESCR b/libxtend/DESCR
new file mode 100644
index 0000000000..055723dd04
--- /dev/null
+++ b/libxtend/DESCR
@@ -0,0 +1,4 @@
+Libxtendc is a library of miscellaneous functions, the likes of which might
+be found in libc or libm.
+They provide some convenient functionality lacking in standard library
+functions as well some more esoteric features.
diff --git a/libxtend/Makefile b/libxtend/Makefile
new file mode 100644
index 0000000000..6eaa31a128
--- /dev/null
+++ b/libxtend/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+#
+###########################################################
+# Generated by fbsd2pkg #
+# Wed May 5 08:37:52 CDT 2021 #
+###########################################################
+
+DISTNAME= libxtend-0.0.1.13
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG= 8f0893f1bf2dd7587f164589dcf7df1127401477
+
+MAINTAINER= bacon%NetBSD.org@localhost
+HOMEPAGE= https://github.com/outpaddling/libxtendc
+COMMENT= Miscellaneous functions to extend libc
+LICENSE= 2-clause-bsd
+
+pre-build:
+ cd ${WRKSRC} && ${MAKE} depend
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libxtend/PLIST b/libxtend/PLIST
new file mode 100644
index 0000000000..ede42b8bca
--- /dev/null
+++ b/libxtend/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+include/xtend-protos.h
+include/xtend.h
+lib/libxtend.a
+man/man3/difftimeofday.3
+man/man3/fast_cp.3
+man/man3/fd_purge.3
+man/man3/gcd.3
+man/man3/lcm.3
+man/man3/strisint.3
+man/man3/strisreal.3
+man/man3/strptrcmp.3
+man/man3/valid_extension.3
+man/man3/xc_fclose.3
+man/man3/xc_fopen.3
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
new file mode 100644
index 0000000000..831357c9a2
--- /dev/null
+++ b/libxtend/buildlink3.mk
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= libxtend
+
+.if !defined(LIBXTEND_BUILDLINK3_MK)
+LIBXTEND_BUILDLINK3_MK:=
+
+BUILDLINK_DEPMETHOD.libxtend?= build
+
+BUILDLINK_API_DEPENDS.libxtend+= libxtend>=0.0.1.13
+BUILDLINK_PKGSRCDIR.libxtend?= ../../wip/libxtend
+.endif # LIBXTEND_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -libxtend
diff --git a/libxtend/distinfo b/libxtend/distinfo
new file mode 100644
index 0000000000..a7009df908
--- /dev/null
+++ b/libxtend/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (libxtend-0.0.1.13-8f0893f1bf2dd7587f164589dcf7df1127401477.tar.gz) = 4053d9f4efa488a752c0ccf4d42776372794d8dc
+RMD160 (libxtend-0.0.1.13-8f0893f1bf2dd7587f164589dcf7df1127401477.tar.gz) = c4cd4203717593f6444d2b721577a5be9a8b47a0
+SHA512 (libxtend-0.0.1.13-8f0893f1bf2dd7587f164589dcf7df1127401477.tar.gz) = 18317a8fad07a856a4e2e7f4975b3c5daf76586d3582d9813202b390b74eb2dba121e29d08c289669913d31970071f421d7345724563ede2cf847e29f1c2f5d4
+Size (libxtend-0.0.1.13-8f0893f1bf2dd7587f164589dcf7df1127401477.tar.gz) = 16075 bytes
diff --git a/libxtendc/DESCR b/libxtendc/DESCR
deleted file mode 100644
index 055723dd04..0000000000
--- a/libxtendc/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Libxtendc is a library of miscellaneous functions, the likes of which might
-be found in libc or libm.
-They provide some convenient functionality lacking in standard library
-functions as well some more esoteric features.
diff --git a/libxtendc/Makefile b/libxtendc/Makefile
deleted file mode 100644
index 69232b9b8d..0000000000
--- a/libxtendc/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD$
-#
-###########################################################
-# Generated by fbsd2pkg #
-# Wed May 5 08:37:52 CDT 2021 #
-###########################################################
-
-DISTNAME= libxtendc-0.0.1.5
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG= 8682b4abf4a5e796d3720075396d49b426112dd6
-
-MAINTAINER= bacon%NetBSD.org@localhost
-HOMEPAGE= https://github.com/outpaddling/libxtendc
-COMMENT= Miscellaneous functions to extend libc
-LICENSE= 2-clause-bsd
-
-pre-build:
- cd ${WRKSRC} && ${MAKE} depend
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libxtendc/PLIST b/libxtendc/PLIST
deleted file mode 100644
index 446dae0d9c..0000000000
--- a/libxtendc/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD$
-include/xtendc-protos.h
-include/xtendc.h
-lib/libxtendc.a
-man/man3/strisint.3
-man/man3/strisreal.3
-man/man3/strptrcmp.3
-man/man3/valid_extension.3
-man/man3/xc_fclose.3
-man/man3/xc_fopen.3
diff --git a/libxtendc/buildlink3.mk b/libxtendc/buildlink3.mk
deleted file mode 100644
index 7b128ba813..0000000000
--- a/libxtendc/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-BUILDLINK_DEPMETHOD.libxtendc?= build
-
-BUILDLINK_TREE+= libxtendc
-
-.if !defined(LIBXTENDC_BUILDLINK3_MK)
-LIBXTENDC_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libxtendc+= libxtendc>=0.0.1.1
-BUILDLINK_PKGSRCDIR.libxtendc?= ../../wip/libxtendc
-.endif # LIBXTENDC_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libxtendc
diff --git a/libxtendc/distinfo b/libxtendc/distinfo
deleted file mode 100644
index fa5c41bcb9..0000000000
--- a/libxtendc/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (libxtendc-0.0.1.5-8682b4abf4a5e796d3720075396d49b426112dd6.tar.gz) = 2f4fe815fd8c60176b7bbfef0cb8705d35680d18
-RMD160 (libxtendc-0.0.1.5-8682b4abf4a5e796d3720075396d49b426112dd6.tar.gz) = 5dd33d8751ca4560b99b7fe10d21befd356424af
-SHA512 (libxtendc-0.0.1.5-8682b4abf4a5e796d3720075396d49b426112dd6.tar.gz) = a1cf56525a3280cb0f5f235a5f27582e69b16da6f812222b24192386a2f9fabd96ab9ed0f77a680abb4c67ca890f47fc4560220cc35f0aa6c7de0da9d9991bc2
-Size (libxtendc-0.0.1.5-8682b4abf4a5e796d3720075396d49b426112dd6.tar.gz) = 6644 bytes
Home |
Main Index |
Thread Index |
Old Index