pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security remove security/qore-asn1-module



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04acdeb2e60f
branches:  trunk
changeset: 450056:04acdeb2e60f
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Apr 10 08:44:49 2021 +0000

description:
remove security/qore-asn1-module

development of this module appears to have been inactive upstream for
years so there's no support for modern openssl available.

the other packaging systems with a package for this are macports and
opensuse, neither of which have patches.

diffstat:

 security/Makefile                                 |   3 +-
 security/qore-asn1-module/DESCR                   |   3 --
 security/qore-asn1-module/Makefile                |  30 -----------------------
 security/qore-asn1-module/PLIST                   |   3 --
 security/qore-asn1-module/distinfo                |   7 -----
 security/qore-asn1-module/options.mk              |  12 ---------
 security/qore-asn1-module/patches/patch-configure |  14 ----------
 7 files changed, 1 insertions(+), 71 deletions(-)

diffs (110 lines):

diff -r 66a7bc1f59c9 -r 04acdeb2e60f security/Makefile
--- a/security/Makefile Sat Apr 10 08:39:34 2021 +0000
+++ b/security/Makefile Sat Apr 10 08:44:49 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.809 2021/04/10 08:26:42 nia Exp $
+# $NetBSD: Makefile,v 1.810 2021/04/10 08:44:49 nia Exp $
 #
 
 COMMENT=       Security tools
@@ -520,7 +520,6 @@
 SUBDIR+=       qgpgme
 SUBDIR+=       qident
 SUBDIR+=       qoauth
-SUBDIR+=       qore-asn1-module
 SUBDIR+=       qore-ssh2-module
 SUBDIR+=       qore-xmlsec-module
 SUBDIR+=       qt4-qtkeychain
diff -r 66a7bc1f59c9 -r 04acdeb2e60f security/qore-asn1-module/DESCR
--- a/security/qore-asn1-module/DESCR   Sat Apr 10 08:39:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-ASN.1(Abstract Syntax Notation One) module for Qore provides an API to
-dynamically create, parse and convert ASN.1 data structures to concrete
-output formats (like DER).
diff -r 66a7bc1f59c9 -r 04acdeb2e60f security/qore-asn1-module/Makefile
--- a/security/qore-asn1-module/Makefile        Sat Apr 10 08:39:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2020/04/24 11:41:38 nia Exp $
-
-DISTNAME=      qore-asn1-module-0.0.3
-PKGREVISION=   7
-CATEGORIES=    security
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qore/}
-
-MAINTAINER=    nros%NetBSD.org@localhost
-HOMEPAGE=      http://www.qore.org/
-COMMENT=       ASN.1 Qore module
-LICENSE=       gnu-lgpl-v2.1
-
-BROKEN=                "Fails to build with OpenSSL 1.1"
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_LANGUAGES= c c++11
-PTHREAD_OPTS+= require
-
-INSTALLATION_DIRS+=     share/doc/qore-asn1-module
-post-install:
-       ${INSTALL_DATA} ${WRKSRC}/docs/asn1-module-doc.html \
-               ${DESTDIR}${PREFIX}/share/doc/qore-asn1-module
-
-.include "options.mk"
-.include "../../lang/qore/module.mk"
-
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../lang/qore/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 66a7bc1f59c9 -r 04acdeb2e60f security/qore-asn1-module/PLIST
--- a/security/qore-asn1-module/PLIST   Sat Apr 10 08:39:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/30 16:01:22 wiz Exp $
-${QORE_MODULE_DIR}/asn1-api-${QORE_MODULE_API}.qmod
-share/doc/qore-asn1-module/asn1-module-doc.html
diff -r 66a7bc1f59c9 -r 04acdeb2e60f security/qore-asn1-module/distinfo
--- a/security/qore-asn1-module/distinfo        Sat Apr 10 08:39:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:18:06 agc Exp $
-
-SHA1 (qore-asn1-module-0.0.3.tar.gz) = c754b6344f7989265f594f6640caa4bcad2477ac
-RMD160 (qore-asn1-module-0.0.3.tar.gz) = 6d96555be5029a91378a4a34f999570cf02b62ac
-SHA512 (qore-asn1-module-0.0.3.tar.gz) = b468a7386188219061a4ba1ecc43dfc4fffa1d1ba50fcce98fc18849add400e50203eb824ae7fd93297f4c2debae847c6b72e0d4792f1d4e04a7c0adef7fd355
-Size (qore-asn1-module-0.0.3.tar.gz) = 442116 bytes
-SHA1 (patch-configure) = dbe35003e691a61db7adf9bacec949cf125bff4e
diff -r 66a7bc1f59c9 -r 04acdeb2e60f security/qore-asn1-module/options.mk
--- a/security/qore-asn1-module/options.mk      Sat Apr 10 08:39:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2019/11/04 21:13:01 rillig Exp $
-#
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.qore-asn1-module
-PKG_SUPPORTED_OPTIONS= debug
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+=       --enable-debug
-.else
-CONFIGURE_ARGS+=       --disable-debug
-.endif
diff -r 66a7bc1f59c9 -r 04acdeb2e60f security/qore-asn1-module/patches/patch-configure
--- a/security/qore-asn1-module/patches/patch-configure Sat Apr 10 08:39:34 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2014/12/30 16:01:23 wiz Exp $
-pkgsrc doesn't have lib64 so don't set it.
-fixes build on linux.
-http://sf.net/p/qore/code/6817/
---- configure.orig     2014-11-01 13:34:33.661609007 +0000
-+++ configure
-@@ -14267,7 +14267,6 @@ if test "$enable_64bit" = "yes"; then
-       *linux*)        if test "$GXX" = "yes"; then
-                  CXXFLAGS="$CXXFLAGS -m64"
-               fi
--              LIBSUFFIX=64
- 
-               ;;
-       *hpux*) if test "$host_cpu" = "ia64"; then



Home | Main Index | Thread Index | Old Index