eef8 FreshPorts -- games/gturing
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
gturing 0.1.1_18 games on this many watch lists=0 search for ports that depend on this port
Simple Turing machine simulator for GNOME 2
Maintained by: sylvio@FreeBSD.org search for ports maintained by this maintainer
Port Added: 21 Jan 2003 01:22:44
Also Listed In: gnome
License: not specified in port


gturing is a simple turing machine simulator with 
graphical interface. A Turing machine is the simplest possible 
computing device which can only perform very simple operations.
However, almost everything in programming languages can be
written as a program for the Turing machine.

Of course, no one uses the Turing machine for actual computing 
work, but it is very useful in theoretical computer science and
mathematical logic.

It's a nice complement for students who likes to practice with
theory and a nice toy to play with.

gpoo@ubiobio.cl
SVNWeb : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake
  2. devel/libtool
  3. misc/gnome-mime-data
  4. textproc/intltool
  5. devel/pkgconf
Required To Run:
  1. devel/gio-fam-backend
  2. misc/gnomehier
  3. misc/gnome-mime-data
  4. devel/pkgconf
Required Libraries:
  1. devel/gettext
  2. devel/glib20
  3. devel/pcre
  4. accessibility/atk
  5. audio/esound
  6. devel/gconf2
  7. devel/gnome-vfs
  8. x11-toolkits/gtk20
  9. graphics/libart_lgpl
  10. devel/libbonobo
  11. x11-toolkits/libbonoboui
  12. devel/libglade2
  13. x11/libgnome
  14. graphics/libgnomecanvas
  15. x11-toolkits/libgnomeui
  16. devel/libIDL
  17. textproc/libxml2
  18. devel/ORBit2
  19. x11-toolkits/pango
There are no ports dependent upon this port

To install the port: cd /usr/ports/games/gturing/ && make install clean
To add the package: pkg_add -r gturing


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.gnome.org/pub/gnome/sources/gturing/0.1/

Number of commits found: 43

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Apr 2013 18:10:32
Original commit files touched by this commit  0.1.1_18
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
29 Jul 2012 11:17:04
Original commit files touched by this commit  0.1.1_18
cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.1.1_18
dinoex search for other commits by this committer
- update png to 1.5.10
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.1.1_17
amdmi3 search for other commits by this committer
- 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
12 May 2011 20:20:06
Original commit files touched by this commit  0.1.1_17
sylvio search for other commits by this committer
- Remove MD5 checksum
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.1.1_17
ade search for other commits by this committer
Sync to new bsd.autotools.mk
31 May 2010 02:01:56
Original commit files touched by this commit  0.1.1_17
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.1.1_16
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.1.1_15
dinoex search for other commits by this committer
- update to jpeg-8
27 Nov 2009 22:52:30
Original commit files touched by this commit  0.1.1_14
sylvio search for other commits by this committer
- Update my mail address to FreeBSD

Approved by:    miwi (mentor)
29 Oct 2009 22:19:55
Original commit files touched by this commit  0.1.1_14
miwi search for other commits by this committer
- Respect NOPORT*

PR:             139618
Submitted by:   sylvio@
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.1.1_14
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
31 Jul 2009 13:57:52
Original commit files touched by this commit  0.1.1_14
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.1.1_13
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
06 Jun 2008 13:31:51
Original commit files touched by this commit  0.1.1_13
edwin search for other commits by this committer
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)
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.1.1_12
  Sanity Test Failure
miwi search for other commits by this committer
- 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)
06 Nov 2007 23:57:30
Original commit files touched by this commit  0.1.1_11
miwi search for other commits by this committer
- Fix build with gcc 4.2

Approved by:    portmgr (pav)
24 Oct 2007 23:37:25
Original commit files touched by this commit  0.1.1_11
marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
27 May 2007 02:44:52
Original commit files touched by this commit  0.1.1_10
kris search for other commits by this committer
BROKEN with gcc 4.2
19 May 2007 20:32:57
Original commit files touched by this commit  0.1.1_10
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
06 Dec 2005 19:45:05
Original commit files touched by this commit  0.1.1_9
edwin search for other commits by this committer
Update port: games/gturing remove WWW

        - Remove WWW on pkg-descr, this site doesn't exist anymore.

PR:             ports/90043
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
24 Nov 2005 19:28:01
Original commit files touched by this commit  0.1.1_9
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.1.1_9
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
05 Nov 2005 05:22:06
Original commit files touched by this commit  0.1.1_9
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
01 Jun 2005 19:56:04
Original commit files touched by this commit  0.1.1_8
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
12 Apr 2005 03:26:57
Original commit files touched by this commit  0.1.1_8
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  0.1.1_8
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
22 Mar 2005 06:59:10
Original commit files touched by this commit  0.1.1_8
mezz search for other commits by this committer
-Fix the build.
-Fix the plist, do not remove GNOME's directories.
-Bump the PORTREVISION

Reported by:    pointyhat via kris
Approved by:    portmgr (marcus)
12 Mar 2005 10:54:27
Original commit files touched by this commit  0.1.1_7
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
08 Jan 2005 11:39:13
Original commit files touched by this commit  0.1.1_6
krion search for other commits by this committer
Fix plist.
16 Dec 2004 05:49:27
Original commit files touched by this commit  0.1.1_5
kris search for other commits by this committer
Clean up handling of locale directories at deinstall-time:

* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
12 Dec 2004 14:49:37
Original commit files touched by this commit  0.1.1_5
josef search for other commits by this committer
Unset maintainership on ports. Multiple maintainer
timeouts.

Approved by:    portmgr
07 Nov 2004 22:37:47
Original commit files touched by this commit  0.1.1_5
marcus search for other commits by this committer
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
10 Apr 2004 16:07:10
Original commit files touched by this commit  0.1.1_4
trevor search for other commits by this committer
Trim whitespace.
05 Apr 2004 03:31:02
Original commit files touched by this commit  0.1.1_4
marcus search for other commits by this committer
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
31 Mar 2004 03:12:58
Original commit files touched by this commit  0.1.1_3
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.1.1_3
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.1.1_3
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
21 Sep 2003 04:22:22
Original commit files touched by this commit  0.1.1_2
bland search for other commits by this committer
- Fix build converting port to use bsd.gnome.mk [1]
- Remove unnecesary libgnomeprintui dependency

Reported by: kris [1]
20 Feb 2003 19:10:55
Original commit files touched by this commit  0.1.1_1
marcus search for other commits by this committer
Correct dependency directory in last commit.
20 Feb 2003 19:10:28
Original commit files touched by this commit  0.1.1_1
marcus search for other commits by this committer
* Re-add support for libgnomeprint[ui]-2.0
* De-pkg-comment
07 Feb 2003 19:33:51
Original commit files touched by this commit  0.1.1_1
marcus search for other commits by this committer
Chase libgnomeui's shared lib version.
21 Jan 2003 01:22:23
Original commit files touched by this commit  0.1.1
edwin search for other commits by this committer
New port: games/gturing - A simple Turing machine for gnome2

        Gturing is a simple turing machine simulator with graphical
        interface. A Turing machine is the simplest possible computing
        device which can only perform very simple operations.
        However, almost everything in programming languages can be
        written as a program for the Turing machine.
        It's a nice complement for students who likes to practice
        with theory and a nice toy to play with.

PR:             ports/40368
Submitted by:   Juan Salaverria <rael@vectorstar.net>

Number of commits found: 43

2828
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsJun 19
otrsJun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04

9 vulnerabilities affecting 12 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24569
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 2
new 48 hours9
new 7 days28
new fortnight85
new month173

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0