aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDries Michiels <driesm@FreeBSD.org>2021-12-19 12:46:36 +0000
committerDries Michiels <driesm@FreeBSD.org>2021-12-20 11:24:46 +0000
commit2ff119fd5a7d70ca14d04216ebcc057a337e5045 (patch)
treecc009279faf4aafc87c26705f92b3545fb5410f1 /misc
parentfb8a3a126a826fdeb199a5bcef1a947165febe93 (diff)
downloadports-2ff119fd5a7d70ca14d04216ebcc057a337e5045.tar.gz
ports-2ff119fd5a7d70ca14d04216ebcc057a337e5045.zip
misc/cmatrix: Move to a more appropriate category
Approved by: eduardo (maintainer) Approved by: philip (mentor), 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D33563
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/cmatrix/Makefile35
-rw-r--r--misc/cmatrix/distinfo3
-rw-r--r--misc/cmatrix/pkg-descr16
4 files changed, 0 insertions, 55 deletions
diff --git a/misc/Makefile b/misc/Makefile
index d06ef0e60f71..6fbfaada4131 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -41,7 +41,6 @@
SUBDIR += clifm
SUBDIR += cloc
SUBDIR += clpbar
- SUBDIR += cmatrix
SUBDIR += colortail
SUBDIR += colwide
SUBDIR += compat10x
diff --git a/misc/cmatrix/Makefile b/misc/cmatrix/Makefile
deleted file mode 100644
index 29d2c58be345..000000000000
--- a/misc/cmatrix/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Andrey Zakhvatov
-
-PORTNAME= cmatrix
-PORTVERSION= 2.0
-DISTVERSIONPREFIX= v
-CATEGORIES= misc
-
-MAINTAINER= eduardo@FreeBSD.org
-COMMENT= Show a scrolling 'Matrix' like screen
-
-LICENSE= GPLv3+
-
-USES= autoreconf ncurses
-USE_GITHUB= yes
-GH_ACCOUNT= abishekvashok
-
-GNU_CONFIGURE= yes
-
-PORTDOCS= README
-PLIST_FILES= bin/cmatrix \
- man/man1/cmatrix.1.gz
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/misc/cmatrix/distinfo b/misc/cmatrix/distinfo
deleted file mode 100644
index 092021a1bf99..000000000000
--- a/misc/cmatrix/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1580928017
-SHA256 (abishekvashok-cmatrix-v2.0_GH0.tar.gz) = ad93ba39acd383696ab6a9ebbed1259ecf2d3cf9f49d6b97038c66f80749e99a
-SIZE (abishekvashok-cmatrix-v2.0_GH0.tar.gz) = 205640
diff --git a/misc/cmatrix/pkg-descr b/misc/cmatrix/pkg-descr
deleted file mode 100644
index 2135c89dfdd1..000000000000
--- a/misc/cmatrix/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-CMatrix - show a scrolling 'Matrix' like screen (curses based)
-
-CMatrix by default operates in 'eye candy' mode. It must be aborted with
-control-c. If you wish for more of a 'screen saver' effect, you must
-specify -s on the command line. For usage, use cmatrix -h.
-
-If you have any suggestions/flames/patches to send, please feel free to
-do so. Please do not critique my code, I know I'm a hack ;-) I just got
-the urge to write this one evening, and decided to see how fast I could do
-it. It's probably not particularly portable or efficient, but I'm pretty
-sure it wont hog *too* much CPU time.
-
-This software is provided under the GNU GPL. I am in no way affiliated
-in any way with the movie 'The Matrix', just a big fan.
-
-WWW: http://www.asty.org/cmatrix/