summaryrefslogtreecommitdiff
path: root/shells (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - 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