Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a couple of missing files and remove extra directories on uninstall. | Steve Price | 2001-04-15 | 4 | -0/+12 |
| | |||||
* | Our `end' key defintion for TERM==cons25 seems to be different from others. | David E. O'Brien | 2001-04-12 | 3 | -0/+42 |
| | | | | | | | So make the same localization here that ache made in src/contrib/libreadline/terminal.c rev 1.2. Submitted by: sobomax | ||||
* | Re-update to 1.03r with a hotfix from the author. PORTREVISION is set | Akinori MUSHA | 2001-04-10 | 4 | -2/+26 |
| | | | | | | to 1 now due to this whole matter. Submitted by: MAINTAINER | ||||
* | Remove. Patch not needed any longer. | David E. O'Brien | 2001-04-10 | 3 | -0/+0 |
| | | | | Submitted by: sobomax | ||||
* | Update to version 2.05. | David E. O'Brien | 2001-04-10 | 15 | -81/+33 |
| | | | | Submitted by: sobomax | ||||
* | Temporarily back out the previous update. There seems to be a nasty | Akinori MUSHA | 2001-04-10 | 2 | -2/+2 |
| | | | | bug in 1.03r. Now I'm talking with the author... | ||||
* | Update to 1.03r. | Akinori MUSHA | 2001-04-10 | 2 | -2/+2 |
| | | | | | PR: ports/26471 Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (MAINTAINER) | ||||
* | Make WRKDIR safe (fix broken on bento) | Michael Haro | 2001-03-30 | 1 | -1/+1 |
| | |||||
* | make WRKDIR safe (fix broken on bento) | Michael Haro | 2001-03-30 | 1 | -2/+2 |
| | |||||
* | Update to 1.03q. | Akinori MUSHA | 2001-03-20 | 2 | -2/+2 |
| | | | | Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER) | ||||
* | Update to 0.6. | Akinori MUSHA | 2001-03-19 | 3 | -5/+13 |
| | |||||
* | Fix a segmentation fault on the Alpha. | David E. O'Brien | 2001-03-17 | 3 | -0/+60 |
| | | | | | | | | | | | | | | | | As shown with this script : m(){ if [ $1 -eq 1 ];then echo $2 $3;else m $(($1-1)) $2 $4 $3;m 1 $2 \ $3 $4;m $(($1-1)) $4 $3 $2;fi;};if [ $# -eq 3 ]&&[ $3 -ge 1 -a $1 -le \ 3 -a $1 -ge 1 -a $2 -le 3 -a $2 -ge 1 -a $1 -ne $2 ];then m $3 $1 $2 $\ ((6-$1-$2)); else echo Usage: /bin/sh hanoi.sh from to num; fi #by rhb $ bash2 hanoi.sh 1 2 3 1 2 1 3 Segmentation fault (core dumped) Submitted by: Christian Weisgerber <naddy@mips.inka.de> | ||||
* | Add ruby-shell, a Ruby library to run commands and control jobs like a | Akinori MUSHA | 2001-03-16 | 6 | -0/+63 |
| | | | | | | | | | | | shell. Pipes and redirections work just as expected: sh = Shell.cd("/foo") sh.cat("bar") | sh.tee("baz") > "baa" # or sh.transact do cat("bar") | tee("baz") > "baa" end | ||||
* | Update to lastest version | Kevin Lo | 2001-03-11 | 2 | -2/+2 |
| | | | | | PR: 25666 Submitted by: maintainer | ||||
* | I dropped maintainership or at least I tried to. Do it again. | David E. O'Brien | 2001-03-11 | 1 | -1/+1 |
| | |||||
* | Add wapsh 1.0, a system to allow remote shell logins via a WAP | Will Andrews | 2001-03-11 | 9 | -0/+252 |
| | | | | | | | phone or web browser. PR: 24313 Submitted by: George Reid <greid@ukug.uk.freebsd.org> | ||||
* | New port: mudsh: An "intelligent" game-like shell | Clive Lin | 2001-03-01 | 6 | -0/+55 |
| | | | | | PR: ports/25441 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org> | ||||
* | - Remove the custom do-extract target. | Steve Price | 2001-02-28 | 1 | -8/+5 |
| | | | | | | | | | - Cleanup the do-build target. - Allow the ksh binary to be statically linked but default to dynamic to support dynamic loading of 'builtin' functions. Submitted by: Jacques A. Vidrine <n@nectar.com> Reviewed by: maintainer | ||||
* | Forgot to commit this file with the previous update to use the source | Steve Price | 2001-02-27 | 1 | -0/+18 |
| | | | | instead of binary distribution. | ||||
* | Build from source now that it is available starting with version | Steve Price | 2001-02-26 | 12 | -50/+183 |
| | | | | | | | 2001-01-01.0000. PR: 25180 Submitted by: maintainer | ||||
* | Update to version 0.009. | Steve Price | 2001-02-26 | 10 | -82/+106 |
| | | | | | PR: 24119 Submitted by: Joseph Scott <joseph@randomnetworks.com> | ||||
* | add vshnu, the New Visual Shell | Ying-Chieh Liao | 2001-02-26 | 6 | -0/+45 |
| | |||||
* | Add secondary site to MASTER_SITES | Kevin Lo | 2001-02-25 | 1 | -1/+2 |
| | | | | | PR: 25326 Submitted by: Ports Fury | ||||
* | Put back my editor hints that were removed w/o permission. | David E. O'Brien | 2001-02-07 | 3 | -0/+3 |
| | | | | Note these are *FULLY* Satoshi approved for the past 4 years. | ||||
* | Update to version 0.9.4 | Kevin Lo | 2001-01-28 | 9 | -27/+72 |
| | | | | | PR: 24676 Submitted by: Ports Fury | ||||
* | Master site disappeared. Use MASTER_SITE_LOCAL. | Jacques Vidrine | 2001-01-22 | 3 | -4/+2 |
| | | | | Noticed by: fenner | ||||
* | Massive style enforcement - use ^I instead of spaces for variables identation. | Maxim Sobolev | 2001-01-17 | 5 | -27/+24 |
| | |||||
* | Remove nonexistent master site. | Will Andrews | 2001-01-09 | 1 | -1/+0 |
| | | | | Submitted by: ben | ||||
* | Update to 0.9.3 | Kevin Lo | 2001-01-07 | 12 | -144/+69 |
| | | | | | PR: 24097 Submitted by: Ports Fury | ||||
* | Goodbye, YEAR2000. Hello, 2001. | Will Andrews | 2001-01-01 | 1 | -2/+0 |
| | | | | Approved by: asami | ||||
* | Add pash 2.2, a full-screen shell, similar to Midnight Commander. Some | Will Andrews | 2000-12-31 | 13 | -0/+447 |
| | | | | | | | | patches were included to fix various bugs (including what I believe are potential overflow bugs involving gets()). PR: 23949 Submitted by: George Reid <greid@ukug.uk.freebsd.org> | ||||
* | Add osh 001127, a reimplementation of the old and obsolete shell version | Will Andrews | 2000-12-30 | 8 | -0/+89 |
| | | | | | | | | | that was in standard use up to UNIX 6th Edition and was supplied as osh with UNIX 7th Edition. Its command language is a sparse subset of those of modern shells and is mostly common to both sh(1) and csh(1). PR: 23943 Submitted by: George Reid <greid@ukug.uk.freebsd.org> | ||||
* | Fix typo | David E. O'Brien | 2000-12-23 | 3 | -3/+3 |
| | | | | PR: 23202 | ||||
* | Update to version 6.10.00. | Steve Price | 2000-12-11 | 3 | -16/+15 |
| | | | | | PR: 23078 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | ||||
* | Well, basic reading skills certainly do help occassionally - Loren | Peter Pentchev | 2000-12-08 | 1 | -1/+1 |
| | | | | | James Rittle suggested that he be added as port maintainer with another e-mail address. | ||||
* | Bump PORTREVISION because of the added efree()/erealloc() patch. | Peter Pentchev | 2000-12-08 | 1 | -1/+2 |
| | | | | | | Also, let people blame Loren James Rittle for future es problems ;) Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> | ||||
* | free() before realloc() is bad, bad, bad. | Peter Pentchev | 2000-12-08 | 1 | -0/+13 |
| | | | | Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com> | ||||
* | It's my main shell, so I have in interest in seeing it maintained. | David E. O'Brien | 2000-11-30 | 3 | -3/+6 |
| | |||||
* | Drop my maintainership | Andrey A. Chernov | 2000-11-30 | 3 | -3/+3 |
| | |||||
* | Also fix the symlink race vulnerability in bashbug.sh. | David E. O'Brien | 2000-11-30 | 1 | -0/+11 |
| | | | | Obtained from: bash-1.14.7-23.5x.src.rpm | ||||
* | Fix the symlink vulnerability noted at http://www.securityfocus.com/bid/2006 | David E. O'Brien | 2000-11-30 | 1 | -0/+28 |
| | | | | Obtained from: RedHat bash-1.14.7-23.5x.src.rpm | ||||
* | Add $FreeBSD$'s which help me in problem reports. | David E. O'Brien | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | Fix the temporary file creation problem with << | Kris Kennaway | 2000-11-20 | 1 | -0/+1 |
| | |||||
* | Depend on ncurses.5 after the upgrade of devel/ncurses. | Thomas Gellekum | 2000-11-16 | 1 | -1/+1 |
| | |||||
* | Make sure to point this to my local distfile directory instead of | Jeroen Ruigrok van der Werven | 2000-11-10 | 1 | -1/+1 |
| | | | | obrien's. | ||||
* | Update port to the 20001106 version, which fixes a temporary | Jeroen Ruigrok van der Werven | 2000-11-06 | 2 | -4/+2 |
| | | | | | | file creation security problem. Approved by: obrien | ||||
* | Mark forbidden for now, due to tempfile creation issues. | Jeroen Ruigrok van der Werven | 2000-11-06 | 1 | -0/+1 |
| | | | | | | Approved by: obrien [well, not really, but he knows I was working on fixing this and he urged me to reroll the distfile with the fix] | ||||
* | Correct MASTER_SITES. | Shigeyuki Fukushima | 2000-10-28 | 1 | -1/+1 |
| | | | | Submitted by: Brett M Hogden <hogden@rge.com> | ||||
* | Remove an unnecessary "strip" line in post-install. | Patrick S. Gardella | 2000-10-19 | 1 | -1/+0 |
| | | | | Submitted by: knu | ||||
* | Update to 1.03o | Kevin Lo | 2000-10-12 | 3 | -6/+6 |
| | | | | | PR: 21928 Submitted by: MAINTAINER | ||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | Satoshi Asami | 2000-10-08 | 1 | -1/+1 |
| | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. | ||||
* | Rename PLIST.nobuild to pkg-plist.nobuild. | Satoshi Asami | 2000-10-08 | 1 | -1/+1 |
| | |||||
* | Rename PLIST.doc to pkg-plist.doc. | Satoshi Asami | 2000-10-08 | 1 | -1/+1 |
| | |||||
* | Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when | Satoshi Asami | 2000-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris | ||||
* | Update _kld to look (also) into /boot/kernel for kernel modules. | Akinori MUSHA | 2000-09-06 | 2 | -2/+2 |
| | |||||
* | - Update to 0.5.2 | Alexander Langer | 2000-07-22 | 4 | -59/+261 |
| | | | | - Add NOPORTDOCS hunks | ||||
* | Correct OSVERSION, which I raised for testing but forgot to | Alexander Langer | 2000-07-22 | 1 | -2/+2 |
| | | | | set correctly after that. | ||||
* | Update to patchlevel 3. | Alexander Langer | 2000-07-21 | 3 | -7/+7 |
| | |||||
* | - Add support for sigset_t - changes. | Alexander Langer | 2000-07-19 | 2 | -1/+27 |
| | | | | | | - Claim maintainership. Approved by: cracauer | ||||
* | - Update to verison 6.09.01 | Alexander Langer | 2000-07-16 | 4 | -23/+49 |
| | | | | | | | | - Create symlink for /bin/tcsh (instead of installing full package) for -current/-stable (requested by obrien) PR: 19853 Submitted by: Ports Fury | ||||
* | Push the FreeBSD version check down to 400021 for tcsh in base system. | David E. O'Brien | 2000-07-12 | 1 | -1/+1 |
| | |||||
* | Update MD5. Since ftp.freebsd.org never got a copy (and I don't have one) | Will Andrews | 2000-07-10 | 1 | -1/+1 |
| | | | | | | of the original, I could not check the diff. Submitted by: ade | ||||
* | Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities. | Steve Price | 2000-07-08 | 1 | -1/+2 |
| | |||||
* | Update to 3.0.8. Remove useless echo in Makefile. | Will Andrews | 2000-07-02 | 2 | -3/+2 |
| | |||||
* | Get rid of the workaround regarding the libzsh-3.1.x.so generation, as | Akinori MUSHA | 2000-06-30 | 2 | -12/+3 |
| | | | | | | | | | zsh 3.1.9 was found to generate it also on 3-STABLE. This should fix the breakage of the package for 3-STABLE. Pointed out by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp> Reviewed by: shige (Maintainer) | ||||
* | Move the stragler's www.freebsd.org/~user distfiles to the offical | David E. O'Brien | 2000-06-29 | 3 | -3/+6 |
| | | | | MASTER_SITE_LOCAL site. | ||||
* | Use ${MASTER_SITE_LOCAL}. | Satoshi Asami | 2000-06-29 | 1 | -2/+3 |
| | |||||
* | Unleash all of these ports upon the people. I no longer have any interest | Will Andrews | 2000-06-22 | 3 | -3/+3 |
| | | | | | in any of them, but will be happy to assign MAINTAINER to others and commit updates for them. | ||||
* | Locally hosted distfiles moved to ftp.freebsd.org. | Jacques Vidrine | 2000-06-20 | 1 | -2/+1 |
| | |||||
* | Use the distfiles now on ftp.freebsd.org instead of from my home directory | Steve Price | 2000-06-17 | 1 | -1/+1 |
| | | | | on freefall. | ||||
* | Add MASTER_SITE_SOURCEFORGE. | Maxim Sobolev | 2000-06-15 | 2 | -3/+6 |
| | | | | Submitted by: Ollivier Robert <roberto@keltia.freenix.fr> | ||||
* | The zsh-functions distfile has been moved from freefall to ftp. | Akinori MUSHA | 2000-06-08 | 1 | -1/+1 |
| | |||||
* | Update to 3.1.9. | Shigeyuki Fukushima | 2000-06-08 | 2 | -2/+2 |
| | |||||
* | Unbroke the port. | Maxim Sobolev | 2000-06-07 | 1 | -1/+2 |
| | | | | | | | | The distfile is still available from www.research.att.com/sw/tools/reuse under the original conditions. PR: 18989 Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org> | ||||
* | Add dependency to autoconf. | Shigeyuki Fukushima | 2000-06-07 | 1 | -0/+2 |
| | | | | | PR: ports/19066 Submitted by: Andreas Schulz <ats@first.gmd.de> | ||||
* | PORTVERSION=0.9b1 -> PORTVERSION=0.9.b1 | Tim Vanderhoek | 2000-06-04 | 1 | -1/+1 |
| | |||||
* | Update to 3.1.7. | Shigeyuki Fukushima | 2000-06-03 | 4 | -25/+89 |
| | | | | Submitted by: knu@FreeBSD.org | ||||
* | @dirrm share/doc/44bsd-csh | Satoshi Asami | 2000-05-31 | 1 | -0/+1 |
| | | | | Submitted by: bento | ||||
* | Update to 3.1.7-pre-4. | Akinori MUSHA | 2000-05-28 | 5 | -28/+59 |
| | | | | | | | | | | No response from: shige Now the FreeBSD specific compdefs I submitted have been included within their distribution! Introduce a workaround for the libzsh shared library generation. This should be solved by the forthcoming 3.1.7 release. | ||||
* | Re-add patch for failglob variable (see previous discussion on -commiters) | Martin Cracauer | 2000-05-24 | 3 | -0/+453 |
| | |||||
* | Fix trace() symbol clash with ncurses | Martin Cracauer | 2000-05-24 | 3 | -0/+42 |
| | | | | Untested (4-stable) commit by: ache | ||||
* | Restore static linking | Andrey A. Chernov | 2000-05-23 | 3 | -0/+3 |
| | | | | Submitted by: Martin Cracauer <cracauer@cons.org> | ||||
* | Take over MAINTAINER since the current one is inactive. Also allow people | Will Andrews | 2000-05-20 | 1 | -3/+4 |
| | | | | | | to build a static binary without having to touch the Makefile. Approved by: asami | ||||
* | Comment clean-ups. | Tim Vanderhoek | 2000-05-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to 2.04 | Andrey A. Chernov | 2000-05-08 | 21 | -807/+105 |
| | | | | | failglob patch removed - this sort of patches must be submitted to bash maintainer | ||||
* | Update to 3.1.7.p2. | Shigeyuki Fukushima | 2000-05-03 | 3 | -3/+11 |
| | |||||
* | Change MAINTAINER's address. | Akinori MUSHA | 2000-05-01 | 2 | -2/+2 |
| | | | | | PR: ports/18300 Submitted by: MAINTAINER | ||||
* | Oops, I forgot the distfile zsh-3.1.7-pre-1.tar.gz was under | Akinori MUSHA | 2000-04-29 | 1 | -6/+7 |
| | | | | | | zsh/development/, not zsh/. Noticed by: cpiazza | ||||
* | Update to 3.1.7.p1. | Shigeyuki Fukushima | 2000-04-29 | 5 | -66/+249 |
| | | | | Submitted by: knu@FreeBSD.org | ||||
* | Add some completion definitions(compdef) of FreeBSD original commands. | Shigeyuki Fukushima | 2000-04-26 | 4 | -158/+187 |
| | | | | | Contributor, knu-san, thank you! And we need more and more compdefs! :) | ||||
* | Since AT&T has released KSH93 as open-source, there is no longer a | Will Andrews | 2000-04-24 | 1 | -0/+1 |
| | | | | | | | binary distribution. PR: 17451 Submitted by: maintainer | ||||
* | Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive | Kris Kennaway | 2000-04-24 | 1 | -1/+1 |
| | | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich | ||||
* | Correct whitespace introduced during PORTNAME conversion and portlint | Michael Haro | 2000-04-21 | 14 | -36/+34 |
| | |||||
* | portlint | Michael Haro | 2000-04-21 | 2 | -9/+9 |
| | |||||
* | Disable this port for -current | Andrey A. Chernov | 2000-04-20 | 1 | -2/+7 |
| | | | | Remove myself from MAINTAINER | ||||
* | Fix MASTER_SITE | Kris Kennaway | 2000-04-17 | 1 | -1/+1 |
| | | | | | PR: 18037 Submitted by: howardjp@wam.umd.edu | ||||
* | Fix a typo. | David E. O'Brien | 2000-04-15 | 1 | -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'Brien | 2000-04-15 | 1 | -0/+1 |
| | |||||
* | This is the the traditional 4.4BSD /bin/csh C-shell, with additional | David E. O'Brien | 2000-04-15 | 5 | -0/+54 |
| | | | | FreeBSD fixes and updates since 4.4BSD Lite was released. | ||||
* | Portlint COMMENT's. | Akinori MUSHA | 2000-04-15 | 1 | -1/+1 |
| | | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp | ||||
* | Convert to PORTNAME/PORTVERSION. | Satoshi Asami | 2000-04-14 | 1 | -3/+3 |
| | |||||
* | Fix | Chris Piazza | 2000-04-12 | 1 | -1/+2 |
| | | | | Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> | ||||
* | Update with the new PORTNAME/PORTVERSION variables | Chris Piazza | 2000-04-10 | 17 | -46/+43 |
| | |||||
* | Finish moving MAINTAINER for my ports. | Will Andrews | 2000-03-22 | 3 | -3/+3 |
| | | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami | ||||
* | Restore useless version required comments. | David E. O'Brien | 2000-03-22 | 1 | -0/+1 |
| | |||||
* | Remove the "version required" line. | David E. O'Brien | 2000-03-20 | 1 | -1/+0 |
| | |||||
* | Upgrade shells/perlsh to new version (perlsh 0.007). | Chris D. Faulhaber | 2000-02-29 | 12 | -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. As | Satoshi Asami | 2000-02-22 | 2 | -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-system | Torsten Blum | 2000-02-14 | 2 | -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'Brien | 2000-02-13 | 1 | -7/+7 |
| | |||||
* | Add NO_LATEST_LINK, zsh-devel is the prefered port for now. | Bill Fumerola | 2000-02-12 | 1 | -0/+1 |
| | |||||
* | Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, | Peter Wemm | 2000-02-08 | 3 | -3/+3 |
| | | | | | | as the days of the former are numbered. Reviewed by: asami | ||||
* | Fix texinfo error. | Shigeyuki Fukushima | 2000-02-05 | 1 | -2/+100 |
| | | | | | Substitute @value{dsp} for ''. Substitute @t{@value{dsp}} for @t{'}@t{'}. | ||||
* | Adding sash version 3.4. | Steve Price | 2000-01-30 | 20 | -0/+569 |
| | | | | | | | A Stand-Alone shell combining many common utilities. PR: 16309 Submitted by: Patrick Gardella <patrick@freebsd.org> | ||||
* | add WWW: | Michael Haro | 2000-01-22 | 5 | -0/+10 |
| | | | | | PR: 16261, 16262, 16263 Submitted by: joseph.scott@owp.csus.edu | ||||
* | Add WWW to description of shells/bash1 | Michael Haro | 2000-01-22 | 1 | -0/+2 |
| | | | | | PR: 16260 Submitted by: joseph.scott@owp.csus.edu | ||||
* | Don't include bsd.port.pre.mk twice. | Satoshi Asami | 2000-01-17 | 1 | -1/+1 |
| | |||||
* | Add flash. | Wes Peters | 2000-01-09 | 1 | -0/+1 |
| | | | | | PR: 15995 Submitted by: Will Andrews <andrews@technologist.com> | ||||
* | Add port for flash, a user-menu shell. This still needs a | Wes Peters | 2000-01-09 | 16 | -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 Asami | 2000-01-08 | 2 | -2/+2 |
| | |||||
* | Remove info/dir from PLIST | Ade Lovett | 2000-01-08 | 1 | -1/+0 |
| | | | | | PR: 15945 Submitted by: Alexander Langer <alex@big.endian.de> | ||||
* | Add perlsh. | Satoshi Asami | 2000-01-06 | 1 | -0/+1 |
| | | | | Forgotten by: wes | ||||
* | Commit perlsh 0.004pre2 port. | Wes Peters | 2000-01-04 | 10 | -0/+106 |
| | | | | | PR: 15412 Submitted by: Will Andrews <andrews@technologist.com> | ||||
* | Make sure we add ksh93 to /etc/shells. | Steve Price | 1999-12-31 | 2 | -0/+9 |
| | | | | | PR: 15788 Submitted by: maintainer | ||||
* | Update /etc/shells after installation. | Thomas Gellekum | 1999-12-29 | 1 | -0/+7 |
| | | | | | PR: 15685 Submitted by: foxfair | ||||
* | Don't coredump under certain conditions where the pid > 32000. | Steve Price | 1999-12-29 | 3 | -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 older | Steve Price | 1999-12-29 | 3 | -3/+3 |
| | | | | | | versions of FreeBSD. PR: 12746 | ||||
* | Add a MASTER_SITE. | Steve Price | 1999-12-26 | 1 | -1/+2 |
| | | | | PR: 15675 | ||||
* | fix installation of info files | Michael Haro | 1999-12-25 | 3 | -0/+3 |
| | | | | | PR: 14761 Submitted by: Jeremy Lea <reg@shale.csir.co.za> | ||||
* | Update to version 1.03l. | Steve Price | 1999-12-24 | 2 | -4/+4 |
| | | | | | PR: 15237 Submitted by: maintainer | ||||
* | Merge from zsh-devel: build zshall(1) correctly. | Bill Fumerola | 1999-12-08 | 1 | -0/+11 |
| | |||||
* | Intelligent packaging. Portlint. | Bill Fumerola | 1999-12-07 | 1 | -3/+2 |
| | | | | | | Inspired by: PR: ports/15306 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org> | ||||
* | Add `failglob' option as announced on -ports mailing list. | Martin Cracauer | 1999-12-04 | 3 | -0/+594 |
| | |||||
* | Bash1 incorrectly restores signals when executing programs. This causes | David E. O'Brien | 1999-11-28 | 3 | -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'Brien | 1999-11-28 | 1 | -1/+10 |
| | |||||
* | Activate the ksh93 port. | Steve Price | 1999-11-27 | 1 | -0/+1 |
| | |||||
* | Initial import of ksh93. | Steve Price | 1999-11-27 | 6 | -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 Koshy | 1999-11-25 | 2 | -3/+3 |
| | |||||
* | Fix reported in ports/14376 does not solve the problem essentially. | Shigeyuki Fukushima | 1999-10-29 | 1 | -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 site | Andrey A. Chernov | 1999-10-03 | 3 | -3/+3 |
| | | | | Submitted by: Chet Ramey <chet@nike.ins.cwru.edu> | ||||
* | Fix packaging. Move all version info out of PLIST using PLIST_SUB. | Satoshi Asami | 1999-09-11 | 2 | -1/+2 |
| | |||||
* | building a static binary has been broken. fix that | Torsten Blum | 1999-09-11 | 1 | -1/+1 |
| | |||||
* | Upgrade to zsh 3.0.6. | Torsten Blum | 1999-09-11 | 3 | -9/+9 |
| | |||||
* | Updated to 1.03k | Satoshi Taoka | 1999-09-07 | 2 | -3/+3 |
| | | | | | PR: 13590 Submitted by: maintainer | ||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 7 | -8/+8 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-31 | 13 | -13/+13 |
| | |||||
* | ln -> ${LN} | Michael Haro | 1999-08-28 | 1 | -2/+2 |
| | |||||
* | Update to tcsh 6.09 | Michael Haro | 1999-08-28 | 2 | -5/+7 |
| | | | | | Submitted by: KATO Tsuguru tkato@prontomail.ne.jp PR: 13413 | ||||
* | echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff | Michael Haro | 1999-08-28 | 3 | -6/+6 |
| | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} | ||||
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | Michael Haro | 1999-08-23 | 1 | -3/+3 |
| | | | | chown -> ${CHOWN} | ||||
* | Update to 3.1.6. | Shigeyuki Fukushima | 1999-08-06 | 5 | -18/+174 |
| | | | | | PR: ports/12944 Submitted by: Chris Piazza <cpiazza@FreeBSD.org> | ||||
* | Fix formatting glitch in job status output. | Thomas Gellekum | 1999-07-21 | 1 | -0/+17 |
| | | | | Submitted by: Michael Rendell <michael@cs.mun.ca> | ||||
* | Upgrade to 5.2.14. | Thomas Gellekum | 1999-07-16 | 2 | -7/+11 |
| | |||||
* | Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too. | Steve Price | 1999-07-06 | 1 | -0/+11 |
| | |||||
* | #4/4 enforcing Caps, no period | Tim Vanderhoek | 1999-06-27 | 11 | -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 version | Chris Piazza | 1999-06-26 | 4 | -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 Price | 1999-06-23 | 1 | -0/+16 |
| | | | | Noticed by: Jeff Wheat <jeff@cetlink.net> | ||||
* | One of MASTER_SITES is disappeared, one is changed. | SADA Kenji | 1999-06-08 | 1 | -4/+3 |
| | |||||
* | Remove the test to create ${PREFIX}/share/info/dir as it is now | Michael Haro | 1999-06-06 | 14 | -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 Price | 1999-05-31 | 1 | -1/+5 |
| | |||||
* | Activate esh. | Jacques Vidrine | 1999-05-29 | 1 | -1/+2 |
| | |||||
* | The ``easy shell'', a small shell with Lisp-like syntax. | Jacques Vidrine | 1999-05-29 | 7 | -0/+97 |
| | |||||
* | use system libreadline for -current | Andrey A. Chernov | 1999-05-28 | 3 | -0/+3 |
| | |||||
* | Fixes for freebsd,ELF,-current | Andrey A. Chernov | 1999-05-28 | 15 | -45/+132 |
| | | | | Upgrade docs to 2.03 | ||||
* | Update to 2.03 (maintainer did not respond) | Martin Cracauer | 1999-04-19 | 9 | -36/+39 |
| | |||||
* | Add back bash1. | David E. O'Brien | 1999-03-31 | 1 | -1/+2 |
| | |||||
* | Bash version 1.17 was much more popular than I thought. | David E. O'Brien | 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. | David E. O'Brien | 1999-03-29 | 1 | -2/+1 |
| | |||||
* | Delete the bash 1.17 port. It served us well as we transitioned to bash | David E. O'Brien | 1999-03-29 | 12 | -251/+0 |
| | | | | version 2. | ||||
* | Update to 1.03j | Seiichirou Hiraoka | 1999-03-17 | 2 | -4/+4 |
| | | | | | PR: ports/10635 Submitted by: nobu@psrc.isac.co.jp | ||||
* | Update to version 1.5b2. | Steve Price | 1999-03-15 | 4 | -100/+25 |
| | | | | | PR: 9882 Submitted by: Scott A. Kenney <saken+freebsd-ports@hotel.rmta.org> | ||||
* | remove links on unexec | Andrey A. Chernov | 1999-03-07 | 1 | -0/+5 |
| | |||||
* | Update to FD-1.03i | Seiichirou Hiraoka | 1999-03-04 | 2 | -5/+5 |
| | |||||
* | MAINTAINER changed, because I was a committer. | Shigeyuki Fukushima | 1999-03-01 | 1 | -2/+2 |
| | |||||
* | Unbreak for ELF. I didn't hear from the maintainer, but the fix is a | Joseph Koshy | 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. | Bill Fenner | 1999-01-27 | 4 | -4/+8 |
| | |||||
* | Break up the "plan9" category -- all the ports are where they belong, and | Satoshi Asami | 1999-01-09 | 2 | -3/+4 |
| | | | | | | "plan9" is a virtual category now. Reviewed by: the ports list | ||||
* | Activate zsh-devel port. | Steve Price | 1998-12-24 | 1 | -1/+2 |
| | |||||
* | Update to version 3.1.5 after repository copy. | Steve Price | 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. | Satoshi Asami | 1998-12-24 | 1 | -1/+3 |
| | |||||
* | Sort entries. In particular, "large", "medium", "small" sort in this order, | Satoshi 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 | Martin Cracauer | 1998-12-03 | 2 | -17/+12 |
| | | | | | | Compacting DESCR Yes, I still plan to ELFify this one... | ||||
* | Fixup CATEGORIES list. | Steve Price | 1998-11-22 | 1 | -2/+2 |
| | | | | Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | upgrade to 6.08.00 | Andrey A. Chernov | 1998-10-22 | 3 | -88/+5 |
| | |||||
* | Move manpages to Makefile and use MAN* macros. | Steve Price | 1998-10-04 | 2 | -3/+3 |
| | |||||
* | Mark BROKEN for ELF. | Justin M. Seger | 1998-09-29 | 1 | -1/+3 |
| | |||||
* | Upgrade, 1.03g -> 1.03h. | Masafumi Max NAKANE | 1998-09-04 | 5 | -11/+27 |
| | | | | | PR: 7808 Submitted by: maintainer | ||||
* | Update /etc/shells upon make install. | Masafumi Max NAKANE | 1998-08-27 | 1 | -6/+11 |
| | | | | ln -> ${LN} | ||||
* | Update /etc/shells upon make install. | Masafumi Max NAKANE | 1998-08-27 | 2 | -2/+12 |
| | |||||
* | Remove miscellaneous manpages. | Tim Vanderhoek | 1998-08-19 | 1 | -1/+0 |
| | |||||
* | Removed manpages from pkg/PLIST | David E. O'Brien | 1998-08-14 | 11 | -32/+5 |
| | |||||
* | Update to version 2.02.1. | Steve Price | 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 Price | 1998-07-18 | 6 | -6/+15 |
| | | | | PR: 7297 | ||||
* | Yikes! I missed a 'ja-' in my cvs co. Undo the previous | Steve Price | 1998-07-04 | 6 | -86/+120 |
| | | | | | | commit. Pointed out by: ache@FreeBSD.ORG | ||||
* | Update to version 6.07.06. | Steve Price | 1998-07-04 | 6 | -120/+86 |
| | | | | | PR: 7112 Submitted by: maintainer | ||||
* | Rename "bash" to "bash1" (the actual port is already repository copied). | Satoshi Asami | 1998-06-26 | 1 | -2/+2 |
| | | | | Requested by: chet@ins.CWRU.Edu | ||||
* | Update to 0.9beta1. | Martin 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 | Andrey A. Chernov | 1998-05-16 | 3 | -9/+9 |
| | |||||
* | Link statically. | Thomas Gellekum | 1998-04-29 | 1 | -1/+2 |
| | | | | Prompted by: latest discussion in freebsd-security | ||||
* | Upgrade to 2.02 | Andrey A. Chernov | 1998-04-28 | 6 | -45/+36 |
| | |||||
* | Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC. | Masafumi Max NAKANE | 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 | Satoshi 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. | Masafumi Max NAKANE | 1998-02-08 | 2 | -5/+5 |
| | | | | | PR: 5657 Submitted by: maintainer | ||||
* | Upgrade, 1.03e -> 1.03f. | Masafumi Max NAKANE | 1997-12-20 | 2 | -5/+5 |
| | | | | | Submitted by: maintainer PR: 5341 | ||||
* | Files from old MASTER_SITE moved to a new site. | Justin M. Seger | 1997-11-28 | 1 | -2/+2 |
| | |||||
* | Upgrade, 1.03a -> 1.03e | Masafumi Max NAKANE | 1997-11-14 | 2 | -5/+5 |
| | | | | | Submitted by: maintainer PR: 5006 | ||||
* | Upgrade to 2.01.1 | Andrey A. Chernov | 1997-11-06 | 6 | -15/+15 |
| | |||||
* | Upgrade to 5.2.13. | Thomas Gellekum | 1997-10-28 | 2 | -6/+6 |
| | |||||
* | Upgrade to 3.0.5 | Torsten Blum | 1997-09-26 | 6 | -12/+12 |
| | |||||
* | Upgrade, 1.01h -> 1.03a. | Masafumi Max NAKANE | 1997-09-19 | 4 | -36/+19 |
| | | | | | PR: 4581 Submitted by: maintainer | ||||
* | @exec/@unexec directives that use %[FD] should never be put at the | Masafumi Max NAKANE | 1997-09-07 | 2 | -2/+2 |
| | | | | very beginning of the file. This has been causing pkg_add to fail. | ||||
* | Make Bash obey ${PREFIX} | David E. O'Brien | 1997-08-21 | 1 | -0/+11 |
| | |||||
* | Forgot to disable NO_CDROM | Martin Cracauer | 1997-07-15 | 1 | -2/+1 |
| | |||||
* | Make this port almost portlint - clean (Description is still too long) | Martin Cracauer | 1997-07-15 | 2 | -50/+14 |
| | | | | Fix some typos. | ||||
* | New version. This version is allowed to be on the CDROM. | Martin 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 | Andrey A. Chernov | 1997-06-28 | 6 | -3/+90 |
| | | | | PR: 3971 | ||||
* | Get bash to not use GNU malloc. This solves the calloc() weirdness | Jordan K. Hubbard | 1997-06-28 | 1 | -0/+19 |
| | | | | in -current. Closes PR#3971 | ||||
* | Remove trailing dot from ${MAINTAINER} | Bill Fenner | 1997-06-26 | 1 | -2/+2 |
| | | | | Found by: distfile checker | ||||
* | Update from 3.0.2 to 3.0.4 | Torsten Blum | 1997-06-25 | 6 | -22/+24 |
| | |||||
* | Use install-info to edit the dir file. | Masafumi Max NAKANE | 1997-06-16 | 4 | -16/+20 |
| | |||||
* | Patch for zsh.texi to to add @direntry and @dircategory. | Masafumi Max NAKANE | 1997-06-16 | 1 | -0/+13 |
| | |||||
* | Patch for Doc/Makefile.in to: | Masafumi Max NAKANE | 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. | Masafumi Max NAKANE | 1997-06-16 | 1 | -0/+3 |
| | |||||
* | Use install-info to edit the dir file. | Masafumi Max NAKANE | 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 | Masafumi Max NAKANE | 1997-06-16 | 1 | -2/+19 |
| | | | | files. | ||||
* | Patch up the texinfo file and add @dircategory and @direntry. | Masafumi Max NAKANE | 1997-06-16 | 1 | -0/+13 |
| | |||||
* | Upgrade to 2.01 | Andrey A. Chernov | 1997-06-07 | 9 | -111/+39 |
| | |||||
* | Reduce number of patches needed for fnmatch | Andrey A. Chernov | 1997-05-27 | 3 | -6/+6 |
| | |||||
* | Use different way to nuke local fnmatch.h to not touch dependances | Andrey A. Chernov | 1997-05-27 | 3 | -6/+6 |
| | |||||
* | FIx serious globbing error with \ due to wrong local fnmatch.h included | Andrey A. Chernov | 1997-05-27 | 3 | -3/+9 |
| | |||||
* | fix handling of builtin limit command. | Eric L. Hernes | 1997-04-10 | 1 | -36/+54 |
| | | | | closes ports/3037 | ||||
* | ache writes: | David E. O'Brien | 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. | David E. O'Brien | 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 | Andrey A. Chernov | 1997-02-14 | 1 | -3/+1 |
| | |||||
* | Instruction to display English help message was wrong. | Masafumi Max NAKANE | 1997-01-09 | 1 | -1/+2 |
| | | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> | ||||
* | Upgrade, 1.01 -> 1.01h. | Masafumi Max NAKANE | 1997-01-06 | 3 | -75/+26 |
| | | | | | Reviewed by: max Submitted by: nobu@psrc.isac.co.jp | ||||
* | Upgrade, 1.01 -> 1.01h. | Masafumi Max NAKANE | 1997-01-06 | 2 | -4/+6 |
| | | | | | Submitted by: nobu@psrc.isac.co.jp Reviewed by: max | ||||
* | Activated scsh. | Masafumi Max NAKANE | 1997-01-03 | 1 | -1/+2 |
| | |||||
* | New port, scsh: | Masafumi Max NAKANE | 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 | Satoshi Asami | 1997-01-02 | 1 | -1/+2 |
| | | | | it back from 2.0 to 1.14.7. | ||||
* | Roll this back to 1.14.7. | Satoshi Asami | 1997-01-02 | 8 | -204/+146 |
| | |||||
* | Upgrade to 2.0 | Andrey A. Chernov | 1996-12-27 | 23 | -329/+351 |
| | |||||
* | Don't need WRKSRC. | David E. O'Brien | 1996-12-27 | 4 | -12/+12 |
| | | | | Add manpages to MANx. But don't compress them. | ||||
* | Style police. | David E. O'Brien | 1996-12-27 | 4 | -8/+8 |
| | |||||
* | update checksum - the distfile has changed | Torsten Blum | 1996-12-20 | 2 | -2/+2 |
| | |||||
* | Sort this file once and for all, so nobody has to scramble it again. :) | Satoshi Asami | 1996-12-20 | 2 | -8/+8 |
| | |||||
* | Upgrade to 3.0.2 | Torsten Blum | 1996-12-19 | 6 | -20/+26 |
| | |||||
* | DISTNAME goes before PKGNAME. | Satoshi Asami | 1996-12-17 | 1 | -2/+2 |
| | |||||
* | Upgrade to 6.07.02 | Andrey A. Chernov | 1996-12-16 | 4 | -14/+24 |
| |