summaryrefslogtreecommitdiff
path: root/shells (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-181-1/+0
| | | | Notes: svn path=/head/; revision=12623
* Removed manpages from pkg/PLISTDavid E. O'Brien1998-08-1311-32/+5
| | | | Notes: svn path=/head/; revision=12505
* Update to version 2.02.1.Steve Price1998-08-106-12/+12
| | | | | | | | Submitted by: studded@dal.net Hoping that Andrey doesn't mind: steve :) Notes: svn path=/head/; revision=12387
* Guard against a nonexistant /usr/share/info/dir.Steve Price1998-07-176-6/+15
| | | | | | | PR: 7297 Notes: svn path=/head/; revision=11942
* Yikes! I missed a 'ja-' in my cvs co. Undo the previousSteve Price1998-07-046-86/+120
| | | | | | | | | commit. Pointed out by: ache@FreeBSD.ORG Notes: svn path=/head/; revision=11701
* Update to version 6.07.06.Steve Price1998-07-036-120/+86
| | | | | | | | PR: 7112 Submitted by: maintainer Notes: svn path=/head/; revision=11695
* Rename "bash" to "bash1" (the actual port is already repository copied).Satoshi Asami1998-06-251-2/+2
| | | | | | | Requested by: chet@ins.CWRU.Edu Notes: svn path=/head/; revision=11530
* Update to 0.9beta1.Martin Cracauer1998-06-084-93/+42
| | | | | | | | | | | | | | | | | | | | | This version is now GNU configure driven. A word of warning for future committers so that you don't fall into the same trap as I did: The source has an printf-style funtion "print". This doesn't understand "%u", so the usual print-casting stuff for long long ints isn't printf("%u", (unsigned int)foo); but print("%d", (int)foo); which obviously looses in some cases, but I didn't take the effort to extend this function to take 64 bit value (just unsigned is limited as well). In this case, it isn't that bad, since it is used to print limits, but memory limits are internally stored as "mega" or "kilo" anyway. Notes: svn path=/head/; revision=11355
* put MASTER_SITE_GNU firstAndrey A. Chernov1998-05-163-9/+9
| | | | Notes: svn path=/head/; revision=11010
* Link statically.Thomas Gellekum1998-04-291-1/+2
| | | | | | | Prompted by: latest discussion in freebsd-security Notes: svn path=/head/; revision=10754
* Upgrade to 2.02Andrey A. Chernov1998-04-286-45/+36
| | | | Notes: svn path=/head/; revision=10731
* Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.Masafumi Max NAKANE1998-04-052-3/+3
| | | | | | | Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist Notes: svn path=/head/; revision=10426
* Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn'tSatoshi Asami1998-04-041-1/+2
| | | | | | | | depend on ordering in the parent Makefiles for the links to be created correctly. Notes: svn path=/head/; revision=10410
* Upgrade, 1.03f -> 1.03g.Masafumi Max NAKANE1998-02-072-5/+5
| | | | | | | | PR: 5657 Submitted by: maintainer Notes: svn path=/head/; revision=9610
* Upgrade, 1.03e -> 1.03f.Masafumi Max NAKANE1997-12-192-5/+5
| | | | | | | | Submitted by: maintainer PR: 5341 Notes: svn path=/head/; revision=9134
* Files from old MASTER_SITE moved to a new site.Justin M. Seger1997-11-281-2/+2
| | | | Notes: svn path=/head/; revision=8875
* Upgrade, 1.03a -> 1.03eMasafumi Max NAKANE1997-11-132-5/+5
| | | | | | | | Submitted by: maintainer PR: 5006 Notes: svn path=/head/; revision=8605
* Upgrade to 2.01.1Andrey A. Chernov1997-11-066-15/+15
| | | | Notes: svn path=/head/; revision=8507
* Upgrade to 5.2.13.Thomas Gellekum1997-10-282-6/+6
| | | | Notes: svn path=/head/; revision=8377
* Upgrade to 3.0.5Torsten Blum1997-09-266-12/+12
| | | | Notes: svn path=/head/; revision=8027
* Upgrade, 1.01h -> 1.03a.Masafumi Max NAKANE1997-09-194-36/+19
| | | | | | | | PR: 4581 Submitted by: maintainer Notes: svn path=/head/; revision=7967
* @exec/@unexec directives that use %[FD] should never be put at theMasafumi Max NAKANE1997-09-062-2/+2
| | | | | | | very beginning of the file. This has been causing pkg_add to fail. Notes: svn path=/head/; revision=7789
* Make Bash obey ${PREFIX}David E. O'Brien1997-08-211-0/+11
| | | | Notes: svn path=/head/; revision=7636
* Forgot to disable NO_CDROMMartin Cracauer1997-07-151-2/+1
| | | | Notes: svn path=/head/; revision=7344
* Make this port almost portlint - clean (Description is still too long)Martin Cracauer1997-07-152-50/+14
| | | | | | | Fix some typos. Notes: svn path=/head/; revision=7336
* New version. This version is allowed to be on the CDROM.Martin Cracauer1997-07-152-5/+5
| | | | | | | | PR: ports/4096 Reviewed by: Thomas Gellekum <tg@ihf.rwth-aachen.de> Notes: svn path=/head/; revision=7335
* Install /etc/shells entry and info dir entryAndrey A. Chernov1997-06-276-3/+90
| | | | | | | PR: 3971 Notes: svn path=/head/; revision=7105
* Get bash to not use GNU malloc. This solves the calloc() weirdnessJordan K. Hubbard1997-06-271-0/+19
| | | | | | | in -current. Closes PR#3971 Notes: svn path=/head/; revision=7099
* Remove trailing dot from ${MAINTAINER}Bill Fenner1997-06-261-2/+2
| | | | | | | Found by: distfile checker Notes: svn path=/head/; revision=7073
* Update from 3.0.2 to 3.0.4Torsten Blum1997-06-256-22/+24
| | | | Notes: svn path=/head/; revision=7068
* Use install-info to edit the dir file.Masafumi Max NAKANE1997-06-164-16/+20
| | | | Notes: svn path=/head/; revision=6967
* Patch for zsh.texi to to add @direntry and @dircategory.Masafumi Max NAKANE1997-06-161-0/+13
| | | | Notes: svn path=/head/; revision=6966
* Patch for Doc/Makefile.in to:Masafumi Max NAKANE1997-06-162-0/+42
| | | | | | | | - Add --no-split to the makeinfo command line. - Remove info files before makeinfo. Notes: svn path=/head/; revision=6965
* Use install-info to edit the dir file.Masafumi Max NAKANE1997-06-161-0/+3
| | | | Notes: svn path=/head/; revision=6964
* Use install-info to edit the dir file.Masafumi Max NAKANE1997-06-161-2/+8
| | | | | | | | The (now old) master_site doesn&t have bash-1.14.7 anymore, but GNU sites do, so update it. Notes: svn path=/head/; revision=6963
* In documentation subdirectory, let ``make all'' build only the infoMasafumi Max NAKANE1997-06-161-2/+19
| | | | | | | files. Notes: svn path=/head/; revision=6962
* Patch up the texinfo file and add @dircategory and @direntry.Masafumi Max NAKANE1997-06-161-0/+13
| | | | Notes: svn path=/head/; revision=6961
* Upgrade to 2.01Andrey A. Chernov1997-06-069-111/+39
| | | | Notes: svn path=/head/; revision=6782
* Reduce number of patches needed for fnmatchAndrey A. Chernov1997-05-263-6/+6
| | | | Notes: svn path=/head/; revision=6576
* Use different way to nuke local fnmatch.h to not touch dependancesAndrey A. Chernov1997-05-263-6/+6
| | | | Notes: svn path=/head/; revision=6575
* FIx serious globbing error with \ due to wrong local fnmatch.h includedAndrey A. Chernov1997-05-263-3/+9
| | | | Notes: svn path=/head/; revision=6573
* fix handling of builtin limit command.Eric L. Hernes1997-04-101-36/+54
| | | | | | | closes ports/3037 Notes: svn path=/head/; revision=6176
* ache writes:David E. O'Brien1997-02-171-1/+3
| | | | | | | | | > This port is obsoleted by bash2, so I don't want to be MAINTAINER I *hate* bash2. So I'll take it over. Notes: svn path=/head/; revision=5662
* Added the docs to the package.David E. O'Brien1997-02-169-18/+105
| | | | | | | Commited with permission of the maintainer. Notes: svn path=/head/; revision=5638
* This port is obsoleted by bash2, so I don't want to be MAINTAINERAndrey A. Chernov1997-02-141-3/+1
| | | | Notes: svn path=/head/; revision=5612
* Instruction to display English help message was wrong.Masafumi Max NAKANE1997-01-091-1/+2
| | | | | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> Notes: svn path=/head/; revision=5281
* Upgrade, 1.01 -> 1.01h.Masafumi Max NAKANE1997-01-063-75/+26
| | | | | | | | Reviewed by: max Submitted by: nobu@psrc.isac.co.jp Notes: svn path=/head/; revision=5221
* Upgrade, 1.01 -> 1.01h.Masafumi Max NAKANE1997-01-062-4/+6
| | | | | | | | Submitted by: nobu@psrc.isac.co.jp Reviewed by: max Notes: svn path=/head/; revision=5220
* Activated scsh.Masafumi Max NAKANE1997-01-031-1/+2
| | | | Notes: svn path=/head/; revision=5174
* New port, scsh:Masafumi Max NAKANE1997-01-0310-0/+470
| | | | | | | | | A Unix shell embedded into Scheme, with access to all Posix calls Reviewed by: max Submitted by: cracauer@cons.org "Martin Cracauer" Notes: svn path=/head/; revision=5173