View | Details | Raw Unified | Return to bug 258821 | Differences between
and this patch

Collapse All | Expand All

(-)b/games/wordsearch/Makefile (+29 lines)
Added Link Here
1
PORTNAME=	wordsearch
2
DISTVERSION=	2.0
3
CATEGORIES=	games
4
5
MAINTAINER=	patj@passpackets.com
6
COMMENT=	Classic word search game that you can play in your terminal
7
8
LICENSE=	BSD2CLAUSE
9
LICENSE_FILE=	${WRKSRC}/LICENSE
10
11
NO_BUILD=	yes
12
NO_ARCH=        yes
13
USES=           python:3.8+ shebangfix
14
SHEBANG_FILES=	wordsearch
15
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	jensenpat
18
19
INSTALL_DIRS=	bin ${PKGMANDIR}/man6 share/wordsearch
20
21
do-install:
22
	@${MKDIR} ${STAGEDIR}${PREFIX}/bin/
23
	${INSTALL_SCRIPT} ${CONFIGURE_WRKSRC}/wordsearch ${STAGEDIR}${PREFIX}/bin/
24
	@${MKDIR} ${STAGEDIR}${PREFIX}/man/man6/
25
	${INSTALL_DATA} ${CONFIGURE_WRKSRC}/man/wordsearch.6 ${STAGEDIR}${PREFIX}/man/man6/
26
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/wordsearch/
27
	${INSTALL_DATA} ${CONFIGURE_WRKSRC}/puzzles/*.txt ${STAGEDIR}${PREFIX}/share/wordsearch/
28
29
.include <bsd.port.mk>
(-)b/games/wordsearch/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1633718620
2
SHA256 (jensenpat-wordsearch-2.0_GH0.tar.gz) = bfdbd05ef1d8fbd4046b8dc565348efd827e52278f489fcdde2908efb3d1bd43
3
SIZE (jensenpat-wordsearch-2.0_GH0.tar.gz) = 12206
(-)b/games/wordsearch/pkg-descr (+6 lines)
Added Link Here
1
wordsearch is a classic word search game that you can play in your terminal. It
2
features curses full screen gameplay with an easy to customize puzzle directory
3
so you can share your creations with friends. It has simple to pick up gameplay
4
with word-based scoring so you can play anytime.
5
6
WWW: https://github.com/jensenpat/wordsearch
(-)b/games/wordsearch/pkg-plist (+67 lines)
Added Link Here
1
bin/wordsearch
2
man/man6/wordsearch.6.gz
3
%%DATADIR%%/airplanes.txt
4
%%DATADIR%%/anatomy.txt
5
%%DATADIR%%/animals.txt
6
%%DATADIR%%/apocalypse.txt
7
%%DATADIR%%/baseball.txt
8
%%DATADIR%%/bbq.txt
9
%%DATADIR%%/camping.txt
10
%%DATADIR%%/candy.txt
11
%%DATADIR%%/cars.txt
12
%%DATADIR%%/cats.txt
13
%%DATADIR%%/christmas.txt
14
%%DATADIR%%/coffee.txt
15
%%DATADIR%%/computers.txt
16
%%DATADIR%%/cookies.txt
17
%%DATADIR%%/cooking.txt
18
%%DATADIR%%/dairy.txt
19
%%DATADIR%%/dance.txt
20
%%DATADIR%%/dates.txt
21
%%DATADIR%%/dinosaurs.txt
22
%%DATADIR%%/dogs.txt
23
%%DATADIR%%/edm.txt
24
%%DATADIR%%/email.txt
25
%%DATADIR%%/engines.txt
26
%%DATADIR%%/fall.txt
27
%%DATADIR%%/fish.txt
28
%%DATADIR%%/fitness.txt
29
%%DATADIR%%/football.txt
30
%%DATADIR%%/fruit.txt
31
%%DATADIR%%/halloween.txt
32
%%DATADIR%%/hamradio.txt
33
%%DATADIR%%/hiking.txt
34
%%DATADIR%%/hobbies.txt
35
%%DATADIR%%/hockey.txt
36
%%DATADIR%%/household.txt
37
%%DATADIR%%/instruments.txt
38
%%DATADIR%%/internet.txt
39
%%DATADIR%%/mobile.txt
40
%%DATADIR%%/movies.txt
41
%%DATADIR%%/nationalparks.txt
42
%%DATADIR%%/networks.txt
43
%%DATADIR%%/nuts.txt
44
%%DATADIR%%/oldtimes.txt
45
%%DATADIR%%/pasta.txt
46
%%DATADIR%%/photography.txt
47
%%DATADIR%%/places.txt
48
%%DATADIR%%/planets.txt
49
%%DATADIR%%/science.txt
50
%%DATADIR%%/scifi.txt
51
%%DATADIR%%/sodas.txt
52
%%DATADIR%%/space.txt
53
%%DATADIR%%/spices.txt
54
%%DATADIR%%/spring.txt
55
%%DATADIR%%/states.txt
56
%%DATADIR%%/strings.txt
57
%%DATADIR%%/summer.txt
58
%%DATADIR%%/superpowers.txt
59
%%DATADIR%%/technology.txt
60
%%DATADIR%%/tennis.txt
61
%%DATADIR%%/trains.txt
62
%%DATADIR%%/travel.txt
63
%%DATADIR%%/trees.txt
64
%%DATADIR%%/unix.txt
65
%%DATADIR%%/wine.txt
66
%%DATADIR%%/winter.txt
67
%%DATADIR%%/work.txt

Return to bug 258821