diff options
author | vd <vd@FreeBSD.org> | 2006-07-17 15:44:19 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-07-17 15:44:19 +0800 |
commit | 6e9daff67c82f005154cb2fa77820ec74a3ef833 (patch) | |
tree | 8060cb7fcb4a3116f0bd2b378bf253575ea7db70 /misc | |
parent | 9278b2a37889a5a107c4bbca6c7474f80bb8f649 (diff) | |
download | freebsd-ports-gnome-6e9daff67c82f005154cb2fa77820ec74a3ef833.tar.gz freebsd-ports-gnome-6e9daff67c82f005154cb2fa77820ec74a3ef833.tar.zst freebsd-ports-gnome-6e9daff67c82f005154cb2fa77820ec74a3ef833.zip |
Remove expired leaf port
2006-07-15 misc/matrix-kmod
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/matrix-kmod/Makefile | 44 | ||||
-rw-r--r-- | misc/matrix-kmod/distinfo | 2 | ||||
-rw-r--r-- | misc/matrix-kmod/files/matrix_saver.sh | 22 | ||||
-rw-r--r-- | misc/matrix-kmod/pkg-descr | 7 | ||||
-rw-r--r-- | misc/matrix-kmod/pkg-plist | 3 |
6 files changed, 0 insertions, 79 deletions
diff --git a/misc/Makefile b/misc/Makefile index 65434e24c254..81ffc9553515 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -311,7 +311,6 @@ SUBDIR += magicpoint SUBDIR += man.el SUBDIR += mango - SUBDIR += matrix-kmod SUBDIR += mc SUBDIR += mc-light SUBDIR += menushki diff --git a/misc/matrix-kmod/Makefile b/misc/matrix-kmod/Makefile deleted file mode 100644 index c3ec03fc404a..000000000000 --- a/misc/matrix-kmod/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: strijar -# Date created: 22 Dec 2000 -# Whom: Oleg Belousov <strijar@urai.ru> -# -# $FreeBSD$ -# - -PORTNAME= matrix -PORTVERSION= 1.2 -PORTREVISION= 1 -CATEGORIES= misc -MASTER_SITES= http://www.belousov.com/download/ -PKGNAMESUFFIX= -kmod - -MAINTAINER= ports@FreeBSD.org -COMMENT= Screensaver for console (matrix_saver.ko) "Matrix" like - -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2006-07-15 - -KMODDIR= ${PREFIX}/modules -SYSDIR?= ${SRC_BASE}/sys -.if !exists(${SYSDIR}/dev/syscons/syscons.h) -IGNORE= Requires kernel source (/usr/src/sys) to build -.endif -MAKE_ENV+= WERROR= - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400000 -BROKEN= "Need FreeBSD 4.0 or above" -.endif - -.if ${ARCH} == "sparc64" -BROKEN= "Does not compile on sparc64" -.endif - -do-install: - @${MKDIR} ${KMODDIR} - ${INSTALL_SCRIPT} ${FILESDIR}/matrix_saver.sh ${PREFIX}/etc/rc.d - ${INSTALL_SCRIPT} ${WRKSRC}/*.ko ${KMODDIR} - -.include <bsd.port.post.mk> diff --git a/misc/matrix-kmod/distinfo b/misc/matrix-kmod/distinfo deleted file mode 100644 index a5b2304689e7..000000000000 --- a/misc/matrix-kmod/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (matrix-1.2.tar.gz) = 13eed632aad8a369f82b2914f6bf5ab1 -SIZE (matrix-1.2.tar.gz) = 4903 diff --git a/misc/matrix-kmod/files/matrix_saver.sh b/misc/matrix-kmod/files/matrix_saver.sh deleted file mode 100644 index 0665113cdb02..000000000000 --- a/misc/matrix-kmod/files/matrix_saver.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - if [ -x ${PREFIX}/modules/matrix_saver.ko ]; then - echo -n ' matrix_saver' - kldload ${PREFIX}/modules/matrix_saver.ko - fi - ;; -stop) - kldunload -v -n matrix_saver && echo -n ' matrix_saver' - ;; -*) - echo "Usage: $0 {start|stop}" >&2 - exit 1 - ;; -esac diff --git a/misc/matrix-kmod/pkg-descr b/misc/matrix-kmod/pkg-descr deleted file mode 100644 index 37c8169c2b90..000000000000 --- a/misc/matrix-kmod/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Screensaver for console in style film "Matrix" -For compile with support hierogliphs: make -DWITH_FONT - -Note: for FreeBSD 4.0 or above (if you patching this - say me ;) - -- Oleg -strijar@urai.ru diff --git a/misc/matrix-kmod/pkg-plist b/misc/matrix-kmod/pkg-plist deleted file mode 100644 index 1f6b26e5877d..000000000000 --- a/misc/matrix-kmod/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -etc/rc.d/matrix_saver.sh -modules/matrix_saver.ko -@unexec rmdir -p %D/modules 2>/dev/null || true |