diff --git a/CHANGES b/CHANGES index 7f86abd2e4a5..664c13372799 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,13 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20211013: +AUTHOR: sid@bsdmail.com + + New virtual category of games-text. This can be used for those who don't + use a graphical desktop. It also helps users distinguish between text + and graphical games. + 20211010: AUTHOR: bapt@FreeBSD.org diff --git a/Mk/Scripts/desktop-categories.sh b/Mk/Scripts/desktop-categories.sh index 9283751955e4..2ac2ce97de0a 100644 --- a/Mk/Scripts/desktop-categories.sh +++ b/Mk/Scripts/desktop-categories.sh @@ -37,6 +37,7 @@ for native_category in ${dp_CATEGORIES}; do finance) c="Office Finance" ;; ftp) c="Network FileTransfer" ;; games) c="Game" ;; + games-text) c="Text/Console Games" ;; geography) c="Education Science Geography" ;; gnome) c="GNOME GTK" ;; graphics) c="Graphics" ;; diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index a0f19bd77697..338c9e1539e3 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -2626,7 +2626,7 @@ VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio \ benchmarks biology cad chinese comms converters \ databases deskutils devel dns docs \ editors education elisp emulators enlightenment finance french ftp \ - games geography german gnome gnustep graphics \ + games games-text geography german gnome gnustep graphics \ hamradio haskell hebrew hungarian irc japanese java \ kde ${_KDE_CATEGORIES_SUPPORTED} kld korean \ lang linux lisp \ diff --git a/games/0verkill/Makefile b/games/0verkill/Makefile index e763cccb8794..8444040bb026 100644 --- a/games/0verkill/Makefile +++ b/games/0verkill/Makefile @@ -3,7 +3,7 @@ PORTNAME= 0verkill PORTVERSION= 0.16 PORTREVISION= 2 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://artax.karlin.mff.cuni.cz/~brain/0verkill/release/ EXTRACT_SUFX= .tgz diff --git a/games/2048/Makefile b/games/2048/Makefile index 701885c4993e..042d62684486 100644 --- a/games/2048/Makefile +++ b/games/2048/Makefile @@ -3,7 +3,7 @@ PORTNAME= 2048 PORTVERSION= 0.9.1 DISTVERSIONPREFIX= v -CATEGORIES= games +CATEGORIES= games games-text MAINTAINER= swills@FreeBSD.org COMMENT= Command line version of 2048 diff --git a/games/alienwave/Makefile b/games/alienwave/Makefile index fd1d11859e35..152c295bce30 100644 --- a/games/alienwave/Makefile +++ b/games/alienwave/Makefile @@ -2,7 +2,7 @@ PORTNAME= alienwave PORTVERSION= 0.4.0 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://www.alessandropira.org/alienwave/ MAINTAINER= ports@FreeBSD.org diff --git a/games/aop/Makefile b/games/aop/Makefile index 68f77dff614b..f03bf3dd5bea 100644 --- a/games/aop/Makefile +++ b/games/aop/Makefile @@ -3,7 +3,7 @@ PORTNAME= aop PORTVERSION= 0.6 PORTREVISION= 2 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png diff --git a/games/ascii-invaders/Makefile b/games/ascii-invaders/Makefile index 34bd4060522e..0d3e086d2bc2 100644 --- a/games/ascii-invaders/Makefile +++ b/games/ascii-invaders/Makefile @@ -2,7 +2,7 @@ PORTNAME= ascii-invaders PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v PORTREVISION= 1 -CATEGORIES= games +CATEGORIES= games games-text MAINTAINER= amdmi3@FreeBSD.org COMMENT= ASCII-art game like Space Invaders using Curses diff --git a/games/asciiquarium/Makefile b/games/asciiquarium/Makefile index dfe488ef68e8..b2c3239e0b9e 100644 --- a/games/asciiquarium/Makefile +++ b/games/asciiquarium/Makefile @@ -3,7 +3,7 @@ PORTNAME= asciiquarium PORTVERSION= 1.1 PORTREVISION= 1 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://www.robobunny.com/projects/asciiquarium/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/games/bastet/Makefile b/games/bastet/Makefile index 206d7203e8e2..de19fb8aa7dd 100644 --- a/games/bastet/Makefile +++ b/games/bastet/Makefile @@ -3,7 +3,7 @@ PORTNAME= bastet PORTVERSION= 0.43.2 PORTREVISION= 1 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://fph.altervista.org/prog/files/ MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/block/Makefile b/games/block/Makefile index 3ad1179dd6cf..68ab196055d8 100644 --- a/games/block/Makefile +++ b/games/block/Makefile @@ -2,7 +2,7 @@ PORTNAME= block PORTVERSION= 0.6 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= SUNSITE/games/strategy MAINTAINER= ports@FreeBSD.org diff --git a/games/braincurses/Makefile b/games/braincurses/Makefile index d37804232cac..7760bcd9a058 100644 --- a/games/braincurses/Makefile +++ b/games/braincurses/Makefile @@ -4,7 +4,7 @@ PORTNAME= braincurses PORTVERSION= 1.1.0 PORTREVISION= 5 DISTVERSIONPREFIX= v -CATEGORIES= games +CATEGORIES= games games-text MAINTAINER= mich@FreeBSD.org COMMENT= Clone of the Mastermind game diff --git a/games/bsdtris/Makefile b/games/bsdtris/Makefile index 882fb1df0444..c1a7032d239d 100644 --- a/games/bsdtris/Makefile +++ b/games/bsdtris/Makefile @@ -3,7 +3,7 @@ PORTNAME= bsdtris PORTVERSION= 1.1 PORTREVISION= 2 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://www.mavetju.org/download/adopted/ DISTNAME= ${PORTNAME}-01092003 diff --git a/games/coffeebreak/Makefile b/games/coffeebreak/Makefile index fb98c0f63300..43c0908c9aa5 100644 --- a/games/coffeebreak/Makefile +++ b/games/coffeebreak/Makefile @@ -1,6 +1,6 @@ PORTNAME= coffeebreak DISTVERSION= 0.1.1 -CATEGORIES= games +CATEGORIES= games games-text MAINTAINER= 0mp@FreeBSD.org COMMENT= Pretend your machine is busy with a fake FreeBSD installer diff --git a/games/cowsay/Makefile b/games/cowsay/Makefile index 6348fee7732e..1d908a46b09e 100644 --- a/games/cowsay/Makefile +++ b/games/cowsay/Makefile @@ -4,7 +4,7 @@ PORTNAME= cowsay PORTVERSION= 3.04 DISTVERSIONPREFIX= cowsay- PORTREVISION= 2 -CATEGORIES= games +CATEGORIES= games games-text MAINTAINER= osa@FreeBSD.org COMMENT= Configurable talking characters in ASCII art diff --git a/games/cryptoslam/Makefile b/games/cryptoslam/Makefile index 8aee23644a6a..118cc0ff8ac0 100644 --- a/games/cryptoslam/Makefile +++ b/games/cryptoslam/Makefile @@ -2,7 +2,7 @@ PORTNAME= cryptoslam PORTVERSION= 1.2 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/games/cursive/Makefile b/games/cursive/Makefile index 49dc33dee5b8..6a1732962eeb 100644 --- a/games/cursive/Makefile +++ b/games/cursive/Makefile @@ -3,7 +3,7 @@ PORTNAME= cursive PORTVERSION= 0.11 PORTEPOCH= 1 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= https://www.unixpapa.com/software/ DISTNAME= ${PORTNAME} diff --git a/games/dMagnetic/Makefile b/games/dMagnetic/Makefile index efe21296c68a..e9331495007c 100644 --- a/games/dMagnetic/Makefile +++ b/games/dMagnetic/Makefile @@ -1,6 +1,6 @@ PORTNAME= dMagnetic PORTVERSION= 0.32 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= https://www.dettus.net/dMagnetic/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/games/dungeon/Makefile b/games/dungeon/Makefile index 04390abd2e05..e90fcf6ea120 100644 --- a/games/dungeon/Makefile +++ b/games/dungeon/Makefile @@ -3,7 +3,7 @@ PORTNAME= dungeon PORTVERSION= 3.2 PORTREVISION= 1 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/games/source/:source \ ftp://ftp.ifarchive.com/if-archive/games/source/:source \ http://mirror.ifarchive.org/if-archive/games/source/:source \ diff --git a/games/eif/Makefile b/games/eif/Makefile index f0d2034e5a48..30d093095858 100644 --- a/games/eif/Makefile +++ b/games/eif/Makefile @@ -3,7 +3,7 @@ PORTNAME= eif PORTVERSION= 1.3.4 PORTREVISION= 4 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://www.stack.nl/~marcolz/empire/ \ ftp://ftp.stack.nl/pub/users/johans/eif/ diff --git a/games/eights/Makefile b/games/eights/Makefile index 0bb42ef80913..53982a766475 100644 --- a/games/eights/Makefile +++ b/games/eights/Makefile @@ -2,7 +2,7 @@ PORTNAME= eights PORTVERSION= 1.0 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://dxkelly.freeshell.org/ DISTNAME= ${PORTNAME} diff --git a/games/enygma/Makefile b/games/enygma/Makefile index ad6ead940fce..235be0751f8a 100644 --- a/games/enygma/Makefile +++ b/games/enygma/Makefile @@ -2,7 +2,7 @@ PORTNAME= enygma PORTVERSION= 1.04 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/enigma/ DISTNAME= enigma-${DISTVERSION} DIST_SUBDIR= ${PORTNAME} diff --git a/games/freesweep/Makefile b/games/freesweep/Makefile index d54da11fafb1..7faa1b1d31bd 100644 --- a/games/freesweep/Makefile +++ b/games/freesweep/Makefile @@ -3,7 +3,7 @@ PORTNAME= freesweep PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v -CATEGORIES= games +CATEGORIES= games games-text MAINTAINER= rwestlun@gmail.com COMMENT= Minesweeper-style game for text-mode terminals diff --git a/games/greed/Makefile b/games/greed/Makefile index 1d5c51f4a972..4add4703738b 100644 --- a/games/greed/Makefile +++ b/games/greed/Makefile @@ -2,7 +2,7 @@ PORTNAME= greed PORTVERSION= 4.2 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://catb.org/~esr/greed/ PKGNAMESUFFIX= -game diff --git a/games/instead/Makefile b/games/instead/Makefile index 2d18b8285bd3..05936e0d29be 100644 --- a/games/instead/Makefile +++ b/games/instead/Makefile @@ -2,7 +2,7 @@ PORTNAME= instead PORTVERSION= 3.4.1 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/games/jzip/Makefile b/games/jzip/Makefile index d53f20fb86eb..42a12d99d037 100644 --- a/games/jzip/Makefile +++ b/games/jzip/Makefile @@ -2,7 +2,7 @@ PORTNAME= jzip PORTVERSION= 2.0.1g -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= LOCAL/mph DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff --git a/games/lexter/Makefile b/games/lexter/Makefile index db66650d37e8..3e9ef88616af 100644 --- a/games/lexter/Makefile +++ b/games/lexter/Makefile @@ -3,7 +3,7 @@ PORTNAME= lexter PORTVERSION= 1.0.3 PORTREVISION= 6 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= SUNSITE/games/arcade MAINTAINER= ports@FreeBSD.org diff --git a/games/linux-dwarffortress/Makefile b/games/linux-dwarffortress/Makefile index 04ff21faebb6..af9299ccc4bb 100644 --- a/games/linux-dwarffortress/Makefile +++ b/games/linux-dwarffortress/Makefile @@ -2,7 +2,7 @@ PORTNAME= dwarffortress DISTVERSION= 0.47.05 -CATEGORIES= games linux +CATEGORIES= games games-text linux MASTER_SITES= http://www.bay12games.com/dwarves/ PKGNAMEPREFIX= linux- DISTNAME_amd64= df_${DISTVERSION:S|0.||:S|.|_|}_linux diff --git a/games/nInvaders/Makefile b/games/nInvaders/Makefile index 783a208858fd..f49dc3ed4d4e 100644 --- a/games/nInvaders/Makefile +++ b/games/nInvaders/Makefile @@ -2,7 +2,7 @@ PORTNAME= nInvaders PORTVERSION= 0.1.1 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= SF DISTNAME= ninvaders-${PORTVERSION} diff --git a/games/nbsdgames/Makefile b/games/nbsdgames/Makefile index e4f393633d90..cbbc9a60f091 100644 --- a/games/nbsdgames/Makefile +++ b/games/nbsdgames/Makefile @@ -1,7 +1,7 @@ PORTNAME= nbsdgames DISTVERSIONPREFIX= v DISTVERSION= 4.1.2 -CATEGORIES= games +CATEGORIES= games games-text MAINTAINER= fuz@fuz.su COMMENT= 17 text-based modern games diff --git a/games/nonsense/Makefile b/games/nonsense/Makefile index 1a217c75798f..0c1b2a363ad4 100644 --- a/games/nonsense/Makefile +++ b/games/nonsense/Makefile @@ -3,7 +3,7 @@ PORTNAME= nonsense PORTVERSION= 0.6 PORTREVISION= 2 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org diff --git a/games/npush/Makefile b/games/npush/Makefile index cd7ad4c00e93..12b952304c0e 100644 --- a/games/npush/Makefile +++ b/games/npush/Makefile @@ -1,6 +1,6 @@ PORTNAME= npush PORTVERSION= 0.7 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= SF EXTRACT_SUFX= .tgz diff --git a/games/nsnake/Makefile b/games/nsnake/Makefile index ee4ecebea404..6b110aa7b47a 100644 --- a/games/nsnake/Makefile +++ b/games/nsnake/Makefile @@ -2,7 +2,7 @@ PORTNAME= nsnake PORTVERSION= 2.2.0 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://releases.malikania.fr/nsnake/${PORTVERSION}/ MAINTAINER= markand@malikania.fr diff --git a/games/oldrunner/Makefile b/games/oldrunner/Makefile index c42247a72f89..7ba4ac0bdf16 100644 --- a/games/oldrunner/Makefile +++ b/games/oldrunner/Makefile @@ -2,7 +2,7 @@ PORTNAME= oldrunner PORTVERSION= 20120131 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= LOCAL/culot MAINTAINER= ports@FreeBSD.org diff --git a/games/py-cbeams/Makefile b/games/py-cbeams/Makefile index 0c85200c94e4..817512be3058 100644 --- a/games/py-cbeams/Makefile +++ b/games/py-cbeams/Makefile @@ -3,7 +3,7 @@ PORTNAME= cbeams DISTVERSIONPREFIX= v DISTVERSION= 1.0.3 -CATEGORIES= games python +CATEGORIES= games games-text python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 0mp@FreeBSD.org diff --git a/games/qstat/Makefile b/games/qstat/Makefile index f52ec0a40e47..3f575fe06bcd 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -3,7 +3,7 @@ PORTNAME= qstat PORTVERSION= 2.14 DISTVERSIONPREFIX= v -CATEGORIES= games net +CATEGORIES= games games-text net MAINTAINER= danfe@FreeBSD.org COMMENT= Command-line program to query game servers on the net diff --git a/games/rfksay/Makefile b/games/rfksay/Makefile index 9f1f54b193a8..c6a736a42040 100644 --- a/games/rfksay/Makefile +++ b/games/rfksay/Makefile @@ -2,7 +2,7 @@ PORTNAME= rfksay PORTVERSION= 0.1 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://freebsdcluster.org/~mich/software/ DISTNAME= rfksay diff --git a/games/rpg-cli/Makefile b/games/rpg-cli/Makefile index 4fafb51a0453..cbaab4747c0d 100644 --- a/games/rpg-cli/Makefile +++ b/games/rpg-cli/Makefile @@ -1,7 +1,7 @@ PORTNAME= rpg-cli DISTVERSION= 0.6.0 PORTREVISION= 2 -CATEGORIES= games +CATEGORIES= games games-text MAINTAINER= lcook@FreeBSD.org COMMENT= Your filesystem as a dungeon diff --git a/games/seabattle/Makefile b/games/seabattle/Makefile index 3b1749e2d1a0..d2dac94068c8 100644 --- a/games/seabattle/Makefile +++ b/games/seabattle/Makefile @@ -3,7 +3,7 @@ PORTNAME= seabattle PORTVERSION= 1.0 PORTREVISION= 2 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= SUNSITE/games/strategy/ \ http://www.deater.net/weave/vmwprod/ diff --git a/games/sex/Makefile b/games/sex/Makefile index bd130002821b..e7fc8cd948fb 100644 --- a/games/sex/Makefile +++ b/games/sex/Makefile @@ -3,7 +3,7 @@ PORTNAME= sex PORTVERSION= 1.0 PORTREVISION= 1 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://spatula.net/software/sex/ MAINTAINER= freebsd@spatula.net diff --git a/games/ski/Makefile b/games/ski/Makefile index 01b5d1b90057..6ed1aa85f5bd 100644 --- a/games/ski/Makefile +++ b/games/ski/Makefile @@ -2,7 +2,7 @@ PORTNAME= ski PORTVERSION= 6.13 -CATEGORIES= games python +CATEGORIES= games games-text python MAINTAINER= ports@FreeBSD.org COMMENT= Skiing simulation with curses interface in python diff --git a/games/sl/Makefile b/games/sl/Makefile index 3003f48c1438..a368b8dbdc7d 100644 --- a/games/sl/Makefile +++ b/games/sl/Makefile @@ -2,7 +2,7 @@ PORTNAME= sl PORTVERSION= 5.02 -CATEGORIES= games +CATEGORIES= games games-text MAINTAINER= hym@cocoa.freemail.ne.jp COMMENT= Steam locomotive runs across the screen if you type "sl" diff --git a/games/slashem-tty/Makefile b/games/slashem-tty/Makefile index eb01cfa5feeb..a7441e9c3906 100644 --- a/games/slashem-tty/Makefile +++ b/games/slashem-tty/Makefile @@ -2,7 +2,7 @@ PORTNAME= slashem PORTVERSION= 0.0.7E.7F.3 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/0.0.7E7F3 PKGNAMESUFFIX= -tty DISTNAME= se${PORTVERSION:S/.//g:tl} diff --git a/games/tbclock/Makefile b/games/tbclock/Makefile index 284eb4ac386c..b6db49c852a8 100644 --- a/games/tbclock/Makefile +++ b/games/tbclock/Makefile @@ -2,7 +2,7 @@ PORTNAME= tbclock PORTVERSION= 1.10 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://tamentis.com/projects/tbclock/files/ MAINTAINER= ports@FreeBSD.org diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index 846c59475917..06c1b03e4332 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -2,7 +2,7 @@ PORTNAME= textmaze PORTVERSION= 1.2 -CATEGORIES= games perl5 +CATEGORIES= games games-text perl5 MASTER_SITES= http://www.robobunny.com/projects/textmaze/ \ LOCAL/ehaupt DISTNAME= ${PORTNAME}_v${PORTVERSION} diff --git a/games/tornado/Makefile b/games/tornado/Makefile index e4cd3812df98..4ae2ec49c2c4 100644 --- a/games/tornado/Makefile +++ b/games/tornado/Makefile @@ -3,7 +3,7 @@ PORTNAME= tornado PORTVERSION= 1.4 PORTREVISION= 3 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= https://kiza.eu/media/software/tornado/ MAINTAINER= ports@FreeBSD.org diff --git a/games/tractorgen/Makefile b/games/tractorgen/Makefile index 11015aa7090a..9809a3c71fef 100644 --- a/games/tractorgen/Makefile +++ b/games/tractorgen/Makefile @@ -3,7 +3,7 @@ PORTNAME= tractorgen PORTVERSION= 0.31.7 PORTREVISION= 2 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://www.vergenet.net/~conrad/software/tractorgen/dl/ MAINTAINER= robin@15augustus.nl diff --git a/games/tt/Makefile b/games/tt/Makefile index 3dcfbcc53727..6048fe21151d 100644 --- a/games/tt/Makefile +++ b/games/tt/Makefile @@ -2,7 +2,7 @@ PORTNAME= tt PORTVERSION= 15.1 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= http://www.miketaylor.org.uk/tech/tt/ MAINTAINER= ports@FreeBSD.org diff --git a/games/tty-solitaire/Makefile b/games/tty-solitaire/Makefile index 4634011c225a..26db00b19ad3 100644 --- a/games/tty-solitaire/Makefile +++ b/games/tty-solitaire/Makefile @@ -1,7 +1,7 @@ PORTNAME= tty-solitaire PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v -CATEGORIES= games +CATEGORIES= games games-text MAINTAINER= amdmi3@FreeBSD.org COMMENT= Play solitaire in your terminal diff --git a/games/vitetris/Makefile b/games/vitetris/Makefile index d5e1e8346634..afb25c0ccaa9 100644 --- a/games/vitetris/Makefile +++ b/games/vitetris/Makefile @@ -3,7 +3,7 @@ PORTNAME= vitetris PORTVERSION= 0.59.1 DISTVERSIONPREFIX= v -CATEGORIES= games +CATEGORIES= games games-text MAINTAINER= amdmi3@FreeBSD.org COMMENT= Terminal-based Tetris clone in vein of Nintendo Tetris diff --git a/games/xtgyoretsu/Makefile b/games/xtgyoretsu/Makefile index aa4856cec4b6..ad5d7dd13b8f 100644 --- a/games/xtgyoretsu/Makefile +++ b/games/xtgyoretsu/Makefile @@ -1,6 +1,6 @@ PORTNAME= xtgyoretsu PORTVERSION= git20140822 -CATEGORIES= games +CATEGORIES= games games-text MAINTAINER= amdmi3@FreeBSD.org COMMENT= Extended ncurses version of "Renshu-cho gyoretsu" diff --git a/games/yahtzee/Makefile b/games/yahtzee/Makefile index bc6675eeb187..a7e7717d0eb7 100644 --- a/games/yahtzee/Makefile +++ b/games/yahtzee/Makefile @@ -3,7 +3,7 @@ PORTNAME= yahtzee PORTVERSION= 1.0 PORTREVISION= 2 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= SUNSITE/games/strategy DISTNAME= ${PORTNAME}-src diff --git a/games/ztrack/Makefile b/games/ztrack/Makefile index 032cb934441d..29838c454859 100644 --- a/games/ztrack/Makefile +++ b/games/ztrack/Makefile @@ -2,7 +2,7 @@ PORTNAME= ztrack PORTVERSION= 1.0 -CATEGORIES= games +CATEGORIES= games games-text MASTER_SITES= SUNSITE/games/arcade \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ diff --git a/japanese/today/Makefile b/japanese/today/Makefile index 5919dc7e843c..a64311506e91 100644 --- a/japanese/today/Makefile +++ b/japanese/today/Makefile @@ -3,7 +3,7 @@ PORTNAME= today PORTVERSION= 2.12 PORTREVISION= 2 -CATEGORIES= japanese games +CATEGORIES= japanese games games-text MASTER_SITES= http://ftp.vector.co.jp/29/42/476/ DISTNAME= ja-${PORTNAME}-${PORTVERSION} DISTFILES= td${PORTVERSION:S/.//}s.lzh \