summaryrefslogtreecommitdiff
path: root/lang/mixal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Update to 1.11Dennis Herrmann2011-03-232-7/+3
| | | | | | | | PR: ports/155804 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=271544
* Deprecate unmaintained ports from lang where upstream disapear and/orBaptiste Daroussin2011-03-151-0/+3
| | | | | | | where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=270937
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149341
* - Update to version 1.10Kirill Ponomarev2004-02-062-4/+3
| | | | | | | | PR: ports/62429 Submitted by: Ports Fury Notes: svn path=/head/; revision=100147
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Update to version 1.09Kirill Ponomarev2004-01-058-79/+22
| | | | | | | | PR: 60933 Submitted by: Ports Fury Notes: svn path=/head/; revision=97370
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* Add PORTDOCS support.Mark Pulford2003-02-142-18/+14
| | | | | | | | PR: 47489 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=75506
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Don't assume stdin, stdout are compile-time constants.Garrett Wollman2002-06-033-0/+52
| | | | Notes: svn path=/head/; revision=60553
* upgrade to 1.07Ying-Chieh Liao2002-06-034-15/+11
| | | | | | | | PR: 38868 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=60545
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* Remove extraneous directory on deinstallKris Kennaway2000-07-031-0/+1
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=30110
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-5/+5
| | | | Notes: svn path=/head/; revision=25734
* sed -> ${SED}Michael Haro1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=21048
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Change my email address to @FreeBSDDavid E. O'Brien1997-10-101-2/+2
| | | | Notes: svn path=/head/; revision=8194
* Let CFLAGS come from /etc/make.confDavid E. O'Brien1996-12-281-0/+10
| | | | | | | Caught by: Satoshi Notes: svn path=/head/; revision=5113
* Mixal is a version the assembler and interpreter for Donald Knuth'sDavid E. O'Brien1996-12-255-0/+57
mythical MIX computer, defined in: Donald E. Knuth, _The Art of Computer Programming, Vol. 1: Fundamental Algorithms_. Addison-Wesley, 1973 (2nd ed.) Some of us were playing with it at school... so I made a port of it. Notes: svn path=/head/; revision=5088