aboutsummaryrefslogtreecommitdiff
path: root/games/gturing
Commit message (Collapse)AuthorAgeFilesLines
* Update port: games/gturing remove WWWEdwin Groothuis2005-12-061-2/+0
| | | | | | | | | | - Remove WWW on pkg-descr, this site doesn't exist anymore. PR: ports/90043 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=150551
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149325
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-011-1/+1
| | | | Notes: svn path=/head/; revision=136637
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* -Fix the build.Jeremy Messenger2005-03-222-6/+5
| | | | | | | | | | | -Fix the plist, do not remove GNOME's directories. -Bump the PORTREVISION Reported by: pointyhat via kris Approved by: portmgr (marcus) Notes: svn path=/head/; revision=131874
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Fix plist.Kirill Ponomarev2005-01-082-66/+75
| | | | Notes: svn path=/head/; revision=125782
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-2/+0
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Unset maintainership on ports. Multiple maintainerJosef El-Rayes2004-12-121-1/+1
| | | | | | | | | timeouts. Approved by: portmgr Notes: svn path=/head/; revision=123815
* 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