git: e7261047a777 - main - ICQ: finish removal

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Thu, 27 Jun 2024 12:34:32 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e7261047a7776e1ff28fe9ae6e4bdd5b261c2c82

commit e7261047a7776e1ff28fe9ae6e4bdd5b261c2c82
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-06-27 12:32:19 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-06-27 12:33:19 +0000

    ICQ: finish removal
    
    Reported by:    jbeich
---
 net-im/climm/distinfo                         |  2 --
 net-im/climm/files/patch-src_io_io__openssl.c | 25 ------------------
 net-im/climm/pkg-descr                        |  2 --
 net-im/climm/pkg-plist                        | 37 ---------------------------
 security/p5-Crypt-OICQ/distinfo               |  2 --
 security/p5-Crypt-OICQ/pkg-descr              |  2 --
 security/p5-Crypt-OICQ/pkg-plist              |  2 --
 7 files changed, 72 deletions(-)

diff --git a/net-im/climm/distinfo b/net-im/climm/distinfo
deleted file mode 100644
index a25d114fe791..000000000000
--- a/net-im/climm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (climm-0.7.1.tgz) = 6212ada46947f0572fb6734b920a2cfd91b6a632cbd044d87476791a318af052
-SIZE (climm-0.7.1.tgz) = 1296303
diff --git a/net-im/climm/files/patch-src_io_io__openssl.c b/net-im/climm/files/patch-src_io_io__openssl.c
deleted file mode 100644
index 07e36c4cadd7..000000000000
--- a/net-im/climm/files/patch-src_io_io__openssl.c
+++ /dev/null
@@ -1,25 +0,0 @@
---- src/io/io_openssl.c.orig	2010-03-20 14:13:15 UTC
-+++ src/io/io_openssl.c
-@@ -96,10 +96,22 @@ static DH *get_dh512()
-     DH *dh;
- 
-     if ((dh=DH_new()) == NULL) return(NULL);
-+#if OPENSSL_VERSION_NUMBER >= 0x10100005L
-+    BIGNUM *p, *g;
-+
-+    p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
-+    g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL);
-+    if (p == NULL || g == NULL) {
-+        BN_free(p); BN_free(g);
-+        DH_free(dh); return(NULL);
-+    } else
-+        DH_set0_pqg(dh, p, NULL, g);
-+#else
-     dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL);
-     dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL);
-     if ((dh->p == NULL) || (dh->g == NULL))
-             { DH_free(dh); return(NULL); }
-+#endif
-     return(dh);
- }
- /* END AUTOGENERATED */
diff --git a/net-im/climm/pkg-descr b/net-im/climm/pkg-descr
deleted file mode 100644
index c98b4db2f7ac..000000000000
--- a/net-im/climm/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A text-based implementation of ICQ (formerly known as micq).
-Support for jabber (xmmp) and other IM protocols was added later.
diff --git a/net-im/climm/pkg-plist b/net-im/climm/pkg-plist
deleted file mode 100644
index 6198d43d467f..000000000000
--- a/net-im/climm/pkg-plist
+++ /dev/null
@@ -1,37 +0,0 @@
-bin/climm
-%%PORTDOCS%%%%DOCSDIR%%/README.i18n
-%%PORTDOCS%%%%DOCSDIR%%/README.logformat
-%%PORTDOCS%%%%DOCSDIR%%/icq091.txt
-%%PORTDOCS%%%%DOCSDIR%%/icqv7.txt
-%%PORTDOCS%%%%DOCSDIR%%/climm.xpm
-%%PORTDOCS%%%%DOCSDIR%%/climm@16x16.png
-%%PORTDOCS%%%%DOCSDIR%%/climm@24x24.png
-%%PORTDOCS%%%%DOCSDIR%%/climm@32x32.png
-%%PORTDOCS%%%%DOCSDIR%%/climm@48x48.png
-%%DATADIR%%/C.i18n
-%%DATADIR%%/bg.i18n
-%%DATADIR%%/de.i18n
-%%DATADIR%%/de_CH.i18n
-%%DATADIR%%/cs.i18n
-%%DATADIR%%/en.i18n
-%%DATADIR%%/es.i18n
-%%DATADIR%%/fi.i18n
-%%DATADIR%%/fr.i18n
-%%DATADIR%%/hr.i18n
-%%DATADIR%%/id.i18n
-%%DATADIR%%/it.i18n
-%%DATADIR%%/ja.i18n
-%%DATADIR%%/nl.i18n
-%%DATADIR%%/pl.i18n
-%%DATADIR%%/pt.i18n
-%%DATADIR%%/ro.i18n
-%%DATADIR%%/ru.i18n
-%%DATADIR%%/se.i18n
-%%DATADIR%%/sk.i18n
-%%DATADIR%%/sr.i18n
-%%DATADIR%%/uk.i18n
-%%DATADIR%%/yu.i18n
-%%DATADIR%%/zh_CN.i18n
-share/man/man1/climm.1.gz
-share/man/man5/climmrc.5.gz
-share/man/man7/climmcmds.7.gz
diff --git a/security/p5-Crypt-OICQ/distinfo b/security/p5-Crypt-OICQ/distinfo
deleted file mode 100644
index a07734006e41..000000000000
--- a/security/p5-Crypt-OICQ/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Crypt-OICQ-1.1.tgz) = 1c94795df1acbcb27e25a94f40e994f0f28eb925c664d5290c89cfff44ed7c58
-SIZE (Crypt-OICQ-1.1.tgz) = 5649
diff --git a/security/p5-Crypt-OICQ/pkg-descr b/security/p5-Crypt-OICQ/pkg-descr
deleted file mode 100644
index 76a8e3f7dcf0..000000000000
--- a/security/p5-Crypt-OICQ/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-This module implements the cipher used by OICQ instant messaging
-protocol, used by Tencent Technology Limited, China.
diff --git a/security/p5-Crypt-OICQ/pkg-plist b/security/p5-Crypt-OICQ/pkg-plist
deleted file mode 100644
index c37ddd8b05db..000000000000
--- a/security/p5-Crypt-OICQ/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-%%SITE_PERL%%/Crypt/OICQ.pm
-%%PERL5_MAN3%%/Crypt::OICQ.3.gz