pkgsrc-WIP-changes archive

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

libcanlock: Remove, used to update news/libcanlock



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jun 25 16:09:41 2021 +0200
Changeset:	f4679226744e6bb574474a4be5b2351c1cf11135

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

Log Message:
libcanlock: Remove, used to update news/libcanlock

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

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

diffstat:
 Makefile                 |  1 -
 libcanlock/DESCR         |  8 --------
 libcanlock/Makefile      | 26 --------------------------
 libcanlock/PLIST         | 11 -----------
 libcanlock/buildlink3.mk | 12 ------------
 libcanlock/distinfo      |  6 ------
 6 files changed, 64 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 31cf48f2f5..00de766b45 100644
--- a/Makefile
+++ b/Makefile
@@ -1987,7 +1987,6 @@ SUBDIR+=	libbs2b
 SUBDIR+=	libbtctl
 SUBDIR+=	libc++
 SUBDIR+=	libc++-abi
-SUBDIR+=	libcanlock
 SUBDIR+=	libcdata
 SUBDIR+=	libcerror
 SUBDIR+=	libcfile
diff --git a/libcanlock/DESCR b/libcanlock/DESCR
deleted file mode 100644
index c656195672..0000000000
--- a/libcanlock/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-libcanlock is a library for creating and verifying RFC 8315 Netnews
-Cancel-Locks. This implementation uses the recommended algorithm from
-Section 4 with HMAC based on the same hash function as <scheme>.
-
-A command line utility "canlock" is built together with the library.
-
-Additional header parsers (for the receiving side) are available in the
-package canlock-hp.
diff --git a/libcanlock/Makefile b/libcanlock/Makefile
deleted file mode 100644
index fad3f20b6f..0000000000
--- a/libcanlock/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	libcanlock-3.2.2pre1
-CATEGORIES=	news
-MASTER_SITES=	http://micha.freeshell.org/libcanlock/src/
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	micha%NetBSD.org@localhost
-HOMEPAGE=	http://micha.freeshell.org/libcanlock/
-COMMENT=	Standalone RFC 8315 Netnews Cancel-Lock implementation
-LICENSE=	mit AND modified-bsd
-
-USE_LANGUAGES+=	c99
-
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-
-TEST_TARGET=	test
-
-CONFIGURE_ARGS+=	--disable-legacy-api
-CONFIGURE_ARGS+=	--enable-pc-files
-CONFIGURE_ARGS+=	--with-pkgconfigdir=${PREFIX}/lib/pkgconfig
-# The header parsers are available as a separate package news/canlock-hp
-CONFIGURE_ARGS+=	--disable-hp
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/libcanlock/PLIST b/libcanlock/PLIST
deleted file mode 100644
index 9cbabed0f4..0000000000
--- a/libcanlock/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD$
-bin/canlock
-include/libcanlock-3/canlock.h
-lib/libcanlock.la
-lib/pkgconfig/libcanlock-3.pc
-man/man1/canlock.1
-man/man3/cl_clear_secret.3
-man/man3/cl_get_key.3
-man/man3/cl_get_lock.3
-man/man3/cl_split.3
-man/man3/cl_verify.3
diff --git a/libcanlock/buildlink3.mk b/libcanlock/buildlink3.mk
deleted file mode 100644
index 0a819a3464..0000000000
--- a/libcanlock/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	libcanlock
-
-.if !defined(LIBCANLOCK_BUILDLINK3_MK)
-LIBCANLOCK_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libcanlock+=	libcanlock>=3.0.0
-BUILDLINK_PKGSRCDIR.libcanlock?=	../../news/libcanlock
-.endif	# LIBCANLOCK_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-libcanlock
diff --git a/libcanlock/distinfo b/libcanlock/distinfo
deleted file mode 100644
index 5defb77579..0000000000
--- a/libcanlock/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (libcanlock-3.2.2pre1.tar.bz2) = d990c695a40e2a0633cfcadf59e1ecf728d0ce89
-RMD160 (libcanlock-3.2.2pre1.tar.bz2) = fe9837d748a6a9e3d79f24a2f94a58c89f23f5c3
-SHA512 (libcanlock-3.2.2pre1.tar.bz2) = 11ab54bb38fb207d25af051f1ddd93337470e65494b8395d7e18295ef1f91ac9e2146c67075af22255024c6e9cf238b6d2b4f15267ba4a93f157e96dfca28862
-Size (libcanlock-3.2.2pre1.tar.bz2) = 463407 bytes


Home | Main Index | Thread Index | Old Index