aboutsummaryrefslogtreecommitdiff
path: root/games/gturing
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Trim whitespace.Trevor Johnson2004-04-101-3/+3
| | | | Notes: svn path=/head/; revision=106662
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Fix build converting port to use bsd.gnome.mk [1]Alexander Nedotsukov2003-09-211-15/+3
| | | | | | | | | - Remove unnecesary libgnomeprintui dependency Reported by: kris [1] Notes: svn path=/head/; revision=89093
* Correct dependency directory in last commit.Joe Marcus Clarke2003-02-201-1/+1
| | | | Notes: svn path=/head/; revision=75974
* * Re-add support for libgnomeprint[ui]-2.0Joe Marcus Clarke2003-02-202-3/+2
| | | | | | | * De-pkg-comment Notes: svn path=/head/; revision=75973
* Chase libgnomeui's shared lib version.Joe Marcus Clarke2003-02-071-2/+4
| | | | Notes: svn path=/head/; revision=75046
* New port: games/gturing - A simple Turing machine for gnome2Edwin Groothuis2003-01-218-0/+170
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> Notes: svn path=/head/; revision=73694