aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.01c.Akinori MUSHA2002-10-064-269/+2
| | | | Notes: svn path=/head/; revision=67497
* Update to release 2002-09-22.Christian Weisgerber2002-10-055-68/+3
| | | | | | | | PR: 43423 Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> Notes: svn path=/head/; revision=67334
* Fix logic error when NOPORTDOCS is set.David E. O'Brien2002-09-293-6/+6
| | | | | | | | Submitted by: Peter Avalos <pavalos@theshell.com> PR: 43459 Notes: svn path=/head/; revision=67205
* Move files from illegal subdirectory src/ to files/ and fixKris Kennaway2002-09-295-1/+3
| | | | | | | extract procedure. Notes: svn path=/head/; revision=67204
* Mirror the patch files.David E. O'Brien2002-09-203-3/+9
| | | | Notes: svn path=/head/; revision=66764
* - Fix the .zip file list format.Akinori MUSHA2002-09-182-5/+5
| | | | | | | - Recognize .tar.z as tar+gz archive. Notes: svn path=/head/; revision=66630
* PERL -> USE_REINPLACEWill Andrews2002-09-171-1/+2
| | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Notes: svn path=/head/; revision=66512
* - Apply a couple of patches posted on the FD-clone mailing list,Akinori MUSHA2002-09-154-24/+310
| | | | | | | | | | | | | | | | which fix bugs in file name completion and handling of tar archives that contain ".". - Update fd2rc: o Properly call zip(1) with -r (recursive). o Make some file extensions case insensitive. o Source /etc/fd2rc.local so administrators can put their own local configurations in it. o Set FD_WRITEFS to 1 (do not ask). o Set FD_INHERITCOPY to 1 (preserve timestamps). Notes: svn path=/head/; revision=66376
* Use offical vendor patches 1-4.David E. O'Brien2002-09-139-60/+27
| | | | Notes: svn path=/head/; revision=66224
* Add scponly 2.4, a tiny shell which only permits scp and sftp.Oliver Braun2002-09-106-0/+39
| | | | | | | | PR: ports/40935 Submitted by: Ken McGlothlen <mcglk@artlogix.com> Notes: svn path=/head/; revision=66096
* Use the offical vendor patch for the directory space vs. slash command nameDavid E. O'Brien2002-09-099-78/+12
| | | | | | | | | | completion problem. Submitted by: Chet Ramey <chet@po.CWRU.Edu> Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html Notes: svn path=/head/; revision=65965
* Bump revision for directory command-line completion fix.David E. O'Brien2002-09-093-0/+3
| | | | | | | Always forgotten by: me Notes: svn path=/head/; revision=65900
* "In certain cases, Bash appends a space instead of a slash to a directory nameDavid E. O'Brien2002-09-093-24/+102
| | | | | | | | | | | relative to the current directory when performing command name completion. This affects partial completion of intermediate directory names." Fix this. Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html Obtained from: http://www.geocrawler.com/mail/msg.php3?msg_id=9514404&list=342 Notes: svn path=/head/; revision=65876
* MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES becauseAkinori MUSHA2002-09-061-3/+6
| | | | | | | | | | | it is slow and does not mirror bz2 distfiles at all. Remove it and add four other working mirror sites instead. PR: ports/41960 (different solution) Submitted by: keramida Notes: svn path=/head/; revision=65725
* We lie about fully having ISO C90 Amd.1 restartable wide and multibyteDavid E. O'Brien2002-08-266-0/+78
| | | | | | | character manipulation functions. Notes: svn path=/head/; revision=65014
* Fix core dump in glob expansion.Christian Weisgerber2002-08-202-1/+36
| | | | | | | | | PR: 41778 Submitted by: Joe Kelsey <joek@mail.flyingcroc.net> Obtained from: David Korn <dgk@research.att.com> Notes: svn path=/head/; revision=64694
* Really commit the pkg-plist change.Akinori MUSHA2002-08-151-0/+1
| | | | Notes: svn path=/head/; revision=64543
* Update to 4.0.6.Akinori MUSHA2002-08-142-3/+3
| | | | | | | | PR: ports/41662 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=64518
* - Update to 4.0.5.Akinori MUSHA2002-08-123-4/+38
| | | | | | | | | | | - Use the .tar.bz2 distribution files. PR: ports/41483 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: will (MAINTAINER) Notes: svn path=/head/; revision=64394
* - Recognize .tbz as a tar+bzip2 suffix.Akinori MUSHA2002-08-113-3/+11
| | | | | | | | - Expand the arch table size from 16 to 32. - Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=64375
* Simply typing Shift-Enter in bash-2.05b causes it to enter some kind ofDavid E. O'Brien2002-08-063-0/+48
| | | | | | | | | CPU-consuming loop. A kill -9 from another terminal is required to end it. Submitted by: Chet Ramey <chet@nike.ins.cwru.edu> Notes: svn path=/head/; revision=64090
* `make reinstall' clean.David E. O'Brien2002-08-063-3/+3
| | | | Notes: svn path=/head/; revision=64089
* Forgot to update pkg-plist with 5.0b upgrade.David E. O'Brien2002-08-043-6/+9
| | | | | | | Submitted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=63986
* Update to version 2.05b.David E. O'Brien2002-08-0418-174/+114
| | | | | | | | PR: 41176 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=63947
* Re-enable statvfs() tests now that -CURRENT has the function.Christian Weisgerber2002-07-224-23/+23
| | | | | | | | | | | | | | | | | Improve build reliability: * Make very sure that the build script is run with /bin/sh. * Add a dubious patch to libast/comp/conf.sh that is reported to fix the build for some -STABLE users. Install example functions. PR: 39783, 40857 Parts Submitted by: Joe Kelsey <joek@mail.flyingcroc.net> Notes: svn path=/head/; revision=63386
* Build in a clean environment to prevent sporadic interference fromChristian Weisgerber2002-07-171-1/+1
| | | | | | | | | environment variables. Requested by: Ken Stailey <kstailey@speakeasy.net> Notes: svn path=/head/; revision=63127
* -CURRENT has <sys/statvfs.h> but no actual statvfs() implementation,Christian Weisgerber2002-07-171-0/+22
| | | | | | | | which badly confuses the configure tests that check for this functionality. Remove the tests for the time being. Notes: svn path=/head/; revision=63108
* Update to 020214George C A Reid2002-07-164-42/+8
| | | | | | | | PR: 37851 Submitted by: Jeff Palmer <scorpio@drkshdw.org> Notes: svn path=/head/; revision=63087
* - Update to 2.01b.Akinori MUSHA2002-07-132-2/+8
| | | | | | | - Honor CC and CFLAGS. (which hasn't been working since 2.0) Notes: svn path=/head/; revision=62888
* Add nologinmsg 1.0, more functional native binary replacement forPete Fritchman2002-07-109-0/+253
| | | | | | | | | /sbin/nologin. Submitted by: Richard Rose <freebsd-security@rikrose.net> Notes: svn path=/head/; revision=62780
* Update to release 2002-06-28.Christian Weisgerber2002-06-282-3/+3
| | | | Notes: svn path=/head/; revision=62156
* PERL -> REINPLACE_CMDPatrick Li2002-06-233-7/+10
| | | | | | | | | PR: ports/39731, ports/39732, ports/39733, ports/39734, ports/39735 ports/39736, ports/39737, ports/39738, ports/39739 ports/39740 Submitted by: Scott Flatman <sf@dsinw.com> Notes: svn path=/head/; revision=61837
* Update to release 2002-06-14. Changes in this release:Christian Weisgerber2002-06-232-6/+6
| | | | | | | | | * Numerous bug fixes. Submitted by: Jerry A! <jerry@thehutt.org> Notes: svn path=/head/; revision=61807
* Fix build on -current.Kris Kennaway2002-06-161-0/+50
| | | | | | | Submitted by: mike Notes: svn path=/head/; revision=61346
* Update to 2.01a.Akinori MUSHA2002-06-113-15/+7
| | | | | | | Adjust tar_format for the latest GNU tar. Notes: svn path=/head/; revision=61103
* Remove scsh after repo-copy.Kris Kennaway2002-06-041-1/+0
| | | | | | | Pointy hat to: alex Notes: svn path=/head/; revision=60558
* Move this file to the "lang" category, since it is not an interactiveAlexander Langer2002-05-286-513/+0
| | | | | | | | | shell like all other shells in "shells". Suggested by: nectar Notes: svn path=/head/; revision=60219
* Update port to version 0.6.2Alexander Langer2002-05-277-268/+276
| | | | Notes: svn path=/head/; revision=60124
* Update to 4.1.0.dev4, new zsh development version.Shigeyuki Fukushima2002-05-226-323/+233
| | | | Notes: svn path=/head/; revision=59710
* Move a pre-everything target which displays a message and exits toKris Kennaway2002-05-181-6/+2
| | | | | | | a FORBIDDEN tag. Notes: svn path=/head/; revision=59382
* Serves me right to commit something in a hurry, untested. <:-(Thomas Gellekum2002-05-171-2/+2
| | | | | | | | | | Fix fetching. PR: 38144 Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=59331
* Change version number from 5.2.14.p2 to 5.2.14p2, so our packageThomas Gellekum2002-05-161-1/+1
| | | | | | | | | | tools see this as an upgrade from 5.2.14. PR: 38131 Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=59257
* Distfile has a home once again.Cy Schubert2002-05-161-1/+1
| | | | Notes: svn path=/head/; revision=59217
* Update to 2.01.Akinori MUSHA2002-05-154-197/+11
| | | | | | | Add compression/uncompression definitions for .Z/.gz/.bz2. Notes: svn path=/head/; revision=59189
* Include distributed patches.Thomas Gellekum2002-05-153-18/+12
| | | | | | | | PR: 38071 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=59161
* Add pkg-descr.Akinori MUSHA2002-05-122-0/+24
| | | | | | | Suggested by: max Notes: svn path=/head/; revision=58967
* Add zsh+euc, Zsh with EUC encoding support.Akinori MUSHA2002-05-1110-0/+401
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* eaccess() only exists on recent versions of -current, not on -stable.Kris Kennaway2002-05-051-2/+2
| | | | | | | Pointy hat to: obrien Notes: svn path=/head/; revision=58566
* Install man page under ${MANPREFIX} rather than ${PREFIX}.Christian Weisgerber2002-05-031-1/+1
| | | | | | | | PR: 37670 Submitted by: Joe Kelsey <joek@mail.flyingcroc.net> Notes: svn path=/head/; revision=58518