pkgsrc-WIP-changes archive

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

pkgchkxx: remove



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Mon Jan 1 14:40:53 2024 +0100
Changeset:	0807a240bcd33edb896290efd1fcf45aff8aa77a

Modified Files:
	Makefile
Removed Files:
	pkgchkxx/DESCR
	pkgchkxx/Makefile
	pkgchkxx/PLIST
	pkgchkxx/distinfo

Log Message:
pkgchkxx: remove

Now in pkgsrc/pkgtools/pkgchkxx

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

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

diffstat:
 Makefile          |  1 -
 pkgchkxx/DESCR    |  6 ------
 pkgchkxx/Makefile | 35 -----------------------------------
 pkgchkxx/PLIST    |  5 -----
 pkgchkxx/distinfo |  5 -----
 5 files changed, 52 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index d94638898e..f9a071cd47 100644
--- a/Makefile
+++ b/Makefile
@@ -3046,7 +3046,6 @@ SUBDIR+=	pkg_conflicts
 SUBDIR+=	pkg_fake
 SUBDIR+=	pkg_rmleaves
 SUBDIR+=	pkg_summary-utils
-SUBDIR+=	pkgchkxx
 SUBDIR+=	pkgmanager
 SUBDIR+=	plank
 SUBDIR+=	plantri
diff --git a/pkgchkxx/DESCR b/pkgchkxx/DESCR
deleted file mode 100644
index 667dd7ed94..0000000000
--- a/pkgchkxx/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-pkgchkxx and pkgrrxx are complete rewrites of pkgsrc pkg_chk and
-pkg_rolling-replace respectively. These are functionally compatible but run
-faster.
-
-This implementation achieves better performance by using a faster language,
-better algorithms, and making use of many CPUs whenever possible.
diff --git a/pkgchkxx/Makefile b/pkgchkxx/Makefile
deleted file mode 100644
index 7fdb779b69..0000000000
--- a/pkgchkxx/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	pkgchkxx-0.1.6
-PKGREVISION=	1
-CATEGORIES=	pkgtools
-MASTER_SITES=	${MASTER_SITE_GITHUB:=depressed-pho/}
-GITHUB_RELEASE=	${DISTNAME}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/depressed-pho/pkgchkxx
-COMMENT=	Complete rewrite of pkg_chk and pkg_rolling-replace in C++
-LICENSE=	modified-bsd AND 2-clause-bsd
-
-USE_LANGUAGES=		c c++
-USE_CXX_FEATURES=	c++17 filesystem unique_ptr
-USE_TOOLS=		gmake
-GNU_CONFIGURE=		YES
-
-CONFIGURE_ARGS+=	--disable-doxygen
-
-# These are runtime dependencies and therefore must not contain references
-# to ${WRKDIR}.
-CONFIGURE_ARGS+=	BMAKE=${MAKE}
-CONFIGURE_ARGS+=	PKG_CONFIG=${PREFIX}/bin/pkgconf
-CONFIGURE_ARGS+=	PKG_CONFIG_LIBDIR=	# empty
-CONFIGURE_ARGS+=	PKG_CONFIG_PATH=	# empty
-CONFIGURE_ENV+=		XARGS=/usr/bin/xargs
-
-DEPENDS+=	pkg_install>=20211115:../../pkgtools/pkg_install
-DEPENDS+=	pkgconf>=1.9.4:../../devel/pkgconf
-
-.include "../../archivers/bzip2/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../net/libfetch/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/pkgchkxx/PLIST b/pkgchkxx/PLIST
deleted file mode 100644
index 45db206728..0000000000
--- a/pkgchkxx/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-man/man8/pkgchkxx.8
-man/man8/pkgrrxx.8
-sbin/pkgchkxx
-sbin/pkgrrxx
diff --git a/pkgchkxx/distinfo b/pkgchkxx/distinfo
deleted file mode 100644
index 9852d92782..0000000000
--- a/pkgchkxx/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (pkgchkxx-0.1.6.tar.gz) = 39e49d86f6a48d87ed37178fc3fdb3d3567e28b58a55a05352cfa016ed4846c8
-SHA512 (pkgchkxx-0.1.6.tar.gz) = c1ad0ebb57f02b9a75ad38b0cacf9d82d89fd74efbf5aec15507215cb39b529fd633763b1dcdd383573b5090ff23f26ee3fe12400dd84c0542c781c905934bf2
-Size (pkgchkxx-0.1.6.tar.gz) = 523672 bytes


Home | Main Index | Thread Index | Old Index