Port details |
- inform7 Inform 7 programming language (CLI edition)
- 6L38_1 games =2 6L38_1Version of this port present on the latest quarterly branch.
- Maintainer: akosela@andykosela.com
- Port Added: 2010-10-06 05:17:09
- Last Update: 2024-01-10 13:13:03
- Commit Hash: 64631af
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- http://www.inform7.com/
- Description:
- Inform7 for FreeBSD is a CLI implementation of the Inform 7 programming
language and environment by Graham Nelson. Inform is a design system
for interactive fiction (IF) based on natural language.
- ¦ ¦ ¦ ¦
- 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/inform7/ && make install clean
- To add the package, run one of these commands:
- pkg install games/inform7
- pkg install inform7
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: inform7
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- SHA256 (I7_6L38_FreeBSD.zip) = 35a586076de984bc388b0287b64b002df1cfcf84a7e8caa0ea3ebe93214bb1d4
SIZE (I7_6L38_FreeBSD.zip) = 6537788
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- frotz : games/frotz
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_inform7
- USES:
- zip
- 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 |
6L38_1 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
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) |
6L38 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 ) |
6L38 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 ) |
6L38 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
6L38 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6L38 12 Dec 2019 13:35:42 |
dvl |
Unbreak fetch
PR: 242410
Submitted by: Anders <aesirheim@gmail.com>
Approved by: portmgr (blanket) |
6L38 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
6L38 27 Jul 2017 16:31:43 |
amdmi3 |
- Unsilence installation, switch to NO_BUILD
Approved by: portmgr blanket |
6L38 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
6L38 23 Jan 2015 13:06:37 |
amdmi3 |
- Drop @dirrm* from and add empty directories to plists
Approved by: portmgr blanket |
6L38 16 Sep 2014 17:35:08 |
az |
- Update to 6L38.
- Fix i7.sh to conform to new compiler flags.
PR: 193540
Submitted by: maintainer |
6L02 02 Jul 2014 06:44:38 |
az |
games/inform7: update to 6L02
PR: 191530
Submitted by: maintainer |
6G60_2 15 Jun 2014 14:30:48 |
vanilla |
Stagify. |
10 Mar 2014 14:49:26
|
bapt |
Convert g* to USES=zip |
6G60_2 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
6G60_2 07 May 2013 05:33:17 |
az |
- Change -k to -w option
- Fix i7.6 typo
- Minor improvements to i7.sh.in
- Make portlint happier
- Bump portrevision
PR: ports/178339
Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer) |
6G60_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
6G60_1 25 Feb 2011 00:56:51 |
linimon |
- make dirrmtry more friendly [1]
- allow checking STRIP when WITH_DEBUG is defined [2]
- unify the message with real URL by removing superfluous slash [3]
PR: 152102 [1],
153539 [2],
154653 [3]
Submitted by: az [1],
Anonymous <swell dot k at gmail dot com> [2],
sunpoet [3] |
6G60 18 Jan 2011 05:29:19 |
az |
- Update to 6G60
PR: ports/153913
Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer)
Feature safe: yes |
6F95 09 Nov 2010 11:00:59 |
az |
- Update to 6F95
PR: ports/152026
Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer) |
6E72_1 07 Oct 2010 18:30:02 |
az |
* bug fix (i7.sh)
* bump PORTREVISION
PR: ports/151262
Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer) |
6E72 06 Oct 2010 05:16:46 |
az |
Inform7 for FreeBSD is a CLI implementation of the Inform 7 programming
language and environment by Graham Nelson. Inform is a design system
for interactive fiction (IF) based on natural language.
PR: ports/151196
Submitted by: Andy Kosela <akosela@andykosela.com> |