| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=40563
|
|
|
|
| |
Notes:
svn path=/head/; revision=40562
|
|
|
|
|
|
|
| |
Approved by: Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
Notes:
svn path=/head/; revision=40091
|
|
|
|
| |
Notes:
svn path=/head/; revision=40048
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=39943
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=39912
|
|
|
|
|
|
|
|
| |
PR: 25666
Submitted by: maintainer
Notes:
svn path=/head/; revision=39553
|
|
|
|
| |
Notes:
svn path=/head/; revision=39478
|
|
|
|
|
|
|
|
|
|
| |
phone or web browser.
PR: 24313
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes:
svn path=/head/; revision=39462
|
|
|
|
|
|
|
|
| |
PR: ports/25441
Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
Notes:
svn path=/head/; revision=38941
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=38859
|
|
|
|
|
|
|
| |
instead of binary distribution.
Notes:
svn path=/head/; revision=38819
|
|
|
|
|
|
|
|
|
|
| |
2001-01-01.0000.
PR: 25180
Submitted by: maintainer
Notes:
svn path=/head/; revision=38771
|
|
|
|
|
|
|
|
| |
PR: 24119
Submitted by: Joseph Scott <joseph@randomnetworks.com>
Notes:
svn path=/head/; revision=38739
|
|
|
|
| |
Notes:
svn path=/head/; revision=38706
|
|
|
|
|
|
|
|
| |
PR: 25326
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=38695
|
|
|
|
|
|
|
| |
Note these are *FULLY* Satoshi approved for the past 4 years.
Notes:
svn path=/head/; revision=38061
|
|
|
|
|
|
|
|
| |
PR: 24676
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=37669
|
|
|
|
|
|
|
| |
Noticed by: fenner
Notes:
svn path=/head/; revision=37435
|
|
|
|
| |
Notes:
svn path=/head/; revision=37252
|
|
|
|
|
|
|
| |
Submitted by: ben
Notes:
svn path=/head/; revision=36964
|
|
|
|
|
|
|
|
| |
PR: 24097
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=36861
|
|
|
|
|
|
|
| |
Approved by: asami
Notes:
svn path=/head/; revision=36564
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=36511
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=36449
|
|
|
|
|
|
|
| |
PR: 23202
Notes:
svn path=/head/; revision=36254
|
|
|
|
|
|
|
|
| |
PR: 23078
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=35841
|
|
|
|
|
|
|
|
| |
James Rittle suggested that he be added as port maintainer with another
e-mail address.
Notes:
svn path=/head/; revision=35767
|
|
|
|
|
|
|
|
|
| |
Also, let people blame Loren James Rittle for future es problems ;)
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
Notes:
svn path=/head/; revision=35766
|
|
|
|
|
|
|
| |
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
Notes:
svn path=/head/; revision=35765
|
|
|
|
| |
Notes:
svn path=/head/; revision=35535
|
|
|
|
| |
Notes:
svn path=/head/; revision=35519
|
|
|
|
|
|
|
| |
Obtained from: bash-1.14.7-23.5x.src.rpm
Notes:
svn path=/head/; revision=35516
|
|
|
|
|
|
|
| |
Obtained from: RedHat bash-1.14.7-23.5x.src.rpm
Notes:
svn path=/head/; revision=35515
|
|
|
|
| |
Notes:
svn path=/head/; revision=35323
|
|
|
|
| |
Notes:
svn path=/head/; revision=35276
|
|
|
|
| |
Notes:
svn path=/head/; revision=35188
|
|
|
|
|
|
|
| |
obrien's.
Notes:
svn path=/head/; revision=34949
|
|
|
|
|
|
|
|
|
| |
file creation security problem.
Approved by: obrien
Notes:
svn path=/head/; revision=34840
|
|
|
|
|
|
|
|
|
| |
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]
Notes:
svn path=/head/; revision=34823
|
|
|
|
|
|
|
| |
Submitted by: Brett M Hogden <hogden@rge.com>
Notes:
svn path=/head/; revision=34299
|
|
|
|
|
|
|
| |
Submitted by: knu
Notes:
svn path=/head/; revision=33968
|
|
|
|
|
|
|
|
| |
PR: 21928
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=33731
|
|
|
|
|
|
|
|
|
| |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
Notes:
svn path=/head/; revision=33576
|
|
|
|
| |
Notes:
svn path=/head/; revision=33547
|
|
|
|
| |
Notes:
svn path=/head/; revision=33546
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=33101
|
|
|
|
| |
Notes:
svn path=/head/; revision=32336
|
|
|
|
|
|
|
| |
- Add NOPORTDOCS hunks
Notes:
svn path=/head/; revision=30962
|
|
|
|
|
|
|
| |
set correctly after that.
Notes:
svn path=/head/; revision=30960
|