pkgsrc-WIP-changes archive

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

libvterm03: Remove (devel/libvterm03 was updated)



Module Name:	pkgsrc-wip
Committed By:	Malte Dehling <mdehling%gmail.com@localhost>
Pushed By:	mdehling
Date:		Thu May 23 14:42:19 2024 -0700
Changeset:	0de8895c254de4b71849e7e5c3703503ee0ee4e2

Modified Files:
	Makefile
	neovim-git/Makefile
Removed Files:
	libvterm03/DESCR
	libvterm03/Makefile
	libvterm03/PLIST
	libvterm03/buildlink3.mk
	libvterm03/distinfo

Log Message:
libvterm03: Remove (devel/libvterm03 was updated)

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

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

diffstat:
 Makefile                 |  1 -
 libvterm03/DESCR         |  5 -----
 libvterm03/Makefile      | 32 --------------------------------
 libvterm03/PLIST         |  6 ------
 libvterm03/buildlink3.mk | 24 ------------------------
 libvterm03/distinfo      |  5 -----
 neovim-git/Makefile      |  2 +-
 7 files changed, 1 insertion(+), 74 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 4f0c7c1bbb..41311e4e21 100644
--- a/Makefile
+++ b/Makefile
@@ -2074,7 +2074,6 @@ SUBDIR+=	libvips
 SUBDIR+=	libvirt
 SUBDIR+=	libvirt-glib
 SUBDIR+=	libvpx-git
-SUBDIR+=	libvterm03
 SUBDIR+=	libwbxml2-patched
 SUBDIR+=	libxc
 SUBDIR+=	libxdiff
diff --git a/libvterm03/DESCR b/libvterm03/DESCR
deleted file mode 100644
index bb8b0c04f4..0000000000
--- a/libvterm03/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-An abstract C99 library which implements a VT220 or xterm-like terminal
-emulator. It doesn't use any particular graphics toolkit or output system,
-instead it invokes callback function pointers that its embedding program
-should provide it to draw on its behalf. It avoids calling malloc() during
-normal running state, allowing it to be used in embedded kernel situations.
diff --git a/libvterm03/Makefile b/libvterm03/Makefile
deleted file mode 100644
index b42fcd9d05..0000000000
--- a/libvterm03/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libvterm-0.3.3
-PKGNAME=	${DISTNAME:S/libvterm/libvterm03/}
-CATEGORIES=	devel
-MASTER_SITES=	https://www.leonerd.org.uk/code/libvterm/
-
-MAINTAINER=	mdehling%gmail.com@localhost
-HOMEPAGE=	https://www.leonerd.org.uk/code/libvterm/
-COMMENT=	Abstract VT220/xterm/ECMA-48 emulation library
-LICENSE=	mit
-
-USE_TOOLS+=	gmake perl
-USE_LIBTOOL=	yes
-
-MAKE_FLAGS+=	PREFIX=${PREFIX}
-MAKE_FLAGS+=	INCDIR=${PREFIX}/include/${PKGBASE}
-MAKE_FLAGS+=	LIBDIR=${PREFIX}/lib/${PKGBASE}
-
-# Do not install programs, in case we conflict with a
-# package for a more recent version.
-INSTALL_TARGET=	install-lib install-inc
-
-PKGCONFIG_OVERRIDE+=	vterm.pc.in
-
-INSTALLATION_DIRS+=	lib/pkgconfig
-
-post-install:
-	${MV} ${DESTDIR}${PREFIX}/lib/libvterm03/pkgconfig/vterm.pc \
-	    ${DESTDIR}${PREFIX}/lib/pkgconfig/vterm03.pc
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libvterm03/PLIST b/libvterm03/PLIST
deleted file mode 100644
index 509153dd8c..0000000000
--- a/libvterm03/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2022/12/15 22:13:50 nikita Exp $
-include/libvterm03/vterm.h
-include/libvterm03/vterm_keycodes.h
-lib/libvterm03/libvterm.la
-lib/pkgconfig/vterm03.pc
-@pkgdir lib/libvterm03/pkgconfig
diff --git a/libvterm03/buildlink3.mk b/libvterm03/buildlink3.mk
deleted file mode 100644
index adb2cfa10f..0000000000
--- a/libvterm03/buildlink3.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	libvterm03
-
-.if !defined(LIBVTERM03_BUILDLINK3_MK)
-LIBVTERM03_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libvterm03+=	libvterm03>=0.0.0
-BUILDLINK_ABI_DEPENDS.libvterm03+=	libvterm03>=0.3
-BUILDLINK_PKGSRCDIR.libvterm03?=	../../wip/libvterm03
-BUILDLINK_INCDIRS.libvterm03+=		include/libvterm03
-BUILDLINK_LIBDIRS.libvterm03+=		lib/libvterm03
-
-BUILDLINK_TARGETS+=	buildlink-vterm-unversioned
-
-.PHONY: buildlink-vterm-unversioned
-
-buildlink-vterm-unversioned:
-	${LN} -s ${BUILDLINK_DIR}/lib/pkgconfig/vterm03.pc \
-	    ${BUILDLINK_DIR}/lib/pkgconfig/vterm.pc
-
-.endif	# LIBVTERM03_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libvterm03
diff --git a/libvterm03/distinfo b/libvterm03/distinfo
deleted file mode 100644
index 1183ff0788..0000000000
--- a/libvterm03/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (libvterm-0.3.3.tar.gz) = f7c59f3178bd8e626fe14742dada813b922298fbf5ee26669ead77bc45e4b6f9
-SHA512 (libvterm-0.3.3.tar.gz) = 0117f71988d2c3c1b5e46d0778ce491a8ab9033f3afc9a9905b6d52d0e2adb59ee101667826281470e4c9de5178cbe966f4ecb2c7673e9644c7ca3508491bb49
-Size (libvterm-0.3.3.tar.gz) = 80024 bytes
diff --git a/neovim-git/Makefile b/neovim-git/Makefile
index bb5e09f552..916cd89b2b 100644
--- a/neovim-git/Makefile
+++ b/neovim-git/Makefile
@@ -42,6 +42,7 @@ post-install:
 .include "../../devel/cmake/build.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/libuv/buildlink3.mk"
+.include "../../devel/libvterm03/buildlink3.mk"
 .include "../../devel/lua-luv/buildlink3.mk"
 .include "../../devel/msgpack/buildlink3.mk"
 .include "../../devel/unibilium/buildlink3.mk"
@@ -55,6 +56,5 @@ post-install:
 CMAKE_CONFIGURE_ARGS+=	-DPREFER_LUA=ON
 .  include "../../lang/lua/buildlink3.mk"
 .endif
-.include "../../wip/libvterm03/buildlink3.mk"		# XXX: req v0.3.3
 .include "../../wip/mk/git-package.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index