summaryrefslogtreecommitdiffstats
path: root/lang/STk
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on sparc64: Does not compilekris2004-04-121-1/+7
|
* SIZEify.trevor2004-01-291-0/+1
|
* backout ports/56801edwin2003-09-271-1/+1
| | | | Noticed by: FreshPorts sanity checking
* - ECHO -> ECHO_MSGedwin2003-09-271-1/+1
| | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Use the new virtual category 'scheme'edwin2003-08-282-4/+4
| | | | | | | | | - Add the virtual category 'scheme' to the orphan ports - Fix the chicken's csc script - Minor portlint cleanups PR: ports/55265 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
* Fix build on gcc-3.3.xmaho2003-08-021-0/+537
| | | | Submitted by: Simon Barner <barner@in.tum.de>
* De-pkg-comment.knu2003-02-202-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* portlint: remove extra whitespaces before end of line.dirk2001-12-241-1/+1
|
* - Update to version 4.0.1kevlo2000-12-057-276/+447
| | | | | | | | - Switch maintainer to ports@FreeBSD.org PR: 23276 Submitted by: Ports Fury Approved by: MAINTAINER
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-4/+4
|
* These ports are building now, so take out BROKEN_ELF.asami1999-09-211-2/+0
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-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
* Add USE_XLIB.asami1998-12-221-1/+2
|
* Expand lib/stk directory properly. Use PLIST_SUB to encode info.asami1998-11-112-4/+319
|
* Mark BROKEN for ELF:jseger1998-10-131-1/+3
| | | | | | cc -O -pipe -DSTK_VERSION=\"3.1.1\" -DMACHINE=\"FreeBSD-3.0-BETA-i386\" -DUSE_DYNLOAD -DUSE_TK -DSTk_CODE -DFREEBSD -DUSE_STKLOS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SIGACTION=1 -DHAVE_SELECT=1 -DSTDC_HEADERS=1 -I. -I../Tk/generic -I../Tk/unix -I../Tcl -I../Mp -I/usr/X11R6/include -o stk userinit.o libstk.a ../Mp/libgmp.a ../Tk/unix/libtk.a ../Tcl/libtcl.a ../Tcl/libevtcl.a -L/usr/X11R6/lib -lSM -lICE -lX11 -lm cc: ../Mp/libgmp.a: No such file or directory cc: ../Tk/unix/libtk.a: No such file or directory
* There are some version numbers in file/directory names. (Please testasami1998-03-211-3/+3
| | | | packaging before commits!)
* Update to 3.1.1 (due to missing distfile). Though I'm the maintainerjmacd1998-03-083-98/+39
| | | | | of this port it has been a while since I used it and I was unable to thoroughly test it today. A lot of the patches were removed.
* Don't ask whether I want to delete the old installation or not.asami1997-03-062-2/+18
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-181-1/+0
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-2/+2
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Forcefully ignore libgnumalloc.asami1996-10-101-1/+1
| | | | Pointed to the right place by: jmacd
* Unless I'm hollucinating, my last commit, which I specifiedjmacd1996-09-171-0/+146
| | | | | | | -n to, really happened. That's kind of weird. Anyways, I forgot to add the patches directory and a new patch. Oh, I specified -n now too, hope this doesn't work.
* cjmacd1996-09-173-100/+10
|
* Change category nome from "languages" to "lang". Also remove "programming"asami1995-11-221-2/+2
| | | | which appeared in some of them, everything here is a programming language! :)
* Updated to version 2.1.7jmacd1995-06-262-2/+5
|
* Reviewed by:jmacd1995-06-261-2/+2
| | | | | Submitted by: Obtained from:
* Install manpages. Also, add missing "-f" to the end of MAKE_FLAGS.asami1995-04-241-2/+5
|
* This port IS_INTERACTIVE (asks if you want to delete old installation).asami1995-04-241-1/+2
|
* add myself as maintainerjmacd1995-04-151-2/+3
|
* Update of lang Makefiles....asami1995-04-151-2/+3
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Delete the patch prefix to get it more uniform with the other ports.ats1995-02-251-2/+1
|
* Updated port for version 2.1.6, now supports dynamic loadingjmacd1995-02-243-6/+5
| | | | Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
* STk 2.1, a scheme interpreter with Tk supportswallace1995-01-045-0/+122
Submitted by: Josh MacDonald, <jmacd@uclink.berkeley.edu>
OpenPOWER on IntegriCloud