summaryrefslogtreecommitdiff
path: root/shells (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Add a patch from the author that fixes a bug in file nameAkinori MUSHA2002-04-153-8/+209
| | | | | | | | | | | | | completion. Bump PORTREVISION accordingly. - Default the number of columns to 1. - Add some nifty launcher definitions. Submitted by: nork (partly) Notes: svn path=/head/; revision=57726
* Fix MASTER_SITES.Alexander Langer2002-04-031-1/+1
| | | | | | | Submitted by: Jason R. Mastaler <jason-dated-1018213461.54d8b1@mastaler.com> Notes: svn path=/head/; revision=57258
* Update to 2.00b.Akinori MUSHA2002-03-313-15/+2
| | | | Notes: svn path=/head/; revision=57079
* No longer need to explicitly provide a GNU autconf target.David E. O'Brien2002-03-283-3/+0
| | | | Notes: svn path=/head/; revision=56766
* Update to release 2002-03-17.Christian Weisgerber2002-03-262-4/+3
| | | | Notes: svn path=/head/; revision=56702
* Add a patch supplied by the author to fix a bug in glob expansionAkinori MUSHA2002-03-252-0/+13
| | | | | | | | | | where a series of globs was only partially expanded. (`echo a* b*' -> `echo a aa aaa b*') Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=56651
* Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in theDavid E. O'Brien2002-03-253-0/+354
| | | | | | | FIGNORE list is the only possible match, expand it. Notes: svn path=/head/; revision=56593
* "GUI-based ... for text terminal" -> "CUI-based"Akinori MUSHA2002-02-102-6/+5
| | | | | | | Suggested by: ume Notes: svn path=/head/; revision=54488
* Update FD, a GUI-based file and directory management tool for textAkinori MUSHA2002-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) Notes: svn path=/head/; revision=54487
* Make compile on FreeBSD/sparc64 !David E. O'Brien2002-02-102-19/+53
| | | | Notes: svn path=/head/; revision=54483
* Update 0.8 -> 0.8.5.Jacques Vidrine2002-02-065-38/+22
| | | | | | | Release MAINTAINER. Notes: svn path=/head/; revision=54274
* Repocopy and move "fd" from misc/ to shells/ which is more suitableAkinori MUSHA2002-01-292-1/+2
| | | | | | | | | | category for the port. Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER) Repocopied by: joe Notes: svn path=/head/; revision=53989
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53959
* Add a patch submitted by the author which fixes a bug I reported whereAkinori MUSHA2002-01-212-1/+49
| | | | | | | | | | fd occasionally dies of a segfault caused by a buffer overrun on command invocation. Bump PORTREVISION accordingly. Notes: svn path=/head/; revision=53462
* Add a patch submitted by the author which fixes a bug I reported whereAkinori MUSHA2002-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. Notes: svn path=/head/; revision=53335
* Upgrade to v0.6.0.Joseph Koshy2002-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] Notes: svn path=/head/; revision=53035
* Use '::' as an dependency operator for pre-everything target. This isDirk Froemberg2001-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. Notes: svn path=/head/; revision=52442
* upgrade to 1.03uYing-Chieh Liao2001-12-273-7/+8
| | | | | | | | PR: 33226 Submitted by: maintainer Notes: svn path=/head/; revision=52236
* portlint: remove extra whitespaces before end of line.Dirk Froemberg2001-12-242-2/+2
| | | | Notes: svn path=/head/; revision=52088
* - PORTDOCS policePatrick Li2001-12-242-5/+4
| | | | | | | | - DOCSDIR support to some - Brush out some lint Notes: svn path=/head/; revision=52072
* Fix LC_NUMERIC locale bug.Christian Weisgerber2001-12-043-5/+17
| | | | | | | Submitted by: Alexander N. Kabaev <ak03@gte.com> Notes: svn path=/head/; revision=51032
* * Update to release 2001-10-31.Christian Weisgerber2001-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 Notes: svn path=/head/; revision=50866
* Override CONFIGURE_TARGET, so that this configure script generated byMaxim Sobolev2001-11-233-0/+3
| | | | | | | autoconf-2.52 doesn't generate a warning. Notes: svn path=/head/; revision=50411
* * Update to 2.05a.Christian Weisgerber2001-11-2139-618/+567
| | | | | | | | | * Split failglob patch into per-file patches. Reviewed by: obrien Notes: svn path=/head/; revision=50311
* Update to 4.0.4.Will Andrews2001-11-103-3/+24
| | | | | | | | PR: 31872 Submitted by: Anders Andersson <anders@codefactory.se> Notes: svn path=/head/; revision=49906
* Update my MAINTAINER address.Christian Weisgerber2001-11-031-1/+1
| | | | | | | Approved by: trevor Notes: svn path=/head/; revision=49545
* - Remove BROKEN.Ying-Chieh Liao2001-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 Notes: svn path=/head/; revision=48661
* Fix a braino (having @unexec rmdir ... without 2>/dev/null || true reallyPete Fritchman2001-10-052-2/+2
| | | | | | | defeats the purpose...) Notes: svn path=/head/; revision=48455
* Add missing @unexec rmdirPete Fritchman2001-10-052-0/+2
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=48452
* Update the files' checksums.Peter Pentchev2001-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 Notes: svn path=/head/; revision=48225
* Upgrade to 0.5.3.Alexander Langer2001-09-154-29/+2
| | | | | | | Submitted by: jkoshy Notes: svn path=/head/; revision=47849
* Update to 1.03tDavid W. Chapman Jr.2001-09-102-2/+2
| | | | | | | | PR: 30475 Submitted by: maintainer Notes: svn path=/head/; revision=47596
* Make sure change in patching "builds" correctly on more recent systems.Mark Peek2001-09-081-0/+2
| | | | | | | Submitted by: gshapiro Notes: svn path=/head/; revision=47551
* Update to tcsh-6.11.Mark Peek2001-09-074-20/+12
| | | | Notes: svn path=/head/; revision=47503
* - remove DIST_SUBDIRPete Fritchman2001-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 Notes: svn path=/head/; revision=47202
* Remove redundant USE_PERL5 statements.Anton Berezin2001-08-243-3/+0
| | | | Notes: svn path=/head/; revision=46821
* 1. This should never have been a portAde Lovett2001-08-116-43/+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. Notes: svn path=/head/; revision=46060
* Update ksh93 to 2001-07-04.0000 version. Earlier distfiles are noTrevor Johnson2001-08-049-152/+26
| | | | | | | | | | | | longer available from AT&T. Add DIST_SUBDIR. PR: 28879 Submitted by: maintainer Notes: svn path=/head/; revision=45797
* Update to 4.0.2.Will Andrews2001-07-036-190/+87
| | | | | | | | | | | | | | | | | - Remove patches (merged into distribution). - Add zsh-doc distribution. - Remove USE_AUTOCONF. - Remove extraneous shells.bak after /etc/shells update. - Adjust to slide .info under NOPORTDOCS and such. - Spelling fix in descr. Thanks to Pete for his work. PR: 28657 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=44674
* "the the" -> "the"Chris Costello2001-06-231-1/+1
| | | | | | | | PR: docs/28376 Submitted by: tyler spivey <tspivey8@home.com> Notes: svn path=/head/; revision=44370
* Preserve files in etc/.Jimmy Olgeni2001-06-172-4/+14
| | | | | | | Approved by: greid Notes: svn path=/head/; revision=44117
* Enable maildir support.Will Andrews2001-06-161-1/+2
| | | | | | | Requested by: David Thiel <lx@redundancy.redundancy.org> Notes: svn path=/head/; revision=44061
* Add hmmah, The Deep Prompt, a set of shell promptsDavid W. Chapman Jr.2001-06-146-0/+43
| | | | | | | | Submitted by: David Yeske <dyeske@yahoo.com> Reviewed by: will Notes: svn path=/head/; revision=43982
* upgrade to 1.0008Ying-Chieh Liao2001-06-132-6/+8
| | | | | | | | make RUN_DEPENDS also BUILD_DEPENDS drop maintainership Notes: svn path=/head/; revision=43944
* The perl man directories should not be removed.James E. Housley2001-06-074-8/+2
| | | | | | | | PR: 27696 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=43590