pkgsrc-WIP-changes archive

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

Add a new package for tllist-1.1.0.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sun Mar 17 20:39:16 2024 +0100
Changeset:	a644047a2f011e9fe9bc0b5a65a9c8f10dd02148

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

Log Message:
Add a new package for tllist-1.1.0.

tllist is a Typed Linked List C header file only library implemented using
pre-processor macros.

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

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

diffstat:
 Makefile             |  1 +
 tllist/DESCR         |  2 ++
 tllist/Makefile      | 13 +++++++++++++
 tllist/PLIST         |  5 +++++
 tllist/buildlink3.mk | 12 ++++++++++++
 tllist/distinfo      |  5 +++++
 6 files changed, 38 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 730e500a25..38da75eded 100644
--- a/Makefile
+++ b/Makefile
@@ -5453,6 +5453,7 @@ SUBDIR+=	tkpng
 SUBDIR+=	tktile
 SUBDIR+=	tleenx2
 SUBDIR+=	tleenx3
+SUBDIR+=	tllist
 SUBDIR+=	tme
 SUBDIR+=	tmuni-ttf
 SUBDIR+=	tmux-git
diff --git a/tllist/DESCR b/tllist/DESCR
new file mode 100644
index 0000000000..d60c51597d
--- /dev/null
+++ b/tllist/DESCR
@@ -0,0 +1,2 @@
+tllist is a Typed Linked List C header file only library implemented using
+pre-processor macros.
diff --git a/tllist/Makefile b/tllist/Makefile
new file mode 100644
index 0000000000..4b999067ad
--- /dev/null
+++ b/tllist/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD$
+
+DISTNAME=	tllist-1.1.0
+CATEGORIES=	devel
+MASTER_SITES=	https://codeberg.org/dnkl/tllist/releases/download/${PKGVERSION_NOREV}
+
+MAINTAINER=	bsiegert%NetBSD.org@localhost
+HOMEPAGE=	https://codeberg.org/dnkl/tllist/
+COMMENT=	C implementation of a typed linked list
+LICENSE=	mit
+
+.include "../../devel/meson/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tllist/PLIST b/tllist/PLIST
new file mode 100644
index 0000000000..4e8b0c11dd
--- /dev/null
+++ b/tllist/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+include/tllist.h
+lib/pkgconfig/tllist.pc
+share/doc/tllist/LICENSE
+share/doc/tllist/README.md
diff --git a/tllist/buildlink3.mk b/tllist/buildlink3.mk
new file mode 100644
index 0000000000..78f4a08a2c
--- /dev/null
+++ b/tllist/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	tllist
+
+.if !defined(TLLIST_BUILDLINK3_MK)
+TLLIST_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.tllist+=	tllist>=1.1.0
+BUILDLINK_PKGSRCDIR.tllist?=	../../wip/tllist
+.endif	# TLLIST_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-tllist
diff --git a/tllist/distinfo b/tllist/distinfo
new file mode 100644
index 0000000000..52028a0873
--- /dev/null
+++ b/tllist/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (tllist-1.1.0.tar.gz) = 507301e516bc59ee8398ae5aa0b3b51b7198c80e3f30cebd77deac827aa20e7b
+SHA512 (tllist-1.1.0.tar.gz) = 8675203674f7517f66f99a158d190f80ea6d1a4e587d053ebd61cfabc17e890b417b761083de4931f95e2403b2bab40e12f8b5cd168fc35097a9194442c23d51
+Size (tllist-1.1.0.tar.gz) = 7671 bytes


Home | Main Index | Thread Index | Old Index