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: Tue May 19 18:10:17 2020 +0200
Changeset: 93ff529015c029e9ba5feb93e3ecc7b7de230eec
Modified Files:
Makefile
Removed Files:
libcanlock/DESCR
libcanlock/Makefile
libcanlock/PLIST
libcanlock/buildlink3.mk
libcanlock/distinfo
libcanlock/patches/patch-src_secret.c
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=93ff529015c029e9ba5feb93e3ecc7b7de230eec
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 | 29 -----------------------------
libcanlock/PLIST | 11 -----------
libcanlock/buildlink3.mk | 12 ------------
libcanlock/distinfo | 7 -------
libcanlock/patches/patch-src_secret.c | 16 ----------------
7 files changed, 84 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index cd591f9be3..a7943a6930 100644
--- a/Makefile
+++ b/Makefile
@@ -1809,7 +1809,6 @@ SUBDIR+= libbsd
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 3ed515fa6e..0000000000
--- a/libcanlock/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD$
-
-DISTNAME= libcanlock-3.2.0rc2
-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
-
-# Recent NetBSD has a namespace clash with its implementation defined extensions
-CFLAGS+= -D_POSIX_C_SOURCE=200112L
-
-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 2ac907d853..0000000000
--- a/libcanlock/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/08/27 15:14:03 wiz Exp $
-
-BUILDLINK_TREE+= libcanlock
-
-.if !defined(LIBCANLOCK_BUILDLINK3_MK)
-LIBCANLOCK_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libcanlock+= libcanlock>=3.0.0
-BUILDLINK_PKGSRCDIR.libcanlock?= ../../wip/libcanlock
-.endif # LIBCANLOCK_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libcanlock
diff --git a/libcanlock/distinfo b/libcanlock/distinfo
deleted file mode 100644
index fac21f716d..0000000000
--- a/libcanlock/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.4 2020/01/07 12:15:13 micha Exp $
-
-SHA1 (libcanlock-3.2.0rc2.tar.bz2) = c81abe8a71faa214d04afb4dd888213d2f9109f2
-RMD160 (libcanlock-3.2.0rc2.tar.bz2) = bbe0af5b10b2839b287c80237aecbf3d143b92da
-SHA512 (libcanlock-3.2.0rc2.tar.bz2) = d6f8ae50784387414e342063fac96391f505d94dd2e9c31556dcbd186e070edc3440902ce2b07d0799b1b6d4b21acc4091fbc0eae98ea79a2ee111b7a5a4fdc7
-Size (libcanlock-3.2.0rc2.tar.bz2) = 462798 bytes
-SHA1 (patch-src_secret.c) = c5319326b518bd9de4a4763acdbf3d848a3e238c
diff --git a/libcanlock/patches/patch-src_secret.c b/libcanlock/patches/patch-src_secret.c
deleted file mode 100644
index 75248f4edf..0000000000
--- a/libcanlock/patches/patch-src_secret.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_secret.c,v 1.1 2018/08/27 15:14:03 wiz Exp $
-
-Do not mask implementation defined extensions from the namespace.
-
---- src/secret.c.orig 2018-01-15 11:37:46.000000000 +0000
-+++ src/secret.c
-@@ -29,6 +29,9 @@
- * of the copyright holder.
- */
-
-+/* Make implementation defined extensions visible here */
-+#undef _POSIX_C_SOURCE
-+
- /* C11 (if available) */
- #define __STDC_WANT_LIB_EXT1__ 1 /*!< Request for Annex K */
-
Home |
Main Index |
Thread Index |
Old Index