summaryrefslogtreecommitdiff
path: root/shells/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New port: shells/bash-completionEdwin Groothuis2003-09-291-0/+1
| | | | | | | | | | | | | | The shells/bash-completion port installs Ian Macdonald's programmable completion library for Bash 2.04 and above. This gives users context- sensitive tab-completion for such things as program arguments, SSH hostnames, NFS mounts, and so on. PR: ports/52790 Submitted by: Kirk Strauser <kirk@strauser.com> Notes: svn path=/head/; revision=89798
* After using tcsh for 4 years and having just discovered the 'rprompt'Sean Chittenden2003-09-091-0/+1
| | | | | | | | parameter, I conclude my hunt for other nifty shell tricks by adding a port of the .tcshrc project. Notes: svn path=/head/; revision=88875
* Remove tcsh.Alexander Leidinger2003-08-211-1/+0
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=87445
* GSCommander is a simple unix command monitor for GNUstep.Dirk Meyer2003-03-231-0/+1
| | | | | | | WWW: http://www.nice.ch/~phip/softcorner.html#cmdr Notes: svn path=/head/; revision=77298
* Add scponly 2.4, a tiny shell which only permits scp and sftp.Oliver Braun2002-09-101-0/+1
| | | | | | | | PR: ports/40935 Submitted by: Ken McGlothlen <mcglk@artlogix.com> Notes: svn path=/head/; revision=66096
* Add nologinmsg 1.0, more functional native binary replacement forPete Fritchman2002-07-101-0/+1
| | | | | | | | | /sbin/nologin. Submitted by: Richard Rose <freebsd-security@rikrose.net> Notes: svn path=/head/; revision=62780
* Remove scsh after repo-copy.Kris Kennaway2002-06-041-1/+0
| | | | | | | Pointy hat to: alex Notes: svn path=/head/; revision=60558
* Add zsh+euc, Zsh with EUC encoding support.Akinori MUSHA2002-05-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just an experimental hack and cannot happily be merged into the upstream. Zsh's line editor apparently needs a rewrite in order to support multi-byte encodings because it strongly relies on the single-byte character scheme. These patches are mostly based on the work by ono@ono.org (Thanks!): http://www.ono.org/software/zsh-euc/ What I did over this is disable the hack for non-EUC locales. Maybe the patches can be moved to shells/zsh in the future, but it's premature for the moment. Notes: - forward-char, backward-char and backward-delete-char with no numeric argument should work properly with this hack. - Completion and redisplay should work fine. - There can be some trivial side-effects. - JIS X0201-Roman and JIS X0208-Kanji are supported. - JIS X0201-Katakana and JIS X0212 Kanji are NOT supported. - Only tested with the EUC-JP (ja_JP.eucJP) locale. I'm not sure if it works for GB 2312/CNS 11643-1/KS X 1001. Any feedbacks is welcome, especially a patch if it does not work. :) Notes: svn path=/head/; revision=58933
* Repocopy and move "fd" from misc/ to shells/ which is more suitableAkinori MUSHA2002-01-291-0/+1
| | | | | | | | | | category for the port. Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER) Repocopied by: joe Notes: svn path=/head/; revision=53989
* 1. This should never have been a portAde Lovett2001-08-111-1/+0
| | | | | | | | | | | | | | 2. It causes bash2 to core on my 4.3-STABLE box randomly 3. Since bash is a likely contender for any Linux converts, the last thing we need is for them to grep through the ports INDEX file, install this, destabilize their FreeBSD box, and generate bad PR 4. (portmgr hat on) it was not added in an appropriate manner. Should the original submitter wish to re-evaluate points 1-4 above, then we'll consider re-adding it. For now, it's toast. Notes: svn path=/head/; revision=46060
* Add hmmah, The Deep Prompt, a set of shell promptsDavid W. Chapman Jr.2001-06-141-0/+1
| | | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Reviewed by: will Notes: svn path=/head/; revision=43982
* Update lang/ruby and lang/ruby-devel to the latest snapshots.Akinori MUSHA2001-05-171-1/+0
| | | | | | | | | | | Remove shells/ruby-shell as it is now part of the standard distribution. (in both Ruby 1.6.4 and 1.7.0) Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the standard distribution now. Notes: svn path=/head/; revision=42688
* Add ruby-shell, a Ruby library to run commands and control jobs like aAkinori MUSHA2001-03-161-0/+1
| | | | | | | | | | | | | | shell. Pipes and redirections work just as expected: sh = Shell.cd("/foo") sh.cat("bar") | sh.tee("baz") > "baa" # or sh.transact do cat("bar") | tee("baz") > "baa" end Notes: svn path=/head/; revision=39912
* Add wapsh 1.0, a system to allow remote shell logins via a WAPWill Andrews2001-03-101-0/+1
| | | | | | | | | | phone or web browser. PR: 24313 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=39462
* New port: mudsh: An "intelligent" game-like shellClive Lin2001-03-011-0/+1
| | | | | | | | PR: ports/25441 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org> Notes: svn path=/head/; revision=38941
* add vshnu, the New Visual ShellYing-Chieh Liao2001-02-251-0/+1
| | | | Notes: svn path=/head/; revision=38706
* Add pash 2.2, a full-screen shell, similar to Midnight Commander. SomeWill Andrews2000-12-311-0/+1
| | | | | | | | | | | patches were included to fix various bugs (including what I believe are potential overflow bugs involving gets()). PR: 23949 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=36511
* Add osh 001127, a reimplementation of the old and obsolete shell versionWill Andrews2000-12-301-0/+1
| | | | | | | | | | | | that was in standard use up to UNIX 6th Edition and was supplied as osh with UNIX 7th Edition. Its command language is a sparse subset of those of modern shells and is mostly common to both sh(1) and csh(1). PR: 23943 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=36449
* Add the original 44bsd-csh for those that don't care for the new one.David E. O'Brien2000-04-151-0/+1
| | | | Notes: svn path=/head/; revision=27578
* Adding sash version 3.4.Steve Price2000-01-291-0/+1
| | | | | | | | | | A Stand-Alone shell combining many common utilities. PR: 16309 Submitted by: Patrick Gardella <patrick@freebsd.org> Notes: svn path=/head/; revision=25291
* Add flash.Wes Peters2000-01-081-0/+1
| | | | | | | | PR: 15995 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=24565
* Add perlsh.Satoshi Asami2000-01-061-0/+1
| | | | | | | Forgotten by: wes Notes: svn path=/head/; revision=24478
* Activate the ksh93 port.Steve Price1999-11-261-0/+1
| | | | Notes: svn path=/head/; revision=23415
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Activate esh.Jacques Vidrine1999-05-281-1/+2
| | | | Notes: svn path=/head/; revision=19046
* Add back bash1.David E. O'Brien1999-03-311-1/+2
| | | | Notes: svn path=/head/; revision=17486
* Delete the bash1 port.David E. O'Brien1999-03-291-2/+1
| | | | Notes: svn path=/head/; revision=17434
* Break up the "plan9" category -- all the ports are where they belong, andSatoshi Asami1999-01-091-1/+2
| | | | | | | | | "plan9" is a virtual category now. Reviewed by: the ports list Notes: svn path=/head/; revision=15939
* Activate zsh-devel port.Steve Price1998-12-241-1/+2
| | | | Notes: svn path=/head/; revision=15579
* Sort entries. In particular, "large", "medium", "small" sort in this order,Satoshi Asami1998-12-071-2/+2
| | | | | | | | | | | | | dispite their meanings. (Sometimes we're too smart for computers. :) Found by: sorting ports/INDEX by "sort -t '|' +1 -2" (Note: the whole "x11" category appears at the end with the above sort command, but I'll leave that the way it is for now -- "ls" shows it before other x11-* entries.) Notes: svn path=/head/; revision=15163
* Rename "bash" to "bash1" (the actual port is already repository copied).Satoshi Asami1998-06-251-2/+2
| | | | | | | Requested by: chet@ins.CWRU.Edu Notes: svn path=/head/; revision=11530
* Activated scsh.Masafumi Max NAKANE1997-01-031-1/+2
| | | | Notes: svn path=/head/; revision=5174
* Add bash2, which has been repository-copied from bash before rollingSatoshi Asami1997-01-021-1/+2
| | | | | | | it back from 2.0 to 1.14.7. Notes: svn path=/head/; revision=5158
* Move es from plan9 to shells. (It has already been copied to shellsSatoshi Asami1996-07-301-1/+2
| | | | | | | by Peter.) Notes: svn path=/head/; revision=3456
* Convert all makefiles to new formats.Satoshi Asami1995-10-031-2/+5
| | | | Notes: svn path=/head/; revision=2233
* Clean up subdir Makefiles. They now all look like this:Satoshi Asami1995-05-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep". Notes: svn path=/head/; revision=1740
* Put pdksh back, now that the mmap problem is solved.Satoshi Asami1995-04-251-4/+2
| | | | Notes: svn path=/head/; revision=1534
* # BROKEN= pdksh (not really pdksh's fault, but will hang -current)Satoshi Asami1995-04-231-2/+4
| | | | Notes: svn path=/head/; revision=1499
* Add zsh to the subdirs listTorsten Blum1995-02-121-2/+2
| | | | Notes: svn path=/head/; revision=949
* Add pdksh, add trailing / to MASTER_SITES line in port.Jordan K. Hubbard1994-12-271-2/+2
| | | | Notes: svn path=/head/; revision=623
* Add tcsh to list of SUBDIRS.Jordan K. Hubbard1994-08-281-2/+2
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=44
* Add $Id$ lines to all the directory level Makefiles.Jordan K. Hubbard1994-08-231-0/+2
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=35
* Change ports Makefiles to use bsd.port.subdir.mkJordan K. Hubbard1994-08-221-1/+1
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=21
* The start of the 2.0 ports collection. No sup repository yet, but I'llJordan K. Hubbard1994-08-211-0/+3
make one when I wake up again.. :) Submitted by: jkh Notes: svn path=/head/; revision=6