pkgsrc-WIP-changes archive

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

openconnect: remove, net/openconnect is newer



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Fri May 26 08:49:42 2023 +0200
Changeset:	e2d685e1e85c6f963d5884e2f55c12ccac0ca6a9

Modified Files:
	Makefile
Removed Files:
	openconnect/DESCR
	openconnect/Makefile
	openconnect/PLIST
	openconnect/distinfo
	openconnect/patches/patch-configure

Log Message:
openconnect: remove, net/openconnect is newer

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

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

diffstat:
 Makefile                            |  1 -
 openconnect/DESCR                   |  4 ----
 openconnect/Makefile                | 30 ------------------------------
 openconnect/PLIST                   | 13 -------------
 openconnect/distinfo                |  6 ------
 openconnect/patches/patch-configure | 15 ---------------
 6 files changed, 69 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 325ba345c5..a959eb48be 100644
--- a/Makefile
+++ b/Makefile
@@ -2685,7 +2685,6 @@ SUBDIR+=	opencascade-git
 SUBDIR+=	opencl-clhpp
 SUBDIR+=	opencl-headers
 SUBDIR+=	openclonk
-SUBDIR+=	openconnect
 SUBDIR+=	opencv
 SUBDIR+=	opencv-contrib-face
 SUBDIR+=	opendchub
diff --git a/openconnect/DESCR b/openconnect/DESCR
deleted file mode 100644
index 72497a5ca3..0000000000
--- a/openconnect/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-OpenConnect is an SSL VPN client initially created to support Cisco's
-AnyConnect SSL VPN. It has since been ported to support the Juniper SSL VPN
-(which is now known as Pulse Connect Secure), and the Palo Alto Networks
-GlobalProtect SSL VPN.
diff --git a/openconnect/Makefile b/openconnect/Makefile
deleted file mode 100644
index 7c785b8d8e..0000000000
--- a/openconnect/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	openconnect-8.10
-CATEGORIES=	net security
-MASTER_SITES=	ftp://ftp.infradead.org/pub/openconnect/
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.infradead.org/openconnect/
-COMMENT=	Open source VPN client
-LICENSE=	gnu-lgpl-v2.1
-
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-USE_TOOLS+=	gmake pkg-config bash
-
-DEPENDS+=	vpnc-script-[0-9]*:../../net/vpnc-script
-
-CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=	--with-vpnc-script=${PKG_SYSCONFDIR}/vpnc-script
-CONFIGURE_ARGS+=	--disable-nls
-
-REPLACE_PYTHON=		trojans/*.py
-REPLACE_BASH=		trojans/*.sh
-
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.include "../../www/libproxy/buildlink3.mk"
-.include "../../lang/python/application.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/openconnect/PLIST b/openconnect/PLIST
deleted file mode 100644
index f4ada05cfe..0000000000
--- a/openconnect/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD$
-include/openconnect.h
-lib/libopenconnect.la
-lib/pkgconfig/openconnect.pc
-libexec/openconnect/csd-post.sh
-libexec/openconnect/csd-wrapper.sh
-libexec/openconnect/hipreport-android.sh
-libexec/openconnect/hipreport.sh
-libexec/openconnect/tncc-emulate.py
-libexec/openconnect/tncc-wrapper.py
-man/man8/openconnect.8
-sbin/openconnect
-share/bash-completion/completions/openconnect
diff --git a/openconnect/distinfo b/openconnect/distinfo
deleted file mode 100644
index 189095de02..0000000000
--- a/openconnect/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.10 2019/09/12 19:23:13 schmonz Exp $
-
-RMD160 (openconnect-8.10.tar.gz) = 775b1d6e16605c5437d5d52db08720f6634704f5
-SHA512 (openconnect-8.10.tar.gz) = a36a106cf5c637602fc5bd3cd12df8f6dfe55217c1aae93c66ca33208507f3f8cda15e3a46d75615c7fcea1859d1a04017a07674ad0246876154467305477356
-Size (openconnect-8.10.tar.gz) = 2084534 bytes
-SHA1 (patch-configure) = d9ecd9e7f726dc6982f401871f5c67ffc0ca7a15
diff --git a/openconnect/patches/patch-configure b/openconnect/patches/patch-configure
deleted file mode 100644
index 40345c1e7c..0000000000
--- a/openconnect/patches/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-# Disable HTML docs
-
---- configure.orig	2020-05-26 02:45:24.000000000 +0000
-+++ configure
-@@ -18210,7 +18210,7 @@ fi
- 
- 
- 
--build_www=yes
-+build_www=no
- for ac_prog in python3 python2 python
- do
-   # Extract the first word of "$ac_prog", so it can be a program name with args.


Home | Main Index | Thread Index | Old Index