aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-09-18 23:14:53 +0800
committermiwi <miwi@FreeBSD.org>2007-09-18 23:14:53 +0800
commitceecf2b208424c0f04f5e3a08493a95c3be91f0a (patch)
tree46ec69be169a81c3be97a6c3b61630e59f230bbb /security
parent4d2b6337879cd87e30d7a80edaf486f84fa8e0fe (diff)
downloadfreebsd-ports-gnome-ceecf2b208424c0f04f5e3a08493a95c3be91f0a.tar.gz
freebsd-ports-gnome-ceecf2b208424c0f04f5e3a08493a95c3be91f0a.tar.zst
freebsd-ports-gnome-ceecf2b208424c0f04f5e3a08493a95c3be91f0a.zip
2007-08-29 security/vncrypt: not supported on any current version of FreeBSD
2007-09-15 net-mgmt/ocs-unix-agent: Use net-mgmt/ocsinventory-agent instead
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/vncrypt/Makefile53
-rw-r--r--security/vncrypt/distinfo3
-rw-r--r--security/vncrypt/pkg-descr8
-rw-r--r--security/vncrypt/pkg-message4
-rw-r--r--security/vncrypt/pkg-plist12
6 files changed, 0 insertions, 81 deletions
diff --git a/security/Makefile b/security/Makefile
index d44f2a2af438..c25f0d4ec06e 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -753,7 +753,6 @@
SUBDIR += vlock
SUBDIR += vlog
SUBDIR += vnccrack
- SUBDIR += vncrypt
SUBDIR += vpnc
SUBDIR += vpnd
SUBDIR += vscan
diff --git a/security/vncrypt/Makefile b/security/vncrypt/Makefile
deleted file mode 100644
index 2988e8787624..000000000000
--- a/security/vncrypt/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: vncrypt
-# Date created: 22 Jan 2002
-# Whom: Sergey Skvortsov <skv@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= vncrypt
-PORTVERSION= 1.1
-CATEGORIES= security kld
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= skv@FreeBSD.org
-COMMENT= Cryptographic disk driver for FreeBSD
-DEPRECATED= not supported on any current version of FreeBSD
-EXPIRATION_DATE= 2007-08-29
-
-NO_PACKAGE= "Depends on kernel"
-PLIST_SUB= KMODDIR=${KMODDIR} DOCSDIR="share/doc/${PORTNAME}"
-MAKE_ENV+= BINDIR=${PREFIX}/sbin
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-.include <bsd.port.pre.mk>
-
-.ifdef(IPSEC)
-#Compile for kernel with IPSEC support
-MAKE_ENV+= CRYPTO_SRCS=""
-.endif
-
-DOCS_LANG= en ru
-DOCS_en= README
-DOCS_ru= README.rus doc/*rus*
-
-post-install:
-.ifndef(NOPORTDOCS)
- @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
-.for _LANG in ${DOCS_LANG}
- @${MKDIR} ${DOCSDIR}/${_LANG}
-.for DOCFILE in ${DOCS_${_LANG}}
- @${INSTALL_DATA} ${WRKSRC}/${DOCFILE} ${DOCSDIR}/${_LANG}
-.endfor
-.endfor
-.endif
- @${SED} -e "s:%%PREFIX%%:${PREFIX}:g" ${.CURDIR}/pkg-message >${PKGMESSAGE}
-.ifndef(BATCH)
- @${ECHO}
- @${CAT} ${PKGMESSAGE}
- @${ECHO}
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/security/vncrypt/distinfo b/security/vncrypt/distinfo
deleted file mode 100644
index c41497058eac..000000000000
--- a/security/vncrypt/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (vncrypt-1.1.tgz) = be40e02b0fb968bfb630a5b5dc6482c2
-SHA256 (vncrypt-1.1.tgz) = 2288c348286c39f80c016a26e5cfe419b031b8e7084ad2b7fb66b4c036aca620
-SIZE (vncrypt-1.1.tgz) = 23589
diff --git a/security/vncrypt/pkg-descr b/security/vncrypt/pkg-descr
deleted file mode 100644
index 6d7c86ed9504..000000000000
--- a/security/vncrypt/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This is cryptographic disk driver for FreeBSD. It provides transparent
-encryption and decryption of selected devices. It is based on vn(4).
-
-Author: Andrey Sverdlichenko <rblaze@users.sourceforge.net>
-WWW: http://sourceforge.net/projects/vncrypt/
-
--- Sergey Skvortsov
-skv@FreeBSD.org
diff --git a/security/vncrypt/pkg-message b/security/vncrypt/pkg-message
deleted file mode 100644
index 9495543ef191..000000000000
--- a/security/vncrypt/pkg-message
+++ /dev/null
@@ -1,4 +0,0 @@
----------------------------------------------------------
-See %%PREFIX%%/share/doc/vncrypt/ for documentation.
----------------------------------------------------------
-
diff --git a/security/vncrypt/pkg-plist b/security/vncrypt/pkg-plist
deleted file mode 100644
index b236ddff877e..000000000000
--- a/security/vncrypt/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-sbin/vncryptctl
-sbin/vndecrypt
-%%PORTDOCS%%%%DOCSDIR%%/ru/aes-cbc.rus.html
-%%PORTDOCS%%%%DOCSDIR%%/ru/bf-cbc.rus.html
-%%PORTDOCS%%%%DOCSDIR%%/ru/keyfile.rus.html
-%%PORTDOCS%%%%DOCSDIR%%/ru/README.rus
-%%PORTDOCS%%%%DOCSDIR%%/en/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/ru
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@cwd /
-%%KMODDIR%%/vncrypt.ko