aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CVSROOT/modules2
-rw-r--r--MOVED2
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/ocs-unix-agent/Makefile35
-rw-r--r--net-mgmt/ocs-unix-agent/distinfo3
-rw-r--r--net-mgmt/ocs-unix-agent/files/patch-Makefile.in11
-rw-r--r--net-mgmt/ocs-unix-agent/pkg-descr5
-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
13 files changed, 2 insertions, 138 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index 1d6773cbd5b3..73bb54422dcc 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -8453,7 +8453,6 @@ ocp ports/audio/ocp
ocrad ports/graphics/ocrad
ocre ports/graphics/ocre
ocs ports/lang/ocs
-ocs-unix-agent ports/net-mgmt/ocs-unix-agent
ocsigen ports/www/ocsigen
ocsinventory-agent ports/net-mgmt/ocsinventory-agent
octave ports/math/octave
@@ -16204,7 +16203,6 @@ vnc ports/net/vnc
vnc2swf ports/net/vnc2swf
vnccrack ports/security/vnccrack
vncreflector ports/net/vncreflector
-vncrypt ports/security/vncrypt
vobcopy ports/sysutils/vobcopy
vodcatcher ports/multimedia/vodcatcher
vodmr ports/mail/vodmr
diff --git a/MOVED b/MOVED
index f23733467bb9..b6c51fd24ec0 100644
--- a/MOVED
+++ b/MOVED
@@ -3222,3 +3222,5 @@ graphics/gimp1|graphics/gimp|2007-09-16|Obsoleted by newer version
print/gimp-print|print/gutenprint|2007-09-16|Project renamed
graphics/gimp-pmosaic||2007-09-16|Depends on obsolete graphics/gimp1
devel/fpc-fcl||2007-09-18|It was separated to another fpc-fcl-* ports
+security/vncrypt||2007-09-18|Has expired: not supported on any current version of FreeBSD
+net-mgmt/ocs-unix-agent||2007-09-18|Has expired: Use net-mgmt/ocsinventory-agent instead
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 8d11111fdad9..e66544b93d64 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -144,7 +144,6 @@
SUBDIR += nsca
SUBDIR += nsca-client
SUBDIR += nstreams
- SUBDIR += ocs-unix-agent
SUBDIR += ocsinventory-agent
SUBDIR += openlldp
SUBDIR += openvmps
diff --git a/net-mgmt/ocs-unix-agent/Makefile b/net-mgmt/ocs-unix-agent/Makefile
deleted file mode 100644
index cf70f93c3fa0..000000000000
--- a/net-mgmt/ocs-unix-agent/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: ocs-unix-agent
-# Date created: 8 May 2007
-# Whom: Dennis Cabooter
-#
-# $FreeBSD$
-#
-
-PORTNAME= ocs-unix-agent
-PORTVERSION= 0.7
-CATEGORIES= net-mgmt
-MASTER_SITES= http://bfleisch.free.fr/ocs-solaris-client/
-
-MAINTAINER= freebsd@rootxs.org
-COMMENT= Keep track of the computers configuration and software
-
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
-
-DEPRECATED= Use net-mgmt/ocsinventory-agent instead
-EXPIRATION_DATE=2007-09-15
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GNOME= libxml2
-
-CONFIGURE_ARGS= --with-zlib=/usr
-
-PLIST_SUB= RELEASE=${RELEASE}
-PLIST_FILES= bin/ocs-agent-freebsd-%%RELEASE%% \
- bin/ocs-agent-freebsd-%%RELEASE%%.1007
-
-.include <bsd.port.pre.mk>
-
-RELEASE!= ${UNAME} -r
-
-.include <bsd.port.post.mk>
diff --git a/net-mgmt/ocs-unix-agent/distinfo b/net-mgmt/ocs-unix-agent/distinfo
deleted file mode 100644
index 31ac46990bf3..000000000000
--- a/net-mgmt/ocs-unix-agent/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ocs-unix-agent-0.7.tar.gz) = 7404c4d957d87007240df2340a4f9a69
-SHA256 (ocs-unix-agent-0.7.tar.gz) = e560c2d06abfe212f60ed8df5d98d08f9ecef3b93697d689398ebced9464689b
-SIZE (ocs-unix-agent-0.7.tar.gz) = 95497
diff --git a/net-mgmt/ocs-unix-agent/files/patch-Makefile.in b/net-mgmt/ocs-unix-agent/files/patch-Makefile.in
deleted file mode 100644
index b74f39993228..000000000000
--- a/net-mgmt/ocs-unix-agent/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Tue Mar 27 08:32:24 2007
-+++ Makefile.in Tue Jun 5 14:34:09 2007
-@@ -732,7 +732,7 @@
- install-exec-local:
- ${INSTALL_PROGRAM} agent $(DESTDIR)/@bindir@/@AGENT_NAME@.@AGENT_VERSION_REV@
- ${LN_S} @AGENT_NAME@.@AGENT_VERSION_REV@ $(DESTDIR)/@bindir@/@AGENT_NAME@
-- ${INSTALL_PROGRAM} -d $(DESTDIR)/@sysconfdir@
-+ install -o root -g wheel -m 755 -d $(DESTDIR)/@sysconfdir@
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/net-mgmt/ocs-unix-agent/pkg-descr b/net-mgmt/ocs-unix-agent/pkg-descr
deleted file mode 100644
index 2157af66868c..000000000000
--- a/net-mgmt/ocs-unix-agent/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Open Computer and Software Inventory Next Generation is an application designed
-to help a network or system administrator keep track of the computers
-configuration and software that are installed on the network
-
-WWW: http://www.ocsinventory-ng.org/
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