summaryrefslogtreecommitdiff
path: root/misc/lile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix bento build.Jean-Marc Zucconi2002-11-031-6/+11
| | | | Notes: svn path=/head/; revision=69387
* Fix build on -current.Kris Kennaway2002-06-161-7/+51
| | | | | | | Submitted by: mike Notes: svn path=/head/; revision=61346
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* The lile port had a couple of issues with process id'sJean-Marc Zucconi2001-01-232-5/+28
| | | | | | | | | | (signed/unsigned int mess ups) and not handling the error when it occurred. Submitted by: Andy Newman <atrn@zeta.org.au> Notes: svn path=/head/; revision=37510
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
| | | | Notes: svn path=/head/; revision=27512
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* A little portlint cleaning.Steve Price1999-07-042-5/+4
| | | | Notes: svn path=/head/; revision=20029
* 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
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12623
* New version (1.6 -> 2.0)Jean-Marc Zucconi1997-08-152-7/+7
| | | | Notes: svn path=/head/; revision=7592
* Style police.David E. O'Brien1997-06-291-1/+2
| | | | Notes: svn path=/head/; revision=7110
* The ile program can be run as a simple shell around any program.Jean-Marc Zucconi1997-06-286-0/+52
It gives any program an input line editing and a history mechanism. It can also be run around your favourite shell. When run around the shell ile records the input to interactive programs launched from the shell as well as the commands to the shell in its history buffer. Notes: svn path=/head/; revision=7106