| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove patches (merged into distribution).
- Add zsh-doc distribution.
- Remove USE_AUTOCONF.
- Remove extraneous shells.bak after /etc/shells update.
- Adjust to slide .info under NOPORTDOCS and such.
- Spelling fix in descr.
Thanks to Pete for his work.
PR: 28657
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
|
| |
PR: docs/28376
Submitted by: tyler spivey <tspivey8@home.com>
|
|
|
|
| |
Approved by: greid
|
|
|
|
| |
Requested by: David Thiel <lx@redundancy.redundancy.org>
|
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
Reviewed by: will
|
|
|
|
|
| |
make RUN_DEPENDS also BUILD_DEPENDS
drop maintainership
|
|
|
|
|
| |
PR: 27696
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
C1) Turn shells/zsh-devel into a stub which prints a message that
points people at the new shells/zsh, upgraded to 4.0.1.
M1) Add patch to fix some functions included in 4.0.1.
M2) Remove obsolete patches.
M3) Remove MASTER_SITE_LOCAL since we can't use knu's version now.
W1) Remove MASTER_SITE_LOCAL fully.
W2) Put patch-aa in patch-ab for backwards-compatible diffing.
W3) Do C1 with the least diff, using pre-everything:: and then
${FALSE}'ing out after printing the message.
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>,
Christian Weisgerber <naddy@mips.inka.de>
Noted by: Cyrille Lefevre <clefevre@redirect.to>,
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Approved by: shige (C1)
|
|
|
|
|
| |
PR: ports/27785
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
|
|
|
|
|
| |
PR: 27564
Submitted by: Yoshiyuki NAKAMICHI <nakamiti@ongs.gr.jp>
|
|
|
|
|
| |
PR: 27447
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
|
|
|
|
|
|
|
|
| |
Remove shells/ruby-shell as it is now part of the standard distribution.
(in both Ruby 1.6.4 and 1.7.0)
Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the
standard distribution now.
|
| |
|
| |
|
|
|
|
|
|
|
| |
So make the same localization here that ache made in
src/contrib/libreadline/terminal.c rev 1.2.
Submitted by: sobomax
|
|
|
|
|
|
| |
to 1 now due to this whole matter.
Submitted by: MAINTAINER
|
|
|
|
| |
Submitted by: sobomax
|
|
|
|
| |
Submitted by: sobomax
|
|
|
|
| |
bug in 1.03r. Now I'm talking with the author...
|
|
|
|
|
| |
PR: ports/26471
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (MAINTAINER)
|
| |
|
| |
|
|
|
|
| |
Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 25666
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
phone or web browser.
PR: 24313
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
|
| |
PR: ports/25441
Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
instead of binary distribution.
|
|
|
|
|
|
|
| |
2001-01-01.0000.
PR: 25180
Submitted by: maintainer
|
|
|
|
|
| |
PR: 24119
Submitted by: Joseph Scott <joseph@randomnetworks.com>
|
| |
|
|
|
|
|
| |
PR: 25326
Submitted by: Ports Fury
|
|
|
|
| |
Note these are *FULLY* Satoshi approved for the past 4 years.
|
|
|
|
|
| |
PR: 24676
Submitted by: Ports Fury
|
|
|
|
| |
Noticed by: fenner
|
| |
|
|
|
|
| |
Submitted by: ben
|
|
|
|
|
| |
PR: 24097
Submitted by: Ports Fury
|
|
|
|
| |
Approved by: asami
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
PR: 23202
|
|
|
|
|
| |
PR: 23078
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
|
|
|
|
|
| |
James Rittle suggested that he be added as port maintainer with another
e-mail address.
|
|
|
|
|
|
| |
Also, let people blame Loren James Rittle for future es problems ;)
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
|
|
|
|
| |
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
|