summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /security
parentRemove support for Qt3/kde in preparation for full Qt3/kde3 removal (diff)
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
Notes
Notes: svn path=/head/; revision=323748
Diffstat (limited to 'security')
-rw-r--r--security/Makefile7
-rw-r--r--security/kgpg/Makefile25
-rw-r--r--security/kgpg/distinfo2
-rw-r--r--security/kgpg/files/patch-kgpg-kgpg_kgpgeditor.h11
-rw-r--r--security/kgpg/files/patch-kgpg_kgpg_Makefile.in11
-rw-r--r--security/kgpg/pkg-descr15
-rw-r--r--security/kgpg/pkg-plist62
-rw-r--r--security/klamav/Makefile37
-rw-r--r--security/klamav/distinfo2
-rw-r--r--security/klamav/files/patch-freshklam.cpp11
-rw-r--r--security/klamav/files/patch-klamd.cpp20
-rw-r--r--security/klamav/files/patch-po172
-rw-r--r--security/klamav/pkg-descr12
-rw-r--r--security/klamav/pkg-plist58
-rw-r--r--security/kopete-otr/Makefile30
-rw-r--r--security/kopete-otr/distinfo2
-rw-r--r--security/kopete-otr/pkg-descr4
-rw-r--r--security/kopete-otr/pkg-plist56
-rw-r--r--security/kovpn/Makefile39
-rw-r--r--security/kovpn/distinfo2
-rw-r--r--security/kovpn/files/README39
-rw-r--r--security/kovpn/files/patch-admin-cvs.sh12
-rw-r--r--security/kovpn/files/patch-src-openvpnmanager.cpp11
-rw-r--r--security/kovpn/files/patch-src-prefopenvpnlayout.ui12
-rw-r--r--security/kovpn/pkg-descr9
-rw-r--r--security/kovpn/pkg-plist24
-rw-r--r--security/kssh/Makefile21
-rw-r--r--security/kssh/distinfo2
-rw-r--r--security/kssh/files/patch-configure33
-rw-r--r--security/kssh/pkg-descr5
-rw-r--r--security/kssh/pkg-plist12
-rw-r--r--security/qca-tls/Makefile34
-rw-r--r--security/qca-tls/distinfo2
-rw-r--r--security/qca-tls/files/patch-configure75
-rw-r--r--security/qca-tls/files/patch-qca-tls.cpp38
-rw-r--r--security/qca-tls/pkg-descr4
-rw-r--r--security/qtfw/Makefile30
-rw-r--r--security/qtfw/distinfo2
-rw-r--r--security/qtfw/files/patch-Makefile32
-rw-r--r--security/qtfw/files/patch-fwrule.cpp19
-rw-r--r--security/qtfw/files/patch-main.cpp20
-rw-r--r--security/qtfw/files/patch-optionlistdialog.cpp20
-rw-r--r--security/qtfw/pkg-descr5
43 files changed, 0 insertions, 1039 deletions
diff --git a/security/Makefile b/security/Makefile
index 9f7aa06f07e7..119ab006416f 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -242,18 +242,13 @@
SUBDIR += keychain
SUBDIR += keynote
SUBDIR += keyprint
- SUBDIR += kgpg
SUBDIR += kgpg-kde4
- SUBDIR += klamav
SUBDIR += knock
SUBDIR += knocker
- SUBDIR += kopete-otr
- SUBDIR += kovpn
SUBDIR += kpcli
SUBDIR += krb5
SUBDIR += krb5-appl
SUBDIR += kripp
- SUBDIR += kssh
SUBDIR += kwallet
SUBDIR += l0pht-watch
SUBDIR += l0phtcrack
@@ -813,8 +808,6 @@
SUBDIR += qca-cyrus-sasl
SUBDIR += qca-gnupg
SUBDIR += qca-ossl
- SUBDIR += qca-tls
- SUBDIR += qtfw
SUBDIR += qtkeychain
SUBDIR += quantis
SUBDIR += quantis-kmod
diff --git a/security/kgpg/Makefile b/security/kgpg/Makefile
deleted file mode 100644
index b32fce159c6e..000000000000
--- a/security/kgpg/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Arjan van Leeuwen <avleeuwen@piwebs.com>
-# $FreeBSD$
-#
-
-PORTNAME= kgpg
-PORTVERSION= 1.0.0
-PORTREVISION= 12
-CATEGORIES= security kde
-MASTER_SITES= http://developer.kde.org/~kgpg/src/
-
-MAINTAINER= rick@rptn.net
-COMMENT= Simple KDE frontend for GnuPG
-
-RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
-
-CONFLICTS= kdeutils-3.[2-6].*
-
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-USE_KDELIBS_VER= 3
-
-post-patch:
- @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/security/kgpg/distinfo b/security/kgpg/distinfo
deleted file mode 100644
index b765a36dcdb2..000000000000
--- a/security/kgpg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (kgpg-1.0.0.tar.gz) = b72dc1ae61dbe44eaa6d214f63f096d6bd3db41806656755e1c76780cb6c1298
-SIZE (kgpg-1.0.0.tar.gz) = 957185
diff --git a/security/kgpg/files/patch-kgpg-kgpg_kgpgeditor.h b/security/kgpg/files/patch-kgpg-kgpg_kgpgeditor.h
deleted file mode 100644
index a9935646bbd4..000000000000
--- a/security/kgpg/files/patch-kgpg-kgpg_kgpgeditor.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- kgpg/kgpg/kgpgeditor.h.orig 2007-10-01 22:48:13.000000000 +0200
-+++ kgpg/kgpg/kgpgeditor.h 2007-10-01 22:50:17.000000000 +0200
-@@ -54,7 +54,7 @@
-
-
-
-- class KgpgApp : public KMainWindow
-+ class KgpgView; class KgpgApp : public KMainWindow
- {
- Q_OBJECT
-
diff --git a/security/kgpg/files/patch-kgpg_kgpg_Makefile.in b/security/kgpg/files/patch-kgpg_kgpg_Makefile.in
deleted file mode 100644
index f57718f79c60..000000000000
--- a/security/kgpg/files/patch-kgpg_kgpg_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- kgpg/kgpg/Makefile.in.orig Tue Jun 22 20:51:40 2004
-+++ kgpg/kgpg/Makefile.in Tue Jun 22 20:52:00 2004
-@@ -249,7 +249,7 @@
- #>- kgpg_SOURCES = kgpgoptions.cpp listkeys.cpp popuppublic.cpp kgpgview.cpp kgpg.cpp main.cpp popupname.cpp kgpgfast.cpp keygener.cpp kgpgoption.ui kgpginterface.cpp keyservers.cpp keyserver.ui searchres.ui popupimport.cpp kgpgeditor.cpp detailedconsole.cpp kgpglibrary.cpp
- #>+ 1
- kgpg_SOURCES=kgpgoptions.cpp listkeys.cpp popuppublic.cpp kgpgview.cpp kgpg.cpp main.cpp popupname.cpp kgpgfast.cpp keygener.cpp kgpginterface.cpp keyservers.cpp popupimport.cpp kgpgeditor.cpp detailedconsole.cpp kgpglibrary.cpp kgpgoption.cpp keyserver.cpp searchres.cpp
--kgpg_LDADD = $(LIB_KIO)
-+kgpg_LDADD = $(LIB_KIO) $(LIBPTHREAD)
-
- KDE_ICON = kgpg
-
diff --git a/security/kgpg/pkg-descr b/security/kgpg/pkg-descr
deleted file mode 100644
index 7a552fbf1f57..000000000000
--- a/security/kgpg/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-Kgpg is a simple, free, open source KDE frontend for GnuPG.
-
-Basic features:
-- Editor mode enables you to type/copy a text and encrypt/decrypt/sign/verify
-it
-- File encryption: right click on a file to encrypt it (Kgpg adds "encrypt
-file" option in Konqueror's menus)
-- Encryption: support for symetric encryption. Multiple keys & default
-key encryption. Optional shredding of source files
-- File decryption: left click on an encrypted file or drop it into Kgpg & it
-will automatically start decryption
-- Signatures: creation & verification of detached & cleartext signatures
-- Key management: import, export, delete, sign, generate and edit keys.
-
-WWW: http://developer.kde.org/~kgpg/
diff --git a/security/kgpg/pkg-plist b/security/kgpg/pkg-plist
deleted file mode 100644
index 880e3fbe1f7a..000000000000
--- a/security/kgpg/pkg-plist
+++ /dev/null
@@ -1,62 +0,0 @@
-bin/kgpg
-share/doc/HTML/en/kgpg/editor.png
-share/doc/HTML/en/kgpg/editor_clear.png
-share/doc/HTML/en/kgpg/index.docbook
-share/doc/HTML/en/kgpg/keygen.png
-share/doc/HTML/en/kgpg/keymanage.png
-share/doc/HTML/en/kgpg/keys.png
-share/doc/HTML/en/kgpg/menu.png
-share/doc/HTML/en/kgpg/options.png
-share/doc/HTML/en/kgpg/index.cache.bz2
-share/doc/HTML/en/kgpg/kicker.png
-share/doc/HTML/en/kgpg/common
-share/icons/hicolor/16x16/apps/kgpg.png
-share/icons/hicolor/32x32/apps/kgpg.png
-share/icons/hicolor/48x48/apps/kgpg.png
-share/apps/kgpg/icons/hicolor/16x16/actions/kgpg_key1.png
-share/apps/kgpg/icons/hicolor/16x16/actions/kgpg_key2.png
-share/apps/kgpg/icons/hicolor/16x16/apps/kgpg.png
-share/apps/kgpg/icons/hicolor/16x16/apps/kgpg2.png
-share/apps/kgpg/icons/hicolor/22x22/actions/kgpg_edit.png
-share/apps/kgpg/icons/hicolor/22x22/actions/kgpg_export.png
-share/apps/kgpg/icons/hicolor/22x22/actions/kgpg_gen.png
-share/apps/kgpg/icons/hicolor/22x22/actions/kgpg_import.png
-share/apps/kgpg/icons/hicolor/22x22/actions/kgpg_info.png
-share/apps/kgpg/icons/hicolor/22x22/actions/kgpg_manage.png
-share/apps/kgpg/icons/hicolor/22x22/actions/kgpg_sign.png
-share/apps/kgpg/icons/hicolor/22x22/actions/kgpg_photo.png
-share/apps/kgpg/icons/hicolor/22x22/actions/kgpg_identity.png
-share/apps/kgpg/icons/hicolor/32x32/apps/kgpg.png
-share/apps/kgpg/icons/hicolor/48x48/apps/kgpg.png
-share/apps/kgpg/kgpg.rc
-share/apps/kgpg/listkeys.rc
-share/apps/kgpg/tips
-share/apps/kgpg/pics/kgpg.png
-share/apps/konqueror/servicemenus/encryptfile.desktop
-share/applnk/Applications/kgpg.desktop
-share/autostart/kgpg.desktop
-share/locale/da/LC_MESSAGES/kgpg.mo
-share/locale/de/LC_MESSAGES/kgpg.mo
-share/locale/es/LC_MESSAGES/kgpg.mo
-share/locale/fr/LC_MESSAGES/kgpg.mo
-share/locale/it/LC_MESSAGES/kgpg.mo
-share/locale/pl/LC_MESSAGES/kgpg.mo
-share/locale/pt/LC_MESSAGES/kgpg.mo
-share/locale/pt_BR/LC_MESSAGES/kgpg.mo
-share/locale/sv/LC_MESSAGES/kgpg.mo
-share/locale/zh_CN/LC_MESSAGES/kgpg.mo
-share/locale/zh_TW/LC_MESSAGES/kgpg.mo
-@dirrm share/doc/HTML/en/kgpg
-@dirrm share/apps/kgpg/icons/hicolor/16x16/actions
-@dirrm share/apps/kgpg/icons/hicolor/16x16/apps
-@dirrm share/apps/kgpg/icons/hicolor/16x16
-@dirrm share/apps/kgpg/icons/hicolor/22x22/actions
-@dirrm share/apps/kgpg/icons/hicolor/22x22
-@dirrm share/apps/kgpg/icons/hicolor/32x32/apps
-@dirrm share/apps/kgpg/icons/hicolor/32x32
-@dirrm share/apps/kgpg/icons/hicolor/48x48/apps
-@dirrm share/apps/kgpg/icons/hicolor/48x48
-@dirrm share/apps/kgpg/icons/hicolor
-@dirrm share/apps/kgpg/icons
-@dirrm share/apps/kgpg/pics
-@dirrm share/apps/kgpg
diff --git a/security/klamav/Makefile b/security/klamav/Makefile
deleted file mode 100644
index 0392a3a283d4..000000000000
--- a/security/klamav/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Anderson Soares Ferreira <anderson@cnpm.embrapa.br>
-# $FreeBSD$
-
-PORTNAME= klamav
-PORTVERSION= 0.46
-PORTREVISION= 7
-CATEGORIES= security
-MASTER_SITES= SF/${PORTNAME}/Source%20%28For%20ClamAV%20and%20gt_%3D%200.9x%29/KlamAV-${PORTVERSION}
-DISTNAME= ${PORTNAME}-${PORTVERSION}-source
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= KDE 3 front-end to Clam Anti-Virus
-
-LIB_DEPENDS= clamav:${PORTSDIR}/security/clamav
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}-${PORTVERSION}
-
-PREFIX= ${KDE_PREFIX}
-
-USES= gettext gmake pkgconfig
-USE_SQLITE= 3
-INSTALLS_ICONS= yes
-
-USE_AUTOTOOLS= libtool aclocal
-LIBTOOLFILES= acinclude.m4 configure
-LDFLAGS+= ${PTHREAD_LIBS} -lintl -L${PREFIX}/lib
-CONFIGURE_ARGS+=--with-qt-dir=${QT_PREFIX} \
- --without-included-sqlite
-
-USE_KDELIBS_VER= 3
-
-pre-configure:
- @${CP} ${LTMAIN} ${WRKSRC}/admin
- @${CP} ${LIBTOOL_M4} ${WRKSRC}/admin
- @${CP} ${LOCALBASE}/include/clamav-config.h ${WRKSRC}/src/klamd
-
-.include <bsd.port.mk>
diff --git a/security/klamav/distinfo b/security/klamav/distinfo
deleted file mode 100644
index a86583c4a28c..000000000000
--- a/security/klamav/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SIZE (klamav-0.46-source.tar.gz) = 2058031
-SHA256 (klamav-0.46-source.tar.gz) = b39b3c8df613272e2dc5120d409d947f1250262318fc659efd4b93a8a3f90079
diff --git a/security/klamav/files/patch-freshklam.cpp b/security/klamav/files/patch-freshklam.cpp
deleted file mode 100644
index 5186eada94a2..000000000000
--- a/security/klamav/files/patch-freshklam.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/freshklam.cpp.orig Tue Mar 6 11:05:52 2007
-+++ src/freshklam.cpp Tue Mar 6 11:06:44 2007
-@@ -122,6 +122,8 @@
- software_layout->setColStretch(0, 1);
- software_layout->setColStretch(1, 1);
-
-+ software_group->hide();
-+
-
- //Dazuko
- QWidget *dazuko_hlp = new QWidget( software_group );
diff --git a/security/klamav/files/patch-klamd.cpp b/security/klamav/files/patch-klamd.cpp
deleted file mode 100644
index e3a171a64530..000000000000
--- a/security/klamav/files/patch-klamd.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/klamd.cpp.orig Tue Mar 6 13:12:00 2007
-+++ src/klamd.cpp Tue Mar 6 13:13:55 2007
-@@ -742,7 +742,7 @@
- {
- if (!(dazukoLoaded)){
- int result;
-- result = KMessageBox::warningContinueCancel(this, i18n( "I need to load a module called 'dazuko' first. This module will allow KlamAV to gain real-time access to files. If you don't want this message to appear in future, put the following command in your initialization scripts: 'modprobe dazuko.o'. You will next be asked for the root password."),
-+ result = KMessageBox::warningContinueCancel(this, i18n( "I need to load a module called 'dazuko' first. This module will allow KlamAV to gain real-time access to files. If you don't want this message to appear in future, put the following command in your initialization scripts: 'kldload dazuko.ko'. You will next be asked for the root password."),
- i18n( "Load Module" ),
- i18n( "Load Module" ),
- i18n( "Delete2" ));
-@@ -815,7 +815,7 @@
- //
- // //kdDebug() << release << endl;
- // QString insmodCommand="insmod /lib/modules/" + release + "/dazuko.o";
-- QString insmodCommand="modprobe dazuko";
-+ QString insmodCommand="kldload dazuko.ko";
- //QString insmodCommand="insmod /opt/kde/bin/dazuko.o";
- KProcIO *insmodproc = new KProcIO();
-
diff --git a/security/klamav/files/patch-po b/security/klamav/files/patch-po
deleted file mode 100644
index b6c3ec21c8d4..000000000000
--- a/security/klamav/files/patch-po
+++ /dev/null
@@ -1,172 +0,0 @@
---- po/cs.po.orig 2008-02-07 09:48:19.000000000 -0200
-+++ po/cs.po 2008-02-07 09:49:13.000000000 -0200
-@@ -987,12 +987,12 @@
- "I need to load a module called 'dazuko' first. This module will allow KlamAV "
- "to gain real-time access to files. If you don't want this message to appear "
- "in future, put the following command in your initialization scripts: "
--"'modprobe dazuko.o'. You will next be asked for the root password."
-+"'modprobe dazuko.ko'. You will next be asked for the root password."
- msgstr ""
- "KlamAV potřebuje nejprve zavést modul 'dazuko'. Tento modul KlamAVu umožní "
- "přístup k souborům v reálném čase. Pokud nechcete, aby se tato zpráva v "
- "budoucnu zobrazovala, přidejte následující řádek do vašeho init skriptu: "
--"'modprobe dazuko.o'. Nyní budete požádáni o heslo roota."
-+"'kldload dazuko.o'. Nyní budete požádáni o heslo roota."
-
- #: klamd.cpp:734 klamd.cpp:735
- msgid "Load Module"
---- po/de.po.orig 2008-02-07 09:48:19.000000000 -0200
-+++ po/de.po 2008-02-07 09:49:19.000000000 -0200
-@@ -985,7 +985,7 @@
- "I need to load a module called 'dazuko' first. This module will allow KlamAV "
- "to gain real-time access to files. If you don't want this message to appear "
- "in future, put the following command in your initialization scripts: "
--"'modprobe dazuko.o'. You will next be asked for the root password."
-+"'modprobe dazuko.o'. You will next be asked for the root password."
- msgstr ""
- "Es muß das Modul mit dem Namen \"dazuko\" geladen werden. Dies ermöglicht "
- "einen verbesserten Zugriffn auf die Datein. Wenn sie nicht möchten, dass "
---- po/es.po.orig 2008-02-07 09:48:19.000000000 -0200
-+++ po/es.po 2008-02-07 09:49:59.000000000 -0200
-@@ -991,12 +991,12 @@
- "I need to load a module called 'dazuko' first. This module will allow KlamAV "
- "to gain real-time access to files. If you don't want this message to appear "
- "in future, put the following command in your initialization scripts: "
--"'modprobe dazuko.o'. You will next be asked for the root password."
-+"'kldload dazuko.o'. You will next be asked for the root password."
- msgstr ""
- "Se necesita cargar un módulo llamado 'dazuko' primero. Este módulo le "
- "permite a KlamAV acceso en tiempo real a los ficheros. Si no quiere que este "
- "mensaje aparezca en el futuro, ponga lo siguiente en los scripts de "
--"inicialización: 'modprobe dazuko.o'. Necesita la clave de administrador."
-+"inicialización: 'modprobe dazuko.ko'. Necesita la clave de administrador."
-
- #: klamd.cpp:734 klamd.cpp:735
- msgid "Load Module"
---- po/fr.po.orig 2008-02-07 09:48:19.000000000 -0200
-+++ po/fr.po 2008-02-07 09:50:08.000000000 -0200
-@@ -1018,8 +1018,8 @@
- msgstr "Il y a eu un problème au moment de détecter l'état de 'dazuko'."
-
- #: klamd.cpp:733
--msgid "I need to load a module called 'dazuko' first. This module will allow KlamAV to gain real-time access to files. If you don't want this message to appear in future, put the following command in your initialization scripts: 'modprobe dazuko.o'. You will next be asked for the root password."
--msgstr "Auparavant, KlamAV a besoin de charger un module appelé 'dazuko'. Ce module permettra un accès temps réel aux fichiers. Si vous ne voulez pas que ce message apparaisse dans le futur, mettez la commande suivante dans vos scripts d'initialisation: 'modprobe dazuko.o'. Il vous sera demander le mot de passe administrateur."
-+msgid "I need to load a module called 'dazuko' first. This module will allow KlamAV to gain real-time access to files. If you don't want this message to appear in future, put the following command in your initialization scripts: 'modprobe dazuko.o'. You will next be asked for the root password."
-+msgstr "Auparavant, KlamAV a besoin de charger un module appelé 'dazuko'. Ce module permettra un accès temps réel aux fichiers. Si vous ne voulez pas que ce message apparaisse dans le futur, mettez la commande suivante dans vos scripts d'initialisation: 'kldload dazuko.ko'. Il vous sera demander le mot de passe administrateur."
-
- #: klamd.cpp:734
- #: klamd.cpp:735
---- po/hu.po.orig 2008-02-07 09:48:19.000000000 -0200
-+++ po/hu.po 2008-02-07 09:50:14.000000000 -0200
-@@ -983,12 +983,12 @@
- "I need to load a module called 'dazuko' first. This module will allow KlamAV "
- "to gain real-time access to files. If you don't want this message to appear "
- "in future, put the following command in your initialization scripts: "
--"'modprobe dazuko.o'. You will next be asked for the root password."
-+"'modprobe dazuko.o'. You will next be asked for the root password."
- msgstr ""
- "Először be kell tölteni a 'dazuko' nevű modult. Ez a modul teszi lehetővé a "
- "KlamAV számára a fájlok valós idejű elérését. Ha azt szeretné, hogy ez az "
- "üzenet ne jelenjen meg a jövőben, írja be a következő parancsot a "
--"rendszerinicializálási szkriptbe: 'modprobe dazuko.o'. A rendszergazdai "
-+"rendszerinicializálási szkriptbe: 'kldload dazuko.ko'. A rendszergazdai "
- "jelszót meg kell adni."
-
- #: klamd.cpp:734 klamd.cpp:735
---- po/it.po.orig 2008-02-07 09:48:19.000000000 -0200
-+++ po/it.po 2008-02-07 09:50:19.000000000 -0200
-@@ -962,8 +962,8 @@
- "I need to load a module called 'dazuko' first. This module will allow KlamAV "
- "to gain real-time access to files. If you don't want this message to appear "
- "in future, put the following command in your initialization scripts: "
--"'modprobe dazuko.o'. You will next be asked for the root password."
--msgstr "Necessiti dapprima di caricare un modulo chiamato 'dazuko'. Questo modulo permetterà a KlamAv di avere funzionalità 'real time' per l'accesso ai file. Se vuoi che questo messaggio non appaia più in futuro, importa il seguente comando nello script di inizializzazione: 'modprobe dazuko.o'. Per compiere questa azione ti verrà chiesta la password di amministratore."
-+"'modprobe dazuko.o'. You will next be asked for the root password."
-+msgstr "Necessiti dapprima di caricare un modulo chiamato 'dazuko'. Questo modulo permetterà a KlamAv di avere funzionalità 'real time' per l'accesso ai file. Se vuoi che questo messaggio non appaia più in futuro, importa il seguente comando nello script di inizializzazione: 'kldload dazuko.ko'. Per compiere questa azione ti verrà chiesta la password di amministratore."
-
- #: klamd.cpp:734 klamd.cpp:735
- msgid "Load Module"
---- po/pl.po.orig 2008-02-07 09:48:19.000000000 -0200
-+++ po/pl.po 2008-02-07 09:50:37.000000000 -0200
-@@ -988,12 +988,12 @@
- "I need to load a module called 'dazuko' first. This module will allow KlamAV "
- "to gain real-time access to files. If you don't want this message to appear "
- "in future, put the following command in your initialization scripts: "
--"'modprobe dazuko.o'. You will next be asked for the root password."
-+"'modprobe dazuko.o'. You will next be asked for the root password."
- msgstr ""
- "Konieczne jest załadowanie najpier modułu Dazuko. Moduł ten pozwoli "
- "programowi KlamAV uzyskać dostęp do skanowania plików w czasie rzeczywistym. "
- "Jeżeli nie chcesz, aby ta informacja pojawiała się w przyszłości, wklej "
--"następującą komendę w skrypcie inicjalizacyjnym: 'modeprobe dazuko.o'. Za "
-+"następującą komendę w skrypcie inicjalizacyjnym: 'kldload dazuko.ko'. Za "
- "chwilę pojawi się pytanie o hasło administratora."
-
- #: klamd.cpp:734 klamd.cpp:735
---- po/pt_BR.po.orig 2008-02-07 09:48:19.000000000 -0200
-+++ po/pt_BR.po 2008-02-07 09:50:44.000000000 -0200
-@@ -1046,12 +1046,12 @@
- "I need to load a module called 'dazuko' first. This module will allow KlamAV "
- "to gain real-time access to files. If you don't want this message to appear "
- "in future, put the following command in your initialization scripts: "
--"'modprobe dazuko.o'. You will next be asked for the root password."
-+"'modprobe dazuko.o'. You will next be asked for the root password."
- msgstr ""
- "Preciso carregar um módulo chamado 'dazuko' antes. Este módulo permitirá ao "
- "KlamAV obter acesso em tempo real a arquivos. Se não desejar que esta "
- "mensagem continue a aparecer, insire o seguinte comando nos seus scripts de "
--"inicialização: 'modprobe dazuko.o.' É necessário ser root para executar a "
-+"inicialização: 'kldload dazuko.ko.' É necessário ser root para executar a "
- "função."
-
- #: klamd.cpp:734 klamd.cpp:735
---- po/ru.po.orig 2008-02-07 09:48:19.000000000 -0200
-+++ po/ru.po 2008-02-07 09:50:49.000000000 -0200
-@@ -986,7 +986,7 @@
- "I need to load a module called 'dazuko' first. This module will allow KlamAV "
- "to gain real-time access to files. If you don't want this message to appear "
- "in future, put the following command in your initialization scripts: "
--"'modprobe dazuko.o'. You will next be asked for the root password."
-+"'modprobe dazuko.o'. You will next be asked for the root password."
- msgstr ""
- "Необходимо запустить модуль, называемый dazuko. Этот модуль разрешит KlamAV "
- "получать доступ в реальном времени к файлам. Далее Вас попросят ввести "
---- po/zh_CN.po.orig 2008-02-07 09:48:19.000000000 -0200
-+++ po/zh_CN.po 2008-02-07 09:51:14.000000000 -0200
-@@ -960,7 +960,7 @@
- "I need to load a module called 'dazuko' first. This module will allow KlamAV "
- "to gain real-time access to files. If you don't want this message to appear "
- "in future, put the following command in your initialization scripts: "
--"'modprobe dazuko.o'. You will next be asked for the root password."
-+"'modprobe dazuko.o'. You will next be asked for the root password."
- msgstr ""
-
- #: klamd.cpp:734 klamd.cpp:735
---- po/tr.po 2008-05-09 15:45:18.000000000 -0300
-+++ po/tr.po 2008-05-09 15:48:44.000000000 -0300
-@@ -996,7 +996,7 @@
- msgstr ""
- "İlk önce 'dazuko' adlı bir modülü yüklemem gerekiyor. Bu modül KlamAV'ın "
- "dosyalara gerçek-zamanlı erşimini sağlar.Bu mesajın gelecekte görünmesini "
--"istemiyorsanız, şu komutu başlangıç betiklerinize ekleyin: 'modprobe dazuko."
-+"istemiyorsanız, şu komutu başlangıç betiklerinize ekleyin: 'kldload dazuko.k"
- "o'. Daha sonra yetkili kullanıcı şifresi sorulacak."
-
- #: klamd.cpp:734 klamd.cpp:735
---- po/uk.po.orig 2009-03-21 09:54:35.000000000 -0300
-+++ po/uk.po 2009-03-21 09:55:24.000000000 -0300
-@@ -999,12 +999,12 @@
- "I need to load a module called 'dazuko' first. This module will allow KlamAV "
- "to gain real-time access to files. If you don't want this message to appear "
- "in future, put the following command in your initialization scripts: "
--"'modprobe dazuko.o'. You will next be asked for the root password."
-+"'kldload dazuko.ko'. You will next be asked for the root password."
- msgstr ""
- "Спершу потрібно завантажити модуль, що має назву 'dazuko'. Цей модуль "
- "дозволить KlamAV отримати доступ до файлів у реальному часі. Якщо Ви не "
- "бажаєте появи цього повідомлення далі, додайте таку команду до Ваших "
--"початковий скриптів: 'modprobe dazuko.o'. Зараз Вам потрібно буде ввести "
-+"початковий скриптів: 'kldload dazuko.ko'. Зараз Вам потрібно буде ввести "
- "пароль адміністратора."
-
- #: klamd.cpp:734 klamd.cpp:735
diff --git a/security/klamav/pkg-descr b/security/klamav/pkg-descr
deleted file mode 100644
index e879ed49c547..000000000000
--- a/security/klamav/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-KlamAV is a KDE 3 front-end to Clam Anti-Virus.
-It includes the following features:
-
-- 'On Access' Scanning
-- Manual Scanning
-- Quarantine Management
-- Downloading Updates
-- Mail Scanning (KMail/Evolution)
-
-KlamAV - Clam Anti-Virus on the KDE Desktop
-
-WWW: http://klamav.sourceforge.net/
diff --git a/security/klamav/pkg-plist b/security/klamav/pkg-plist
deleted file mode 100644
index 12cd1b6c40aa..000000000000
--- a/security/klamav/pkg-plist
+++ /dev/null
@@ -1,58 +0,0 @@
-bin/ScanWithKlamAV
-bin/klamarkollon
-bin/klamav
-bin/klammail
-share/applnk/Utilities/klamav.desktop
-share/apps/klamav/about/aboutklamav.html
-share/apps/klamav/about/klam.png
-share/apps/klamav/about/main.html
-share/apps/klamav/about/nodb.html
-share/apps/klamav/about/tshirt.png
-share/apps/klamav/about/wait.html
-share/apps/klamav/eventsrc
-share/apps/klamav/icons/hicolor/32x32/actions/klamav_scan_found.png
-share/apps/klamav/icons/hicolor/32x32/actions/klamav_scan_safe.png
-share/apps/klamav/icons/hicolor/32x32/actions/klamav_scanning.png
-share/apps/klamav/icons/hicolor/32x32/apps/klamav.png
-share/apps/klamav/icons/hicolor/32x32/apps/klamav_error.png
-share/apps/klamav/icons/hicolor/32x32/apps/klamav_on_acc_disabled.png
-share/apps/klamav/icons/hicolor/32x32/apps/klamav_on_acc_enabled.png
-share/apps/klamav/icons/hicolor/32x32/apps/klamav_quarantining.png
-share/apps/klamav/icons/hicolor/32x32/apps/klamav_update_required.png
-share/apps/klamav/icons/hicolor/32x32/apps/klamav_virus.png
-share/apps/klamav/icons/hicolor/48x48/apps/klamav.png
-share/apps/klamav/klamavui.rc
-share/apps/konqueror/servicemenus/klamav-dropdown.desktop
-share/config.kcfg/klamavconfig.kcfg
-share/doc/HTML/en/klamav02/common
-share/doc/HTML/en/klamav02/index.cache.bz2
-share/doc/HTML/en/klamav02/index.docbook
-share/icons/hicolor/32x32/apps/klamav.png
-share/icons/hicolor/48x48/apps/klamav.png
-share/locale/cs/LC_MESSAGES/klamav.mo
-share/locale/de/LC_MESSAGES/klamav.mo
-share/locale/es/LC_MESSAGES/klamav.mo
-share/locale/fr/LC_MESSAGES/klamav.mo
-share/locale/hu/LC_MESSAGES/klamav.mo
-share/locale/it/LC_MESSAGES/klamav.mo
-share/locale/pl/LC_MESSAGES/klamav.mo
-share/locale/pt_BR/LC_MESSAGES/klamav.mo
-share/locale/ru/LC_MESSAGES/klamav.mo
-share/locale/tr/LC_MESSAGES/klamav.mo
-share/locale/uk/LC_MESSAGES/klamav.mo
-share/locale/zh_CN/LC_MESSAGES/klamav.mo
-@dirrmtry share/applnk/Utilities
-@dirrmtry share/apps/konqueror/servicemenus
-@dirrm share/apps/klamav/icons/hicolor/32x32/actions
-@dirrm share/apps/klamav/icons/hicolor/32x32/apps
-@dirrm share/apps/klamav/icons/hicolor/32x32
-@dirrm share/apps/klamav/icons/hicolor/48x48/apps
-@dirrm share/apps/klamav/icons/hicolor/48x48
-@dirrm share/apps/klamav/icons/hicolor
-@dirrm share/apps/klamav/icons
-@dirrm share/apps/klamav/about
-@dirrm share/apps/klamav
-@dirrm share/doc/HTML/en/klamav02
-@dirrmtry share/config.kcfg
-@dirrmtry share/icons/hicolor/48x48/apps
-@dirrmtry share/icons/hicolor/32x32/apps
diff --git a/security/kopete-otr/Makefile b/security/kopete-otr/Makefile
deleted file mode 100644
index 233320bc4692..000000000000
--- a/security/kopete-otr/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Dave Grochowski <malus.x@gmail.com>
-# $FreeBSD$
-
-PORTNAME= otr
-PORTVERSION= 0.7
-PORTREVISION= 6
-CATEGORIES= security net-im kde
-MASTER_SITES= http://kopete-otr.follefuder.org/
-PKGNAMEPREFIX= kopete-
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= KDE
-
-MAINTAINER= malus.x@gmail.com
-COMMENT= Allows deniable private conversations using Kopete
-
-BUILD_DEPENDS= kopete:${PORTSDIR}/net-im/kopete
-RUN_DEPENDS= kopete:${PORTSDIR}/net-im/kopete
-LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr3
-
-USE_KDELIBS_VER=3
-PREFIX= ${KDE_PREFIX}
-
-USES= pkgconfig
-USE_BZIP2= yes
-USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-.include <bsd.port.mk>
diff --git a/security/kopete-otr/distinfo b/security/kopete-otr/distinfo
deleted file mode 100644
index c60891ee3add..000000000000
--- a/security/kopete-otr/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (KDE/kopete-otr-0.7.tar.bz2) = bc59c2a9d2e4a09b7ad9bde30824d5c2fb571a7d0426d1a3ba1e3a49e4b21697
-SIZE (KDE/kopete-otr-0.7.tar.bz2) = 491509
diff --git a/security/kopete-otr/pkg-descr b/security/kopete-otr/pkg-descr
deleted file mode 100644
index a556d844a3be..000000000000
--- a/security/kopete-otr/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This plugin enables Off-The-Record encryption for
-Kopete.
-
-WWW: http://kopete-otr.follefuder.org/
diff --git a/security/kopete-otr/pkg-plist b/security/kopete-otr/pkg-plist
deleted file mode 100644
index bea478aec289..000000000000
--- a/security/kopete-otr/pkg-plist
+++ /dev/null
@@ -1,56 +0,0 @@
-lib/kde3/kcm_kopete_otr.a
-lib/kde3/kcm_kopete_otr.la
-lib/kde3/kcm_kopete_otr.so
-lib/kde3/kopete_otr.a
-lib/kde3/kopete_otr.la
-lib/kde3/kopete_otr.so
-lib/libkotr.a
-lib/libkotr.la
-lib/libkotr.so
-lib/libkotr.so.0
-share/apps/kopete_otr/icons/crystalsvg/16x16/actions/otr_disabled.png
-share/apps/kopete_otr/icons/crystalsvg/16x16/actions/otr_finished.png
-share/apps/kopete_otr/icons/crystalsvg/16x16/actions/otr_private.png
-share/apps/kopete_otr/icons/crystalsvg/16x16/actions/otr_unverified.png
-share/apps/kopete_otr/icons/crystalsvg/16x16/apps/kopete_otr.png
-share/apps/kopete_otr/icons/crystalsvg/16x16/apps/otr.png
-share/apps/kopete_otr/icons/crystalsvg/22x22/actions/otr_disabled.png
-share/apps/kopete_otr/icons/crystalsvg/22x22/actions/otr_finished.png
-share/apps/kopete_otr/icons/crystalsvg/22x22/actions/otr_private.png
-share/apps/kopete_otr/icons/crystalsvg/22x22/actions/otr_unverified.png
-share/apps/kopete_otr/icons/crystalsvg/32x32/actions/otr_disabled.png
-share/apps/kopete_otr/icons/crystalsvg/32x32/actions/otr_finished.png
-share/apps/kopete_otr/icons/crystalsvg/32x32/actions/otr_private.png
-share/apps/kopete_otr/icons/crystalsvg/32x32/actions/otr_unverified.png
-share/apps/kopete_otr/otrchatui.rc
-share/apps/kopete_otr/otrui.rc
-share/config.kcfg/kopete_otr.kcfg
-share/doc/HTML/en/kopete_otr/common
-share/doc/HTML/en/kopete_otr/index.cache.bz2
-share/doc/HTML/en/kopete_otr/index.docbook
-share/icons/crystalsvg/16x16/apps/kopete_otr.png
-share/locale/de/LC_MESSAGES/kopete_otr.mo
-share/services/kconfiguredialog/kopete_otr_config.desktop
-share/services/kopete_otr.desktop
-@dirrmtry share/services/kconfiguredialog
-@dirrmtry share/services
-@dirrmtry share/icons/crystalsvg/16x16/apps
-@dirrmtry share/icons/crystalsvg/16x16
-@dirrmtry share/icons/crystalsvg
-@dirrmtry share/icons
-@dirrm share/doc/HTML/en/kopete_otr
-@dirrmtry share/doc/HTML/en
-@dirrmtry share/doc/HTML
-@dirrmtry share/config.kcfg
-@dirrm share/apps/kopete_otr/icons/crystalsvg/32x32/actions
-@dirrm share/apps/kopete_otr/icons/crystalsvg/32x32
-@dirrm share/apps/kopete_otr/icons/crystalsvg/22x22/actions
-@dirrm share/apps/kopete_otr/icons/crystalsvg/22x22
-@dirrm share/apps/kopete_otr/icons/crystalsvg/16x16/apps
-@dirrm share/apps/kopete_otr/icons/crystalsvg/16x16/actions
-@dirrm share/apps/kopete_otr/icons/crystalsvg/16x16
-@dirrm share/apps/kopete_otr/icons/crystalsvg
-@dirrm share/apps/kopete_otr/icons
-@dirrm share/apps/kopete_otr
-@dirrmtry share/apps
-@dirrmtry lib/kde3
diff --git a/security/kovpn/Makefile b/security/kovpn/Makefile
deleted file mode 100644
index 74f4ea67f678..000000000000
--- a/security/kovpn/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: anderson@cnpm.embrapa.br
-# $FreeBSD$
-
-PORTNAME= kovpn
-PORTVERSION= 0.3
-PORTREVISION= 10
-CATEGORIES= security kde
-MASTER_SITES= https://projects.fslab.de/projects/kovpn/chrome/site/
-DISTNAME= ${PORTNAME}-${PORTVERSION}.pre7
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple GUI for OpenVPN clients
-
-RUN_DEPENDS= openvpn:${PORTSDIR}/security/openvpn
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-USE_BZIP2= yes
-USE_KDELIBS_VER=3
-PREFIX= ${KDE_PREFIX}
-USES= gettext gmake
-INSTALLS_ICONS= yes
-USE_XORG= xpm
-GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf:env automake:env libtool
-
-AUTOTOOLSFILES= admin/cvs.sh
-
-.include <bsd.port.pre.mk>
-
-pre-configure:
- @cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} .
- @cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common
-
-post-install:
- ${MKDIR} ${PREFIX}/share/doc/kovpn; \
- ${CP} ${FILESDIR}/README ${PREFIX}/share/doc/kovpn
-
-.include <bsd.port.post.mk>
diff --git a/security/kovpn/distinfo b/security/kovpn/distinfo
deleted file mode 100644
index 5d58fa3e6e80..000000000000
--- a/security/kovpn/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (kovpn-0.3.pre7.tar.bz2) = a5fa750a255399bab9c486e5d15e2e7262c543d7910d8aed9f8fc1a316552c2d
-SIZE (kovpn-0.3.pre7.tar.bz2) = 277578
diff --git a/security/kovpn/files/README b/security/kovpn/files/README
deleted file mode 100644
index ef802affbe3e..000000000000
--- a/security/kovpn/files/README
+++ /dev/null
@@ -1,39 +0,0 @@
-Kovpn's configuration steps
-
-First of all, you have to enable OpenVPN's management interface either by
-modifying its configuration file or by adding command line options.
-
- o Modifying OpenVPN's configurations files:
- + Add these lines to every OpenVPNconfiguration file you have.
-
- management 127.0.0.1 11194 pwfile.txt
- management-query-passwords
- management-hold
-
- NOTE: If you have any problems with configuring OpenVPN or if there are
- obscurities, please take a look at the OpenVPN sample config file.
-
- o Adding command line options:
- + Set the openvpn_flags on /etc/rc.conf file:
-
- openvpn_flags="--management 127.0.0.1 11194 pwfile.txt
- --management-query-passwords
- --management-hold"
-
- o Restart OpenVPN server
-
-The next thing you have to do is to configure kovpn itself.
- o Start kovpn
- o right-click on kovpn's icon in the system tray to open the popup menu.
- o left-click on the "Configure kovpn" menu item.
- o Go to the page "OpenVPN" (which should already be on top).
- o Click on the "Add" Button on the right side to add a new OpenVPN connection.
- o Fill in the fields in the "OpenVPN connection" dialog.
- + Name can be choosen freely but must be unique
- + Host must be the hostname you told OpenVPN
- (the management option in the first step)
- + Port must be the port you told OpenVPN
- (the management option in the first step)
- o The other options are not important for kovpn to work but can raise your
- comfort.
- o That's it ! Click on all OKs and you're done.
diff --git a/security/kovpn/files/patch-admin-cvs.sh b/security/kovpn/files/patch-admin-cvs.sh
deleted file mode 100644
index 39fcd3ad1409..000000000000
--- a/security/kovpn/files/patch-admin-cvs.sh
+++ /dev/null
@@ -1,12 +0,0 @@
---- admin/cvs.sh.orig 2008-07-07 13:38:56.000000000 -0700
-+++ admin/cvs.sh 2012-04-24 09:34:37.000000000 -0700
-@@ -65,8 +65,3 @@
- case $AUTOMAKE_STRING in
-- automake*1.5d* | automake*1.5* | automake*1.5-* )
-- echo "*** YOU'RE USING $AUTOMAKE_STRING."
-- echo "*** KDE requires automake $required_automake_version"
-- exit 1
-- ;;
-- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
-+ automake*%%AUTOMAKE_VERSION%%* )
- echo "*** $AUTOMAKE_STRING found."
diff --git a/security/kovpn/files/patch-src-openvpnmanager.cpp b/security/kovpn/files/patch-src-openvpnmanager.cpp
deleted file mode 100644
index 1ae54a9379a6..000000000000
--- a/security/kovpn/files/patch-src-openvpnmanager.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/openvpnmanager.cpp Mon Mar 26 10:43:56 2007
-+++ src/openvpnmanager.cpp Mon Mar 26 10:47:06 2007
-@@ -192,7 +192,7 @@
- mConnectionWanted = false;
- mForce = false;
- command( "hold on\n" ); /* OpenVPN does imediatelly reconnect without the hold release. */
-- command( "signal SIGUSR1\n" );
-+ command( "signal SIGHUP\n" );
- }
-
- void openVPNManager::ovpnReconnect()
diff --git a/security/kovpn/files/patch-src-prefopenvpnlayout.ui b/security/kovpn/files/patch-src-prefopenvpnlayout.ui
deleted file mode 100644
index 59e920e08b6f..000000000000
--- a/security/kovpn/files/patch-src-prefopenvpnlayout.ui
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/prefopenvpnlayout.ui.orig Mon Mar 26 11:14:17 2007
-+++ src/prefopenvpnlayout.ui Mon Mar 26 11:21:50 2007
-@@ -43,6 +43,9 @@
- <property name="name">
- <cstring>groupBox1</cstring>
- </property>
-+ <property name="enabled">
-+ <bool>false</bool>
-+ </property>
- <property name="title">
- <string>OpenVPN start/stop settings</string>
- </property>
diff --git a/security/kovpn/pkg-descr b/security/kovpn/pkg-descr
deleted file mode 100644
index c43f1d4aca04..000000000000
--- a/security/kovpn/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Kovpn is a really simple OpenVPN GUI for everyday use. It is a client only GUI,
-meaning that you cannot administrate an OpenVPN server with it (Look for kvpnc
-if you want such a program). You can use it to connect and disconnect without
-needing to open a console. You can also input username and/or password that
-might be needed.
-In Short: It can do everything an end-user want's for his everyday work with
-OpenVPN.
-
-WWW: http://www.enlighter.de/
diff --git a/security/kovpn/pkg-plist b/security/kovpn/pkg-plist
deleted file mode 100644
index 4e63e6c3b18c..000000000000
--- a/security/kovpn/pkg-plist
+++ /dev/null
@@ -1,24 +0,0 @@
-bin/kovpn
-bin/kovpnsetup
-share/doc/HTML/en/kovpn/common
-share/doc/HTML/en/kovpn/index.docbook
-share/doc/HTML/en/kovpn/index.cache.bz2
-share/doc/kovpn/README
-share/apps/kovpn/pics/kovpn.png
-share/apps/kovpn/pics/kovpn_connected.png
-share/apps/kovpn/pics/kovpn_connecting.png
-share/apps/kovpn/pics/kovpn_disconnected.png
-share/apps/kovpn/pics/kovpn_halfconnected.png
-share/apps/kovpn/pics/kovpn_config.png
-share/locale/de/LC_MESSAGES/kovpn.mo
-share/apps/kovpn/kovpnui.rc
-share/icons/hicolor/16x16/apps/kovpn.png
-share/icons/hicolor/32x32/apps/kovpn.png
-share/applnk/Utilities/kovpn.desktop
-@dirrm share/doc/HTML/en/kovpn
-@dirrm share/doc/kovpn
-@dirrm share/apps/kovpn/pics
-@dirrm share/apps/kovpn
-@dirrmtry share/icons/hicolor/16x16/apps
-@dirrmtry share/icons/hicolor/32x32/apps
-@dirrmtry share/applnk/Utilities
diff --git a/security/kssh/Makefile b/security/kssh/Makefile
deleted file mode 100644
index c275ad7b438e..000000000000
--- a/security/kssh/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: kssh
-# Date created: 19 Nov 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kssh
-PORTVERSION= 0.7
-PORTREVISION= 10
-CATEGORIES= security
-MASTER_SITES= SF
-
-MAINTAINER= kevlo@FreeBSD.org
-COMMENT= KDE frontend to ssh
-
-USE_KDELIBS_VER=3
-USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-
-.include <bsd.port.mk>
diff --git a/security/kssh/distinfo b/security/kssh/distinfo
deleted file mode 100644
index 9b036e8317ae..000000000000
--- a/security/kssh/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (kssh-0.7.tar.gz) = 18e9c7a185ce3eb31326ec39d48d42b7a3cc02feb69cc051b7e465a4bc2a84ba
-SIZE (kssh-0.7.tar.gz) = 504183
diff --git a/security/kssh/files/patch-configure b/security/kssh/files/patch-configure
deleted file mode 100644
index b676e754f0a2..000000000000
--- a/security/kssh/files/patch-configure
+++ /dev/null
@@ -1,33 +0,0 @@
---- configure.orig Sat Apr 27 08:14:57 2002
-+++ configure Sat Feb 18 22:55:24 2006
-@@ -3829,13 +3829,2 @@
-
--# Actually configure libtool. ac_aux_dir is where install-sh is found.
--AR="$AR" LTCC="$CC" CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
--MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
--LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
--AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
--objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
--deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
--${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
--$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
--|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
--
- # Reload cache, that may have been modified by ltconfig
-@@ -3863,16 +3852,2 @@
- LIBTOOL_DEPS=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
--lt_save_CC="$CC"
--lt_save_CFLAGS="$CFLAGS"
--AR="$AR" LTCC="$CC" CC="$CXX" CXX="$CXX" CFLAGS="$CXXFLAGS" CPPFLAGS="$CPPFLAGS" \
--MAGIC_CMD="$MAGIC_CMD" LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
--LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" STRIP="$STRIP" \
--AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
--objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
--deplibs_check_method="$deplibs_check_method" \
--file_magic_cmd="$file_magic_cmd" \
--${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig -o libtool $libtool_flags \
----build="$build" --add-tag=CXX $ac_aux_dir/ltcf-cxx.sh $host \
--|| { echo "configure: error: libtool tag configuration failed" 1>&2; exit 1; }
--CC="$lt_save_CC"
--CFLAGS="$lt_save_CFLAGS"
-
diff --git a/security/kssh/pkg-descr b/security/kssh/pkg-descr
deleted file mode 100644
index 92beb1653477..000000000000
--- a/security/kssh/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-KSSH is a SSH frontend written primarily for
-KDE. It most nearly matches the windowing
-style of the Windows PuTTY & TeraTerm clients.
-
-WWW: http://kssh.sourceforge.net
diff --git a/security/kssh/pkg-plist b/security/kssh/pkg-plist
deleted file mode 100644
index e70847a2377c..000000000000
--- a/security/kssh/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-bin/kssh
-share/applnk/Internet/kssh.desktop
-share/apps/konsole/kssh.desktop
-share/doc/HTML/en/kssh/common
-share/doc/HTML/en/kssh/index.cache.bz2
-share/doc/HTML/en/kssh/index.docbook
-share/icons/hicolor/16x16/apps/kssh.png
-share/icons/hicolor/22x22/apps/kssh.png
-share/icons/hicolor/48x48/apps/kssh.png
-share/icons/locolor/16x16/apps/kssh.png
-share/icons/locolor/32x32/apps/kssh.png
-@dirrm share/doc/HTML/en/kssh
diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile
deleted file mode 100644
index 4c8bbf9be236..000000000000
--- a/security/qca-tls/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: qca-tls
-# Date created: 27 January 2004
-# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= qca-tls
-PORTVERSION= 1.0
-PORTREVISION= 8
-CATEGORIES= security
-MASTER_SITES= http://delta.affinix.com/download/qca/ \
- http://psi.affinix.com/beta/
-
-MAINTAINER= demon@FreeBSD.org
-COMMENT= SSL/TLS plugin for Qt
-
-BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
-
-HAS_CONFIGURE= yes
-USE_BZIP2= yes
-USE_OPENSSL= yes
-USE_QT_VER= 3
-QT_NONSTANDARD= yes
-CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
-CONFIGURE_ARGS= --qtdir=${LOCALBASE} \
- --with-openssl-inc=${OPENSSLINC} --with-openssl-lib=${OPENSSLLIB}
-MAKE_ARGS+= QTDIR=${QT_PREFIX} \
- QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
-
-PLIST_DIRS= lib/plugins/crypto
-PLIST_FILES= lib/plugins/crypto/libqca-tls.so
-
-.include <bsd.port.mk>
diff --git a/security/qca-tls/distinfo b/security/qca-tls/distinfo
deleted file mode 100644
index 1e2d19c016f0..000000000000
--- a/security/qca-tls/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (qca-tls-1.0.tar.bz2) = 510edd7b1be3a4ac097b2b501fa908043aaa57f3efbab8e81cee0c8ae15af0cd
-SIZE (qca-tls-1.0.tar.bz2) = 23489
diff --git a/security/qca-tls/files/patch-configure b/security/qca-tls/files/patch-configure
deleted file mode 100644
index e1f3a26967cd..000000000000
--- a/security/qca-tls/files/patch-configure
+++ /dev/null
@@ -1,75 +0,0 @@
---- configure.orig Wed Dec 17 23:54:50 2003
-+++ configure Fri Aug 26 11:59:28 2005
-@@ -20,17 +20,17 @@
- while [ $# -gt 0 ]; do
- case "$1" in
- --qtdir=*)
-- QTDIR=`expr "${1}" : "--qtdir=\(.*\)"`
-+ QTDIR="${1#--qtdir=}"
- shift
- ;;
-
- --with-openssl-inc=*)
-- QC_WITH_OPENSSL_INC=`expr "${1}" : "--with-openssl-inc=\(.*\)"`
-+ QC_WITH_OPENSSL_INC="${1#--with-openssl-inc=}"
- shift
- ;;
-
- --with-openssl-lib=*)
-- QC_WITH_OPENSSL_LIB=`expr "${1}" : "--with-openssl-lib=\(.*\)"`
-+ QC_WITH_OPENSSL_LIB="${1#--with-openssl-lib=}"
- shift
- ;;
-
-@@ -84,7 +86,7 @@
- echo Warning: qmake not in \$QTDIR/bin/qmake
- echo trying to find it in \$PATH
- fi
-- qm=`type -p qmake`
-+ qm=`which qmake`
- if [ -x "$qm" ]; then
- if [ "$QC_DEBUG" = "Y" ]; then
- echo qmake found in $qm
-@@ -144,8 +146,6 @@
-
- s = conf->getenv("QC_WITH_OPENSSL_LIB");
- if(!s.isEmpty()) {
-- if(!conf->checkLibrary(s, "ssl"))
-- return false;
- lib = s;
- }
- else {
-@@ -175,6 +175,19 @@
- if(ret == 0)
- conf->addDefine("OSSL_097");
-
-+ // is it at least openssl 0.9.8?
-+ str =
-+ "#include<openssl/opensslv.h>\n"
-+ "int main()\n"
-+ "{\n"
-+ " unsigned long x = OPENSSL_VERSION_NUMBER;\n"
-+ " if(x >= 0x00908000) return 0; else return 1;\n"
-+ "}\n";
-+ if(!conf->doCompileAndLink(str, ext, &ret))
-+ return false;
-+ if(ret == 0)
-+ conf->addDefine("OSSL_098");
-+
- if(!inc.isEmpty())
- conf->addIncludePath(inc);
- if(kb)
-@@ -570,13 +583,6 @@
- echo
- exit 1;
- fi
--cat >Makefile.tmp <<EOT
--export QTDIR = $QTDIR
--EOT
--cat Makefile >> Makefile.tmp
--rm -f Makefile
--cp -f Makefile.tmp Makefile
--rm -f Makefile.tmp
-
- echo
- echo Good, your configure finished. Now run \'make\'.
diff --git a/security/qca-tls/files/patch-qca-tls.cpp b/security/qca-tls/files/patch-qca-tls.cpp
deleted file mode 100644
index 446fead27c72..000000000000
--- a/security/qca-tls/files/patch-qca-tls.cpp
+++ /dev/null
@@ -1,38 +0,0 @@
---- qca-tls.cpp.orig 2003-12-10 19:53:57.000000000 +0300
-+++ qca-tls.cpp 2012-02-28 14:06:08.000000000 +0400
-@@ -454,7 +454,11 @@
- if(!r) {
- // try this other public function, for whatever reason
- p = (void *)in;
-+#ifdef OSSL_098
-+ r = d2i_RSA_PUBKEY(NULL, (const unsigned char **)&p, len);
-+#else
- r = d2i_RSA_PUBKEY(NULL, (unsigned char **)&p, len);
-+#endif
- }
- if(r) {
- if(pub) {
-@@ -799,7 +803,11 @@
- bool createFromDER(const char *in, unsigned int len)
- {
- unsigned char *p = (unsigned char *)in;
-+#ifdef OSSL_098
-+ X509 *t = d2i_X509(NULL, (const unsigned char**)&p, len);
-+#else
- X509 *t = d2i_X509(NULL, &p, len);
-+#endif
- if(!t)
- return false;
- fromX509(t);
-@@ -945,7 +953,11 @@
- RSAKeyContext *key;
-
- SSL *ssl;
-+#if OPENSSL_VERSION_NUMBER >= 0x10000000L
-+ const SSL_METHOD *method;
-+#else
- SSL_METHOD *method;
-+#endif
- SSL_CTX *context;
- BIO *rbio, *wbio;
- CertContext cc;
diff --git a/security/qca-tls/pkg-descr b/security/qca-tls/pkg-descr
deleted file mode 100644
index c7d3eeab7690..000000000000
--- a/security/qca-tls/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A plugin to provide SSL/TLS capability to programs that utilize the
-Qt Cryptographic Architecture (QCA).
-
-WWW: http://delta.affinix.com/qca/
diff --git a/security/qtfw/Makefile b/security/qtfw/Makefile
deleted file mode 100644
index 824ff54c4080..000000000000
--- a/security/qtfw/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: qtfw
-# Date created: Sat Aug 25 10:42:02 EDT 2001
-# Whom: Patrick Li <pat@databits.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= qtfw
-PORTVERSION= 0.5
-PORTREVISION= 7
-CATEGORIES= security
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A GUI frontend for ipfw utility in FreeBSD
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}
-USE_GMAKE= yes
-USE_QT_VER= 3
-MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
- PTHREAD_LIBS="${PTHREAD_LIBS}"
-PLIST_FILES= bin/qtfw
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/qtfw ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/security/qtfw/distinfo b/security/qtfw/distinfo
deleted file mode 100644
index 116b1f088edd..000000000000
--- a/security/qtfw/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (qtfw-0.5.tar.gz) = 6a385ac74a32a74cc61f24aebe8245c3cc51a31f9df6a3a07f95e6865e4f8ed2
-SIZE (qtfw-0.5.tar.gz) = 51781
diff --git a/security/qtfw/files/patch-Makefile b/security/qtfw/files/patch-Makefile
deleted file mode 100644
index 4a7e877cb27a..000000000000
--- a/security/qtfw/files/patch-Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
---- Makefile.orig Fri Sep 20 04:42:41 2002
-+++ Makefile Sat Sep 21 01:08:11 2002
-@@ -1,16 +1,14 @@
- TARGET:=qtfw
--prefix=/usr/local
- INSTALL=install
--CXX:=g++
- MOC:=moc
- UIC:=uic
- RM:=rm -f
- AWK=awk
- LDFLAGS=
--CFLAGS=-O -I. -I.. -Wall
--QT_INCLUDES:=-I/usr/X11R6/include
--QT_LIBS:=-L/usr/X11R6/lib
--LIBS:=-lqt-mt -pthread
-+CXXFLAGS+=-I. -I.. -Wall ${PTHREAD_CFLAGS}
-+QT_INCLUDES:=-I${LOCALBASE}/include
-+QT_LIBS:=-L${LOCALBASE}/lib
-+LIBS:=-lqt-mt ${PTHREAD_LIBS}
-
- UI_TEMPLATES_DIR:=../qtdesigner-ui
- UI_TEMPLATES=$(wildcard $(UI_TEMPLATES_DIR)/*.ui)
-@@ -32,7 +30,7 @@
- $(TARGET) :$(UI_HEADERS) $(UI_SOURCES) $(OBJECTS)
- $(CXX) $(LDFLAGS) $(QT_LIBS) $(LIBS) $(OBJECTS) -o $@
- %.o : %.cpp
-- $(CXX) $(CFLAGS) $(QT_INCLUDES) -c $<
-+ $(CXX) $(CXXFLAGS) $(QT_INCLUDES) -c $<
- $(UI_HEADERS) : %.H : $(UI_TEMPLATES_DIR)/%.ui
- $(UIC) -o $@ $<
- $(UI_SOURCES) : %.cpp : %.H $(UI_TEMPLATES_DIR)/%.ui
diff --git a/security/qtfw/files/patch-fwrule.cpp b/security/qtfw/files/patch-fwrule.cpp
deleted file mode 100644
index 22e5d7d8ed3b..000000000000
--- a/security/qtfw/files/patch-fwrule.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
---- fwrule.cpp.orig Fri Feb 14 13:36:27 2003
-+++ fwrule.cpp Fri Feb 14 13:36:33 2003
-@@ -5,6 +5,7 @@
- #include <sys/param.h>
- #include <ctype.h>
- #include <netdb.h>
-+#include <netinet/in.h>
-
- #define IPPROTO_IP 0
-
-@@ -547,7 +547,7 @@
- nCurrentIndex++;
- ac++;
- }
-- av = new (char*)[ac];
-+ av = new char*[ac];
-
- /* Now fill the av[] array */
- for (int i =0;i < ac;i++)
diff --git a/security/qtfw/files/patch-main.cpp b/security/qtfw/files/patch-main.cpp
deleted file mode 100644
index 653d90c02ac2..000000000000
--- a/security/qtfw/files/patch-main.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- main.cpp.orig Fri Feb 14 13:38:07 2003
-+++ main.cpp Fri Feb 14 13:41:54 2003
-@@ -28,6 +28,8 @@
- #include <qlineedit.h>
- #include <qmessagebox.h>
-
-+#include <netinet/in.h>
-+
- void load_protocol_list();
- void load_service_list();
- void load_interface_list();
-@@ -192,7 +194,7 @@
- char tmpstr[500];
- QString rcfile_name = getpwuid(getuid())->pw_dir;
- rcfile_name+="/.qtfwrc";
-- ifstream rcfile(rcfile_name,ios::nocreate);
-+ ifstream rcfile(rcfile_name,ios::in);
- app_rc.style = "Windows";
- app_rc.browser = "netscape";
-
diff --git a/security/qtfw/files/patch-optionlistdialog.cpp b/security/qtfw/files/patch-optionlistdialog.cpp
deleted file mode 100644
index 200c0a7a14f7..000000000000
--- a/security/qtfw/files/patch-optionlistdialog.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- optionlistdialog.cpp.orig Fri Feb 14 13:45:36 2003
-+++ optionlistdialog.cpp Fri Feb 14 13:46:06 2003
-@@ -15,7 +15,7 @@
- {
- }
-
--OptionListDialog::OptionListDialog(QString * items,int numItems, QString selected_item,QWidget* parent = 0, const char* name = 0)
-+OptionListDialog::OptionListDialog(QString * items,int numItems, QString selected_item,QWidget* parent, const char* name)
- : QDialog( parent, name, TRUE, 0 )
- {
- if ( !name )
-@@ -79,7 +79,7 @@
- {
- }
-
--IcmptypeListDialog::IcmptypeListDialog(_icmpcode * items,int numItems, QString selected_item,QWidget* parent = 0, const char* name = 0)
-+IcmptypeListDialog::IcmptypeListDialog(_icmpcode * items,int numItems, QString selected_item,QWidget* parent, const char* name)
- : QDialog( parent, name, TRUE, 0 )
- {
- if ( !name )
diff --git a/security/qtfw/pkg-descr b/security/qtfw/pkg-descr
deleted file mode 100644
index 46460368d799..000000000000
--- a/security/qtfw/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Qtfw is a Qt gui frontend for ipfw utility in FreeBSD. It helps
-configuring firewall in FreeBSD with a nice and comprehensive user
-interface.
-
-WWW: http://sourceforge.net/projects/qtfw/