summaryrefslogtreecommitdiff
path: root/lang/STk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* backout ports/56801Edwin Groothuis2003-09-271-1/+1
| | | | | | | Noticed by: FreshPorts sanity checking Notes: svn path=/head/; revision=89494
* - ECHO -> ECHO_MSGEdwin Groothuis2003-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> Notes: svn path=/head/; revision=89491
* Use the new virtual category 'scheme'Edwin Groothuis2003-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> Notes: svn path=/head/; revision=87819
* Fix build on gcc-3.3.xMaho Nakata2003-08-021-0/+537
| | | | | | | Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=86169
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-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) Notes: svn path=/head/; revision=69808
* 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
* portlint: remove extra whitespaces before end of line.Dirk Froemberg2001-12-241-1/+1
| | | | Notes: svn path=/head/; revision=52088
* - Update to version 4.0.1Kevin Lo2000-12-057-276/+447
| | | | | | | | | | | - Switch maintainer to ports@FreeBSD.org PR: 23276 Submitted by: Ports Fury Approved by: MAINTAINER Notes: svn path=/head/; revision=35685
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-4/+4
| | | | Notes: svn path=/head/; revision=27458
* These ports are building now, so take out BROKEN_ELF.Satoshi Asami1999-09-211-2/+0
| | | | Notes: svn path=/head/; revision=21852
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* 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
* Add USE_XLIB.Satoshi Asami1998-12-221-1/+2
| | | | Notes: svn path=/head/; revision=15477
* Expand lib/stk directory properly. Use PLIST_SUB to encode info.Satoshi Asami1998-11-112-4/+319
| | | | Notes: svn path=/head/; revision=14460
* Mark BROKEN for ELF:Justin M. Seger1998-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 Notes: svn path=/head/; revision=13955
* There are some version numbers in file/directory names. (Please testSatoshi Asami1998-03-211-3/+3
| | | | | | | packaging before commits!) Notes: svn path=/head/; revision=10259
* Update to 3.1.1 (due to missing distfile). Though I'm the maintainerJoshua Peck Macdonald1998-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. Notes: svn path=/head/; revision=10068
* Don't ask whether I want to delete the old installation or not.Satoshi Asami1997-03-062-2/+18
| | | | Notes: svn path=/head/; revision=5893
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-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. Notes: svn path=/head/; revision=4578
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-2/+2
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi 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! Notes: svn path=/head/; revision=3948
* Forcefully ignore libgnumalloc.Satoshi Asami1996-10-101-1/+1
| | | | | | | Pointed to the right place by: jmacd Notes: svn path=/head/; revision=3946
* Unless I'm hollucinating, my last commit, which I specifiedJoshua Peck Macdonald1996-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. Notes: svn path=/head/; revision=3803
* cJoshua Peck Macdonald1996-09-173-100/+10
| | | | Notes: svn path=/head/; revision=3802
* Change category nome from "languages" to "lang". Also remove "programming"Satoshi Asami1995-11-221-2/+2
| | | | | | | which appeared in some of them, everything here is a programming language! :) Notes: svn path=/head/; revision=2450
* Updated to version 2.1.7Joshua Peck Macdonald1995-06-262-2/+5
| | | | Notes: svn path=/head/; revision=1881
* Reviewed by:Joshua Peck Macdonald1995-06-261-2/+2
| | | | | | | | Submitted by: Obtained from: Notes: svn path=/head/; revision=1880
* Install manpages. Also, add missing "-f" to the end of MAKE_FLAGS.Satoshi Asami1995-04-241-2/+5
| | | | Notes: svn path=/head/; revision=1528
* This port IS_INTERACTIVE (asks if you want to delete old installation).Satoshi Asami1995-04-241-1/+2
| | | | Notes: svn path=/head/; revision=1527
* add myself as maintainerJoshua Peck Macdonald1995-04-151-2/+3
| | | | Notes: svn path=/head/; revision=1378
* Update of lang Makefiles....Satoshi Asami1995-04-151-2/+3
| | | | Notes: svn path=/head/; revision=1364
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Delete the patch prefix to get it more uniform with the other ports.Andreas Schulz1995-02-251-2/+1
| | | | Notes: svn path=/head/; revision=1039
* Updated port for version 2.1.6, now supports dynamic loadingJoshua Peck Macdonald1995-02-243-6/+5
| | | | | | | Submitted by: thomas@ghpc8.ihf.rwth-aachen.de Notes: svn path=/head/; revision=1028
* STk 2.1, a scheme interpreter with Tk supportSteven Wallace1995-01-045-0/+122
Submitted by: Josh MacDonald, <jmacd@uclink.berkeley.edu> Notes: svn path=/head/; revision=698