aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2005-02-15 02:31:31 +0800
committerskv <skv@FreeBSD.org>2005-02-15 02:31:31 +0800
commitafc0816a4fcc61cf3f27609e6e40a452d11a9c00 (patch)
tree9dc307e00ea6a6d4109c327cc06893b15d3e7501 /security
parente14814c64d4b5b4339ddc473965b05d80eb3d03d (diff)
downloadfreebsd-ports-gnome-afc0816a4fcc61cf3f27609e6e40a452d11a9c00.tar.gz
freebsd-ports-gnome-afc0816a4fcc61cf3f27609e6e40a452d11a9c00.tar.zst
freebsd-ports-gnome-afc0816a4fcc61cf3f27609e6e40a452d11a9c00.zip
Obsolete
Diffstat (limited to 'security')
-rw-r--r--security/rng_82802/Makefile38
-rw-r--r--security/rng_82802/distinfo2
-rw-r--r--security/rng_82802/pkg-descr16
-rw-r--r--security/rng_82802/pkg-install21
-rw-r--r--security/rng_82802/pkg-plist2
5 files changed, 0 insertions, 79 deletions
diff --git a/security/rng_82802/Makefile b/security/rng_82802/Makefile
deleted file mode 100644
index 7762eabe43df..000000000000
--- a/security/rng_82802/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: rng_82802
-# Date created: 15 November 2003
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= rng_82802
-PORTVERSION= 0.0.0
-CATEGORIES= security
-MASTER_SITES= http://www.millions.ca/~stacy/
-DISTNAME= rng0-0-0
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= skv@FreeBSD.org
-COMMENT= RNG driver for the Intel 82802
-
-ONLY_FOR_ARCHS= i386
-NO_PACKAGE= "Depends on kernel"
-PLIST_SUB= KMODDIR=${KMODDIR}
-
-WRKSRC= ${WRKDIR}/rng/modules/rng
-
-post-install:
- @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
-post-deinstall:
- @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-DEINSTALL
-
-.include <bsd.port.pre.mk>
-
-PKGDEINSTALL= ${PKGINSTALL}
-
-.if ${OSVERSION} >= 502112
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/security/rng_82802/distinfo b/security/rng_82802/distinfo
deleted file mode 100644
index a75a2d317df4..000000000000
--- a/security/rng_82802/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (rng0-0-0.tgz) = 2f117ecbf11f53fbd15e0c4b0c1d6544
-SIZE (rng0-0-0.tgz) = 6526
diff --git a/security/rng_82802/pkg-descr b/security/rng_82802/pkg-descr
deleted file mode 100644
index fb797b1b73c2..000000000000
--- a/security/rng_82802/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-The IntelR 82802 Firmware Hub (FWH) discrete component is compatible
-with several Intel chipset platforms and a variety of applications. The
-device operates under the LPC/FWH interface/protocol. The hardware
-features of this device include a Random Number Generator (RNG), five
-General-Purpose Inputs (GPIs), register-based block locking, and
-hardware-based locking.
-
-This port is a driver for the Intel 82802, implemented as kernel
-loadable module. The driver currently supports reading directly via
-/dev/rng, or indirectly via kern_random (/dev/random).
-
-Author: Stacy L. Millions <stacy@millions.ca>
-WWW: http://www.millions.ca/~stacy/82802rng.html
-
--- Sergey Skvortsov
-skv@FreeBSD.org
diff --git a/security/rng_82802/pkg-install b/security/rng_82802/pkg-install
deleted file mode 100644
index 284eddfb2866..000000000000
--- a/security/rng_82802/pkg-install
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-PATH=/bin:/sbin:/usr/bin
-
-case $2 in
-POST-INSTALL)
- if [ `id -u` -ne 0 ]; then
- echo "You must be root to install this port!";
- exit 1
- fi
- [ -c /dev/rng ] || mknod /dev/rng c 229 0
- ;;
-POST-DEINSTALL)
- if kldstat -n rng >/dev/null 2>&1; then
- echo "Please, manually unload rng kernel module"
- exit 1
-# kldunload rng
- fi
- echo; echo "Please, manually remove /dev/rng"
- ;;
-esac
diff --git a/security/rng_82802/pkg-plist b/security/rng_82802/pkg-plist
deleted file mode 100644
index 7d5a38663bbb..000000000000
--- a/security/rng_82802/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-@cwd /
-%%KMODDIR%%/rng.ko