pkgsrc-WIP-changes archive

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

Import vali, depend on wip/aml



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Mar 9 17:29:20 2026 +0100
Changeset:	87de40be8afe9776be0b8e4f10f8f0ec60f9af68

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

Log Message:
Import vali, depend on wip/aml

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

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

diffstat:
 Makefile           |  1 +
 vali/DESCR         |  5 +++++
 vali/Makefile      | 23 +++++++++++++++++++++++
 vali/PLIST         |  7 +++++++
 vali/buildlink3.mk | 13 +++++++++++++
 vali/distinfo      |  5 +++++
 6 files changed, 54 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index fdef0f4814..46d13034bb 100644
--- a/Makefile
+++ b/Makefile
@@ -5956,6 +5956,7 @@ SUBDIR+=	vala-panel-appmenu
 SUBDIR+=	vale-current
 SUBDIR+=	valgrind-netbsd
 SUBDIR+=	valgrind-netbsd-git
+SUBDIR+=	vali
 SUBDIR+=	vamp
 SUBDIR+=	vamps
 SUBDIR+=	vanitygen
diff --git a/vali/DESCR b/vali/DESCR
new file mode 100644
index 0000000000..7d6055e22c
--- /dev/null
+++ b/vali/DESCR
@@ -0,0 +1,5 @@
+C implementation and code generator for Varlink,
+which is an interface description format and
+protocol that aims to make services accessible
+to both humans and machines in the simplest
+feasible way.
diff --git a/vali/Makefile b/vali/Makefile
new file mode 100644
index 0000000000..73420485f3
--- /dev/null
+++ b/vali/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=		vali-0.1.1
+CATEGORIES=		devel
+MASTER_SITE_GITLAB=	https://gitlab.freedesktop.org/
+MASTER_SITES=		${MASTER_SITE_GITLAB:=emersion/}
+GITLAB_TAG=		v${PKGVERSION_NOREV}
+
+MAINTAINER=		kikadf.01%gmail.com@localhost
+HOMEPAGE=		https://gitlab.freedesktop.org/emersion/kanshi
+COMMENT=		C library and code generator for Varlink
+LICENSE=		mit
+
+USE_TOOLS+=		pkg-config
+WRKSRC=			${WRKDIR}/vali-${GITLAB_TAG}
+
+PKGCONFIG_OVERRIDE_STAGE=	pre-build
+PKGCONFIG_OVERRIDE=		output/meson-private/vali.pc
+
+.include "../../devel/meson/build.mk"
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../wip/aml/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/vali/PLIST b/vali/PLIST
new file mode 100644
index 0000000000..cc725ad2f9
--- /dev/null
+++ b/vali/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+bin/vali
+include/vali.h
+lib/libvali.so
+lib/libvali.so.${PKGVERSION}
+lib/libvali.so.1
+lib/pkgconfig/vali.pc
diff --git a/vali/buildlink3.mk b/vali/buildlink3.mk
new file mode 100644
index 0000000000..32617a8dc7
--- /dev/null
+++ b/vali/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	vali
+
+.if !defined(VALI_BUILDLINK3_MK)
+VALI_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.vali+=	vali>=0.1.1
+BUILDLINK_PKGSRCDIR.vali?=	../../wip/vali
+
+.endif	# VALI_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-vali
diff --git a/vali/distinfo b/vali/distinfo
new file mode 100644
index 0000000000..7a4cfe0d88
--- /dev/null
+++ b/vali/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (vali-0.1.1.tar.gz) = d859e6baab2ec7f704c9296334d8c2bcf77e7818b2eaaef152fcc4dfab23f8b2
+SHA512 (vali-0.1.1.tar.gz) = fa551feb9da27eada04916f4b5fb25cea580feb98a5c26b8ba9dde3721afa115ad12019ddd5cf72ecae380f47f7cf5e35e13a8995f2a6ab875ee86d91624b610
+Size (vali-0.1.1.tar.gz) = 30275 bytes


Home | Main Index | Thread Index | Old Index