pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libxtend devel/libxtend: import libxtend-0.1.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/362a3b031aed
branches:  trunk
changeset: 454417:362a3b031aed
user:      bacon <bacon%pkgsrc.org@localhost>
date:      Fri Jun 11 00:40:59 2021 +0000

description:
devel/libxtend: import libxtend-0.1.2.4

Libxtend is a library of miscellaneous functions, the likes of
which might be found in libc or libm.  It provides some convenient
functionality lacking in standard library functions as well some
more esoteric features.

diffstat:

 devel/libxtend/DESCR         |   4 ++++
 devel/libxtend/Makefile      |  27 +++++++++++++++++++++++++++
 devel/libxtend/PLIST         |  35 +++++++++++++++++++++++++++++++++++
 devel/libxtend/buildlink3.mk |  12 ++++++++++++
 devel/libxtend/distinfo      |   6 ++++++
 5 files changed, 84 insertions(+), 0 deletions(-)

diffs (104 lines):

diff -r de4939c188b6 -r 362a3b031aed devel/libxtend/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libxtend/DESCR      Fri Jun 11 00:40:59 2021 +0000
@@ -0,0 +1,4 @@
+Libxtend is a library of miscellaneous functions, the likes of
+which might be found in libc or libm.  It provides some convenient
+functionality lacking in standard library functions as well some
+more esoteric features.
diff -r de4939c188b6 -r 362a3b031aed devel/libxtend/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libxtend/Makefile   Fri Jun 11 00:40:59 2021 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2021/06/11 00:40:59 bacon Exp $
+
+DISTNAME=      libxtend-0.1.2.4
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=    f6146a2f74b4b12648ff73119d50120ef1269dbc
+
+MAINTAINER=    bacon%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/outpaddling/libxtendc
+COMMENT=       Miscellaneous functions to extend libc
+LICENSE=       2-clause-bsd
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == Darwin
+BUILD_TARGET=  apple
+INSTALL_TARGET=        apple-install
+.else
+INSTALL_TARGET=        install-strip
+.endif
+
+MAKE_ENV+=     DYLIB_PATH=${PREFIX}/lib
+
+pre-build:
+       cd ${WRKSRC} && ${MAKE} depend
+
+.include "../../mk/bsd.pkg.mk"
diff -r de4939c188b6 -r 362a3b031aed devel/libxtend/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libxtend/PLIST      Fri Jun 11 00:40:59 2021 +0000
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1 2021/06/11 00:40:59 bacon Exp $
+include/xtend-protos.h
+include/xtend.h
+lib/libxtend.a
+lib/libxtend.so
+lib/libxtend.so.1
+lib/libxtend.so.1.0
+man/man3/difftimeofday.3
+man/man3/fast_cp.3
+man/man3/fd_purge.3
+man/man3/fgetline.3
+man/man3/file_mod_cmp.3
+man/man3/gcd.3
+man/man3/get_home_dir.3
+man/man3/lcm.3
+man/man3/ltostrn.3
+man/man3/num_size.3
+man/man3/parse_cmd.3
+man/man3/rmkdir.3
+man/man3/spawnlp.3
+man/man3/spawnvp.3
+man/man3/strblank.3
+man/man3/strisint.3
+man/man3/strisreal.3
+man/man3/strlbasecpy.3
+man/man3/strptrcmp.3
+man/man3/strshellcpy.3
+man/man3/strsqueeze.3
+man/man3/va_usage.3
+man/man3/valid_extension.3
+man/man3/viscpy.3
+man/man3/xc_fclose.3
+man/man3/xc_fopen.3
+man/man3/xt_malloc.3
+man/man3/xt_realloc.3
diff -r de4939c188b6 -r 362a3b031aed devel/libxtend/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libxtend/buildlink3.mk      Fri Jun 11 00:40:59 2021 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2021/06/11 00:40:59 bacon Exp $
+
+BUILDLINK_TREE+=               libxtend
+
+.if !defined(LIBXTEND_BUILDLINK3_MK)
+LIBXTEND_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libxtend+=       libxtend>=0.1.2.4
+BUILDLINK_PKGSRCDIR.libxtend?=         ../../devel/libxtend
+.endif # LIBXTEND_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libxtend
diff -r de4939c188b6 -r 362a3b031aed devel/libxtend/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libxtend/distinfo   Fri Jun 11 00:40:59 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/06/11 00:40:59 bacon Exp $
+
+SHA1 (libxtend-0.1.2.4-f6146a2f74b4b12648ff73119d50120ef1269dbc.tar.gz) = cbe3c0616d905f85ca343e890aaee32511453ba1
+RMD160 (libxtend-0.1.2.4-f6146a2f74b4b12648ff73119d50120ef1269dbc.tar.gz) = 9944aa6a093108b6d632825dae993fdbf54878bb
+SHA512 (libxtend-0.1.2.4-f6146a2f74b4b12648ff73119d50120ef1269dbc.tar.gz) = 
b8116470f416d9d03630d49f3d635b7d69816782a6b9a14e6fea2b902b7f801edfcbc9eb6c3ebe5f03cb59029236f1c9f4c8d998a78acee310de98bf38c864b1
+Size (libxtend-0.1.2.4-f6146a2f74b4b12648ff73119d50120ef1269dbc.tar.gz) = 22179 bytes



Home | Main Index | Thread Index | Old Index