Michael Haro
617ff2b4c1
Make WRKDIR safe (fix broken on bento)
2001-03-29 22:48:45 +00:00
Michael Haro
4ab44e6846
make WRKDIR safe (fix broken on bento)
2001-03-29 22:48:09 +00:00
Akinori MUSHA
980b62f62b
Update to 1.03q.
...
Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
2001-03-20 10:14:58 +00:00
Akinori MUSHA
d58e1a96a0
Update to 0.6.
2001-03-19 12:00:03 +00:00
David E. O'Brien
7f8208f177
Fix a segmentation fault on the Alpha.
...
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>
2001-03-17 01:24:32 +00:00
Akinori MUSHA
f8eeebacaa
Add ruby-shell, a Ruby library to run commands and control jobs like a
...
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
2001-03-16 09:02:00 +00:00
Kevin Lo
a23654a753
Update to lastest version
...
PR: 25666
Submitted by: maintainer
2001-03-11 06:50:52 +00:00
David E. O'Brien
1f5380b55d
I dropped maintainership or at least I tried to. Do it again.
2001-03-11 00:02:09 +00:00
Will Andrews
7b27d09705
Add wapsh 1.0, a system to allow remote shell logins via a WAP
...
phone or web browser.
PR: 24313
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
2001-03-10 20:05:09 +00:00
Clive Lin
4696656653
New port: mudsh: An "intelligent" game-like shell
...
PR: ports/25441
Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
2001-03-01 15:57:14 +00:00
Steve Price
f20528e489
- Remove the custom do-extract target.
...
- 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
2001-02-27 18:33:39 +00:00
Steve Price
21af4e7519
Forgot to commit this file with the previous update to use the source
...
instead of binary distribution.
2001-02-27 01:59:25 +00:00
Steve Price
0ca92406d0
Build from source now that it is available starting with version
...
2001-01-01.0000.
PR: 25180
Submitted by: maintainer
2001-02-26 05:14:17 +00:00
Steve Price
0f24c3f317
Update to version 0.009.
...
PR: 24119
Submitted by: Joseph Scott <joseph@randomnetworks.com>
2001-02-26 04:04:33 +00:00
Ying-Chieh Liao
4dda97dc36
add vshnu, the New Visual Shell
2001-02-25 19:35:33 +00:00
Kevin Lo
63dd7e0ac0
Add secondary site to MASTER_SITES
...
PR: 25326
Submitted by: Ports Fury
2001-02-25 15:29:55 +00:00
David E. O'Brien
bb9b725c29
Put back my editor hints that were removed w/o permission.
...
Note these are *FULLY* Satoshi approved for the past 4 years.
2001-02-07 14:51:16 +00:00
Kevin Lo
55fb3c2319
Update to version 0.9.4
...
PR: 24676
Submitted by: Ports Fury
2001-01-28 08:07:45 +00:00
Jacques Vidrine
5230c3cfb1
Master site disappeared. Use MASTER_SITE_LOCAL.
...
Noticed by: fenner
2001-01-22 12:52:01 +00:00
Maxim Sobolev
2b1a883dc4
Massive style enforcement - use ^I instead of spaces for variables identation.
2001-01-16 17:33:20 +00:00
Will Andrews
18c5813da4
Remove nonexistent master site.
...
Submitted by: ben
2001-01-08 23:50:22 +00:00
Kevin Lo
41fb4f91f2
Update to 0.9.3
...
PR: 24097
Submitted by: Ports Fury
2001-01-06 16:40:16 +00:00
Will Andrews
60f2b6b7a8
Goodbye, YEAR2000. Hello, 2001.
...
Approved by: asami
2001-01-01 10:15:16 +00:00
Will Andrews
58e54dfd23
Add pash 2.2, a full-screen shell, similar to Midnight Commander. Some
...
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>
2000-12-31 06:02:40 +00:00
Will Andrews
0f61d2fb57
Add osh 001127, a reimplementation of the old and obsolete shell version
...
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>
2000-12-30 01:31:08 +00:00
David E. O'Brien
2b4f8fb8a8
Fix typo
...
PR: 23202
2000-12-22 22:43:41 +00:00
Steve Price
85c67c3149
Update to version 6.10.00.
...
PR: 23078
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 02:19:19 +00:00
Peter Pentchev
6aca2d86dd
Well, basic reading skills certainly do help occassionally - Loren
...
James Rittle suggested that he be added as port maintainer with another
e-mail address.
2000-12-08 13:08:16 +00:00
Peter Pentchev
d3a106dccb
Bump PORTREVISION because of the added efree()/erealloc() patch.
...
Also, let people blame Loren James Rittle for future es problems ;)
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2000-12-08 13:06:26 +00:00
Peter Pentchev
df14c0842b
free() before realloc() is bad, bad, bad.
...
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
2000-12-08 13:04:24 +00:00
David E. O'Brien
64ae670e6c
It's my main shell, so I have in interest in seeing it maintained.
2000-11-30 11:42:35 +00:00
Andrey A. Chernov
44f5c19e81
Drop my maintainership
2000-11-30 01:32:31 +00:00
David E. O'Brien
d7c478016d
Also fix the symlink race vulnerability in bashbug.sh.
...
Obtained from: bash-1.14.7-23.5x.src.rpm
2000-11-29 19:52:06 +00:00
David E. O'Brien
f1a492cf44
Fix the symlink vulnerability noted at http://www.securityfocus.com/bid/2006
...
Obtained from: RedHat bash-1.14.7-23.5x.src.rpm
2000-11-29 19:48:15 +00:00
David E. O'Brien
1ceded9e6e
Add $FreeBSD$'s which help me in problem reports.
2000-11-22 00:17:18 +00:00
Kris Kennaway
dfd5e25155
Fix the temporary file creation problem with <<
2000-11-20 02:45:47 +00:00
Thomas Gellekum
dd27a5d8b0
Depend on ncurses.5 after the upgrade of devel/ncurses.
2000-11-16 13:14:26 +00:00
Jeroen Ruigrok van der Werven
934391a193
Make sure to point this to my local distfile directory instead of
...
obrien's.
2000-11-09 20:22:10 +00:00
Jeroen Ruigrok van der Werven
efab9c8d0c
Update port to the 20001106 version, which fixes a temporary
...
file creation security problem.
Approved by: obrien
2000-11-06 12:15:53 +00:00
Jeroen Ruigrok van der Werven
d4966af41a
Mark forbidden for now, due to tempfile creation issues.
...
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]
2000-11-05 21:46:45 +00:00
Shigeyuki Fukushima
a2ddabb4c8
Correct MASTER_SITES.
...
Submitted by: Brett M Hogden <hogden@rge.com>
2000-10-27 16:37:56 +00:00
Patrick S. Gardella
99ecdb95cb
Remove an unnecessary "strip" line in post-install.
...
Submitted by: knu
2000-10-18 16:06:59 +00:00
Kevin Lo
dd2c027702
Update to 1.03o
...
PR: 21928
Submitted by: MAINTAINER
2000-10-12 15:31:09 +00:00
Satoshi Asami
7acef1cd7a
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
...
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
4391c4675d
Rename PLIST.nobuild to pkg-plist.nobuild.
2000-10-08 06:05:59 +00:00
Satoshi Asami
d241076aed
Rename PLIST.doc to pkg-plist.doc.
2000-10-08 06:04:55 +00:00
Satoshi Asami
5e5841f2cd
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
...
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
2000-09-25 12:21:43 +00:00
Akinori MUSHA
5fe6c3dc48
Update _kld to look (also) into /boot/kernel for kernel modules.
2000-09-06 15:07:31 +00:00
Alexander Langer
3bbbb772e7
- Update to 0.5.2
...
- Add NOPORTDOCS hunks
2000-07-22 10:28:46 +00:00
Alexander Langer
9dd4f9878a
Correct OSVERSION, which I raised for testing but forgot to
...
set correctly after that.
2000-07-22 08:42:17 +00:00
Alexander Langer
60619f6fe5
Update to patchlevel 3.
2000-07-21 13:00:24 +00:00
Alexander Langer
54f9fd8835
- Add support for sigset_t - changes.
...
- Claim maintainership.
Approved by: cracauer
2000-07-19 14:54:42 +00:00
Alexander Langer
1f23d427f6
- Update to verison 6.09.01
...
- Create symlink for /bin/tcsh (instead of installing full package)
for -current/-stable (requested by obrien)
PR: 19853
Submitted by: Ports Fury
2000-07-16 13:02:30 +00:00
David E. O'Brien
a9d4d05c94
Push the FreeBSD version check down to 400021 for tcsh in base system.
2000-07-11 17:16:31 +00:00
Will Andrews
357e848c7f
Update MD5. Since ftp.freebsd.org never got a copy (and I don't have one)
...
of the original, I could not check the diff.
Submitted by: ade
2000-07-10 15:22:18 +00:00
Steve Price
5073598e5f
Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities.
2000-07-07 18:44:49 +00:00
Will Andrews
0778a5cda7
Update to 3.0.8. Remove useless echo in Makefile.
2000-07-01 22:42:42 +00:00
Akinori MUSHA
afd6b6f4e1
Get rid of the workaround regarding the libzsh-3.1.x.so generation, as
...
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)
2000-06-30 08:12:40 +00:00
David E. O'Brien
1228d352ee
Move the stragler's www.freebsd.org/~user distfiles to the offical
...
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Satoshi Asami
be6c01ee85
Use ${MASTER_SITE_LOCAL}.
2000-06-29 02:31:42 +00:00
Will Andrews
f67050feec
Unleash all of these ports upon the people. I no longer have any interest
...
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Jacques Vidrine
6dc9bdb0c8
Locally hosted distfiles moved to ftp.freebsd.org.
2000-06-20 13:37:39 +00:00
Steve Price
30563b5399
Use the distfiles now on ftp.freebsd.org instead of from my home directory
...
on freefall.
2000-06-17 00:14:42 +00:00
Maxim Sobolev
7c22eb053a
Add MASTER_SITE_SOURCEFORGE.
...
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
2000-06-15 10:24:55 +00:00
Akinori MUSHA
734603bc20
The zsh-functions distfile has been moved from freefall to ftp.
2000-06-08 14:53:07 +00:00
Shigeyuki Fukushima
d2cb670101
Update to 3.1.9.
2000-06-08 14:34:59 +00:00
Maxim Sobolev
e2548f2fb4
Unbroke the port.
...
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>
2000-06-07 15:39:37 +00:00
Shigeyuki Fukushima
57ded945a1
Add dependency to autoconf.
...
PR: ports/19066
Submitted by: Andreas Schulz <ats@first.gmd.de>
2000-06-06 17:54:20 +00:00
Tim Vanderhoek
07f6e150e3
PORTVERSION=0.9b1 -> PORTVERSION=0.9.b1
2000-06-04 04:37:24 +00:00
Shigeyuki Fukushima
86ad2630ed
Update to 3.1.7.
...
Submitted by: knu@FreeBSD.org
2000-06-02 18:01:29 +00:00
Satoshi Asami
dc4f7f13ca
@dirrm share/doc/44bsd-csh
...
Submitted by: bento
2000-05-31 05:27:54 +00:00
Akinori MUSHA
1e5c0b46e1
Update to 3.1.7-pre-4.
...
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.
2000-05-27 19:03:47 +00:00
Martin Cracauer
913c2b25ba
Re-add patch for failglob variable (see previous discussion on -commiters)
2000-05-24 10:33:20 +00:00
Martin Cracauer
9702f6aa4c
Fix trace() symbol clash with ncurses
...
Untested (4-stable) commit by: ache
2000-05-24 10:12:01 +00:00
Andrey A. Chernov
3fc2127ff9
Restore static linking
...
Submitted by: Martin Cracauer <cracauer@cons.org>
2000-05-23 12:04:49 +00:00
Will Andrews
c7096e4c53
Take over MAINTAINER since the current one is inactive. Also allow people
...
to build a static binary without having to touch the Makefile.
Approved by: asami
2000-05-19 19:03:06 +00:00
Tim Vanderhoek
f5a27b3b34
Comment clean-ups.
2000-05-12 20:00:17 +00:00
Andrey A. Chernov
a4923c39c3
Upgrade to 2.04
...
failglob patch removed - this sort of patches must be submitted to bash
maintainer
2000-05-07 20:33:34 +00:00
Shigeyuki Fukushima
332a0f517d
Update to 3.1.7.p2.
2000-05-02 16:04:56 +00:00
Akinori MUSHA
0b8ae52e97
Change MAINTAINER's address.
...
PR: ports/18300
Submitted by: MAINTAINER
2000-04-30 18:36:55 +00:00
Akinori MUSHA
ff050cd009
Oops, I forgot the distfile zsh-3.1.7-pre-1.tar.gz was under
...
zsh/development/, not zsh/.
Noticed by: cpiazza
2000-04-29 15:20:10 +00:00
Shigeyuki Fukushima
95e89bcde7
Update to 3.1.7.p1.
...
Submitted by: knu@FreeBSD.org
2000-04-29 15:00:44 +00:00
Shigeyuki Fukushima
7e1e3c5d9a
Add some completion definitions(compdef) of FreeBSD original commands.
...
Contributor, knu-san, thank you!
And we need more and more compdefs! :)
2000-04-25 17:27:50 +00:00
Will Andrews
27f88751ff
Since AT&T has released KSH93 as open-source, there is no longer a
...
binary distribution.
PR: 17451
Submitted by: maintainer
2000-04-24 01:40:31 +00:00
Kris Kennaway
39c06186fa
Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
...
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
2000-04-23 22:59:51 +00:00
Michael Haro
4cf4ab0a2f
Correct whitespace introduced during PORTNAME conversion and portlint
2000-04-21 08:19:33 +00:00
Michael Haro
d8c1385bf2
portlint
2000-04-20 20:36:39 +00:00
Andrey A. Chernov
053726fa90
Disable this port for -current
...
Remove myself from MAINTAINER
2000-04-20 09:20:13 +00:00
Kris Kennaway
f5630020f6
Fix MASTER_SITE
...
PR: 18037
Submitted by: howardjp@wam.umd.edu
2000-04-17 01:04:02 +00:00
David E. O'Brien
684c9ceb96
Fix a typo.
...
Submitted by: R. Imura <imura@af.airnet.ne.jp>
2000-04-15 08:26:22 +00:00
David E. O'Brien
be71a745ed
Add the original 44bsd-csh for those that don't care for the new one.
2000-04-15 04:27:23 +00:00
David E. O'Brien
d441f311ef
This is the the traditional 4.4BSD /bin/csh C-shell, with additional
...
FreeBSD fixes and updates since 4.4BSD Lite was released.
2000-04-15 04:26:42 +00:00
Akinori MUSHA
52190dc850
Portlint COMMENT's.
...
Everybody should read the Handbook again!
PR: ports/18008
Submitted by: tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Satoshi Asami
dad9a57abe
Convert to PORTNAME/PORTVERSION.
2000-04-14 08:49:30 +00:00
Chris Piazza
cd551d001a
Fix
...
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-04-11 21:21:21 +00:00
Chris Piazza
3df86a88a9
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 18:34:06 +00:00
Will Andrews
af4a01863e
Finish moving MAINTAINER for my ports.
...
andrews@technologist.com -> will@FreeBSD.org . :-)
Reminded by: asami
2000-03-22 01:59:41 +00:00
David E. O'Brien
e05c25a8bf
Restore useless version required comments.
2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe
Remove the "version required" line.
2000-03-20 02:37:50 +00:00
Chris D. Faulhaber
d158e99d33
Upgrade shells/perlsh to new version (perlsh 0.007).
...
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
2000-02-29 02:27:02 +00:00
Satoshi Asami
62eda254b9
As per prior decision, move NO_LATEST_LINK from zsh to zsh-devel. As
...
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.
2000-02-22 06:15:57 +00:00
Torsten Blum
3e8c8b4996
Fix a problem with zsh.texi introduced when we upgraded our base-system
...
texinfo to 4.0. Things could be easier if people would use manpages instead
of texinfo & Co.
2000-02-13 18:20:45 +00:00
David E. O'Brien
b5d1cecde4
Style nits in the ports I maintain.
2000-02-13 03:25:05 +00:00
Bill Fumerola
6b481caceb
Add NO_LATEST_LINK, zsh-devel is the prefered port for now.
2000-02-12 03:49:44 +00:00
Peter Wemm
02c5b6c7c6
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
...
as the days of the former are numbered.
Reviewed by: asami
2000-02-08 09:29:51 +00:00
Shigeyuki Fukushima
06320d0559
Fix texinfo error.
...
Substitute @value{dsp} for ''.
Substitute @t{@value{dsp}} for @t{'}@t{'}.
2000-02-04 16:46:47 +00:00
Steve Price
aea575ce76
Adding sash version 3.4.
...
A Stand-Alone shell combining many common utilities.
PR: 16309
Submitted by: Patrick Gardella <patrick@freebsd.org>
2000-01-29 22:36:06 +00:00
Michael Haro
27dc806060
add WWW:
...
PR: 16261, 16262, 16263
Submitted by: joseph.scott@owp.csus.edu
2000-01-22 09:08:01 +00:00
Michael Haro
a3fc742515
Add WWW to description of shells/bash1
...
PR: 16260
Submitted by: joseph.scott@owp.csus.edu
2000-01-22 09:05:47 +00:00
Satoshi Asami
467b3f375a
Don't include bsd.port.pre.mk twice.
2000-01-17 12:22:46 +00:00
Wes Peters
252aae6fcb
Add flash.
...
PR: 15995
Submitted by: Will Andrews <andrews@technologist.com>
2000-01-08 18:31:01 +00:00
Wes Peters
37f5aac4ac
Add port for flash, a user-menu shell. This still needs a
...
good FreeBSD-specific template; Will is working on one.
PR: 15995
Submitted by: Will Andrews <andrews@technologist.com>
2000-01-08 18:23:34 +00:00
Satoshi Asami
afd463aa58
Don't need a period at end.
2000-01-08 09:43:30 +00:00
Ade Lovett
87233b0f99
Remove info/dir from PLIST
...
PR: 15945
Submitted by: Alexander Langer <alex@big.endian.de>
2000-01-07 20:08:57 +00:00
Satoshi Asami
9cf828aa08
Add perlsh.
...
Forgotten by: wes
2000-01-06 12:04:15 +00:00
Wes Peters
46d2d8fa30
Commit perlsh 0.004pre2 port.
...
PR: 15412
Submitted by: Will Andrews <andrews@technologist.com>
2000-01-03 19:33:18 +00:00
Steve Price
6898f7783a
Make sure we add ksh93 to /etc/shells.
...
PR: 15788
Submitted by: maintainer
1999-12-31 02:10:55 +00:00
Thomas Gellekum
fd2beef1f7
Update /etc/shells after installation.
...
PR: 15685
Submitted by: foxfair
1999-12-29 10:27:18 +00:00
Steve Price
aef431088b
Don't coredump under certain conditions where the pid > 32000.
...
PR: 12174
Submitted by: Dirk Meyer <dirk.meyer@home.dinoex.sub.org>
1999-12-29 08:47:55 +00:00
Steve Price
84a09442f0
Use --entry instead of --defentry so this port doesn't fail on older
...
versions of FreeBSD.
PR: 12746
1999-12-29 07:38:42 +00:00
Steve Price
39928cca9e
Add a MASTER_SITE.
...
PR: 15675
1999-12-25 18:55:45 +00:00
Michael Haro
e88caa1bc5
fix installation of info files
...
PR: 14761
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:50:25 +00:00
Steve Price
8e9582af85
Update to version 1.03l.
...
PR: 15237
Submitted by: maintainer
1999-12-23 16:20:05 +00:00
Bill Fumerola
4d2abe5e75
Merge from zsh-devel: build zshall(1) correctly.
1999-12-07 18:43:06 +00:00
Bill Fumerola
62b5e5bf4e
Intelligent packaging. Portlint.
...
Inspired by:
PR: ports/15306
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
1999-12-06 20:14:38 +00:00
Martin Cracauer
77472e1501
Add `failglob' option as announced on -ports mailing list.
1999-12-03 19:50:51 +00:00
David E. O'Brien
d185596316
Bash1 incorrectly restores signals when executing programs. This causes
...
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 )
1999-11-28 03:07:19 +00:00
David E. O'Brien
6b7daea23a
Use $(CC) -E rather than ``cpp'' to deal with cpp's new braindamage.
1999-11-28 03:03:45 +00:00
Steve Price
2507aa8890
Activate the ksh93 port.
1999-11-26 20:56:59 +00:00
Steve Price
e200ad3375
Initial import of ksh93.
...
The official AT&T release of KornShell 93.
PR: 14497
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-11-26 20:43:23 +00:00
Joseph Koshy
e41f4b8142
Upgrade to v3.0.7.
1999-11-25 09:03:32 +00:00
Shigeyuki Fukushima
66826587ed
Fix reported in ports/14376 does not solve the problem essentially.
...
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>
1999-10-29 14:39:47 +00:00
Andrey A. Chernov
90c2e3e47b
change master site
...
Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
1999-10-03 00:33:42 +00:00
Satoshi Asami
c777255c41
Fix packaging. Move all version info out of PLIST using PLIST_SUB.
1999-09-11 10:00:18 +00:00
Torsten Blum
804b487d8e
building a static binary has been broken. fix that
1999-09-10 22:03:36 +00:00
Torsten Blum
7ab1607ae2
Upgrade to zsh 3.0.6.
1999-09-10 20:42:23 +00:00
Satoshi Taoka
a0ceb45f19
Updated to 1.03k
...
PR: 13590
Submitted by: maintainer
1999-09-06 17:33:07 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
a53421230c
$Id$ -> $FreeBSD$
1999-08-31 01:53:22 +00:00
Michael Haro
af5f314286
ln -> ${LN}
1999-08-28 01:58:05 +00:00
Michael Haro
9f389bdc7d
Update to tcsh 6.09
...
Submitted by: KATO Tsuguru tkato@prontomail.ne.jp
PR: 13413
1999-08-27 23:17:17 +00:00
Michael Haro
b8f8618362
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
...
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 22:30:39 +00:00
David E. O'Brien
d99d6e104d
Change Id->FreeBSD.
1999-08-25 07:23:21 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Shigeyuki Fukushima
bfd08aac4c
Update to 3.1.6.
...
PR: ports/12944
Submitted by: Chris Piazza <cpiazza@FreeBSD.org>
1999-08-06 11:59:41 +00:00
Thomas Gellekum
caf1d10b63
Fix formatting glitch in job status output.
...
Submitted by: Michael Rendell <michael@cs.mun.ca>
1999-07-21 06:20:45 +00:00
Thomas Gellekum
1c33c4f0f5
Upgrade to 5.2.14.
1999-07-16 06:20:31 +00:00
Steve Price
6767fa568a
Use __FreeBSD__ instead of FreeBSD so this builds on the Alpha too.
1999-07-05 16:24:22 +00:00
Tim Vanderhoek
a84b5b5f94
#4/4 enforcing Caps, no period
...
[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
1999-06-26 19:22:14 +00:00
Chris Piazza
28e1243c45
1) Update ports/shells/rc to version 1.6 (the first release version
...
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>
1999-06-25 21:42:50 +00:00
Steve Price
64c9f43037
Correct identity string on the alpha.
...
Noticed by: Jeff Wheat <jeff@cetlink.net>
1999-06-22 17:28:03 +00:00
SADA Kenji
bc11037df4
One of MASTER_SITES is disappeared, one is changed.
1999-06-08 04:57:15 +00:00
Michael Haro
5ce8e8e5c7
Remove the test to create ${PREFIX}/share/info/dir as it is now
...
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Steve Price
aab0bf36c3
Mark broken for Alpha because of bus errors from unaligned accesses.
1999-05-31 04:52:27 +00:00
Jacques Vidrine
6f06500737
Activate esh.
1999-05-28 21:02:40 +00:00
Jacques Vidrine
5f65a2b3dd
The ``easy shell'', a small shell with Lisp-like syntax.
1999-05-28 21:01:51 +00:00
Andrey A. Chernov
c0dabcc409
use system libreadline for -current
1999-05-28 05:16:08 +00:00
Andrey A. Chernov
b5ee8a0541
Fixes for freebsd,ELF,-current
...
Upgrade docs to 2.03
1999-05-28 01:09:20 +00:00
Martin Cracauer
dcc36469d1
Update to 2.03 (maintainer did not respond)
1999-04-19 08:42:21 +00:00
David E. O'Brien
2eea491e74
Add back bash1.
1999-03-31 10:02:12 +00:00
David E. O'Brien
cd8572268b
Bash version 1.17 was much more popular than I thought.
...
(deleted to save space on the CDROM since I thought few were still using it)
1999-03-30 01:31:43 +00:00
David E. O'Brien
ff3e003089
Delete the bash1 port.
1999-03-29 11:43:15 +00:00
David E. O'Brien
7ed77ab1fd
Delete the bash 1.17 port. It served us well as we transitioned to bash
...
version 2.
1999-03-29 11:42:32 +00:00
Seiichirou Hiraoka
b932a71c6d
Update to 1.03j
...
PR: ports/10635
Submitted by: nobu@psrc.isac.co.jp
1999-03-17 15:11:43 +00:00
Steve Price
b7694df8bc
Update to version 1.5b2.
...
PR: 9882
Submitted by: Scott A. Kenney <saken+freebsd-ports@hotel.rmta.org>
1999-03-15 04:34:18 +00:00
Andrey A. Chernov
67fa592736
remove links on unexec
1999-03-06 16:07:07 +00:00
Seiichirou Hiraoka
25c3393d8b
Update to FD-1.03i
1999-03-04 00:01:00 +00:00
Shigeyuki Fukushima
a3e290df88
MAINTAINER changed, because I was a committer.
1999-03-01 09:38:29 +00:00
Joseph Koshy
3b71761006
Unbreak for ELF. I didn't hear from the maintainer, but the fix is a
...
minor one (addition of LDFLAGS to CONFIGURE_ENV).
1999-02-23 02:20:21 +00:00
Bill Fenner
5261958626
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
1999-01-27 07:41:29 +00:00
Satoshi Asami
4950255203
Break up the "plan9" category -- all the ports are where they belong, and
...
"plan9" is a virtual category now.
Reviewed by: the ports list
1999-01-09 03:19:49 +00:00
Steve Price
b645f971f4
Activate zsh-devel port.
1998-12-24 08:02:30 +00:00
Steve Price
81165fa536
Update to version 3.1.5 after repository copy.
...
PR: 8552
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1998-12-24 08:01:26 +00:00
Satoshi Asami
fc38cb75e9
Mark this broken while Steve works on upgrade.
1998-12-24 07:42:53 +00:00
Satoshi Asami
75e0c6c35e
Sort entries. In particular, "large", "medium", "small" sort in this order,
...
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-07 02:22:12 +00:00
Martin Cracauer
c33964d452
More MASTER_SITES
...
Compacting DESCR
Yes, I still plan to ELFify this one...
1998-12-02 23:50:37 +00:00
Steve Price
cc3da74d4d
Fixup CATEGORIES list.
...
Submitted by: Josh Gilliam <josh@quick.net>
1998-11-21 17:18:16 +00:00
Andrey A. Chernov
f247a0fb25
upgrade to 6.08.00
1998-10-21 19:16:55 +00:00
Steve Price
abab842f2f
Move manpages to Makefile and use MAN* macros.
1998-10-04 00:56:49 +00:00
Justin M. Seger
d0b3b873bb
Mark BROKEN for ELF.
1998-09-29 02:37:14 +00:00
Masafumi Max NAKANE
4fad38c472
Upgrade, 1.03g -> 1.03h.
...
PR: 7808
Submitted by: maintainer
1998-09-03 20:11:22 +00:00
Masafumi Max NAKANE
0bdc221d7d
Update /etc/shells upon make install.
...
ln -> ${LN}
1998-08-27 02:34:07 +00:00
Masafumi Max NAKANE
7d889fa355
Update /etc/shells upon make install.
1998-08-27 02:33:51 +00:00
Tim Vanderhoek
39448a6b27
Remove miscellaneous manpages.
1998-08-18 19:04:15 +00:00
David E. O'Brien
d265ace04d
Removed manpages from pkg/PLIST
1998-08-13 21:30:07 +00:00
Steve Price
4405a46523
Update to version 2.02.1.
...
Submitted by: studded@dal.net
Hoping that Andrey doesn't mind: steve :)
1998-08-10 00:00:50 +00:00
Steve Price
099b65cf8b
Guard against a nonexistant /usr/share/info/dir.
...
PR: 7297
1998-07-17 20:38:17 +00:00
Steve Price
24e6e9519d
Yikes! I missed a 'ja-' in my cvs co. Undo the previous
...
commit.
Pointed out by: ache@FreeBSD.ORG
1998-07-04 03:09:32 +00:00
Steve Price
35e20053fd
Update to version 6.07.06.
...
PR: 7112
Submitted by: maintainer
1998-07-03 23:34:26 +00:00
Satoshi Asami
030f6d6f83
Rename "bash" to "bash1" (the actual port is already repository copied).
...
Requested by: chet@ins.CWRU.Edu
1998-06-25 22:26:26 +00:00
Martin Cracauer
aa2af247b4
Update to 0.9beta1.
...
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-06-08 13:59:35 +00:00
Andrey A. Chernov
d67c0b5ed7
put MASTER_SITE_GNU first
1998-05-16 11:39:19 +00:00
Thomas Gellekum
dd726f562d
Link statically.
...
Prompted by: latest discussion in freebsd-security
1998-04-29 07:56:42 +00:00
Andrey A. Chernov
abf9d14318
Upgrade to 2.02
1998-04-28 05:10:43 +00:00
Masafumi Max NAKANE
8bd2b9a35b
Move the man pages to ${PREFIX}/man/ja from ja_JP.EUC.
...
Forgotten by: whomever changed man/ja_JP.EUC -> man/ja in BSD.local.dist
1998-04-05 04:47:11 +00:00
Satoshi Asami
acd19d78e8
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
...
depend on ordering in the parent Makefiles for the links to be created
correctly.
1998-04-04 07:36:46 +00:00
Masafumi Max NAKANE
d4c60375a0
Upgrade, 1.03f -> 1.03g.
...
PR: 5657
Submitted by: maintainer
1998-02-07 16:26:17 +00:00
Masafumi Max NAKANE
1b13ad76e0
Upgrade, 1.03e -> 1.03f.
...
Submitted by: maintainer
PR: 5341
1997-12-19 16:53:57 +00:00
Justin M. Seger
65b8e7cbdf
Files from old MASTER_SITE moved to a new site.
1997-11-28 03:35:05 +00:00
Masafumi Max NAKANE
cf71d19180
Upgrade, 1.03a -> 1.03e
...
Submitted by: maintainer
PR: 5006
1997-11-13 20:19:20 +00:00
Andrey A. Chernov
186ce4ad83
Upgrade to 2.01.1
1997-11-06 01:17:59 +00:00
Thomas Gellekum
93e38c1af9
Upgrade to 5.2.13.
1997-10-28 15:36:37 +00:00
Torsten Blum
bed1863567
Upgrade to 3.0.5
1997-09-26 08:23:15 +00:00
Masafumi Max NAKANE
fb95eea85d
Upgrade, 1.01h -> 1.03a.
...
PR: 4581
Submitted by: maintainer
1997-09-19 12:51:34 +00:00
Masafumi Max NAKANE
3f73d91a41
@exec/@unexec directives that use %[FD] should never be put at the
...
very beginning of the file. This has been causing pkg_add to fail.
1997-09-06 17:52:52 +00:00
David E. O'Brien
ddbd7c0b92
Make Bash obey ${PREFIX}
1997-08-21 07:03:49 +00:00
Martin Cracauer
0f75a2326e
Forgot to disable NO_CDROM
1997-07-15 15:00:30 +00:00
Martin Cracauer
db31808b6e
Make this port almost portlint - clean (Description is still too long)
...
Fix some typos.
1997-07-15 13:45:34 +00:00
Martin Cracauer
1ce57c3699
New version. This version is allowed to be on the CDROM.
...
PR: ports/4096
Reviewed by: Thomas Gellekum <tg@ihf.rwth-aachen.de>
1997-07-15 12:02:24 +00:00
Andrey A. Chernov
afec97d4f4
Install /etc/shells entry and info dir entry
...
PR: 3971
1997-06-27 23:03:34 +00:00
Jordan K. Hubbard
beb1d2e914
Get bash to not use GNU malloc. This solves the calloc() weirdness
...
in -current. Closes PR#3971
1997-06-27 18:00:09 +00:00
Bill Fenner
4c08ced03e
Remove trailing dot from ${MAINTAINER}
...
Found by: distfile checker
1997-06-26 06:23:23 +00:00
Torsten Blum
6740f47b6f
Update from 3.0.2 to 3.0.4
1997-06-25 05:24:46 +00:00
Masafumi Max NAKANE
e61e2fecb8
Use install-info to edit the dir file.
1997-06-16 11:51:14 +00:00
Masafumi Max NAKANE
a89d03ad2a
Patch for zsh.texi to to add @direntry and @dircategory.
1997-06-16 11:50:33 +00:00
Masafumi Max NAKANE
619aa31ea8
Patch for Doc/Makefile.in to:
...
- Add --no-split to the makeinfo command line.
- Remove info files before makeinfo.
1997-06-16 11:49:17 +00:00
Masafumi Max NAKANE
c7e688d572
Use install-info to edit the dir file.
1997-06-16 11:00:38 +00:00
Masafumi Max NAKANE
d6ae6dc467
Use install-info to edit the dir file.
...
The (now old) master_site doesn&t have bash-1.14.7 anymore, but GNU sites do,
so update it.
1997-06-16 11:00:19 +00:00
Masafumi Max NAKANE
3ffd020bff
In documentation subdirectory, let ``make all'' build only the info
...
files.
1997-06-16 10:42:18 +00:00
Masafumi Max NAKANE
b4ce60904c
Patch up the texinfo file and add @dircategory and @direntry.
1997-06-16 10:35:22 +00:00
Andrey A. Chernov
685f8803f4
Upgrade to 2.01
1997-06-06 23:13:54 +00:00
Andrey A. Chernov
72d0ab0cd5
Reduce number of patches needed for fnmatch
1997-05-26 22:21:51 +00:00
Andrey A. Chernov
092e813500
Use different way to nuke local fnmatch.h to not touch dependances
1997-05-26 21:28:12 +00:00
Andrey A. Chernov
0149da1f30
FIx serious globbing error with \ due to wrong local fnmatch.h included
1997-05-26 21:22:06 +00:00
Eric L. Hernes
9cd3c19d59
fix handling of builtin limit command.
...
closes ports/3037
1997-04-10 15:27:42 +00:00
David E. O'Brien
c3d2f16419
ache writes:
...
> This port is obsoleted by bash2, so I don't want to be MAINTAINER
I *hate* bash2. So I'll take it over.
1997-02-17 06:41:50 +00:00
David E. O'Brien
3a2ee0c0b7
Added the docs to the package.
...
Commited with permission of the maintainer.
1997-02-16 02:08:50 +00:00
Andrey A. Chernov
dc6e03a935
This port is obsoleted by bash2, so I don't want to be MAINTAINER
1997-02-14 14:18:45 +00:00
Masafumi Max NAKANE
0fcc91354e
Instruction to display English help message was wrong.
...
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1997-01-09 10:12:36 +00:00
Masafumi Max NAKANE
466871b11d
Upgrade, 1.01 -> 1.01h.
...
Reviewed by: max
Submitted by: nobu@psrc.isac.co.jp
1997-01-06 06:38:35 +00:00
Masafumi Max NAKANE
66b633b20c
Upgrade, 1.01 -> 1.01h.
...
Submitted by: nobu@psrc.isac.co.jp
Reviewed by: max
1997-01-06 06:26:12 +00:00
Masafumi Max NAKANE
26eb98429b
Activated scsh.
1997-01-03 00:40:55 +00:00
Masafumi Max NAKANE
6a68b60f92
New port, scsh:
...
A Unix shell embedded into Scheme, with access to all Posix calls
Reviewed by: max
Submitted by: cracauer@cons.org "Martin Cracauer"
1997-01-03 00:37:20 +00:00
Satoshi Asami
c60d526cd9
Add bash2, which has been repository-copied from bash before rolling
...
it back from 2.0 to 1.14.7.
1997-01-02 07:01:10 +00:00
Satoshi Asami
1b266ec86a
Roll this back to 1.14.7.
1997-01-02 07:00:25 +00:00
Andrey A. Chernov
48748db13a
Upgrade to 2.0
1996-12-27 11:40:57 +00:00
David E. O'Brien
0ebe3bae3b
Don't need WRKSRC.
...
Add manpages to MANx. But don't compress them.
1996-12-27 06:26:05 +00:00
David E. O'Brien
116bb06e77
Style police.
1996-12-27 06:01:29 +00:00
Torsten Blum
75e87cb8da
update checksum - the distfile has changed
1996-12-20 09:05:19 +00:00
Satoshi Asami
f8a1076b18
Sort this file once and for all, so nobody has to scramble it again. :)
1996-12-20 02:57:16 +00:00
Torsten Blum
483cf6a144
Upgrade to 3.0.2
1996-12-19 11:31:22 +00:00
Satoshi Asami
fc317df2d6
DISTNAME goes before PKGNAME.
1996-12-17 05:18:09 +00:00
Andrey A. Chernov
d88d277609
Upgrade to 6.07.02
1996-12-16 01:40:25 +00:00
Masafumi Max NAKANE
018ccf7365
Install the man page to man/ja_JP.EUC/man1.
1996-12-12 04:50:58 +00:00
Satoshi Asami
32af6372fd
Uh, the binary is now called "zsh-3.0.1", not "zsh-3.0.0".
1996-11-22 00:00:43 +00:00
Satoshi Asami
c98cfd116d
Compress a bunch of manpages. Remove unnecessary @ directives from
...
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.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 11:44:27 +00:00
David E. O'Brien
090316dbc1
Converted to MAN[1-8]
...
Converted p5* to use MASTER_SITE_PERL_CPAN
1996-11-17 09:06:37 +00:00
Satoshi Asami
41613e1a0b
When we upgrade, we generally change this file too. :>
1996-11-16 09:17:44 +00:00
Satoshi Asami
54f3facf10
Remove @cwd /usr/local.
1996-11-16 09:16:16 +00:00