summaryrefslogtreecommitdiff
path: root/shells
AgeCommit message (Collapse)Author
1999-04-19Update to 2.03 (maintainer did not respond)Martin Cracauer
1999-03-31Add back bash1.David E. O'Brien
1999-03-30Bash version 1.17 was much more popular than I thought.David E. O'Brien
(deleted to save space on the CDROM since I thought few were still using it)
1999-03-29Delete the bash1 port.David E. O'Brien
1999-03-29Delete the bash 1.17 port. It served us well as we transitioned to bashDavid E. O'Brien
version 2.
1999-03-17Update to 1.03jSeiichirou Hiraoka
PR: ports/10635 Submitted by: nobu@psrc.isac.co.jp
1999-03-15Update to version 1.5b2.Steve Price
PR: 9882 Submitted by: Scott A. Kenney <saken+freebsd-ports@hotel.rmta.org>
1999-03-06remove links on unexecAndrey A. Chernov
1999-03-04Update to FD-1.03iSeiichirou Hiraoka
1999-03-01MAINTAINER changed, because I was a committer.Shigeyuki Fukushima
1999-02-23Unbreak for ELF. I didn't hear from the maintainer, but the fix is aJoseph Koshy
minor one (addition of LDFLAGS to CONFIGURE_ENV).
1999-01-27${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner
1999-01-09Break up the "plan9" category -- all the ports are where they belong, andSatoshi Asami
"plan9" is a virtual category now. Reviewed by: the ports list
1998-12-24Activate zsh-devel port.Steve Price
1998-12-24Update to version 3.1.5 after repository copy.Steve Price
PR: 8552 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-12-24Mark this broken while Steve works on upgrade.Satoshi Asami
1998-12-07Sort entries. In particular, "large", "medium", "small" sort in this order,Satoshi Asami
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.)
1998-12-02More MASTER_SITESMartin Cracauer
Compacting DESCR Yes, I still plan to ELFify this one...
1998-11-21Fixup CATEGORIES list.Steve Price
Submitted by: Josh Gilliam <josh@quick.net>
1998-10-21upgrade to 6.08.00Andrey A. Chernov
1998-10-04Move manpages to Makefile and use MAN* macros.Steve Price
1998-09-29Mark BROKEN for ELF.Justin M. Seger
1998-09-03Upgrade, 1.03g -> 1.03h.Masafumi Max NAKANE
PR: 7808 Submitted by: maintainer
1998-08-27Update /etc/shells upon make install.Masafumi Max NAKANE
ln -> ${LN}
1998-08-27Update /etc/shells upon make install.Masafumi Max NAKANE
1998-08-18Remove miscellaneous manpages.Tim Vanderhoek
1998-08-13Removed manpages from pkg/PLISTDavid E. O'Brien
1998-08-10Update to version 2.02.1.Steve Price
Submitted by: studded@dal.net Hoping that Andrey doesn't mind: steve :)
1998-07-17Guard against a nonexistant /usr/share/info/dir.Steve Price
PR: 7297
1998-07-04Yikes! I missed a 'ja-' in my cvs co. Undo the previousSteve Price
commit. Pointed out by: ache@FreeBSD.ORG
1998-07-03Update to version 6.07.06.Steve Price
PR: 7112 Submitted by: maintainer
1998-06-25Rename "bash" to "bash1" (the actual port is already repository copied).Satoshi Asami
Requested by: chet@ins.CWRU.Edu
1998-06-08Update to 0.9beta1.Martin Cracauer
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.
1998-05-16put MASTER_SITE_GNU firstAndrey A. Chernov
1998-04-29Link statically.Thomas Gellekum
Prompted by: latest discussion in freebsd-security
1998-04-28Upgrade to 2.02Andrey A. Chernov
1998-04-05Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.Masafumi Max NAKANE
Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist
1998-04-04Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn'tSatoshi Asami
depend on ordering in the parent Makefiles for the links to be created correctly.
1998-02-07Upgrade, 1.03f -> 1.03g.Masafumi Max NAKANE
PR: 5657 Submitted by: maintainer
1997-12-19Upgrade, 1.03e -> 1.03f.Masafumi Max NAKANE
Submitted by: maintainer PR: 5341
1997-11-28Files from old MASTER_SITE moved to a new site.Justin M. Seger
1997-11-13Upgrade, 1.03a -> 1.03eMasafumi Max NAKANE
Submitted by: maintainer PR: 5006
1997-11-06Upgrade to 2.01.1Andrey A. Chernov
1997-10-28Upgrade to 5.2.13.Thomas Gellekum
1997-09-26Upgrade to 3.0.5Torsten Blum
1997-09-19Upgrade, 1.01h -> 1.03a.Masafumi Max NAKANE
PR: 4581 Submitted by: maintainer
1997-09-06@exec/@unexec directives that use %[FD] should never be put at theMasafumi Max NAKANE
very beginning of the file. This has been causing pkg_add to fail.
1997-08-21Make Bash obey ${PREFIX}David E. O'Brien
1997-07-15Forgot to disable NO_CDROMMartin Cracauer
1997-07-15Make this port almost portlint - clean (Description is still too long)Martin Cracauer
Fix some typos.