Remove security/opencdk

The Open Crypto Development Kit is stuck in 2007, no major linux distro
packages it, out port's homepage points at the gnutls homepage which does
not seem to have any reference to this code, no port uses this.

OK jca
This commit is contained in:
kn 2022-11-13 19:00:14 +00:00
parent 23fdba9034
commit 51e6afa81b
8 changed files with 3 additions and 112 deletions

View File

@ -3,7 +3,7 @@ CATEGORIES = devel databases
DISTFILES =
# API.rev
PKGNAME = quirks-6.55
PKGNAME = quirks-6.56
PKG_ARCH = *
MAINTAINER = Marc Espie <espie@openbsd.org>

View File

@ -1,7 +1,7 @@
#! /usr/bin/perl
# ex:ts=8 sw=4:
# $OpenBSD: Quirks.pm,v 1.1449 2022/11/13 11:41:52 kn Exp $
# $OpenBSD: Quirks.pm,v 1.1450 2022/11/13 19:00:15 kn Exp $
#
# Copyright (c) 2009 Marc Espie <espie@openbsd.org>
#
@ -1736,6 +1736,7 @@ setup_obsolete_reason(
48 => 'electron',
3 => 'xalan-c',
5 => 'xalan-j',
5 => 'opencdk',
);
# though it's not yet used, these should be pkgnames, so that eventually

View File

@ -140,7 +140,6 @@
SUBDIR += oledump
SUBDIR += oletools
SUBDIR += onesixtyone
SUBDIR += opencdk
SUBDIR += opendnssec
SUBDIR += openpam
SUBDIR += opensc

View File

@ -1,45 +0,0 @@
COMMENT= Open Crypto Development Kit
VERSION= 0.6.6
DISTNAME= opencdk-${VERSION}
CATEGORIES= security
SHARED_LIBS= opencdk 9.0 # .10.5
REVISION= 3
HOMEPAGE= http://www.gnutls.org/
# GPLv2
PERMIT_PACKAGE= Yes
WANTLIB= gcrypt>=13 gpg-error iconv intl z
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/ \
http://sunsite.dk/pub/security/gcrypt/alpha/gnutls/opencdk/ \
http://ftp.linux.it/pub/mirrors/gnupg/alpha/gnutls/opencdk/
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= security/libgcrypt
# for !shared...
LIB_DEPENDS += security/libgpg-error
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --enable-static \
--with-libgcrypt-prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/opencdk
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/opencdk
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/opencdk
${INSTALL_DATA} ${WRKSRC}/doc/opencdk-api.html \
${PREFIX}/share/doc/opencdk
${INSTALL_DATA} ${WRKSRC}/tests/*.c \
${PREFIX}/share/examples/opencdk
${INSTALL_DATA} ${WRKSRC}/tests/*.gpg \
${PREFIX}/share/examples/opencdk
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (opencdk-0.6.6.tar.bz2) = 1/wKa/c2B5P2QwGghdcsYEyaolWrM6uOxY4+1i5RcEg=
SIZE (opencdk-0.6.6.tar.bz2) = 481904

View File

@ -1,26 +0,0 @@
--- configure.orig Mon Jun 11 12:25:42 2007
+++ configure Sat Sep 22 11:32:33 2007
@@ -8668,12 +8668,12 @@ if test -z "$aix_libpath"; then aix_libpath="/usr/lib:
else
case $host_os in
openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $compiler_flags'
hardcode_libdir_flag_spec='-R$libdir'
;;
*)
archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
;;
esac
fi
@@ -9371,6 +9371,8 @@ openbsd*)
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
+ sys_lib_search_path_spec="/usr/lib"
+ sys_lib_dlsearch_path_spec="/usr/lib $PREFIX/lib"
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
case $host_os in
openbsd2.[89] | openbsd2.[89].*)

View File

@ -1,6 +0,0 @@
OpenCDK (Open Crypto Development Kit) provides basic parts of the
OpenPGP message format. The aim of the library is *not* to replace any
available OpenPGP version. There will be no real support for key
management (sign, revoke, alter preferences, etc) and some other parts
are only rudimentary available. The main purpose is to handle and
understand OpenPGP packets and to use basic operations.

View File

@ -1,30 +0,0 @@
bin/opencdk-config
include/opencdk.h
lib/libopencdk.a
lib/libopencdk.la
@lib lib/libopencdk.so.${LIBopencdk_VERSION}
lib/pkgconfig/opencdk.pc
share/doc/opencdk/
share/doc/opencdk/README
share/doc/opencdk/opencdk-api.html
share/examples/opencdk/
share/examples/opencdk/basic.c
share/examples/opencdk/exp-key.gpg
share/examples/opencdk/newkey.gpg
share/examples/opencdk/photo-key.gpg
share/examples/opencdk/plain-test-pubenc-part.gpg
share/examples/opencdk/plain-test-sym.gpg
share/examples/opencdk/plain-test.gpg
share/examples/opencdk/pub-asc.gpg
share/examples/opencdk/pub.gpg
share/examples/opencdk/sec-with-pwd.gpg
share/examples/opencdk/sec.gpg
share/examples/opencdk/t-encr.c
share/examples/opencdk/t-key.c
share/examples/opencdk/t-keydb.c
share/examples/opencdk/t-misc.c
share/examples/opencdk/t-sign.c
share/examples/opencdk/t-stream.c
share/examples/opencdk/testpa.c
share/examples/opencdk/ts.gpg
share/examples/opencdk/wkold.gpg