Port details |
- frotz Infocom Z-machine games interpreter
- 2.51_1 games =8 2.51_1Version of this port present on the latest quarterly branch.
- Maintainer: dave@661.org
- Port Added: unknown
- Last Update: 2024-01-10 13:13:03
- Commit Hash: 64631af
- People watching this port, also watch:: freetype2, m4, p5-Digest-MD5, unzip, docbook-xsl
- License: GPLv2+
- WWW:
- https://gitlab.com/DavidGriffith/frotz
- Description:
- An interpreter for all Infocom games. Complies with standard
1.0 of Graham Nelson's specification. Frotz runs text adventures
which come in so-called story files: ZORK1.DAT, TRINITY.DAT,
CURSES.Z5, JIGSAW.Z8, ARTHUR.ZIP etc. It is possible to play
Atari ST, Amiga or Macintosh games on your computer once you
manage to transfer the story files. There is an increasing
number of new games available on the Internet. Check the
if-archive at http://ifarchive.org/
- ¦ ¦ ¦ ¦
- 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/frotz/ && make install clean
- To add the package, run one of these commands:
- pkg install games/frotz
- pkg install frotz
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: frotz
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617891333
SHA256 (DavidGriffith-frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b_GL0.tar.gz) = 0528d5343b610744a2fd4d3233bd63f832ded9f4c8924b9c7bf1c5e00311d81d
SIZE (DavidGriffith-frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b_GL0.tar.gz) = 350678
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Run
-
- games/inform7
Configuration Options:
- ===> The following configuration options are available for frotz-2.51_1:
DOCS=on: Build and/or install documentation
DUMB=off: Install dfrotz (dumb frotz)
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- games_frotz
- USES:
- gmake 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 |
2.51_1 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
2.51 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
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) |
2.51 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 ) |
2.51 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 ) |
2.51 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
2.51 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.51 22 Apr 2020 18:29:43 |
tcberner |
games/frotz: Update to version 2.51
PR: 245225
Submitted by: David Griffith <dave@661.org> (maintainer) |
2.50 05 Jan 2020 19:39:46 |
tcberner |
games/frotz: update to 2.50
- give maintainership to David Griffith <bugs@661.org>
Frotz 2.50 was released on Tuesday November 12, 2019.
NEW FEATURES
- Added UTF-8 input and output. Plain ASCII is still available.
- Added -L option for restoring save file directly from the command line.
- Added -R option for restricted read/write path.
- Sound effects in AIFF, MOD, and OGG formats supported per the Blorb specs.
- Sound driver selection is automated through the use of libao.
- Allow for an alternative Blorb file to be specified on the command line.
BUG FIXES (Only the first 15 lines of the commit message are shown above ) |
2.44 02 Jun 2017 15:43:43 |
sunpoet |
Convert to options helper
- Convert to options target helper
- Fix WWW |
2.44 05 Feb 2016 17:43:18 |
marino |
games/frotz: USES+= ncurses |
2.44 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.44 26 May 2015 18:50:09 |
amdmi3 |
- Update to 2.44
PR: 200354
Submitted by: bugs@661.org (upstream maintainer) |
2.44.p 06 May 2015 16:04:20 |
mat |
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2.44.p 05 Dec 2014 17:19:57 |
amdmi3 |
- Clarify LICENSE
Also note that previous commit was related to:
PR: 194997
Submitted by: bsdport@ddm.wox.org |
2.44.p 05 Dec 2014 17:18:12 |
amdmi3 |
- Update to 2.44.p
- Add LICENSE_FILE
- Fix optional binary installation |
31 Oct 2014 16:11:34
|
amdmi3 |
- Release ports maintained by games@
games@ team is quite small and inactive, so ports currently assigned
to it cannot be assumed as properly maintained. To not cause confusion
by making it look otherwise, and also to allow and promote adoption
by individual maintainers, release these ports back to the pool. Note
that this does not change the fact that games@ team still takes care
of these ports to excent of its capabilities.
Suggested by: marino |
2.43d 02 May 2014 15:44:31 |
nemysis |
Moving some games to @games
games/3dpong
- Remove FTP master site
- Transfer maintainership to games@ team
- Remove TODO.txt from DOCS
games/abe
- Transfer maintainership to games@ team
- Cosmetical changes
games/abuse_sdl
(Only the first 15 lines of the commit message are shown above ) |
2.43d 10 Dec 2013 16:37:11 |
nemysis |
- Change master sites
- Change desktop entry
- Break lines around 80 characters
Approved by: pawel / wg (mentors, implicit) |
2.43d 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
2.43d 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.43d 28 Nov 2012 21:28:02 |
pawel |
- Update to 2.43d
- Hand maintainership to submitter
PR: ports/173870
Submitted by: nemysis <nemysis@gmx.ch>
Feature safe: yes |
2.43_1 27 Nov 2011 09:43:01 |
miwi |
- Update MASTER_SITES and WWW: line
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support PORTDOCS/PORTEXAMPLES/PLIST_FILES
PR: 162825
Submitted by: Ports Fury
Feature safe: yes |
2.43 04 Nov 2011 18:07:52 |
bapt |
Back to the pool previous maintainer has no more time to maintain them
Submitted by: previous maintainer (by private mail) |
2.43 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
2.43 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
2.43 20 Mar 2004 21:03:41 |
trevor |
Add size data, approved by maintainers. |
2.43 21 Feb 2003 12:06:01 |
knu |
De-pkg-comment. |
2.43 19 Nov 2002 12:49:07 |
edwin |
Properly install the man-page.
Noticed by: bento. |
2.43 09 Nov 2002 00:42:32 |
edwin |
The included patch updates the games/frotz port to version 2.43,
which includes a fair number of bugfixes.
PR: ports/45045
Submitted by: Adam Kranzel <adam-ports@blacktabby.org> |
11 Mar 2002 23:52:48 |
pat |
- Update to 2.42
- Change email address
PR: 35802
Submitted by: maintainer |
12 Oct 2001 23:08:08 |
tobez |
Update maintainer's email address; fix WWW in pkg-descr; replace instances
of ${PREFIX}/share/doc/frotz with ${DOCSDIR}. |
13 Sep 2001 04:07:59 |
lioux |
o update MASTER_SITES; update DESCR accordingly o un"echo" commands on
Makefile o switch maintainership over to submitter |
26 Jun 2001 09:29:48 |
markp |
Author requested his web site removed from MASTER_SITES. Added mirrors. |
11 Jun 2001 17:50:26 |
markp |
Applied patch to update to 2.41. |
26 Nov 2000 15:21:53 |
kevlo |
Update to version 2.40 |
08 Oct 2000 03:48:59 |
asami |
Convert category games to new layout. |