Version: 2022.1, Package name: garglk-2022.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Gargoyle is an IF player that supports all the major interactive fiction formats. Most interactive fiction is distributed as portable game files. These portable game files come in many formats. In the past, you used to have to download a separate player (interpreter) for each format of IF you wanted to play. Gargoyle is based on the standard interpreters for the formats it supports: Agility, Alan 2 and 3, Frotz (glk port), Glulxe, Hugo, Level 9, Magnetic, Scare, Tads 2 and 3. Gargoyle cares about typography! In this computer age of typographical poverty, where horrible fonts, dazzling colors, and inadequate white space is God, Gargoyle dares to rebel! |
Filesize: 10075.645 KB |
Version History (View Complete History) |
|
2021-02-25 15:26:03 by Stuart Henderson | Files touched by this commit (37) |
Log message: use FIX_CRLF_FILES, this is so much neater I can't believe we didn't do it before! |
2021-02-01 13:04:53 by Stuart Henderson | Files touched by this commit (12) |
Log message: gargoyle: -fno-common fixes from upstream |
2020-08-01 05:30:37 by Stuart Henderson | Files touched by this commit (17) |
Log message: drop maintainer |
2020-07-11 16:54:41 by Stuart Henderson | Files touched by this commit (98) |
Log message: switch my maintainer email addresses to my own domain |
2019-11-19 07:49:11 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to Gargoyle 2019.1.1 (should be a noop for us) |
2019-11-04 08:01:28 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to gargoyle (garglk) 2019.1 |
2019-06-05 06:54:03 by Stuart Henderson | Files touched by this commit (9) |
Log message: update gargoyle to a newer git checkout (there hasn't been a release since 2011, but it still receives occasional commits). unbreaks sdl audio so reenable that, also unbreaks build with ports-gcc. |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-07-09 09:45:48 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Make our Jamrules entry more like those for Linux/Solaris and explicitly link with many libraries. Fixes linking with lld. ok sthen@ |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-05-24 09:50:20 by Marc Espie | Files touched by this commit (2) |
Log message: I don't really want to know how jam does shitz, but at least this gets to the C compiles and not the C++ compiles (which use ${CC} even though there is a ${CXX}...) |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-03-18 15:38:26 by Christian Weisgerber | Files touched by this commit (82) |
Log message: remove SHARED_ONLY from simple ports that use the gettext or libiconv module |
2015-11-06 06:08:54 by Kirill Bychkov | Files touched by this commit (3) |
Log message: - switch to github - remove triling whitespace in DESCR - fix build with MAKE_JOBS set input and ok from sthen@, maintainer |
2011-07-06 19:06:59 by Antoine Jacoutot | Files touched by this commit (17) |
Log message: Remove some duplicate wantlibs, use the libiconv MODULE where applicable. |
2010-11-16 04:23:29 by Marc Espie | Files touched by this commit (200) |
Log message: new depends |
2010-10-24 15:19:03 by Antoine Jacoutot | Files touched by this commit (143) |
Log message: Remove USE_X11. |
2010-10-23 03:15:16 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: - update gargoyle to 2001.1 - use new style DEPENDS ok sthen@ (MAINTAINER) |
2010-10-17 16:21:55 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - unbreak after cairo update. |
2010-09-30 01:21:21 by Antoine Jacoutot | Files touched by this commit (90) |
Log message: Fix DEPENDS after gtk+2 and gdk-pixbuf split. ok jasper@ |
2009-08-27 19:02:21 by Stuart Henderson | Files touched by this commit (6) |
Log message: update Gargoyle to 20090825 (bug fixes, new features, and some license cleanup). enable distfiles/packages for ftp; some parts are noncommercial only so not for cdrom. |
2009-08-10 00:31:45 by Matthias Kilian | Files touched by this commit (221) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-07-19 15:39:21 by Stuart Henderson | Files touched by this commit (2) |
Log message: add missing } in PLIST, bump. |
2009-04-05 05:58:38 by Stuart Henderson | Files touched by this commit (2) |
Log message: use -L$(X11BASE)/lib for linking, fixes build on macppc (failure pointed out by ajacoutot). bump PKGNAME (possibly gratuitously). |