Port details |
- gnurobots GNU diversion wherein Scheme-coded robots explore a world
- 1.2.0_17 games
=4 1.2.0_17Version 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: 2000-10-27 22:29:09
- Last Update: 2023-07-30 22:59:04
- Commit Hash: 7edcfae
- People watching this port, also watch:: windowmaker, rdesktop, autoconf, dgen-sdl, mc
- License: GPLv3+
- WWW:
- https://www.gnu.org/software/gnurobots/
- Description:
- GNU Robots is a game/diversion where you construct a program for a
little robot, then set him loose and watch him explore a world on his
own. The robot program is written in Scheme, and is implemented using
GNU Guile. --from GNU robots README
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gnurobots>0:games/gnurobots
- To install the port:
- cd /usr/ports/games/gnurobots/ && make install clean
- To add the package, run one of these commands:
- pkg install games/gnurobots
- pkg install gnurobots
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gnurobots
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gnurobots-1.2.0.tar.gz) = 8b6f4f0d40bef5cfdfb7eb7c82ea1402d2747c37b2c7b7aa92faff55351df11d
SIZE (gnurobots-1.2.0.tar.gz) = 176642
SHA256 (gnurobots.png) = b5b422f26cd8a380a7891a3d894b5bac1cad744e5d1f29d32ff024b7c019158b
SIZE (gnurobots.png) = 3052
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libatk-1.0.so : accessibility/at-spi2-core
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- libvte.so : x11-toolkits/vte
- libguile.so : lang/guile1
- libgmp.so : math/gmp
- libltdl.so : devel/libltdl
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gnurobots-1.2.0_17:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_gnurobots
- USES:
- gnome guile:1.8 localbase:ldflags pkgconfig readline
- pkg-message:
- For install:
- GNU Robots has been installed.
Where to find things
- A place to start: /usr/local/share/doc/gnurobots/doc/Robots-HOWTO
- Example maps: /usr/local/share/gnurobots/maps/
- Example robots: /usr/local/share/gnurobots/scheme/
- Binaries: gnurobots
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0_17 30 Jul 2023 22:59:04
    |
Robert Clausecker (fuz)  Author: Andrew "RhodiumToad" Gierth |
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194 |
1.2.0_16 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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) |
1.2.0_15 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 ) |
1.2.0_15 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 ) |
1.2.0_15 23 Apr 2021 15:03:05
    |
Dmitry Marakasov (amdmi3)  |
games/gnurobots: fix build, simplify and modernize
- Fix build by depending on correct guile port
- Simplify and modernize the port
- Switch to USES=localbase |
1.2.0_14 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
1.2.0_14 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.2.0_14 08 Nov 2019 10:47:01
  |
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
1.2.0_14 13 Aug 2019 16:03:12
  |
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
1.2.0_14 26 May 2019 17:01:50
  |
swills  |
games/gnurobots: fix interactive prompt
PR: 228130
Submitted by: Wes Frazier <wes.frazier@members.fsf.org> |
1.2.0_13 09 Apr 2019 14:04:50
  |
sunpoet  |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
1.2.0_12 27 Jun 2017 13:46:53
  |
sunpoet  |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
1.2.0_11 08 Dec 2016 19:52:20
  |
tijl  |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
1.2.0_10 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.2.0_10 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.2.0_10 07 Dec 2014 13:37:36
  |
amdmi3  |
- Clarify LICENSE
- Add LICENSE_FILE
- Don't use ${PTHREAD_*}
- Simplify docs insatllation
- Drop @dirrm* from plist |
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 |
1.2.0_10 31 Aug 2014 15:17:50
  |
tijl  |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port) |
1.2.0_9 15 Aug 2014 19:39:29
  |
adamw  |
Fix build on -current. |
1.2.0_9 23 Jul 2014 13:24:53
  |
adamw  |
Add USES=readline to fix build on -current. |
1.2.0_9 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 ) |
1.2.0_9 02 Feb 2014 14:08:18
  |
nemysis  |
- Bump PORTREVISION
- Change master sites and add icon
- Take maintainership
- Add license (GPLv3)
- Use the new format for LIB_DEPENDS
- Disable all warnings with -w
- Support STAGEDIR
- Change DOCS, add DOCS Option
- Add files/pkg-install.in and files/pkg-message.in
- Remove pkg-message
- Add Desktop entry file
- Change pkg-plist, add icon, remove DOCS
PR: ports/174022
Submitted by: nemysis (self) |
1.2.0_8 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.2.0_8 02 Sep 2013 22:50:21
  |
bapt  |
Add an explicit dependency on pkgconf |
1.2.0_8 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
1.2.0_7 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.2.0_7 11 Aug 2011 19:20:17
 |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.2.0_7 31 Jul 2011 15:07:08
 |
jlaffaye  |
- Chase guile shared lib bump
- Add an entry to UPDATING |
1.2.0_6 03 Jul 2011 14:25:36
 |
ohauer  |
-remove MD5 |
1.2.0_6 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.0_5 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
1.2.0_4 21 Dec 2009 02:19:12
 |
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.2.0_4 22 Aug 2009 17:55:27
 |
marcus  |
Chase the vte shared lib bump. |
1.2.0_3 31 Jul 2009 13:57:52
 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.2.0_2 03 Jun 2009 05:14:50
 |
marcus  |
Chase the vte shared lib version bump. |
1.2.0_1 22 Jan 2009 16:04:11
 |
miwi  |
- Chase lang/guile shlib bump |
1.2.0 11 Aug 2008 22:41:47
 |
miwi  |
- Update to 1.2.0
PR: 126422
Submitted by: Ports Fury |
1.1.0_2 21 Jul 2008 04:49:09
 |
rafan  |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435 |
1.1.0_1 06 Jun 2008 13:31:51
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.1.0 22 May 2008 00:49:32
 |
miwi  |
- Update to 1.1.0
PR: 123872
Submitted by: Ports Fury |
1.0D_3 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.0D_2 01 Mar 2008 06:22:42
 |
marcus  |
Chase libguile shared lib version. |
1.0D_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0D 24 Nov 2005 19:28:01
 |
pav  |
- Add SHA256 |
1.0D 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
1.0D 02 May 2003 03:29:00
 |
marcus  |
Chase guile's shared lib version. |
1.0D 20 Feb 2003 17:32:26
 |
knu  |
De-pkg-comment. |
1.0D 18 Nov 2002 03:48:10
 |
kris  |
Reset undeliverable maintainer addresses to ports@FreeBSD.org |
1.0D 19 Jun 2002 16:37:57
 |
marcus  |
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com> |
25 Jul 2001 18:54:46
    |
steve  |
This port requires USE_XPM and USE_XLIB. |
28 Oct 2000 02:29:09
    |
will  |
Add gnurobots 1.0D, a game/diversion where you construct a program for a
little robot, then set him loose and watch him explore a world on his own. It
is written in Scheme and implemented using Guile. |