summaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* 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]
* Use '::' as an dependency operator for pre-everything target. This isdirk2001-12-311-1/+1
| | | | | | needed because of the special nature of the pre-everything target. See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
* upgrade to 1.03uijliao2001-12-273-7/+8
| | | | | PR: 33226 Submitted by: maintainer
* portlint: remove extra whitespaces before end of line.dirk2001-12-242-2/+2
|
* - PORTDOCS policepat2001-12-242-5/+4
| | | | | - DOCSDIR support to some - Brush out some lint
* Fix LC_NUMERIC locale bug.naddy2001-12-043-5/+17
| | | | Submitted by: Alexander N. Kabaev <ak03@gte.com>
* * Update to release 2001-10-31.naddy2001-12-026-91/+14
| | | | | | | | | * Re-enable WANT_STATIC. * Remove license check and "Proprietary Notice" since we won't distribute a package. * Move notice about locale bug to pkg-descr. PR: 32343
* Override CONFIGURE_TARGET, so that this configure script generated bysobomax2001-11-233-0/+3
| | | | autoconf-2.52 doesn't generate a warning.
* * Update to 2.05a.naddy2001-11-2139-618/+567
| | | | | | * Split failglob patch into per-file patches. Reviewed by: obrien
* Update to 4.0.4.will2001-11-103-3/+24
| | | | | PR: 31872 Submitted by: Anders Andersson <anders@codefactory.se>
* Update my MAINTAINER address.naddy2001-11-031-1/+1
| | | | Approved by: trevor
* - Remove BROKEN.ijliao2001-10-114-4/+61
| | | | | | | | | | - Comment out WANT_STATIC, which is currently broken. - Fix an mbstate_t syntax error; from Mitch Tishmack <otomo@qwest.net>. - Skip unused floating point tests that prevent building on alpha. - Point out LC_NUMERIC problem in pkg-message. PR: 31197 Submitted by: MAINTAINER
* Fix a braino (having @unexec rmdir ... without 2>/dev/null || true reallypetef2001-10-052-2/+2
| | | | defeats the purpose...)
* Add missing @unexec rmdirpetef2001-10-052-0/+2
| | | | Noticed by: bento
* Update the files' checksums.roam2001-09-273-13/+3
| | | | | | | | | Remove a patch that is now incorporated in the official sources. Mark BROKEN until the maintainer (or somebody else) figures out a way to make it build again on FreeBSD. PR: 30825 Submitted by: maintainer
* Upgrade to 0.5.3.alex2001-09-154-29/+2
| | | | Submitted by: jkoshy
* Update to 1.03tdwcjr2001-09-102-2/+2
| | | | | PR: 30475 Submitted by: maintainer
* Make sure change in patching "builds" correctly on more recent systems.mp2001-09-081-0/+2
| | | | Submitted by: gshapiro
* Update to tcsh-6.11.mp2001-09-074-20/+12
|
* - remove DIST_SUBDIRpetef2001-08-313-6/+12
| | | | | | | | | - touch -> ${TOUCH} - add post-install target to update /etc/shells (to match pkg-plist @exec) - make sure to remove /etc/shells.bak PR: 26092 Submitted by: maintainer
OpenPOWER on IntegriCloud