diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-10 19:09:48 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-10 19:09:48 +0000 |
commit | 97a743ffea52208ee095f5e61811b302b1d6b2f0 (patch) | |
tree | c771f9b0562d5b903a69d16449879cb5efc5d13b /misc | |
parent | path in manpage gives now the true location of the configuration file (diff) |
Add matrix-kmod 1.2, a screensaver for console (matrix_saver.ko) that
looks like "Matrix".
PR: 23748
Submitted by: Oleg Belousov <strijar@urai.ru>
Notes
Notes:
svn path=/head/; revision=39450
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/matrix-kmod/Makefile | 26 | ||||
-rw-r--r-- | misc/matrix-kmod/distinfo | 1 | ||||
-rw-r--r-- | misc/matrix-kmod/pkg-comment | 1 | ||||
-rw-r--r-- | misc/matrix-kmod/pkg-descr | 7 | ||||
-rw-r--r-- | misc/matrix-kmod/pkg-plist | 3 |
6 files changed, 39 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 9fd2a11e56cd..1d1e97fd3f4e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -90,6 +90,7 @@ SUBDIR += lv SUBDIR += magicpoint SUBDIR += man.el + SUBDIR += matrix-kmod SUBDIR += mc SUBDIR += metatheme SUBDIR += mgp-mode.el diff --git a/misc/matrix-kmod/Makefile b/misc/matrix-kmod/Makefile new file mode 100644 index 000000000000..c04a52928298 --- /dev/null +++ b/misc/matrix-kmod/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: strijar +# Date created: 22 Dec 2000 +# Whom: Oleg Belousov <strijar@urai.ru> +# +# $FreeBSD$ +# + +PORTNAME= matrix +PORTVERSION= 1.2 +CATEGORIES= misc +MASTER_SITES= http://www.belousov.com/download/ + +MAINTAINER= strijar@urai.ru + +MAKE_ENV= DESTDIR="${PREFIX}/lib/matrix" + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 400000 +BROKEN= "Need FreeBSD 4.0 or above" +.endif + +pre-install: + ${MKDIR} ${PREFIX}/lib/matrix/modules + +.include <bsd.port.post.mk> diff --git a/misc/matrix-kmod/distinfo b/misc/matrix-kmod/distinfo new file mode 100644 index 000000000000..69bae4ea89ca --- /dev/null +++ b/misc/matrix-kmod/distinfo @@ -0,0 +1 @@ +MD5 (matrix-1.2.tar.gz) = 13eed632aad8a369f82b2914f6bf5ab1 diff --git a/misc/matrix-kmod/pkg-comment b/misc/matrix-kmod/pkg-comment new file mode 100644 index 000000000000..15c587b2f44e --- /dev/null +++ b/misc/matrix-kmod/pkg-comment @@ -0,0 +1 @@ +Screensaver for console (matrix_saver.ko) "Matrix" like diff --git a/misc/matrix-kmod/pkg-descr b/misc/matrix-kmod/pkg-descr new file mode 100644 index 000000000000..37c8169c2b90 --- /dev/null +++ b/misc/matrix-kmod/pkg-descr @@ -0,0 +1,7 @@ +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 new file mode 100644 index 000000000000..511fc2cafb1f --- /dev/null +++ b/misc/matrix-kmod/pkg-plist @@ -0,0 +1,3 @@ +lib/matrix/modules/matrix_saver.ko +@dirrm lib/matrix/modules +@dirrm lib/matrix |