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

Collapse All | Expand All

(-)b/games/star_traders/Makefile (+25 lines)
Added Link Here
1
PORTNAME=	star_traders
2
PORTVERSION=	7.20
3
CATEGORIES=	games
4
MASTER_SITES=	https://ftp.zap.org.au/pub/trader/unix/
5
DISTNAME=	trader-${PORTVERSION}
6
7
MAINTAINER=	petteri.valkonen@iki.fi
8
COMMENT=	Simple text-based game of interstellar trading
9
WWW=		https://www.zap.org.au/projects/trader
10
11
LICENSE=	GPLv3
12
13
WRKSRC=		${WRKDIR}/${DISTNAME}
14
USES=		iconv ncurses tar:xz
15
GNU_CONFIGURE=	yes
16
17
OPTIONS_DEFINE=		NLS
18
OPTIONS_DEFAULT=	NLS
19
OPTIONS_SUB=		yes
20
NLS_USES=		gettext-runtime
21
NLS_CONFIGURE_OFF=	--disable-nls
22
23
INSTALL_TARGET=	install-strip
24
25
.include <bsd.port.mk>
(-)b/games/star_traders/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1711991778
2
SHA256 (trader-7.20.tar.xz) = bad368c471d7f4c371fbe8f5da24872f9e3ad609ddb7dad0e015c960c88b3aa9
3
SIZE (trader-7.20.tar.xz) = 689256
(-)b/games/star_traders/pkg-descr (+3 lines)
Added Link Here
1
Star Traders is a simple text-based game of interstellar trading, where
2
the objective is to create companies, buy and sell shares, borrow and
3
repay money, in order to become the wealthiest player (the winner).
(-)b/games/star_traders/pkg-plist (-1 / +35 lines)
Added Link Here
0
- 
1
bin/trader
2
share/man/man6/trader.6.gz
3
share/applications/au.org.zap.trader.desktop
4
share/icons/hicolor/128x128/apps/trader.png
5
share/icons/hicolor/16x16/apps/trader.png
6
share/icons/hicolor/22x22/apps/trader.png
7
share/icons/hicolor/24x24/apps/trader.png
8
share/icons/hicolor/256x256/apps/trader.png
9
share/icons/hicolor/32x32/apps/trader.png
10
share/icons/hicolor/48x48/apps/trader.png
11
share/icons/hicolor/512x512/apps/trader.png
12
share/icons/hicolor/64x64/apps/trader.png
13
share/icons/hicolor/96x96/apps/trader.png
14
share/icons/hicolor/scalable/apps/trader.svg
15
%%NLS%%share/locale/da/LC_MESSAGES/trader.mo
16
%%NLS%%share/locale/de/LC_MESSAGES/trader.mo
17
%%NLS%%share/locale/en@quot/LC_MESSAGES/trader.mo
18
%%NLS%%share/locale/en_AU/LC_MESSAGES/trader.mo
19
%%NLS%%share/locale/en_CA/LC_MESSAGES/trader.mo
20
%%NLS%%share/locale/en_GB/LC_MESSAGES/trader.mo
21
%%NLS%%share/locale/en_US/LC_MESSAGES/trader.mo
22
%%NLS%%share/locale/eo/LC_MESSAGES/trader.mo
23
%%NLS%%share/locale/fi/LC_MESSAGES/trader.mo
24
%%NLS%%share/locale/fr/LC_MESSAGES/trader.mo
25
%%NLS%%share/locale/hr/LC_MESSAGES/trader.mo
26
%%NLS%%share/locale/hu/LC_MESSAGES/trader.mo
27
%%NLS%%share/locale/nb/LC_MESSAGES/trader.mo
28
%%NLS%%share/locale/pl/LC_MESSAGES/trader.mo
29
%%NLS%%share/locale/pt_BR/LC_MESSAGES/trader.mo
30
%%NLS%%share/locale/ro/LC_MESSAGES/trader.mo
31
%%NLS%%share/locale/ru/LC_MESSAGES/trader.mo
32
%%NLS%%share/locale/sr/LC_MESSAGES/trader.mo
33
%%NLS%%share/locale/sv/LC_MESSAGES/trader.mo
34
%%NLS%%share/locale/uk/LC_MESSAGES/trader.mo
35
share/metainfo/au.org.zap.trader.metainfo.xml

Return to bug 278349