diff options
author | Dries Michiels <driesm@FreeBSD.org> | 2022-07-09 18:33:47 +0000 |
---|---|---|
committer | Dries Michiels <driesm@FreeBSD.org> | 2022-07-10 08:18:55 +0000 |
commit | 8435c15b9b9edb0a5037e2bcc3c6ac2ffb214015 (patch) | |
tree | 9aa8f716510cbae4f9a1939e0f3edcd1ef0592c3 | |
parent | 7c4dd5a4b829a33391871ddf8107892217e611f9 (diff) |
misc/cxxmatrix: move to a more appropriate category
Similar to other matrix effect generating programs like cmatrix,
tmatrix, neo, ... also move this one to the games category.
Approved by: eduardo
Differential Revision: https://reviews.freebsd.org/D35762
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/cxxmatrix/Makefile (renamed from misc/cxxmatrix/Makefile) | 2 | ||||
-rw-r--r-- | games/cxxmatrix/distinfo (renamed from misc/cxxmatrix/distinfo) | 0 | ||||
-rw-r--r-- | games/cxxmatrix/pkg-descr (renamed from misc/cxxmatrix/pkg-descr) | 0 | ||||
-rw-r--r-- | misc/Makefile | 1 |
6 files changed, 3 insertions, 2 deletions
@@ -17496,3 +17496,4 @@ devel/hs-haddock||2022-07-06|Removed: Haddock is shipped as part of lang/ghc x11/gsynaptics||2022-07-08|Has expired: Abandonware using old gnome2 libs x11/alltray||2022-07-08|Has expired: abandonware x11/simdock||2022-07-08|Has expired: Abandonware using deprecated gnome2 libs +misc/cxxmatrix|games/cxxmatrix|2022-07-10|Move to a more appropriate category diff --git a/games/Makefile b/games/Makefile index 005486c937be..fa317e12474f 100644 --- a/games/Makefile +++ b/games/Makefile @@ -182,6 +182,7 @@ SUBDIR += cursive SUBDIR += cutemaze SUBDIR += cuyo + SUBDIR += cxxmatrix SUBDIR += d2x SUBDIR += dMagnetic SUBDIR += dangen diff --git a/misc/cxxmatrix/Makefile b/games/cxxmatrix/Makefile index c2bcf3d2d2d3..b9ab773c11f9 100644 --- a/misc/cxxmatrix/Makefile +++ b/games/cxxmatrix/Makefile @@ -1,6 +1,6 @@ PORTNAME= cxxmatrix DISTVERSION= g20220324 -CATEGORIES= misc +CATEGORIES= games MAINTAINER= eduardo@FreeBSD.org COMMENT= C++ Matrix: The Matrix Reloaded in Terminals diff --git a/misc/cxxmatrix/distinfo b/games/cxxmatrix/distinfo index a67e887075a4..a67e887075a4 100644 --- a/misc/cxxmatrix/distinfo +++ b/games/cxxmatrix/distinfo diff --git a/misc/cxxmatrix/pkg-descr b/games/cxxmatrix/pkg-descr index ca764be51a83..ca764be51a83 100644 --- a/misc/cxxmatrix/pkg-descr +++ b/games/cxxmatrix/pkg-descr diff --git a/misc/Makefile b/misc/Makefile index acb8c97a33b1..d7a1d5b9e03c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -64,7 +64,6 @@ SUBDIR += cstream SUBDIR += ctm SUBDIR += cuttlefish - SUBDIR += cxxmatrix SUBDIR += dahdi SUBDIR += dahdi-kmod SUBDIR += dahdi-kmod26 |