summaryrefslogtreecommitdiff
path: root/lang/smalltalk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-21/+21
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* 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
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Update version number in PLISTJames Raynard1997-12-051-1/+1
| | | | | | | Spotted by: Sheldon Hearn Notes: svn path=/head/; revision=9003
* Update to version 1.1.5 of GNU Smalltalk.James Raynard1997-11-296-179/+187
| | | | Notes: svn path=/head/; revision=8895
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-081-2/+2
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
* Added reason for NO_PACKAGE. (Interactive installation, sort of.)Masafumi Max NAKANE1996-12-071-3/+3
| | | | | | | {CP} -> ${CP} ;) Notes: svn path=/head/; revision=4875
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+2
| | | | Notes: svn path=/head/; revision=4571
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-6/+6
| | | | | | | | 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
* Made port NO_PACKAGE.James Raynard1996-06-051-7/+9
| | | | | | | | | Removed CFLAGS line which didn't appear to do anything. Minor changes to message printed out at install time. Notes: svn path=/head/; revision=3173
* Remove "/usr/local/" from all the lines.Satoshi Asami1996-06-031-84/+84
| | | | Notes: svn path=/head/; revision=3162
* Get X interface to Smalltalk working.James Raynard1996-06-031-0/+37
| | | | Notes: svn path=/head/; revision=3161
* Compile with optimisation.James Raynard1996-06-031-0/+23
| | | | Notes: svn path=/head/; revision=3160
* Package list for the port.James Raynard1996-06-031-0/+84
| | | | Notes: svn path=/head/; revision=3159
* Change maintainer to jraynard.James Raynard1996-06-031-4/+26
| | | | | | | | | Build either X or non-X version depending on whether X11BASE exists. Make info printed out at install stage more informative. Notes: svn path=/head/; revision=3157
* 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
* Update lang Makefiles, compressing some man pages and stripping someSatoshi Asami1995-04-241-3/+2
| | | | | | | executables along the way. Notes: svn path=/head/; revision=1522
* Add IS_INTERACTIVE=yes. Cf.Satoshi Asami1995-04-181-1/+3
| | | | | | | | >> The install target for smalltalk-1.1.1 is interactive. >> Please read the file mst.texinfo for more information. Notes: svn path=/head/; revision=1445
* Make various install and pre-install targets depend on build.Satoshi Asami1995-04-161-2/+2
| | | | Notes: svn path=/head/; revision=1406
* 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
* GNU Smalltalk version 1.1.1. The install target is a dummy whichGary Palmer1995-02-105-0/+99
prints a warning as the supplied install target is interactive. Notes: svn path=/head/; revision=925