Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add back bash1. | obrien | 1999-03-31 | 1 | -1/+2 |
| | |||||
* | Bash version 1.17 was much more popular than I thought. | obrien | 1999-03-30 | 12 | -0/+251 |
| | | | | (deleted to save space on the CDROM since I thought few were still using it) | ||||
* | Delete the bash1 port. | obrien | 1999-03-29 | 1 | -2/+1 |
| | |||||
* | Delete the bash 1.17 port. It served us well as we transitioned to bash | obrien | 1999-03-29 | 12 | -251/+0 |
| | | | | version 2. | ||||
* | Update to 1.03j | flathill | 1999-03-17 | 2 | -4/+4 |
| | | | | | PR: ports/10635 Submitted by: nobu@psrc.isac.co.jp | ||||
* | Update to version 1.5b2. | steve | 1999-03-15 | 4 | -100/+25 |
| | | | | | PR: 9882 Submitted by: Scott A. Kenney <saken+freebsd-ports@hotel.rmta.org> | ||||
* | remove links on unexec | ache | 1999-03-07 | 1 | -0/+5 |
| | |||||
* | Update to FD-1.03i | flathill | 1999-03-04 | 2 | -5/+5 |
| | |||||
* | MAINTAINER changed, because I was a committer. | shige | 1999-03-01 | 1 | -2/+2 |
| | |||||
* | Unbreak for ELF. I didn't hear from the maintainer, but the fix is a | jkoshy | 1999-02-23 | 1 | -4/+8 |
| | | | | minor one (addition of LDFLAGS to CONFIGURE_ENV). | ||||
* | ${MASTER_SITE_GNU} got rearranged in December; let's catch up. | fenner | 1999-01-27 | 4 | -4/+8 |
| | |||||
* | Break up the "plan9" category -- all the ports are where they belong, and | asami | 1999-01-09 | 2 | -3/+4 |
| | | | | | | "plan9" is a virtual category now. Reviewed by: the ports list | ||||
* | Activate zsh-devel port. | steve | 1998-12-24 | 1 | -1/+2 |
| | |||||
* | Update to version 3.1.5 after repository copy. | steve | 1998-12-24 | 6 | -55/+46 |
| | | | | | PR: 8552 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> | ||||
* | Mark this broken while Steve works on upgrade. | asami | 1998-12-24 | 1 | -1/+3 |
| | |||||
* | Sort entries. In particular, "large", "medium", "small" sort in this order, | asami | 1998-12-07 | 1 | -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_SITES | cracauer | 1998-12-03 | 2 | -17/+12 |
| | | | | | | Compacting DESCR Yes, I still plan to ELFify this one... | ||||
* | Fixup CATEGORIES list. | steve | 1998-11-22 | 1 | -2/+2 |
| | | | | Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | upgrade to 6.08.00 | ache | 1998-10-22 | 3 | -88/+5 |
| | |||||
* | Move manpages to Makefile and use MAN* macros. | steve | 1998-10-04 | 2 | -3/+3 |
| | |||||
* | Mark BROKEN for ELF. | jseger | 1998-09-29 | 1 | -1/+3 |
| | |||||
* | Upgrade, 1.03g -> 1.03h. | max | 1998-09-04 | 5 | -11/+27 |
| | | | | | PR: 7808 Submitted by: maintainer | ||||
* | Update /etc/shells upon make install. | max | 1998-08-27 | 1 | -6/+11 |
| | | | | ln -> ${LN} | ||||
* | Update /etc/shells upon make install. | max | 1998-08-27 | 2 | -2/+12 |
| | |||||
* | Remove miscellaneous manpages. | hoek | 1998-08-19 | 1 | -1/+0 |
| | |||||
* | Removed manpages from pkg/PLIST | obrien | 1998-08-14 | 11 | -32/+5 |
| | |||||
* | Update to version 2.02.1. | steve | 1998-08-10 | 6 | -12/+12 |
| | | | | | Submitted by: studded@dal.net Hoping that Andrey doesn't mind: steve :) | ||||
* | Guard against a nonexistant /usr/share/info/dir. | steve | 1998-07-18 | 6 | -6/+15 |
| | | | | PR: 7297 | ||||
* | Yikes! I missed a 'ja-' in my cvs co. Undo the previous | steve | 1998-07-04 | 6 | -86/+120 |
| | | | | | | commit. Pointed out by: ache@FreeBSD.ORG | ||||
* | Update to version 6.07.06. | steve | 1998-07-04 | 6 | -120/+86 |
| | | | | | PR: 7112 Submitted by: maintainer | ||||
* | Rename "bash" to "bash1" (the actual port is already repository copied). | asami | 1998-06-26 | 1 | -2/+2 |
| | | | | Requested by: chet@ins.CWRU.Edu | ||||
* | Update to 0.9beta1. | cracauer | 1998-06-08 | 4 | -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 first | ache | 1998-05-16 | 3 | -9/+9 |
| | |||||
* | Link statically. | tg | 1998-04-29 | 1 | -1/+2 |
| | | | | Prompted by: latest discussion in freebsd-security | ||||
* | Upgrade to 2.02 | ache | 1998-04-28 | 6 | -45/+36 |
| | |||||
* | Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC. | max | 1998-04-05 | 2 | -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't | asami | 1998-04-04 | 1 | -1/+2 |
| | | | | | depend on ordering in the parent Makefiles for the links to be created correctly. | ||||
* | Upgrade, 1.03f -> 1.03g. | max | 1998-02-08 | 2 | -5/+5 |
| | | | | | PR: 5657 Submitted by: maintainer | ||||
* | Upgrade, 1.03e -> 1.03f. | max | 1997-12-20 | 2 | -5/+5 |
| | | | | | Submitted by: maintainer PR: 5341 | ||||
* | Files from old MASTER_SITE moved to a new site. | jseger | 1997-11-28 | 1 | -2/+2 |
| | |||||
* | Upgrade, 1.03a -> 1.03e | max | 1997-11-14 | 2 | -5/+5 |
| | | | | | Submitted by: maintainer PR: 5006 | ||||
* | Upgrade to 2.01.1 | ache | 1997-11-06 | 6 | -15/+15 |
| | |||||
* | Upgrade to 5.2.13. | tg | 1997-10-28 | 2 | -6/+6 |
| | |||||
* | Upgrade to 3.0.5 | torstenb | 1997-09-26 | 6 | -12/+12 |
| | |||||
* | Upgrade, 1.01h -> 1.03a. | max | 1997-09-19 | 4 | -36/+19 |
| | | | | | PR: 4581 Submitted by: maintainer | ||||
* | @exec/@unexec directives that use %[FD] should never be put at the | max | 1997-09-07 | 2 | -2/+2 |
| | | | | very beginning of the file. This has been causing pkg_add to fail. | ||||
* | Make Bash obey ${PREFIX} | obrien | 1997-08-21 | 1 | -0/+11 |
| | |||||
* | Forgot to disable NO_CDROM | cracauer | 1997-07-15 | 1 | -2/+1 |
| | |||||
* | Make this port almost portlint - clean (Description is still too long) | cracauer | 1997-07-15 | 2 | -50/+14 |
| | | | | Fix some typos. | ||||
* | New version. This version is allowed to be on the CDROM. | cracauer | 1997-07-15 | 2 | -5/+5 |
| | | | | | PR: ports/4096 Reviewed by: Thomas Gellekum <tg@ihf.rwth-aachen.de> | ||||
* | Install /etc/shells entry and info dir entry | ache | 1997-06-28 | 6 | -3/+90 |
| | | | | PR: 3971 | ||||
* | Get bash to not use GNU malloc. This solves the calloc() weirdness | jkh | 1997-06-28 | 1 | -0/+19 |
| | | | | in -current. Closes PR#3971 | ||||
* | Remove trailing dot from ${MAINTAINER} | fenner | 1997-06-26 | 1 | -2/+2 |
| | | | | Found by: distfile checker | ||||
* | Update from 3.0.2 to 3.0.4 | torstenb | 1997-06-25 | 6 | -22/+24 |
| | |||||
* | Use install-info to edit the dir file. | max | 1997-06-16 | 4 | -16/+20 |
| | |||||
* | Patch for zsh.texi to to add @direntry and @dircategory. | max | 1997-06-16 | 1 | -0/+13 |
| | |||||
* | Patch for Doc/Makefile.in to: | max | 1997-06-16 | 2 | -0/+42 |
| | | | | | - Add --no-split to the makeinfo command line. - Remove info files before makeinfo. | ||||
* | Use install-info to edit the dir file. | max | 1997-06-16 | 1 | -0/+3 |
| | |||||
* | Use install-info to edit the dir file. | max | 1997-06-16 | 1 | -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 info | max | 1997-06-16 | 1 | -2/+19 |
| | | | | files. | ||||
* | Patch up the texinfo file and add @dircategory and @direntry. | max | 1997-06-16 | 1 | -0/+13 |
| | |||||
* | Upgrade to 2.01 | ache | 1997-06-07 | 9 | -111/+39 |
| | |||||
* | Reduce number of patches needed for fnmatch | ache | 1997-05-27 | 3 | -6/+6 |
| | |||||
* | Use different way to nuke local fnmatch.h to not touch dependances | ache | 1997-05-27 | 3 | -6/+6 |
| | |||||
* | FIx serious globbing error with \ due to wrong local fnmatch.h included | ache | 1997-05-27 | 3 | -3/+9 |
| | |||||
* | fix handling of builtin limit command. | erich | 1997-04-10 | 1 | -36/+54 |
| | | | | closes ports/3037 | ||||
* | ache writes: | obrien | 1997-02-17 | 1 | -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. | obrien | 1997-02-16 | 9 | -18/+105 |
| | | | | Commited with permission of the maintainer. | ||||
* | This port is obsoleted by bash2, so I don't want to be MAINTAINER | ache | 1997-02-14 | 1 | -3/+1 |
| | |||||
* | Instruction to display English help message was wrong. | max | 1997-01-09 | 1 | -1/+2 |
| | | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> | ||||
* | Upgrade, 1.01 -> 1.01h. | max | 1997-01-06 | 3 | -75/+26 |
| | | | | | Reviewed by: max Submitted by: nobu@psrc.isac.co.jp | ||||
* | Upgrade, 1.01 -> 1.01h. | max | 1997-01-06 | 2 | -4/+6 |
| | | | | | Submitted by: nobu@psrc.isac.co.jp Reviewed by: max | ||||
* | Activated scsh. | max | 1997-01-03 | 1 | -1/+2 |
| | |||||
* | New port, scsh: | max | 1997-01-03 | 10 | -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 rolling | asami | 1997-01-02 | 1 | -1/+2 |
| | | | | it back from 2.0 to 1.14.7. | ||||
* | Roll this back to 1.14.7. | asami | 1997-01-02 | 8 | -204/+146 |
| | |||||
* | Upgrade to 2.0 | ache | 1996-12-27 | 23 | -329/+351 |
| | |||||
* | Don't need WRKSRC. | obrien | 1996-12-27 | 4 | -12/+12 |
| | | | | Add manpages to MANx. But don't compress them. | ||||
* | Style police. | obrien | 1996-12-27 | 4 | -8/+8 |
| | |||||
* | update checksum - the distfile has changed | torstenb | 1996-12-20 | 2 | -2/+2 |
| | |||||
* | Sort this file once and for all, so nobody has to scramble it again. :) | asami | 1996-12-20 | 2 | -8/+8 |
| | |||||
* | Upgrade to 3.0.2 | torstenb | 1996-12-19 | 6 | -20/+26 |
| | |||||
* | DISTNAME goes before PKGNAME. | asami | 1996-12-17 | 1 | -2/+2 |
| | |||||
* | Upgrade to 6.07.02 | ache | 1996-12-16 | 4 | -14/+24 |
| | |||||
* | Install the man page to man/ja_JP.EUC/man1. | max | 1996-12-12 | 3 | -11/+10 |
| | |||||
* | Uh, the binary is now called "zsh-3.0.1", not "zsh-3.0.0". | asami | 1996-11-22 | 2 | -2/+2 |
| | |||||
* | Compress a bunch of manpages. Remove unnecessary @ directives from | asami | 1996-11-18 | 2 | -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. | asami | 1996-11-18 | 9 | -41/+25 |
| | |||||
* | Converted to MAN[1-8] | obrien | 1996-11-17 | 1 | -3/+3 |
| | | | | Converted p5* to use MASTER_SITE_PERL_CPAN | ||||
* | When we upgrade, we generally change this file too. :> | asami | 1996-11-16 | 2 | -2/+2 |
| | |||||
* | Remove @cwd /usr/local. | asami | 1996-11-16 | 4 | -4/+0 |
| | |||||
* | Upgrade to 3.0.1 | torstenb | 1996-11-15 | 2 | -8/+8 |
| | |||||
* | CATAGORIES+= -> CATAGORIES= | obrien | 1996-11-12 | 1 | -2/+2 |
| | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. | ||||
* | CATEGORIES+= --> CATEGORIES= | obrien | 1996-11-11 | 1 | -2/+2 |
| | | | | Misc variable reordering, cleaning up, etc. | ||||
* | Upgrade to 5.2.12. | tg | 1996-11-05 | 2 | -4/+4 |
| | | | | Submitted by: Eric J. Chet <ejc@bazzle.com> (patch-aa) | ||||
* | Replace last occurance of collate_range_cmp call with its code | ache | 1996-10-31 | 1 | -4/+40 |
| | |||||
* | trim the DESCR's to something reasonable at Satoshi's request. | erich | 1996-10-16 | 1 | -27/+15 |
| | |||||
* | Upgrade to 5.2.11 | tg | 1996-10-16 | 2 | -4/+4 |
| | |||||
* | Oh my goodness! Satoshi is finally fed up and decided to "clean up" | asami | 1996-10-10 | 7 | -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.9 | tg | 1996-10-01 | 2 | -4/+4 |
| | |||||
* | Upgrade to 3.0.0 | torstenb | 1996-09-15 | 6 | -14/+14 |
| | |||||
* | Upgrade to 1.14.7 | ache | 1996-08-28 | 8 | -20/+20 |
| | |||||
* | Upgrade to 5.2.8 | tg | 1996-08-21 | 2 | -4/+4 |
| | |||||
* | Convert to newly added collate compare function | ache | 1996-08-13 | 1 | -74/+24 |
| | |||||
* | Use collate for alpha character ranges | ache | 1996-08-12 | 1 | -0/+93 |
| | |||||
* | Move es from plan9 to shells. (It has already been copied to shells | asami | 1996-07-30 | 2 | -3/+4 |
| | | | | by Peter.) | ||||
* | Typo. | asami | 1996-07-10 | 1 | -1/+1 |
| | | | | Submitted by: James Raynard <fports@jraynard.demon.co.uk> | ||||
* | Upgrade to 3.0 pre 2 | torstenb | 1996-07-10 | 10 | -18/+58 |
| | | | | Approved-By: asami | ||||
* | register ${PREFIX}/bin/zsh - not zsh-2.6-beta21 | torstenb | 1996-06-25 | 2 | -2/+2 |
| | | | | Pointed out by: gpalmer | ||||
* | Upgrade to 2.6 beta 21 | torstenb | 1996-06-24 | 8 | -22/+22 |
| | | | | OK'ed by: gpalmer | ||||
* | Upgrade to version 5.2.7 | tg | 1996-06-05 | 2 | -3/+3 |
| | |||||
* | Upgrade to version 5.2.6 | tg | 1996-06-04 | 2 | -4/+4 |
| | |||||
* | new checksum | torstenb | 1996-05-16 | 2 | -2/+2 |
| | |||||
* | the path on the master sites have changed... | torstenb | 1996-05-16 | 2 | -18/+18 |
| | |||||
* | Conditionalize man page compression on NOMANCOMPRESS. Use a .for loop | asami | 1996-05-16 | 2 | -10/+14 |
| | | | | instead of a humongous gzip command line. | ||||
* | Update to beta 17 | torstenb | 1996-05-16 | 6 | -10/+10 |
| | |||||
* | Upgrade to version 5.2.5 | tg | 1996-05-14 | 2 | -10/+4 |
| | |||||
* | Master site changed | ache | 1996-05-01 | 1 | -2/+2 |
| | |||||
* | pkg/COMMENT files for use by ports READMEs. | asami | 1996-04-09 | 1 | -0/+1 |
| | |||||
* | A file and directory management tool. | asami | 1996-03-20 | 6 | -0/+117 |
| | | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> | ||||
* | upgrade to beta 13 | torstenb | 1996-03-07 | 8 | -20/+24 |
| | |||||
* | (1) Fix "version required" comment | asami | 1996-02-16 | 1 | -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. | tg | 1996-02-16 | 2 | -3/+10 |
| | |||||
* | checksum | adam | 1996-02-09 | 4 | -4/+4 |
| | |||||
* | version 1.14.6 release | adam | 1996-02-09 | 4 | -20/+16 |
| | |||||
* | Upgrade to 1.14.6 beta 3 | ache | 1995-12-03 | 16 | -48/+44 |
| | |||||
* | Don't add manpage to /etc/shells. ;> | asami | 1995-11-01 | 1 | -1/+1 |
| | | | | Reported by: obrien@cs.ucdavis.edu (David E. O'Brien) | ||||
* | shortened COMMENTS | erich | 1995-10-29 | 1 | -1/+1 |
| | |||||
* | added myself as MAINTAINER | erich | 1995-10-29 | 2 | -2/+7 |
| | |||||
* | fixed COMMENTS | erich | 1995-10-29 | 1 | -1/+1 |
| | |||||
* | Remove my previous changes - this is handled better elsewhere | jkh | 1995-10-11 | 1 | -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 sure | jkh | 1995-10-11 | 1 | -1/+9 |
| | | | | they're all created before trying to install into them. | ||||
* | Edit /etc/shells. Closes PR ports/727. | asami | 1995-10-06 | 2 | -0/+4 |
| | | | | Submitted by: Scott Blachowicz <scott@sabami.seaslug.org> | ||||
* | Ok, if anybody really needs bash_builtins.1 (which is almost | ache | 1995-10-05 | 5 | -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 is | ache | 1995-10-05 | 4 | -4/+0 |
| | |||||
* | Use compressed manpages. | asami | 1995-10-04 | 4 | -8/+8 |
| | |||||
* | Hand-edit patch to install bash_builtins.1. | asami | 1995-10-04 | 1 | -1/+2 |
| | | | | Submitted by: Chet Ramey <chet@odin.INS.CWRU.Edu> | ||||
* | Compress manpages. | asami | 1995-10-04 | 4 | -4/+28 |
| | |||||
* | Convert all makefiles to new formats. | asami | 1995-10-03 | 1 | -2/+5 |
| | |||||
* | Take out $Revision$ string from patch. | asami | 1995-08-15 | 1 | -13/+0 |
| | | | | Pointed out by: jkh | ||||
* | Various plan9 utilities. It's such a complete collection, I'm going | asami | 1995-08-14 | 12 | -0/+272 |
| | | | | | | to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com> | ||||
* | Update, 5.1.3 -> 5.2.3. | asami | 1995-07-29 | 4 | -8/+12 |
| | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> | ||||
* | Add missing %D | ache | 1995-07-28 | 1 | -5/+5 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Upgrade 1.14.4 -> 1.14.5 | ache | 1995-07-20 | 18 | -88/+97 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | update (to 2.6-beta 10) | torstenb | 1995-07-02 | 8 | -12/+12 |
| | |||||
* | Add official mirror sites | torstenb | 1995-06-25 | 2 | -4/+16 |
| | |||||
* | Install more message catalogs | ache | 1995-06-21 | 2 | -1/+11 |
| | |||||
* | Upgrade. French and german message catalogs available now. | ache | 1995-06-17 | 5 | -6/+19 |
| | |||||
* | Changed directory name in MASTER_SITES. | asami | 1995-06-02 | 2 | -4/+4 |
| | | | | Submitted by: torstenb | ||||
* | Clean up subdir Makefiles. They now all look like this: | asami | 1995-05-14 | 1 | -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 maintainer | ache | 1995-05-06 | 1 | -1/+3 |
| | |||||
* | - update | torstenb | 1995-05-06 | 8 | -18/+40 |
| | | | | - compress manpages | ||||
* | Add myself as MAINTAINER | torstenb | 1995-05-05 | 2 | -2/+6 |
| | |||||
* | Oops. Upgrade this also. | gpalmer | 1995-04-30 | 2 | -2/+2 |
| | |||||
* | Upgrade | gpalmer | 1995-04-30 | 2 | -8/+8 |
| | |||||
* | Upgrade | gpalmer | 1995-04-30 | 2 | -8/+8 |
| | |||||
* | Put pdksh back, now that the mmap problem is solved. | asami | 1995-04-25 | 1 | -4/+2 |
| | |||||
* | # BROKEN= pdksh (not really pdksh's fault, but will hang -current) | asami | 1995-04-23 | 1 | -2/+4 |
| | |||||
* | Update. | ache | 1995-04-18 | 12 | -8/+16 |
| | |||||
* | Fetch this from LOCAL_PORTS. If Chet wants to support the latest and | jkh | 1995-04-18 | 4 | -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. (A | asami | 1995-04-18 | 2 | -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! :) | asami | 1995-04-12 | 8 | -22/+26 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | jkh | 1995-04-01 | 8 | -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 checksummed | gpalmer | 1995-04-01 | 1 | -0/+1 |
| | |||||
* | checksum added | ache | 1995-03-22 | 1 | -0/+1 |
| | |||||
* | Upgrade. | ache | 1995-03-17 | 20 | -44/+44 |
| | |||||
* | upgrade to 2.6 beta4 | torstenb | 1995-02-16 | 6 | -10/+10 |
| | |||||
* | Automatic install/uninstall /etc/shells entry | ache | 1995-02-16 | 2 | -0/+4 |
| | | | | Submitted by: mark@grondar.za | ||||
* | Remove pre-install, done by mtree | ache | 1995-02-16 | 2 | -12/+2 |
| | |||||
* | Add zsh to the subdirs list | torstenb | 1995-02-13 | 1 | -2/+2 |
| | |||||
* | zsh - the Z shell | torstenb | 1995-02-13 | 10 | -0/+72 |
| | |||||
* | Install/uninstall bash into /etc/shells | ache | 1995-02-12 | 4 | -0/+8 |
| | | | | Submitted by: mark@grondar.za | ||||
* | Upgrade to final release. | ache | 1995-01-07 | 9 | -21/+21 |
| | | | | File name not changed since beta, so you need to re-fetch bash | ||||
* | Cleanup | ache | 1995-01-07 | 4 | -0/+4 |
| | |||||
* | Cleanup | ache | 1995-01-04 | 1 | -1/+3 |
| | |||||
* | Upgrade. | ache | 1994-12-30 | 4 | -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. | jkh | 1994-12-27 | 2 | -4/+3 |
| | |||||
* | Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> submits his pdksh port. | jkh | 1994-12-27 | 4 | -0/+21 |
| | | | | | Danke, Thomas.. Submitted by: thomas | ||||
* | Upgrade to 1.14.3 | ache | 1994-12-12 | 22 | -36/+169 |
| | |||||
* | Add master site of prep now that prep has this version available. | jkh | 1994-11-10 | 4 | -4/+8 |
| | |||||
* | This patch was reversed. Fix it. | jkh | 1994-10-14 | 4 | -32/+32 |
| | |||||
* | Use cc instead of gcc exclusively. | jkh | 1994-09-29 | 4 | -16/+100 |
| | |||||
* | Set HOSTTYPE_DECL correctly. | jkh | 1994-09-16 | 4 | -0/+76 |
| | | | | | Reviewed by: jkh Submitted by: wollman | ||||
* | Several changes across all ports: | jkh | 1994-09-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release. | ||||
* | Make the required changes to make all existing ports use MASTER_SITES | jkh | 1994-09-13 | 1 | -2/+2 |
| | | | | correctly. | ||||
* | Clean up some obsolete fields. | jkh | 1994-09-11 | 4 | -8/+4 |
| | |||||
* | Change HOME_LOCATION to original primary site | ache | 1994-09-01 | 1 | -2/+2 |
| | |||||
* | Change all the HOME_LOCATION records to HTML spec. Now if someone | jkh | 1994-09-01 | 5 | -6/+10 |
| | | | | | | | can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh | ||||
* | Add tcsh to list of SUBDIRS. | jkh | 1994-08-28 | 1 | -2/+2 |
| | | | | Submitted by: jkh | ||||
* | Add $Id$ lines to all the directory level Makefiles. | jkh | 1994-08-23 | 1 | -0/+2 |
| | | | | Submitted by: jkh | ||||
* | Add the package files for tcsh. Got to put package files in for all | jkh | 1994-08-23 | 3 | -0/+8 |
| | | | | | | the ports I've done so far or I'll be a poor example to all the other ports hackers! :-) Submitted by: jkh | ||||
* | Add the package files necesssary to bundle the sucker. | jkh | 1994-08-22 | 12 | -0/+48 |
| | | | | Submitted by: jkh | ||||
* | Import tcsh 6.05 for Geoff and friends. | jkh | 1994-08-22 | 1 | -0/+12 |
| | | | | Submitted by: jkh | ||||
* | Change ports Makefiles to use bsd.port.subdir.mk | jkh | 1994-08-22 | 1 | -1/+1 |
| | | | | Submitted by: jkh | ||||
* | The start of the 2.0 ports collection. No sup repository yet, but I'll | jkh | 1994-08-21 | 5 | -0/+51 |
make one when I wake up again.. :) Submitted by: jkh |