summaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Really commit the pkg-plist change.knu2002-08-151-0/+1
|
* Update to 4.0.6.knu2002-08-142-3/+3
| | | | | PR: ports/41662 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* - Update to 4.0.5.knu2002-08-123-4/+38
| | | | | | | | - Use the .tar.bz2 distribution files. PR: ports/41483 Submitted by: Sergei Kolobov <sergei@kolobov.com> Approved by: will (MAINTAINER)
* - Recognize .tbz as a tar+bzip2 suffix.knu2002-08-113-3/+11
| | | | | - Expand the arch table size from 16 to 32. - Bump PORTREVISION accordingly.
* Simply typing Shift-Enter in bash-2.05b causes it to enter some kind ofobrien2002-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>
* `make reinstall' clean.obrien2002-08-063-3/+3
|
* Forgot to update pkg-plist with 5.0b upgrade.obrien2002-08-043-6/+9
| | | | Submitted by: Neil Darlow <neil@darlow.co.uk>
* Update to version 2.05b.obrien2002-08-0418-174/+114
| | | | | PR: 41176 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Re-enable statvfs() tests now that -CURRENT has the function.naddy2002-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>
* Build in a clean environment to prevent sporadic interference fromnaddy2002-07-171-1/+1
| | | | | | environment variables. Requested by: Ken Stailey <kstailey@speakeasy.net>
* -CURRENT has <sys/statvfs.h> but no actual statvfs() implementation,naddy2002-07-171-0/+22
| | | | | which badly confuses the configure tests that check for this functionality. Remove the tests for the time being.
* Update to 020214greid2002-07-164-42/+8
| | | | | PR: 37851 Submitted by: Jeff Palmer <scorpio@drkshdw.org>
* - Update to 2.01b.knu2002-07-132-2/+8
| | | | - Honor CC and CFLAGS. (which hasn't been working since 2.0)
* Add nologinmsg 1.0, more functional native binary replacement forpetef2002-07-109-0/+253
| | | | | | /sbin/nologin. Submitted by: Richard Rose <freebsd-security@rikrose.net>
* Update to release 2002-06-28.naddy2002-06-282-3/+3
|
* PERL -> REINPLACE_CMDpat2002-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>
* Update to release 2002-06-14. Changes in this release:naddy2002-06-232-6/+6
| | | | | | * Numerous bug fixes. Submitted by: Jerry A! <jerry@thehutt.org>
* Fix build on -current.kris2002-06-161-0/+50
| | | | Submitted by: mike
* Update to 2.01a.knu2002-06-113-15/+7
| | | | Adjust tar_format for the latest GNU tar.
* Remove scsh after repo-copy.kris2002-06-041-1/+0
| | | | Pointy hat to: alex
* Move this file to the "lang" category, since it is not an interactivealex2002-05-286-513/+0
| | | | | | shell like all other shells in "shells". Suggested by: nectar
* Update port to version 0.6.2alex2002-05-277-268/+276
|
* Update to 4.1.0.dev4, new zsh development version.shige2002-05-226-323/+233
|
* Move a pre-everything target which displays a message and exits tokris2002-05-181-6/+2
| | | | a FORBIDDEN tag.
* Serves me right to commit something in a hurry, untested. <:-(tg2002-05-171-2/+2
| | | | | | | Fix fetching. PR: 38144 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Change version number from 5.2.14.p2 to 5.2.14p2, so our packagetg2002-05-161-1/+1
| | | | | | | tools see this as an upgrade from 5.2.14. PR: 38131 Submitted by: Alan Eldridge <ports@geeksrus.net>
* Distfile has a home once again.cy2002-05-161-1/+1
|
* Update to 2.01.knu2002-05-154-197/+11
| | | | Add compression/uncompression definitions for .Z/.gz/.bz2.
* Include distributed patches.tg2002-05-153-18/+12
| | | | | PR: 38071 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* Add pkg-descr.knu2002-05-122-0/+24
| | | | Suggested by: max
* Add zsh+euc, Zsh with EUC encoding support.knu2002-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. :)
* To ports@freebsd.org.obrien2002-05-081-1/+1
|
* eaccess() only exists on recent versions of -current, not on -stable.kris2002-05-051-2/+2
| | | | Pointy hat to: obrien
* Install man page under ${MANPREFIX} rather than ${PREFIX}.naddy2002-05-031-1/+1
| | | | | PR: 37670 Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
* - Add a patch from the author that fixes a bug in file nameknu2002-04-153-8/+209
| | | | | | | | | | completion. Bump PORTREVISION accordingly. - Default the number of columns to 1. - Add some nifty launcher definitions. Submitted by: nork (partly)
* Fix MASTER_SITES.alex2002-04-031-1/+1
| | | | Submitted by: Jason R. Mastaler <jason-dated-1018213461.54d8b1@mastaler.com>
* Update to 2.00b.knu2002-03-313-15/+2
|
* No longer need to explicitly provide a GNU autconf target.obrien2002-03-283-3/+0
|
* Update to release 2002-03-17.naddy2002-03-262-4/+3
|
* Add a patch supplied by the author to fix a bug in glob expansionknu2002-03-252-0/+13
| | | | | | | where a series of globs was only partially expanded. (`echo a* b*' -> `echo a aa aaa b*') Bump PORTREVISION accordingly.
* Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in theobrien2002-03-253-0/+354
| | | | FIGNORE list is the only possible match, expand it.
* "GUI-based ... for text terminal" -> "CUI-based"knu2002-02-102-6/+5
| | | | Suggested by: ume
* Update FD, a GUI-based file and directory management tool for textknu2002-02-1011-104/+169
| | | | | | | | | | terminal to version 2.00a. Put MAINTAINER's suggestions into the default configuration file. Transfer the maintainership over to knu@FreeBSD.org. Approved by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (ex-MAINTAINER)
* Make compile on FreeBSD/sparc64 !obrien2002-02-102-19/+53
|
* Update 0.8 -> 0.8.5.nectar2002-02-065-38/+22
| | | | Release MAINTAINER.
* Repocopy and move "fd" from misc/ to shells/ which is more suitableknu2002-01-292-1/+2
| | | | | | | category for the port. Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER) Repocopied by: joe
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-2918-18/+18
| | | | | | 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.
* Add a patch submitted by the author which fixes a bug I reported whereknu2002-01-212-1/+49
| | | | | | | fd occasionally dies of a segfault caused by a buffer overrun on command invocation. Bump PORTREVISION accordingly.
* Add a patch submitted by the author which fixes a bug I reported whereknu2002-01-192-1/+14
| | | | | | | | fd fails to expand a relative symlink in the root directory. Bump PORTREVISION accordingly. Remove an unneeded MASTER_SITE_SUBDIR line.
* Upgrade to v0.6.0.jkoshy2002-01-1410-412/+280
| | | | | | | | | - "files/patch-ae" is no longer required - PLIST substitution is used to merge the files "pkg-plist.doc" and "pkg-plist" into one entity - new patch file "files/patch-static.scm" has been added Approved by: alex [MAINTAINER]
OpenPOWER on IntegriCloud