aboutsummaryrefslogtreecommitdiffstats
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo.David E. O'Brien2000-04-151-2/+2
| | | | Submitted by: R. Imura <imura@af.airnet.ne.jp>
* Add the original 44bsd-csh for those that don't care for the new one.David E. O'Brien2000-04-151-0/+1
|
* This is the the traditional 4.4BSD /bin/csh C-shell, with additionalDavid E. O'Brien2000-04-155-0/+54
| | | | FreeBSD fixes and updates since 4.4BSD Lite was released.
* Portlint COMMENT's.Akinori MUSHA2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-3/+3
|
* FixChris Piazza2000-04-121-1/+2
| | | | Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-1017-46/+43
|
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-223-3/+3
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
|
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
|
* Upgrade shells/perlsh to new version (perlsh 0.007).Chris D. Faulhaber2000-02-2912-52/+182
| | | | | | | | | | | | | | 1) Update pkg/PLIST. 2) Change to depend on perlsh's install mechanism. 3) New patch (patch-aa) fixes PREFIX problem. 4) Account for broken TCP/IP on MASTER_SITES. 5) General Makefile cleanups. 6) Addition of perlsh to perl5 virtual category. 7) Use PKGNAME to match port's name. 8) Remove unnecessary perl substitution. PR: 17031 Submitted by: Maintainer
* As per prior decision, move NO_LATEST_LINK from zsh to zsh-devel. AsSatoshi Asami2000-02-222-1/+1
| | | | | | | it is obvious from their names, NO_LATEST_LINK should have been in zsh-devel/Makefile when it was committed. We will revisit this issue after the release.
* Fix a problem with zsh.texi introduced when we upgraded our base-systemTorsten Blum2000-02-142-13/+101
| | | | | texinfo to 4.0. Things could be easier if people would use manpages instead of texinfo & Co.
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-7/+7
|
* Add NO_LATEST_LINK, zsh-devel is the prefered port for now.Bill Fumerola2000-02-121-0/+1
|
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,Peter Wemm2000-02-083-3/+3
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Fix texinfo error.Shigeyuki Fukushima2000-02-051-2/+100
| | | | | Substitute @value{dsp} for ''. Substitute @t{@value{dsp}} for @t{'}@t{'}.
* Adding sash version 3.4.Steve Price2000-01-3020-0/+569
| | | | | | | A Stand-Alone shell combining many common utilities. PR: 16309 Submitted by: Patrick Gardella <patrick@freebsd.org>
* add WWW:Michael Haro2000-01-225-0/+10
| | | | | PR: 16261, 16262, 16263 Submitted by: joseph.scott@owp.csus.edu
* Add WWW to description of shells/bash1Michael Haro2000-01-221-0/+2
| | | | | PR: 16260 Submitted by: joseph.scott@owp.csus.edu
* Don't include bsd.port.pre.mk twice.Satoshi Asami2000-01-171-1/+1
|
* Add flash.Wes Peters2000-01-091-0/+1
| | | | | PR: 15995 Submitted by: Will Andrews <andrews@technologist.com>
* Add port for flash, a user-menu shell. This still needs aWes Peters2000-01-0916-0/+297
| | | | | | | good FreeBSD-specific template; Will is working on one. PR: 15995 Submitted by: Will Andrews <andrews@technologist.com>
* Don't need a period at end.Satoshi Asami2000-01-082-2/+2
|
* Remove info/dir from PLISTAde Lovett2000-01-081-1/+0
| | | | | PR: 15945 Submitted by: Alexander Langer <alex@big.endian.de>
* Add perlsh.Satoshi Asami2000-01-061-0/+1
| | | | Forgotten by: wes
* Commit perlsh 0.004pre2 port.Wes Peters2000-01-0410-0/+106
| | | | | PR: 15412 Submitted by: Will Andrews <andrews@technologist.com>
* Make sure we add ksh93 to /etc/shells.Steve Price1999-12-312-0/+9
| | | | | PR: 15788 Submitted by: maintainer
* Update /etc/shells after installation.Thomas Gellekum1999-12-291-0/+7
| | | | | PR: 15685 Submitted by: foxfair
* Don't coredump under certain conditions where the pid > 32000.Steve Price1999-12-293-0/+63
| | | | | PR: 12174 Submitted by: Dirk Meyer <dirk.meyer@home.dinoex.sub.org>
* Use --entry instead of --defentry so this port doesn't fail on olderSteve Price1999-12-293-3/+3
| | | | | | versions of FreeBSD. PR: 12746
* Add a MASTER_SITE.Steve Price1999-12-261-1/+2
| | | | PR: 15675
* fix installation of info filesMichael Haro1999-12-253-0/+3
| | | | | PR: 14761 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Update to version 1.03l.Steve Price1999-12-242-4/+4
| | | | | PR: 15237 Submitted by: maintainer
* Merge from zsh-devel: build zshall(1) correctly.Bill Fumerola1999-12-081-0/+11
|
* Intelligent packaging. Portlint.Bill Fumerola1999-12-071-3/+2
| | | | | | Inspired by: PR: ports/15306 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
* Add `failglob' option as announced on -ports mailing list.Martin Cracauer1999-12-043-0/+594
|
* Bash1 incorrectly restores signals when executing programs. This causesDavid E. O'Brien1999-11-283-0/+38
| | | | | | | | | | | | | | | many programs to use 100% CPU after a login session was ungracefully closed because SIGHUP will not be delivered to processes started from bash1 used as login shell (SIGHUP is ignored when bash1 is running as login shell and telnet connection is made because ignored SIGHUP is inherited from inetd->telnetd->getty->login; ignored SIGHUP is restored before starting any program from shell). These patches were derived from Bash 2.03, and attempt to impliement the Bash 2.03 behavior. PR: 14943 Submitted by: Max Khon (fjoe@iclub.nsu.ru)
* Use $(CC) -E rather than ``cpp'' to deal with cpp's new braindamage.David E. O'Brien1999-11-281-1/+10
|
* Activate the ksh93 port.Steve Price1999-11-271-0/+1
|
* Initial import of ksh93.Steve Price1999-11-276-0/+72
| | | | | | | The official AT&T release of KornShell 93. PR: 14497 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
* Upgrade to v3.0.7.Joseph Koshy1999-11-252-3/+3
|
* Fix reported in ports/14376 does not solve the problem essentially.Shigeyuki Fukushima1999-10-291-0/+11
| | | | | | | | Therefore I solve the problem by the another way. Thank you for your bug-report. PR: ports/14376 Submitted by: Will Andrews <andrews@technologist.com>
* change master siteAndrey A. Chernov1999-10-033-3/+3
| | | | Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
* Fix packaging. Move all version info out of PLIST using PLIST_SUB.Satoshi Asami1999-09-112-1/+2
|
* building a static binary has been broken. fix thatTorsten Blum1999-09-111-1/+1
|
* Upgrade to zsh 3.0.6.Torsten Blum1999-09-113-9/+9
|
* Updated to 1.03kSatoshi Taoka1999-09-072-3/+3
| | | | | PR: 13590 Submitted by: maintainer
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-317-8/+8
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$Peter Wemm1999-08-3113-13/+13
|
* ln -> ${LN}Michael Haro1999-08-281-2/+2
|
* Update to tcsh 6.09Michael Haro1999-08-282-5/+7
| | | | | Submitted by: KATO Tsuguru tkato@prontomail.ne.jp PR: 13413
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-283-6/+6
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* chmod -> ${CHMOD}Michael Haro1999-08-231-3/+3
| | | | chown -> ${CHOWN}
* Update to 3.1.6.Shigeyuki Fukushima1999-08-065-18/+174
| | | | | PR: ports/12944 Submitted by: Chris Piazza <cpiazza@FreeBSD.org>
* Fix formatting glitch in job status output.Thomas Gellekum1999-07-211-0/+17
| | | | Submitted by: Michael Rendell <michael@cs.mun.ca>
* Upgrade to 5.2.14.Thomas Gellekum1999-07-162-7/+11
|
* Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too.Steve Price1999-07-061-0/+11
|
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-2711-11/+11
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* 1) Update ports/shells/rc to version 1.6 (the first release versionChris Piazza1999-06-264-49/+29
| | | | | | | | | | in many years.) 2) change MAINTAINER line to myself, this is with the approval of erich@FreeBSD.org (the current maintainer) 3) update the pkg/DESCR to include a WWW line PR: 12392 Submitted by: Scott A. Kenney <saken@hotel.rmta.org>
* Correct identity string on the alpha.Steve Price1999-06-231-0/+16
| | | | Noticed by: Jeff Wheat <jeff@cetlink.net>
* One of MASTER_SITES is disappeared, one is changed.SADA Kenji1999-06-081-4/+3
|
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-0614-42/+7
| | | | in bsd.port.mk and this helps to unify the check and install.
* Mark broken for Alpha because of bus errors from unaligned accesses.Steve Price1999-05-311-1/+5
|
* Activate esh.Jacques Vidrine1999-05-291-1/+2
|
* The ``easy shell'', a small shell with Lisp-like syntax.Jacques Vidrine1999-05-297-0/+97
|
* use system libreadline for -currentAndrey A. Chernov1999-05-283-0/+3
|
* Fixes for freebsd,ELF,-currentAndrey A. Chernov1999-05-2815-45/+132
| | | | Upgrade docs to 2.03
* Update to 2.03 (maintainer did not respond)Martin Cracauer1999-04-199-36/+39
|
* Add back bash1.David E. O'Brien1999-03-311-1/+2
|
* Bash version 1.17 was much more popular than I thought.David E. O'Brien1999-03-3012-0/+251
| | | | (deleted to save space on the CDROM since I thought few were still using it)
* Delete the bash1 port.David E. O'Brien1999-03-291-2/+1
|
* Delete the bash 1.17 port. It served us well as we transitioned to bashDavid E. O'Brien1999-03-2912-251/+0
| | | | version 2.
* Update to 1.03jSeiichirou Hiraoka1999-03-172-4/+4
| | | | | PR: ports/10635 Submitted by: nobu@psrc.isac.co.jp
* Update to version 1.5b2.Steve Price1999-03-154-100/+25
| | | | | PR: 9882 Submitted by: Scott A. Kenney <saken+freebsd-ports@hotel.rmta.org>
* remove links on unexecAndrey A. Chernov1999-03-071-0/+5
|
* Update to FD-1.03iSeiichirou Hiraoka1999-03-042-5/+5
|
* MAINTAINER changed, because I was a committer.Shigeyuki Fukushima1999-03-011-2/+2
|
* Unbreak for ELF. I didn't hear from the maintainer, but the fix is aJoseph Koshy1999-02-231-4/+8
| | | | minor one (addition of LDFLAGS to CONFIGURE_ENV).
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-274-4/+8
|
* Break up the "plan9" category -- all the ports are where they belong, andSatoshi Asami1999-01-092-3/+4
| | | | | | "plan9" is a virtual category now. Reviewed by: the ports list
* Activate zsh-devel port.Steve Price1998-12-241-1/+2
|
* Update to version 3.1.5 after repository copy.Steve Price1998-12-246-55/+46
| | | | | PR: 8552 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* Mark this broken while Steve works on upgrade.Satoshi Asami1998-12-241-1/+3
|
* Sort entries. In particular, "large", "medium", "small" sort in this order,Satoshi Asami1998-12-071-2/+2
| | | | | | | | | | dispite their meanings. (Sometimes we're too smart for computers. :) Found by: sorting ports/INDEX by "sort -t '|' +1 -2" (Note: the whole "x11" category appears at the end with the above sort command, but I'll leave that the way it is for now -- "ls" shows it before other x11-* entries.)
* More MASTER_SITESMartin Cracauer1998-12-032-17/+12
| | | | | | Compacting DESCR Yes, I still plan to ELFify this one...
* Fixup CATEGORIES list.Steve Price1998-11-221-2/+2
| | | | Submitted by: Josh Gilliam <josh@quick.net>
* upgrade to 6.08.00Andrey A. Chernov1998-10-223-88/+5
|
* Move manpages to Makefile and use MAN* macros.Steve Price1998-10-042-3/+3
|
* Mark BROKEN for ELF.Justin M. Seger1998-09-291-1/+3
|
* Upgrade, 1.03g -> 1.03h.Masafumi Max NAKANE1998-09-045-11/+27
| | | | | PR: 7808 Submitted by: maintainer
* Update /etc/shells upon make install.Masafumi Max NAKANE1998-08-271-6/+11
| | | | ln -> ${LN}
* Update /etc/shells upon make install.Masafumi Max NAKANE1998-08-272-2/+12
|
* Remove miscellaneous manpages.Tim Vanderhoek1998-08-191-1/+0
|
* Removed manpages from pkg/PLISTDavid E. O'Brien1998-08-1411-32/+5
|
* Update to version 2.02.1.Steve Price1998-08-106-12/+12
| | | | | Submitted by: studded@dal.net Hoping that Andrey doesn't mind: steve :)
* Guard against a nonexistant /usr/share/info/dir.Steve Price1998-07-186-6/+15
| | | | PR: 7297
* Yikes! I missed a 'ja-' in my cvs co. Undo the previousSteve Price1998-07-046-86/+120
| | | | | | commit. Pointed out by: ache@FreeBSD.ORG
* Update to version 6.07.06.Steve Price1998-07-046-120/+86
| | | | | PR: 7112 Submitted by: maintainer
* Rename "bash" to "bash1" (the actual port is already repository copied).Satoshi Asami1998-06-261-2/+2
| | | | Requested by: chet@ins.CWRU.Edu
* 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.
* put MASTER_SITE_GNU firstAndrey A. Chernov1998-05-163-9/+9
|
* Link statically.Thomas Gellekum1998-04-291-1/+2
| | | | Prompted by: latest discussion in freebsd-security
* Upgrade to 2.02Andrey A. Chernov1998-04-286-45/+36
|
* 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
* 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.
* Upgrade, 1.03f -> 1.03g.Masafumi Max NAKANE1998-02-082-5/+5
| | | | | PR: 5657 Submitted by: maintainer
* Upgrade, 1.03e -> 1.03f.Masafumi Max NAKANE1997-12-202-5/+5
| | | | | Submitted by: maintainer PR: 5341
* Files from old MASTER_SITE moved to a new site.Justin M. Seger1997-11-281-2/+2
|
* Upgrade, 1.03a -> 1.03eMasafumi Max NAKANE1997-11-142-5/+5
| | | | | Submitted by: maintainer PR: 5006
* Upgrade to 2.01.1Andrey A. Chernov1997-11-066-15/+15
|
* Upgrade to 5.2.13.Thomas Gellekum1997-10-282-6/+6
|
* Upgrade to 3.0.5Torsten Blum1997-09-266-12/+12
|
* Upgrade, 1.01h -> 1.03a.Masafumi Max NAKANE1997-09-194-36/+19
| | | | | PR: 4581 Submitted by: maintainer
* @exec/@unexec directives that use %[FD] should never be put at theMasafumi Max NAKANE1997-09-072-2/+2
| | | | very beginning of the file. This has been causing pkg_add to fail.
* Make Bash obey ${PREFIX}David E. O'Brien1997-08-211-0/+11
|
* Forgot to disable NO_CDROMMartin Cracauer1997-07-151-2/+1
|
* Make this port almost portlint - clean (Description is still too long)Martin Cracauer1997-07-152-50/+14
| | | | Fix some typos.
* 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>
* Install /etc/shells entry and info dir entryAndrey A. Chernov1997-06-286-3/+90
| | | | PR: 3971
* Get bash to not use GNU malloc. This solves the calloc() weirdnessJordan K. Hubbard1997-06-281-0/+19
| | | | in -current. Closes PR#3971
* Remove trailing dot from ${MAINTAINER}Bill Fenner1997-06-261-2/+2
| | | | Found by: distfile checker
* Update from 3.0.2 to 3.0.4Torsten Blum1997-06-256-22/+24
|
* Use install-info to edit the dir file.Masafumi Max NAKANE1997-06-164-16/+20
|
* Patch for zsh.texi to to add @direntry and @dircategory.Masafumi Max NAKANE1997-06-161-0/+13
|
* 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.
* Use install-info to edit the dir file.Masafumi Max NAKANE1997-06-161-0/+3
|
* 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.
* In documentation subdirectory, let ``make all'' build only the infoMasafumi Max NAKANE1997-06-161-2/+19
| | | | files.
* Patch up the texinfo file and add @dircategory and @direntry.Masafumi Max NAKANE1997-06-161-0/+13
|
* Upgrade to 2.01Andrey A. Chernov1997-06-079-111/+39
|
* Reduce number of patches needed for fnmatchAndrey A. Chernov1997-05-273-6/+6
|
* Use different way to nuke local fnmatch.h to not touch dependancesAndrey A. Chernov1997-05-273-6/+6
|
* FIx serious globbing error with \ due to wrong local fnmatch.h includedAndrey A. Chernov1997-05-273-3/+9
|
* fix handling of builtin limit command.Eric L. Hernes1997-04-101-36/+54
| | | | closes ports/3037
* 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.
* Added the docs to the package.David E. O'Brien1997-02-169-18/+105
| | | | Commited with permission of the maintainer.
* This port is obsoleted by bash2, so I don't want to be MAINTAINERAndrey A. Chernov1997-02-141-3/+1
|
* Instruction to display English help message was wrong.Masafumi Max NAKANE1997-01-091-1/+2
| | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* Upgrade, 1.01 -> 1.01h.Masafumi Max NAKANE1997-01-063-75/+26
| | | | | Reviewed by: max Submitted by: nobu@psrc.isac.co.jp
* Upgrade, 1.01 -> 1.01h.Masafumi Max NAKANE1997-01-062-4/+6
| | | | | Submitted by: nobu@psrc.isac.co.jp Reviewed by: max
* Activated scsh.Masafumi Max NAKANE1997-01-031-1/+2
|
* 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"
* Add bash2, which has been repository-copied from bash before rollingSatoshi Asami1997-01-021-1/+2
| | | | it back from 2.0 to 1.14.7.
* Roll this back to 1.14.7.Satoshi Asami1997-01-028-204/+146
|
* Upgrade to 2.0Andrey A. Chernov1996-12-2723-329/+351
|
* Don't need WRKSRC.David E. O'Brien1996-12-274-12/+12
| | | | Add manpages to MANx. But don't compress them.
* Style police.David E. O'Brien1996-12-274-8/+8
|
* update checksum - the distfile has changedTorsten Blum1996-12-202-2/+2
|
* Sort this file once and for all, so nobody has to scramble it again. :)Satoshi Asami1996-12-202-8/+8
|
* Upgrade to 3.0.2Torsten Blum1996-12-196-20/+26
|
* DISTNAME goes before PKGNAME.Satoshi Asami1996-12-171-2/+2
|
* Upgrade to 6.07.02Andrey A. Chernov1996-12-164-14/+24
|
* Install the man page to man/ja_JP.EUC/man1.Masafumi Max NAKANE1996-12-123-11/+10
|
* Uh, the binary is now called "zsh-3.0.1", not "zsh-3.0.0".Satoshi Asami1996-11-222-2/+2
|
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-182-3/+3
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-189-41/+25
|
* Converted to MAN[1-8]David E. O'Brien1996-11-171-3/+3
| | | | Converted p5* to use MASTER_SITE_PERL_CPAN
* When we upgrade, we generally change this file too. :>Satoshi Asami1996-11-162-2/+2
|
* Remove @cwd /usr/local.Satoshi Asami1996-11-164-4/+0
|
* Upgrade to 3.0.1Torsten Blum1996-11-152-8/+8
|
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-2/+2
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-2/+2
| | | | Misc variable reordering, cleaning up, etc.
* Upgrade to 5.2.12.Thomas Gellekum1996-11-052-4/+4
| | | | Submitted by: Eric J. Chet <ejc@bazzle.com> (patch-aa)
* Replace last occurance of collate_range_cmp call with its codeAndrey A. Chernov1996-10-311-4/+40
|
* trim the DESCR's to something reasonable at Satoshi's request.Eric L. Hernes1996-10-161-27/+15
|
* Upgrade to 5.2.11Thomas Gellekum1996-10-162-4/+4
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-107-7/+7
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Upgrade to version 5.2.9Thomas Gellekum1996-10-012-4/+4
|
* Upgrade to 3.0.0Torsten Blum1996-09-156-14/+14
|
* Upgrade to 1.14.7Andrey A. Chernov1996-08-288-20/+20
|
* Upgrade to 5.2.8Thomas Gellekum1996-08-212-4/+4
|
* Convert to newly added collate compare functionAndrey A. Chernov1996-08-131-74/+24
|
* Use collate for alpha character rangesAndrey A. Chernov1996-08-121-0/+93
|
* Move es from plan9 to shells. (It has already been copied to shellsSatoshi Asami1996-07-302-3/+4
| | | | by Peter.)
* Typo.Satoshi Asami1996-07-101-1/+1
| | | | Submitted by: James Raynard <fports@jraynard.demon.co.uk>
* Upgrade to 3.0 pre 2Torsten Blum1996-07-1010-18/+58
| | | | Approved-By: asami
* register ${PREFIX}/bin/zsh - not zsh-2.6-beta21Torsten Blum1996-06-252-2/+2
| | | | Pointed out by: gpalmer
* Upgrade to 2.6 beta 21Torsten Blum1996-06-248-22/+22
| | | | OK'ed by: gpalmer
* Upgrade to version 5.2.7Thomas Gellekum1996-06-052-3/+3
|
* Upgrade to version 5.2.6Thomas Gellekum1996-06-042-4/+4
|
* new checksumTorsten Blum1996-05-162-2/+2
|
* the path on the master sites have changed...Torsten Blum1996-05-162-18/+18
|
* Conditionalize man page compression on NOMANCOMPRESS. Use a .for loopSatoshi Asami1996-05-162-10/+14
| | | | instead of a humongous gzip command line.
* Update to beta 17Torsten Blum1996-05-166-10/+10
|
* Upgrade to version 5.2.5Thomas Gellekum1996-05-142-10/+4
|
* Master site changedAndrey A. Chernov1996-05-011-2/+2
|
* pkg/COMMENT files for use by ports READMEs.Satoshi Asami1996-04-091-0/+1
|
* A file and directory management tool.Satoshi Asami1996-03-206-0/+117
| | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
* upgrade to beta 13Torsten Blum1996-03-078-20/+24
|
* (1) Fix "version required" commentSatoshi Asami1996-02-161-5/+6
| | | | | | | (2) Add PKGNAME to reflect that this is patchlevel 2 (3) PATCH_SITES goes before PATCHFILES (just like MASTER_SITES and DISTFILES) (4) MAINTAINER goes after patchfiles section
* Upgrade to newer version.Thomas Gellekum1996-02-162-3/+10
|
* checksumAdam David1996-02-094-4/+4
|
* version 1.14.6 releaseAdam David1996-02-094-20/+16
|
* Upgrade to 1.14.6 beta 3Andrey A. Chernov1995-12-0316-48/+44
|
* Don't add manpage to /etc/shells. ;>Satoshi Asami1995-11-011-1/+1
| | | | Reported by: obrien@cs.ucdavis.edu (David E. O'Brien)
* shortened COMMENTSEric L. Hernes1995-10-291-1/+1
|
* added myself as MAINTAINEREric L. Hernes1995-10-292-2/+7
|
* fixed COMMENTSEric L. Hernes1995-10-291-1/+1
|
* Remove my previous changes - this is handled better elsewhereJordan K. Hubbard1995-10-111-9/+1
| | | | | I guess, though I'm still nonplussed that it didn't seem to do me any good.
* This port requires a LOT of directories in ${PREFIX}/share/nls - make sureJordan K. Hubbard1995-10-111-1/+9
| | | | they're all created before trying to install into them.
* Edit /etc/shells. Closes PR ports/727.Satoshi Asami1995-10-062-0/+4
| | | | Submitted by: Scott Blachowicz <scott@sabami.seaslug.org>
* Ok, if anybody really needs bash_builtins.1 (which is almostAndrey A. Chernov1995-10-055-0/+21
| | | | | useles), here PROPER fix and re-enabling it again. Please, step over on ports owned by me only if you 100% shure.
* Remove unneded file, it was man page hack which not works as isAndrey A. Chernov1995-10-054-4/+0
|
* Use compressed manpages.Satoshi Asami1995-10-044-8/+8
|
* Hand-edit patch to install bash_builtins.1.Satoshi Asami1995-10-041-1/+2
| | | | Submitted by: Chet Ramey <chet@odin.INS.CWRU.Edu>
* Compress manpages.Satoshi Asami1995-10-044-4/+28
|
* Convert all makefiles to new formats.Satoshi Asami1995-10-031-2/+5
|
* Take out $Revision$ string from patch.Satoshi Asami1995-08-151-13/+0
| | | | Pointed out by: jkh
* Various plan9 utilities. It's such a complete collection, I'm goingSatoshi Asami1995-08-1412-0/+272
| | | | | | to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com>
* Update, 5.1.3 -> 5.2.3.Satoshi Asami1995-07-294-8/+12
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Add missing %DAndrey A. Chernov1995-07-281-5/+5
| | | | | | Reviewed by: Submitted by: Obtained from:
* Upgrade 1.14.4 -> 1.14.5Andrey A. Chernov1995-07-2018-88/+97
| | | | | | Reviewed by: Submitted by: Obtained from:
* update (to 2.6-beta 10)Torsten Blum1995-07-028-12/+12
|
* Add official mirror sitesTorsten Blum1995-06-252-4/+16
|
* Install more message catalogsAndrey A. Chernov1995-06-212-1/+11
|
* Upgrade. French and german message catalogs available now.Andrey A. Chernov1995-06-175-6/+19
|
* Changed directory name in MASTER_SITES.Satoshi Asami1995-06-022-4/+4
| | | | Submitted by: torstenb
* Clean up subdir Makefiles. They now all look like this:Satoshi Asami1995-05-141-1/+2
| | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep".
* Add myself as maintainerAndrey A. Chernov1995-05-061-1/+3
|
* - updateTorsten Blum1995-05-068-18/+40
| | | | - compress manpages
* Add myself as MAINTAINERTorsten Blum1995-05-052-2/+6
|
* Oops. Upgrade this also.Gary Palmer1995-04-302-2/+2
|
* UpgradeGary Palmer1995-04-302-8/+8
|
* UpgradeGary Palmer1995-04-302-8/+8
|
* Put pdksh back, now that the mmap problem is solved.Satoshi Asami1995-04-251-4/+2
|
* # BROKEN= pdksh (not really pdksh's fault, but will hang -current)Satoshi Asami1995-04-231-2/+4
|
* Update.Andrey A. Chernov1995-04-1812-8/+16
|
* Fetch this from LOCAL_PORTS. If Chet wants to support the latest andJordan K. Hubbard1995-04-184-8/+8
| | | | | greatest bash through the ports collection, then he can drop the tarballs into there and save us all some trouble.
* 2.6.4beta != 2.6.4, so changed PKGNAME to use 2.6b4 instead. (ASatoshi Asami1995-04-182-4/+4
| | | | | | little ugly, but much better than 2.6.4beta.) Pointed-out by: Torsten Blum <ramsey.saar.de!torstenb@tmpuhf.saar.de>
* Makefile updates, shell version! This was easy! :)Satoshi Asami1995-04-128-22/+26
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-018-8/+16
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Try to get most ports checksummedGary Palmer1995-04-011-0/+1
|
* checksum addedAndrey A. Chernov1995-03-221-0/+1
|
* Upgrade.Andrey A. Chernov1995-03-1720-44/+44
|
* upgrade to 2.6 beta4Torsten Blum1995-02-166-10/+10
|
* Automatic install/uninstall /etc/shells entryAndrey A. Chernov1995-02-162-0/+4
| | | | Submitted by: mark@grondar.za
* Remove pre-install, done by mtreeAndrey A. Chernov1995-02-162-12/+2
|
* Add zsh to the subdirs listTorsten Blum1995-02-131-2/+2
|
* zsh - the Z shellTorsten Blum1995-02-1310-0/+72
|
* Install/uninstall bash into /etc/shellsAndrey A. Chernov1995-02-124-0/+8
| | | | Submitted by: mark@grondar.za
* Upgrade to final release.Andrey A. Chernov1995-01-079-21/+21
| | | | File name not changed since beta, so you need to re-fetch bash
* CleanupAndrey A. Chernov1995-01-074-0/+4
|
* CleanupAndrey A. Chernov1995-01-041-1/+3
|
* Upgrade.Andrey A. Chernov1994-12-304-168/+164
| | | | | Attention: you need to remove your bash from /usr/ports/distfiles and re-fetch it again, because version changed while filename not changed.
* Add pdksh, add trailing / to MASTER_SITES line in port.Jordan K. Hubbard1994-12-272-4/+3
|
* Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> submits his pdksh port.Jordan K. Hubbard1994-12-274-0/+21
| | | | | Danke, Thomas.. Submitted by: thomas
* Upgrade to 1.14.3Andrey A. Chernov1994-12-1222-36/+169
|
* Add master site of prep now that prep has this version available.Jordan K. Hubbard1994-11-104-4/+8
|