pkgsrc-WIP-changes archive

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

libndp: Import libndp-1.9 as wip/libndp



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Sat Dec 14 09:30:55 2024 +0100
Changeset:	b75c060b6edd4144671125f7279e1cd15309f50c

Modified Files:
	Makefile
Added Files:
	libndp/DESCR
	libndp/Makefile
	libndp/PLIST
	libndp/buildlink3.mk
	libndp/distinfo

Log Message:
libndp: Import libndp-1.9 as wip/libndp

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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile             |  1 +
 libndp/DESCR         |  3 +++
 libndp/Makefile      | 17 +++++++++++++++++
 libndp/PLIST         |  6 ++++++
 libndp/buildlink3.mk | 12 ++++++++++++
 libndp/distinfo      |  5 +++++
 6 files changed, 44 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 1d2e4c6643..10727b4cbe 100644
--- a/Makefile
+++ b/Makefile
@@ -2065,6 +2065,7 @@ SUBDIR+=	libmpg123
 SUBDIR+=	libmpq
 SUBDIR+=	libmusclecard
 SUBDIR+=	libncl
+SUBDIR+=	libndp
 SUBDIR+=	libnest2d-ultimaker
 SUBDIR+=	libnestedsums
 SUBDIR+=	libneural
diff --git a/libndp/DESCR b/libndp/DESCR
new file mode 100644
index 0000000000..a49f78b644
--- /dev/null
+++ b/libndp/DESCR
@@ -0,0 +1,3 @@
+This package contains a library which provides a wrapper
+for IPv6 Neighbor Discovery Protocol.  It also provides a tool
+named ndptool for sending and receiving NDP messages.
diff --git a/libndp/Makefile b/libndp/Makefile
new file mode 100644
index 0000000000..fe26f9594b
--- /dev/null
+++ b/libndp/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	libndp-1.9
+CATEGORIES=	net
+MASTER_SITES=	http://libndp.org/
+
+MAINTAINER=	cirnatdan%NetBSD.org@localhost
+HOMEPAGE=	http://libndp.org/files/
+COMMENT=	TODO: Short description of the package
+#LICENSE=	# TODO: (see mk/license.mk)
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+
+PKGCONFIG_OVERRIDE+=	libndp/libndp.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/libndp/PLIST b/libndp/PLIST
new file mode 100644
index 0000000000..a271f4821d
--- /dev/null
+++ b/libndp/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD$
+bin/ndptool
+include/ndp.h
+lib/libndp.la
+lib/pkgconfig/libndp.pc
+man/man8/ndptool.8
diff --git a/libndp/buildlink3.mk b/libndp/buildlink3.mk
new file mode 100644
index 0000000000..022abc47d0
--- /dev/null
+++ b/libndp/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	libndp
+
+.if !defined(LIBNDP_BUILDLINK3_MK)
+LIBNDP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libndp+=	libndp>=1.9
+BUILDLINK_PKGSRCDIR.libndp?=	../../wip/libndp
+.endif	# LIBNDP_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-libndp
diff --git a/libndp/distinfo b/libndp/distinfo
new file mode 100644
index 0000000000..e9256cb4da
--- /dev/null
+++ b/libndp/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (libndp-1.9.tar.gz) = 7534a13e891126426f2f14cad51cea5a9d04043fa77f503fa9ff472e41a106f1
+SHA512 (libndp-1.9.tar.gz) = 30e58bd448ee71a792aa6999b4d3ae50ed510be86ecc0a05ae8e9e75bef51b0cfad0335099524a22ac9adc90d5b7c8c34d646f483d3cd5f2026e870d3147ef5f
+Size (libndp-1.9.tar.gz) = 374953 bytes


Home | Main Index | Thread Index | Old Index