aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Add wapsh 1.0, a system to allow remote shell logins via a WAPWill Andrews2001-03-109-0/+252
| | | | | | | | | | 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-016-0/+55
| | | | | | | | PR: ports/25441 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org> Notes: svn path=/head/; revision=38941
* - Remove the custom do-extract target.Steve Price2001-02-271-8/+5
| | | | | | | | | | | | - Cleanup the do-build target. - Allow the ksh binary to be statically linked but default to dynamic to support dynamic loading of 'builtin' functions. Submitted by: Jacques A. Vidrine <n@nectar.com> Reviewed by: maintainer Notes: svn path=/head/; revision=38859
* Forgot to commit this file with the previous update to use the sourceSteve Price2001-02-271-0/+18
| | | | | | | instead of binary distribution. Notes: svn path=/head/; revision=38819
* Build from source now that it is available starting with versionSteve Price2001-02-2612-50/+183
| | | | | | | | | | 2001-01-01.0000. PR: 25180 Submitted by: maintainer Notes: svn path=/head/; revision=38771
* Update to version 0.009.Steve Price2001-02-2610-82/+106
| | | | | | | | PR: 24119 Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=38739
* add vshnu, the New Visual ShellYing-Chieh Liao2001-02-256-0/+45
| | | | Notes: svn path=/head/; revision=38706
* Add secondary site to MASTER_SITESKevin Lo2001-02-251-1/+2
| | | | | | | | PR: 25326 Submitted by: Ports Fury Notes: svn path=/head/; revision=38695
* Put back my editor hints that were removed w/o permission.David E. O'Brien2001-02-073-0/+3
| | | | | | | Note these are *FULLY* Satoshi approved for the past 4 years. Notes: svn path=/head/; revision=38061
* Update to version 0.9.4Kevin Lo2001-01-289-27/+72
| | | | | | | | PR: 24676 Submitted by: Ports Fury Notes: svn path=/head/; revision=37669
* Master site disappeared. Use MASTER_SITE_LOCAL.Jacques Vidrine2001-01-223-4/+2
| | | | | | | Noticed by: fenner Notes: svn path=/head/; revision=37435
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-165-27/+24
| | | | Notes: svn path=/head/; revision=37252
* Remove nonexistent master site.Will Andrews2001-01-081-1/+0
| | | | | | | Submitted by: ben Notes: svn path=/head/; revision=36964
* Update to 0.9.3Kevin Lo2001-01-0612-144/+69
| | | | | | | | PR: 24097 Submitted by: Ports Fury Notes: svn path=/head/; revision=36861
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Add pash 2.2, a full-screen shell, similar to Midnight Commander. SomeWill Andrews2000-12-3113-0/+447
| | | | | | | | | | | 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-308-0/+89
| | | | | | | | | | | | 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
* Fix typoDavid E. O'Brien2000-12-223-3/+3
| | | | | | | PR: 23202 Notes: svn path=/head/; revision=36254
* Update to version 6.10.00.Steve Price2000-12-113-16/+15
| | | | | | | | PR: 23078 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=35841
* Well, basic reading skills certainly do help occassionally - LorenPeter Pentchev2000-12-081-1/+1
| | | | | | | | James Rittle suggested that he be added as port maintainer with another e-mail address. Notes: svn path=/head/; revision=35767
* Bump PORTREVISION because of the added efree()/erealloc() patch.Peter Pentchev2000-12-081-1/+2
| | | | | | | | | Also, let people blame Loren James Rittle for future es problems ;) Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> Notes: svn path=/head/; revision=35766
* free() before realloc() is bad, bad, bad.Peter Pentchev2000-12-081-0/+13
| | | | | | | Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> Notes: svn path=/head/; revision=35765
* It's my main shell, so I have in interest in seeing it maintained.David E. O'Brien2000-11-303-3/+6
| | | | Notes: svn path=/head/; revision=35535
* Drop my maintainershipAndrey A. Chernov2000-11-303-3/+3
| | | | Notes: svn path=/head/; revision=35519
* Also fix the symlink race vulnerability in bashbug.sh.David E. O'Brien2000-11-291-0/+11
| | | | | | | Obtained from: bash-1.14.7-23.5x.src.rpm Notes: svn path=/head/; revision=35516
* Fix the symlink vulnerability noted at http://www.securityfocus.com/bid/2006David E. O'Brien2000-11-291-0/+28
| | | | | | | Obtained from: RedHat bash-1.14.7-23.5x.src.rpm Notes: svn path=/head/; revision=35515
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35323
* Fix the temporary file creation problem with <<Kris Kennaway2000-11-201-0/+1
| | | | Notes: svn path=/head/; revision=35276
* Depend on ncurses.5 after the upgrade of devel/ncurses.Thomas Gellekum2000-11-161-1/+1
| | | | Notes: svn path=/head/; revision=35188
* Make sure to point this to my local distfile directory instead ofJeroen Ruigrok van der Werven2000-11-091-1/+1
| | | | | | | obrien's. Notes: svn path=/head/; revision=34949
* Update port to the 20001106 version, which fixes a temporaryJeroen Ruigrok van der Werven2000-11-062-4/+2
| | | | | | | | | file creation security problem. Approved by: obrien Notes: svn path=/head/; revision=34840
* Mark forbidden for now, due to tempfile creation issues.Jeroen Ruigrok van der Werven2000-11-051-0/+1
| | | | | | | | | Approved by: obrien [well, not really, but he knows I was working on fixing this and he urged me to reroll the distfile with the fix] Notes: svn path=/head/; revision=34823
* Correct MASTER_SITES.Shigeyuki Fukushima2000-10-271-1/+1
| | | | | | | Submitted by: Brett M Hogden <hogden@rge.com> Notes: svn path=/head/; revision=34299
* Remove an unnecessary "strip" line in post-install.Patrick S. Gardella2000-10-181-1/+0
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=33968
* Update to 1.03oKevin Lo2000-10-123-6/+6
| | | | | | | | PR: 21928 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33731
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Rename PLIST.nobuild to pkg-plist.nobuild.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33547
* Rename PLIST.doc to pkg-plist.doc.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33546
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-1/+1
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* Update _kld to look (also) into /boot/kernel for kernel modules.Akinori MUSHA2000-09-062-2/+2
| | | | Notes: svn path=/head/; revision=32336
* - Update to 0.5.2Alexander Langer2000-07-224-59/+261
| | | | | | | - Add NOPORTDOCS hunks Notes: svn path=/head/; revision=30962
* Correct OSVERSION, which I raised for testing but forgot toAlexander Langer2000-07-221-2/+2
| | | | | | | set correctly after that. Notes: svn path=/head/; revision=30960
* Update to patchlevel 3.Alexander Langer2000-07-213-7/+7
| | | | Notes: svn path=/head/; revision=30932
* - Add support for sigset_t - changes.Alexander Langer2000-07-192-1/+27
| | | | | | | | | - Claim maintainership. Approved by: cracauer Notes: svn path=/head/; revision=30875
* - Update to verison 6.09.01Alexander Langer2000-07-164-23/+49
| | | | | | | | | | | - Create symlink for /bin/tcsh (instead of installing full package) for -current/-stable (requested by obrien) PR: 19853 Submitted by: Ports Fury Notes: svn path=/head/; revision=30689
* Push the FreeBSD version check down to 400021 for tcsh in base system.David E. O'Brien2000-07-111-1/+1
| | | | Notes: svn path=/head/; revision=30490
* Update MD5. Since ftp.freebsd.org never got a copy (and I don't have one)Will Andrews2000-07-101-1/+1
| | | | | | | | | of the original, I could not check the diff. Submitted by: ade Notes: svn path=/head/; revision=30445
* Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.Steve Price2000-07-071-1/+2
| | | | Notes: svn path=/head/; revision=30318
* Update to 3.0.8. Remove useless echo in Makefile.Will Andrews2000-07-012-3/+2
| | | | Notes: svn path=/head/; revision=30051
* Get rid of the workaround regarding the libzsh-3.1.x.so generation, asAkinori MUSHA2000-06-302-12/+3
| | | | | | | | | | | | zsh 3.1.9 was found to generate it also on 3-STABLE. This should fix the breakage of the package for 3-STABLE. Pointed out by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp> Reviewed by: shige (Maintainer) Notes: svn path=/head/; revision=30010