1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

games/wordsearch: New port: Classic word search game

- Submitter becomes maintainer

wordsearch

Relax with a classic word search game that you can play in your
terminal.

https://github.com/jensenpat/wordsearch

PR:		258821
This commit is contained in:
Pat Jensen 2021-10-13 07:32:54 +01:00 committed by Nuno Teixeira
parent 822b5bff50
commit 63362d760d
5 changed files with 103 additions and 0 deletions

View File

@ -1033,6 +1033,7 @@
SUBDIR += wolfpack
SUBDIR += wop
SUBDIR += wordplay
SUBDIR += wordsearch
SUBDIR += wordwarvi
SUBDIR += worldofpadman
SUBDIR += wtf

26
games/wordsearch/Makefile Normal file
View File

@ -0,0 +1,26 @@
PORTNAME= wordsearch
DISTVERSION= 2.0
CATEGORIES= games
MASTER_SITES= https://github.com/jensenpat/wordsearch/releases/download/${DISTVERSION}/
MAINTAINER= patj@passpackets.com
COMMENT= Classic word search game that you can play in your terminal
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.8+ shebangfix
SHEBANG_FILES= wordsearch
NO_ARCH= yes
NO_BUILD= yes
do-install:
@${REINPLACE_CMD} -e 's|/usr/games|${PREFIX}/bin|' ${WRKSRC}/man/wordsearch.6
@${MKDIR} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/wordsearch ${STAGEDIR}${PREFIX}/bin/
@${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man6/
${INSTALL_MAN} ${WRKSRC}/man/wordsearch.6 ${STAGEDIR}${PREFIX}/share/man/man6/
@${MKDIR} ${STAGEDIR}${PREFIX}/share/wordsearch/
${INSTALL_DATA} ${WRKSRC}/puzzles/*.txt ${STAGEDIR}${PREFIX}/share/wordsearch/
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1633733285
SHA256 (wordsearch-2.0.tar.gz) = 0a9003449b8142ede783b20bc99781febb73466787812ddcf4edbf2223f75bf3
SIZE (wordsearch-2.0.tar.gz) = 12109

View File

@ -0,0 +1,6 @@
wordsearch is a classic word search game that you can play in your terminal. It
features curses full screen gameplay with an easy to customize puzzle directory
so you can share your creations with friends. It has simple to pick up gameplay
with word-based scoring so you can play anytime.
WWW: https://github.com/jensenpat/wordsearch

View File

@ -0,0 +1,67 @@
bin/wordsearch
share/man/man6/wordsearch.6.gz
%%DATADIR%%/airplanes.txt
%%DATADIR%%/anatomy.txt
%%DATADIR%%/animals.txt
%%DATADIR%%/apocalypse.txt
%%DATADIR%%/baseball.txt
%%DATADIR%%/bbq.txt
%%DATADIR%%/camping.txt
%%DATADIR%%/candy.txt
%%DATADIR%%/cars.txt
%%DATADIR%%/cats.txt
%%DATADIR%%/christmas.txt
%%DATADIR%%/coffee.txt
%%DATADIR%%/computers.txt
%%DATADIR%%/cookies.txt
%%DATADIR%%/cooking.txt
%%DATADIR%%/dairy.txt
%%DATADIR%%/dance.txt
%%DATADIR%%/dates.txt
%%DATADIR%%/dinosaurs.txt
%%DATADIR%%/dogs.txt
%%DATADIR%%/edm.txt
%%DATADIR%%/email.txt
%%DATADIR%%/engines.txt
%%DATADIR%%/fall.txt
%%DATADIR%%/fish.txt
%%DATADIR%%/fitness.txt
%%DATADIR%%/football.txt
%%DATADIR%%/fruit.txt
%%DATADIR%%/halloween.txt
%%DATADIR%%/hamradio.txt
%%DATADIR%%/hiking.txt
%%DATADIR%%/hobbies.txt
%%DATADIR%%/hockey.txt
%%DATADIR%%/household.txt
%%DATADIR%%/instruments.txt
%%DATADIR%%/internet.txt
%%DATADIR%%/mobile.txt
%%DATADIR%%/movies.txt
%%DATADIR%%/nationalparks.txt
%%DATADIR%%/networks.txt
%%DATADIR%%/nuts.txt
%%DATADIR%%/oldtimes.txt
%%DATADIR%%/pasta.txt
%%DATADIR%%/photography.txt
%%DATADIR%%/places.txt
%%DATADIR%%/planets.txt
%%DATADIR%%/science.txt
%%DATADIR%%/scifi.txt
%%DATADIR%%/sodas.txt
%%DATADIR%%/space.txt
%%DATADIR%%/spices.txt
%%DATADIR%%/spring.txt
%%DATADIR%%/states.txt
%%DATADIR%%/strings.txt
%%DATADIR%%/summer.txt
%%DATADIR%%/superpowers.txt
%%DATADIR%%/technology.txt
%%DATADIR%%/tennis.txt
%%DATADIR%%/trains.txt
%%DATADIR%%/travel.txt
%%DATADIR%%/trees.txt
%%DATADIR%%/unix.txt
%%DATADIR%%/wine.txt
%%DATADIR%%/winter.txt
%%DATADIR%%/work.txt