pkgsrc-WIP-changes archive

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

tllist: remove, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Tue Apr 14 14:24:53 2026 +0200
Changeset:	9ae955e853d69c8e9ed606f863e93070c1049869

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

Log Message:
tllist: remove, imported to pkgsrc

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

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 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 15fd20fd9e..ed1ad12474 100644
--- a/Makefile
+++ b/Makefile
@@ -5782,7 +5782,6 @@ 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
deleted file mode 100644
index d60c51597d..0000000000
--- a/tllist/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-tllist is a Typed Linked List C header file only library implemented using
-pre-processor macros.
diff --git a/tllist/Makefile b/tllist/Makefile
deleted file mode 100644
index fc24bda4ca..0000000000
--- a/tllist/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $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
deleted file mode 100644
index 4e8b0c11dd..0000000000
--- a/tllist/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@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
deleted file mode 100644
index 78f4a08a2c..0000000000
--- a/tllist/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $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
deleted file mode 100644
index 52028a0873..0000000000
--- a/tllist/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$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