Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132616668
D45091.id138731.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D45091.id138731.diff
View Options
diff --git a/games/Makefile b/games/Makefile
--- a/games/Makefile
+++ b/games/Makefile
@@ -932,6 +932,7 @@
SUBDIR += species
SUBDIR += spellcast
SUBDIR += spicetrade
+ SUBDIR += star_traders
SUBDIR += starfighter
SUBDIR += starlanes
SUBDIR += steelstorm
diff --git a/games/star_traders/Makefile b/games/star_traders/Makefile
new file mode 100644
--- /dev/null
+++ b/games/star_traders/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= star_traders
+DISTVERSION= 7.20
+CATEGORIES= games
+MASTER_SITES= https://ftp.zap.org.au/pub/trader/unix/
+DISTNAME= trader-${DISTVERSION}
+
+MAINTAINER= petteri.valkonen@iki.fi
+COMMENT= Simple text-based game of interstellar trading
+WWW= https://www.zap.org.au/projects/trader
+
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= iconv ncurses tar:xz
+GNU_CONFIGURE= yes
+
+INSTALL_TARGET= install-strip
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+OPTIONS_DEFINE= NLS
+OPTIONS_DEFAULT= NLS
+OPTIONS_SUB= yes
+NLS_USES= gettext-runtime
+NLS_CONFIGURE_OFF= --disable-nls
+
+.include <bsd.port.mk>
diff --git a/games/star_traders/distinfo b/games/star_traders/distinfo
new file mode 100644
--- /dev/null
+++ b/games/star_traders/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1711991778
+SHA256 (trader-7.20.tar.xz) = bad368c471d7f4c371fbe8f5da24872f9e3ad609ddb7dad0e015c960c88b3aa9
+SIZE (trader-7.20.tar.xz) = 689256
diff --git a/games/star_traders/pkg-descr b/games/star_traders/pkg-descr
new file mode 100644
--- /dev/null
+++ b/games/star_traders/pkg-descr
@@ -0,0 +1,3 @@
+Star Traders is a simple text-based game of interstellar trading, where
+the objective is to create companies, buy and sell shares, borrow and
+repay money, in order to become the wealthiest player (the winner).
diff --git a/games/star_traders/pkg-plist b/games/star_traders/pkg-plist
new file mode 100644
--- /dev/null
+++ b/games/star_traders/pkg-plist
@@ -0,0 +1,35 @@
+bin/trader
+share/man/man6/trader.6.gz
+share/applications/au.org.zap.trader.desktop
+share/icons/hicolor/128x128/apps/trader.png
+share/icons/hicolor/16x16/apps/trader.png
+share/icons/hicolor/22x22/apps/trader.png
+share/icons/hicolor/24x24/apps/trader.png
+share/icons/hicolor/256x256/apps/trader.png
+share/icons/hicolor/32x32/apps/trader.png
+share/icons/hicolor/48x48/apps/trader.png
+share/icons/hicolor/512x512/apps/trader.png
+share/icons/hicolor/64x64/apps/trader.png
+share/icons/hicolor/96x96/apps/trader.png
+share/icons/hicolor/scalable/apps/trader.svg
+%%NLS%%share/locale/da/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/de/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/en@quot/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/en_AU/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/en_CA/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/en_US/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/ro/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/trader.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/trader.mo
+share/metainfo/au.org.zap.trader.metainfo.xml
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 19, 11:24 AM (10 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23914475
Default Alt Text
D45091.id138731.diff (3 KB)
Attached To
Mode
D45091: games/star_traders: new port, text-based game
Attached
Detach File
Event Timeline
Log In to Comment