summaryrefslogtreecommitdiff
path: root/shells (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Upgrade Zsh to 4.0.1:Will Andrews2001-06-039-151/+614
| | | | | | | | | | | | | | | | | | | | | C1) Turn shells/zsh-devel into a stub which prints a message that points people at the new shells/zsh, upgraded to 4.0.1. M1) Add patch to fix some functions included in 4.0.1. M2) Remove obsolete patches. M3) Remove MASTER_SITE_LOCAL since we can't use knu's version now. W1) Remove MASTER_SITE_LOCAL fully. W2) Put patch-aa in patch-ab for backwards-compatible diffing. W3) Do C1 with the least diff, using pre-everything:: and then ${FALSE}'ing out after printing the message. Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>, Christian Weisgerber <naddy@mips.inka.de> Noted by: Cyrille Lefevre <clefevre@redirect.to>, Øyvind Kolbu <oyvind@kebab.gaffel.nu> Approved by: shige (C1) Notes: svn path=/head/; revision=43472
* Update to 1.03s and remove hotfix patches.Akinori MUSHA2001-05-314-28/+3
| | | | | | | | PR: ports/27785 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=43338
* Make htshd work with tcsh.George C A Reid2001-05-291-1/+2
| | | | | | | | PR: 27564 Submitted by: Yoshiyuki NAKAMICHI <nakamiti@ongs.gr.jp> Notes: svn path=/head/; revision=43283
* Fix plistGeorge C A Reid2001-05-192-1/+2
| | | | | | | | PR: 27447 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=42726
* Update lang/ruby and lang/ruby-devel to the latest snapshots.Akinori MUSHA2001-05-176-71/+0
| | | | | | | | | | | Remove shells/ruby-shell as it is now part of the standard distribution. (in both Ruby 1.6.4 and 1.7.0) Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the standard distribution now. Notes: svn path=/head/; revision=42688
* Don't hard-code -O2Kris Kennaway2001-04-291-1/+1
| | | | Notes: svn path=/head/; revision=42049
* Add a couple of missing files and remove extra directories on uninstall.Steve Price2001-04-154-0/+12
| | | | Notes: svn path=/head/; revision=41398
* Our `end' key defintion for TERM==cons25 seems to be different from others.David E. O'Brien2001-04-113-0/+42
| | | | | | | | | | So make the same localization here that ache made in src/contrib/libreadline/terminal.c rev 1.2. Submitted by: sobomax Notes: svn path=/head/; revision=41295
* Re-update to 1.03r with a hotfix from the author. PORTREVISION is setAkinori MUSHA2001-04-104-2/+26
| | | | | | | | | to 1 now due to this whole matter. Submitted by: MAINTAINER Notes: svn path=/head/; revision=41198