summaryrefslogtreecommitdiffstats
path: root/shells/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* GSCommander is a simple unix command monitor for GNUstep.dinoex2003-03-231-0/+1
| | | | WWW: http://www.nice.ch/~phip/softcorner.html#cmdr
* Add scponly 2.4, a tiny shell which only permits scp and sftp.obraun2002-09-101-0/+1
| | | | | PR: ports/40935 Submitted by: Ken McGlothlen <mcglk@artlogix.com>
* Add nologinmsg 1.0, more functional native binary replacement forpetef2002-07-101-0/+1
| | | | | | /sbin/nologin. Submitted by: Richard Rose <freebsd-security@rikrose.net>
* Remove scsh after repo-copy.kris2002-06-041-1/+0
| | | | Pointy hat to: alex
* Add zsh+euc, Zsh with EUC encoding support.knu2002-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. :)
* Repocopy and move "fd" from misc/ to shells/ which is more suitableknu2002-01-291-0/+1
| | | | | | | category for the port. Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER) Repocopied by: joe
* 1. This should never have been a portade2001-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.
* Add hmmah, The Deep Prompt, a set of shell promptsdwcjr2001-06-141-0/+1
| | | | | Submitted by: David Yeske <dyeske@yahoo.com> Reviewed by: will
* Update lang/ruby and lang/ruby-devel to the latest snapshots.knu2001-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.
* Add ruby-shell, a Ruby library to run commands and control jobs like aknu2001-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
* Add wapsh 1.0, a system to allow remote shell logins via a WAPwill2001-03-101-0/+1
| | | | | | | phone or web browser. PR: 24313 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* New port: mudsh: An "intelligent" game-like shellclive2001-03-011-0/+1
| | | | | PR: ports/25441 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
* add vshnu, the New Visual Shellijliao2001-02-251-0/+1
|
* Add pash 2.2, a full-screen shell, similar to Midnight Commander. Somewill2000-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>
* Add osh 001127, a reimplementation of the old and obsolete shell versionwill2000-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>
* Add the original 44bsd-csh for those that don't care for the new one.obrien2000-04-151-0/+1
|
* Adding sash version 3.4.steve2000-01-291-0/+1
| | | | | | | A Stand-Alone shell combining many common utilities. PR: 16309 Submitted by: Patrick Gardella <patrick@freebsd.org>
* Add flash.wes2000-01-081-0/+1
| | | | | PR: 15995 Submitted by: Will Andrews <andrews@technologist.com>
* Add perlsh.asami2000-01-061-0/+1
| | | | Forgotten by: wes
* Activate the ksh93 port.steve1999-11-261-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* Activate esh.nectar1999-05-281-1/+2
|
* Add back bash1.obrien1999-03-311-1/+2
|
* Delete the bash1 port.obrien1999-03-291-2/+1
|
* Break up the "plan9" category -- all the ports are where they belong, andasami1999-01-091-1/+2
| | | | | | "plan9" is a virtual category now. Reviewed by: the ports list
* Activate zsh-devel port.steve1998-12-241-1/+2
|
* Sort entries. In particular, "large", "medium", "small" sort in this order,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.)
* Rename "bash" to "bash1" (the actual port is already repository copied).asami1998-06-251-2/+2
| | | | Requested by: chet@ins.CWRU.Edu
* Activated scsh.max1997-01-031-1/+2
|
* Add bash2, which has been repository-copied from bash before rollingasami1997-01-021-1/+2
| | | | it back from 2.0 to 1.14.7.
* Move es from plan9 to shells. (It has already been copied to shellsasami1996-07-301-1/+2
| | | | by Peter.)
* Convert all makefiles to new formats.asami1995-10-031-2/+5
|
* Clean up subdir Makefiles. They now all look like this: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".
* Put pdksh back, now that the mmap problem is solved.asami1995-04-251-4/+2
|
* # BROKEN= pdksh (not really pdksh's fault, but will hang -current)asami1995-04-231-2/+4
|
* Add zsh to the subdirs listtorstenb1995-02-121-2/+2
|
* Add pdksh, add trailing / to MASTER_SITES line in port.jkh1994-12-271-2/+2
|
* Add tcsh to list of SUBDIRS.jkh1994-08-281-2/+2
| | | | Submitted by: jkh
* Add $Id$ lines to all the directory level Makefiles.jkh1994-08-231-0/+2
| | | | Submitted by: jkh
* Change ports Makefiles to use bsd.port.subdir.mkjkh1994-08-221-1/+1
| | | | Submitted by: jkh
* The start of the 2.0 ports collection. No sup repository yet, but I'lljkh1994-08-211-0/+3
make one when I wake up again.. :) Submitted by: jkh
OpenPOWER on IntegriCloud