Port details |
- taipan Classic role-playing game from the 1980s
- 0.9_2 games =3 0.9_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-09-20 05:57:14
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libgpg-error, pcre, pth, p5-Locale-gettext, freetype2
- License: NONE
- WWW:
- https://www.ibiblio.org/pub/linux/games/textrpg/taipan-0.9.lsm
- Description:
- Taipan was (and is) a classic role-playing game from the 1980s.
While not as graphically oriented as some of the other popular games
of the time (e.g. Choplifter, Karateka, and Lode Runner), Taipan still
managed to capture the imagination of almost every player that laid
hands upon it.
Loosely based upon James Clavell's best-selling novel "Tai-Pan", the
game lets you play the role of an ocean-going trader doing business in
major Asian ports during the mid-1800s. Your objective is simple: make
the most money possible by trading and pirating. Based out of Hong Kong,
you'll sail from harbor to harbor buying commodities including opium,
silk, arms, and "general" goods, and selling them again at a higher
price elsewhere.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/taipan/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install games/taipan
- pkg install taipan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (taipan-0.9.tar.gz) = d51345e0e0aa599357fe7b8cb79f3f7109a78c15b852ba8a712f65701d7d5861
SIZE (taipan-0.9.tar.gz) = 13235
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for taipan-0.9_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_taipan
- USES:
- ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9_2 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.9_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9_2 15 Jan 2020 14:08:00 |
amdmi3 |
- Add LICENSE
- Switch to options helpers
- Add WWW |
0.9_2 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.9_2 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.9_2 10 Apr 2016 01:21:51 |
junovitch |
games/taipan: fix out of bounds array subscript
taipan.c:2709:7: warning: array index 4 is past the end of the array (which
contains 4 elements) [-Warray-bounds]
PR: 206771
Submitted by: Dave Walton <dw-fbsd@digger.net>
Submitted by: c.brinkhaus@t-online.de |
0.9_1 04 Feb 2016 22:18:38 |
marino |
games/taipan: USES+= ncurses, respect LDFLAGS
Also link with libncurses, not libcurses |
0.9_1 28 Jul 2014 19:39:51 |
adamw |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify. |
0.9_1 11 Nov 2013 02:48:18 |
danilo |
- Add stage support |
0.9_1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.9_1 09 Nov 2012 20:22:43 |
pawel |
- Update MASTER_SITES
- Use PLIST_FILES, PORTDOCS instead of pkg-plist
PR: ports/172007
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes |
0.9_1 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
0.9_1 16 Dec 2005 12:23:05 |
tdb |
- Remove dead WWW link from pkg-descr
PR: 90449
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by: clement (mentor) |
0.9_1 24 Nov 2005 19:28:01 |
pav |
- Add SHA256 |
0.9_1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
0.9_1 20 Feb 2003 17:32:26 |
knu |
De-pkg-comment. |
0.9_1 12 Oct 2002 15:52:23 |
ijliao |
- Add MASTER_SITE_SUNSITE to MASTER_SITES
- Support install macros
PR: 43963
Submitted by: Ports Fury |
0.9 20 Sep 2002 05:56:57 |
ijliao |
add taipan 0.9
Taipan was (and is) a classic role-playing game from the 1980s
PR: 35937
Submitted by: Dave Walton <dwalton@acm.org> |