Commit graph

605 commits

Author SHA1 Message Date
Akinori MUSHA
6a228fad08 - Apply a couple of patches posted on the FD-clone mailing list,
which fix bugs in file name completion and handling of tar archives
  that contain ".".

- Update fd2rc:
  o Properly call zip(1) with -r (recursive).
  o Make some file extensions case insensitive.
  o Source /etc/fd2rc.local so administrators can put their own local
    configurations in it.
  o Set FD_WRITEFS to 1 (do not ask).
  o Set FD_INHERITCOPY to 1 (preserve timestamps).
2002-09-15 20:55:58 +00:00
David E. O'Brien
a146f053ab Use offical vendor patches 1-4. 2002-09-13 00:43:09 +00:00
Oliver Braun
4eef8272b2 Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR:		ports/40935
Submitted by:	Ken McGlothlen <mcglk@artlogix.com>
2002-09-10 22:18:46 +00:00
David E. O'Brien
f71e7b3c60 Use the offical vendor patch for the directory space vs. slash command name
completion problem.

Submitted by:	Chet Ramey <chet@po.CWRU.Edu>
Bash PR:	http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
2002-09-09 22:25:50 +00:00
David E. O'Brien
fe3f550a4e Bump revision for directory command-line completion fix.
Always forgotten by:	me
2002-09-09 06:50:17 +00:00
David E. O'Brien
ce9d222b68 "In certain cases, Bash appends a space instead of a slash to a directory name
relative to the current directory when performing command name completion.
This affects partial completion of intermediate directory names."  Fix this.

Bash PR:	http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
Obtained from:	http://www.geocrawler.com/mail/msg.php3?msg_id=9514404&list=342
2002-09-09 01:19:52 +00:00
Akinori MUSHA
e675f0bc21 MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES because
it is slow and does not mirror bz2 distfiles at all.  Remove it and
add four other working mirror sites instead.

PR:		ports/41960 (different solution)
Submitted by:	keramida
2002-09-06 12:06:00 +00:00
David E. O'Brien
00c6d9d8ea We lie about fully having ISO C90 Amd.1 restartable wide and multibyte
character manipulation functions.
2002-08-26 03:42:41 +00:00
Christian Weisgerber
e4f94a5977 Fix core dump in glob expansion.
PR:		41778
Submitted by:	Joe Kelsey <joek@mail.flyingcroc.net>
Obtained from:	David Korn <dgk@research.att.com>
2002-08-20 14:36:32 +00:00
Akinori MUSHA
efbdb92482 Really commit the pkg-plist change. 2002-08-15 15:15:16 +00:00
Akinori MUSHA
e4594fd355 Update to 4.0.6.
PR:		ports/41662
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2002-08-14 21:28:36 +00:00
Akinori MUSHA
b5f4a336a7 - Update to 4.0.5.
- Use the .tar.bz2 distribution files.

PR:		ports/41483
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	will (MAINTAINER)
2002-08-12 02:40:34 +00:00
Akinori MUSHA
54801c4c69 - Recognize .tbz as a tar+bzip2 suffix.
- Expand the arch table size from 16 to 32.
- Bump PORTREVISION accordingly.
2002-08-11 13:28:31 +00:00
David E. O'Brien
dfa32123f5 Simply typing Shift-Enter in bash-2.05b causes it to enter some kind of
CPU-consuming loop. A kill -9 from another terminal is required to end it.

Submitted by:	Chet Ramey <chet@nike.ins.cwru.edu>
2002-08-06 07:22:41 +00:00
David E. O'Brien
1659aea7bb `make reinstall' clean. 2002-08-06 07:21:44 +00:00
David E. O'Brien
b51fd57a8d Forgot to update pkg-plist with 5.0b upgrade.
Submitted by:	Neil Darlow <neil@darlow.co.uk>
2002-08-04 18:42:09 +00:00
David E. O'Brien
421df473ba Update to version 2.05b.
PR:		41176
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-08-04 06:57:11 +00:00
Christian Weisgerber
e2f5a7ed7e Re-enable statvfs() tests now that -CURRENT has the function.
Improve build reliability:
* Make very sure that the build script is run with /bin/sh.
* Add a dubious patch to libast/comp/conf.sh that is reported to fix
  the build for some -STABLE users.

Install example functions.

PR:		39783, 40857

Parts
Submitted by:	Joe Kelsey <joek@mail.flyingcroc.net>
2002-07-22 14:52:05 +00:00
Christian Weisgerber
da694b766b Build in a clean environment to prevent sporadic interference from
environment variables.

Requested by:	Ken Stailey <kstailey@speakeasy.net>
2002-07-17 11:30:06 +00:00
Christian Weisgerber
6d7a9aa8dd -CURRENT has <sys/statvfs.h> but no actual statvfs() implementation,
which badly confuses the configure tests that check for this
functionality.  Remove the tests for the time being.
2002-07-17 01:40:37 +00:00
George C A Reid
ceec39b761 Update to 020214
PR:		37851
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
2002-07-16 15:20:34 +00:00
Akinori MUSHA
f172aa6926 - Update to 2.01b.
- Honor CC and CFLAGS. (which hasn't been working since 2.0)
2002-07-13 04:19:38 +00:00
Pete Fritchman
2c046af0e6 Add nologinmsg 1.0, more functional native binary replacement for
/sbin/nologin.

Submitted by:	Richard Rose <freebsd-security@rikrose.net>
2002-07-10 17:48:16 +00:00
Christian Weisgerber
4c3bd14e9a Update to release 2002-06-28. 2002-06-28 16:17:51 +00:00
Patrick Li
850379f680 PERL -> REINPLACE_CMD
PR:		ports/39731, ports/39732, ports/39733, ports/39734, ports/39735
		ports/39736, ports/39737, ports/39738, ports/39739 ports/39740
Submitted by:	Scott Flatman <sf@dsinw.com>
2002-06-23 20:29:01 +00:00
Christian Weisgerber
f59cb6af19 Update to release 2002-06-14. Changes in this release:
* Numerous bug fixes.

Submitted by:	Jerry A! <jerry@thehutt.org>
2002-06-23 11:55:28 +00:00
Kris Kennaway
1c26f5eca3 Fix build on -current.
Submitted by:	mike
2002-06-16 09:03:53 +00:00
Akinori MUSHA
7c4a48cf79 Update to 2.01a.
Adjust tar_format for the latest GNU tar.
2002-06-11 12:31:41 +00:00
Kris Kennaway
ac4044231a Remove scsh after repo-copy.
Pointy hat to:	alex
2002-06-04 00:24:52 +00:00
Alexander Langer
2b4934106b Move this file to the "lang" category, since it is not an interactive
shell like all other shells in "shells".

Suggested by:	nectar
2002-05-28 19:35:23 +00:00
Alexander Langer
01ee33ab8f Update port to version 0.6.2 2002-05-27 13:21:11 +00:00
Shigeyuki Fukushima
391a77aac8 Update to 4.1.0.dev4, new zsh development version. 2002-05-22 16:28:04 +00:00
Kris Kennaway
e86f9a98b7 Move a pre-everything target which displays a message and exits to
a FORBIDDEN tag.
2002-05-18 02:59:03 +00:00
Thomas Gellekum
0f235f3ad7 Serves me right to commit something in a hurry, untested. <:-(
Fix fetching.

PR:		38144
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-05-17 10:05:18 +00:00
Thomas Gellekum
414e8bb34f Change version number from 5.2.14.p2 to 5.2.14p2, so our package
tools see this as an upgrade from 5.2.14.

PR:		38131
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-05-16 11:11:54 +00:00
Cy Schubert
2aac6117f5 Distfile has a home once again. 2002-05-16 00:32:52 +00:00
Akinori MUSHA
dfe1d08ca5 Update to 2.01.
Add compression/uncompression definitions for .Z/.gz/.bz2.
2002-05-15 18:17:31 +00:00
Thomas Gellekum
22263f8e81 Include distributed patches.
PR:		38071
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-05-15 11:49:00 +00:00
Akinori MUSHA
09bc82b7a0 Add pkg-descr.
Suggested by:	max
2002-05-12 17:40:05 +00:00
Akinori MUSHA
f1f99beceb Add zsh+euc, Zsh with EUC encoding support.
This is just an experimental hack and cannot happily be merged into
the upstream.  Zsh's line editor apparently needs a rewrite in order
to support multi-byte encodings because it strongly relies on the
single-byte character scheme.

These patches are mostly based on the work by ono@ono.org (Thanks!):

	http://www.ono.org/software/zsh-euc/

What I did over this is disable the hack for non-EUC locales.  Maybe
the patches can be moved to shells/zsh in the future, but it's
premature for the moment.

Notes:
- forward-char, backward-char and backward-delete-char with no numeric
  argument should work properly with this hack.
- Completion and redisplay should work fine.
- There can be some trivial side-effects.
- JIS X0201-Roman and JIS X0208-Kanji are supported.
- JIS X0201-Katakana and JIS X0212 Kanji are NOT supported.
- Only tested with the EUC-JP (ja_JP.eucJP) locale.  I'm not sure if
  it works for GB 2312/CNS 11643-1/KS X 1001.  Any feedbacks is
  welcome, especially a patch if it does not work. :)
2002-05-11 21:48:26 +00:00
David E. O'Brien
45666060ec To ports@freebsd.org. 2002-05-08 21:03:16 +00:00
Kris Kennaway
99f937e31b eaccess() only exists on recent versions of -current, not on -stable.
Pointy hat to:	obrien
2002-05-05 04:09:03 +00:00
Christian Weisgerber
09bc821134 Install man page under ${MANPREFIX} rather than ${PREFIX}.
PR:		37670
Submitted by:	Joe Kelsey <joek@mail.flyingcroc.net>
2002-05-03 22:32:21 +00:00
Akinori MUSHA
c453eb1186 - Add a patch from the author that fixes a bug in file name
completion.  Bump PORTREVISION accordingly.

- Default the number of columns to 1.

- Add some nifty launcher definitions.

  Submitted by:	nork (partly)
2002-04-15 17:55:19 +00:00
Alexander Langer
3dd44d03ca Fix MASTER_SITES.
Submitted by:	Jason R. Mastaler <jason-dated-1018213461.54d8b1@mastaler.com>
2002-04-03 15:31:25 +00:00
Akinori MUSHA
cabf887bfe Update to 2.00b. 2002-03-31 18:28:32 +00:00
David E. O'Brien
4a5f3b215c No longer need to explicitly provide a GNU autconf target. 2002-03-28 02:13:55 +00:00
Christian Weisgerber
5cd40233a7 Update to release 2002-03-17. 2002-03-26 16:19:08 +00:00
Akinori MUSHA
7181051572 Add a patch supplied by the author to fix a bug in glob expansion
where a series of globs was only partially expanded. (`echo a* b*' ->
`echo a aa aaa b*')

Bump PORTREVISION accordingly.
2002-03-25 21:04:50 +00:00
David E. O'Brien
a9b41500db Make FINGORE gain a brain. If NO_FORCE_FIGNORE is set, and a file in the
FIGNORE list is the only possible match, expand it.
2002-03-25 03:18:52 +00:00
Akinori MUSHA
a12636276d "GUI-based ... for text terminal" -> "CUI-based"
Suggested by:	ume
2002-02-10 17:35:23 +00:00
Akinori MUSHA
6648b0f821 Update FD, a GUI-based file and directory management tool for text
terminal to version 2.00a.

Put MAINTAINER's suggestions into the default configuration file.

Transfer the maintainership over to knu@FreeBSD.org.

Approved by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (ex-MAINTAINER)
2002-02-10 17:12:36 +00:00
David E. O'Brien
6c19fe9879 Make compile on FreeBSD/sparc64 ! 2002-02-10 10:58:07 +00:00
Jacques Vidrine
7a2c36bffc Update 0.8 -> 0.8.5.
Release MAINTAINER.
2002-02-06 22:40:05 +00:00
Akinori MUSHA
a0332de98e Repocopy and move "fd" from misc/ to shells/ which is more suitable
category for the port.

Approved by:	Nobuhiro Yasutomi <nobu@tech.isac.co.jp> (MAINTAINER)
Repocopied by:	joe
2002-01-29 21:40:13 +00:00
Akinori MUSHA
77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Akinori MUSHA
94f005e723 Add a patch submitted by the author which fixes a bug I reported where
fd occasionally dies of a segfault caused by a buffer overrun on
command invocation.

Bump PORTREVISION accordingly.
2002-01-21 16:02:52 +00:00
Akinori MUSHA
c45b04d7f0 Add a patch submitted by the author which fixes a bug I reported where
fd fails to expand a relative symlink in the root directory.

Bump PORTREVISION accordingly.

Remove an unneeded MASTER_SITE_SUBDIR line.
2002-01-19 11:43:30 +00:00
Joseph Koshy
963ec014d2 Upgrade to v0.6.0.
- "files/patch-ae" is no longer required
- PLIST substitution is used to merge the files "pkg-plist.doc" and
  "pkg-plist" into one entity
- new patch file "files/patch-static.scm" has been added

Approved by:  alex [MAINTAINER]
2002-01-14 06:53:27 +00:00
Dirk Froemberg
8c0949d312 Use '::' as an dependency operator for pre-everything target. This is
needed because of the special nature of the pre-everything target.

See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
2001-12-31 10:20:19 +00:00
Ying-Chieh Liao
868dd870d0 upgrade to 1.03u
PR:		33226
Submitted by:	maintainer
2001-12-27 08:58:20 +00:00
Dirk Froemberg
9439aeb2c5 portlint: remove extra whitespaces before end of line. 2001-12-24 10:37:45 +00:00
Patrick Li
b666502afd - PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Christian Weisgerber
f54d549681 Fix LC_NUMERIC locale bug.
Submitted by:	Alexander N. Kabaev <ak03@gte.com>
2001-12-04 21:31:54 +00:00
Christian Weisgerber
0f501f4553 * Update to release 2001-10-31.
* Re-enable WANT_STATIC.
* Remove license check and "Proprietary Notice" since we won't distribute
  a package.
* Move notice about locale bug to pkg-descr.

PR:		32343
2001-12-02 17:43:15 +00:00
Maxim Sobolev
3d1f077b65 Override CONFIGURE_TARGET, so that this configure script generated by
autoconf-2.52 doesn't generate a warning.
2001-11-23 15:40:26 +00:00
Christian Weisgerber
452e627854 * Update to 2.05a.
* Split failglob patch into per-file patches.

Reviewed by:	obrien
2001-11-21 01:40:39 +00:00
Will Andrews
d2c7ce6629 Update to 4.0.4.
PR:		31872
Submitted by:	Anders Andersson <anders@codefactory.se>
2001-11-10 02:24:46 +00:00
Christian Weisgerber
4fbb2f66a7 Update my MAINTAINER address.
Approved by:	trevor
2001-11-03 22:22:34 +00:00
Ying-Chieh Liao
217cd99bfe - Remove BROKEN.
- Comment out WANT_STATIC, which is currently broken.
- Fix an mbstate_t syntax error; from Mitch Tishmack <otomo@qwest.net>.
- Skip unused floating point tests that prevent building on alpha.
- Point out LC_NUMERIC problem in pkg-message.

PR:		31197
Submitted by:	MAINTAINER
2001-10-11 08:55:13 +00:00
Pete Fritchman
a57055def2 Fix a braino (having @unexec rmdir ... without 2>/dev/null || true really
defeats the purpose...)
2001-10-05 04:34:49 +00:00
Pete Fritchman
dc274f0557 Add missing @unexec rmdir
Noticed by:	bento
2001-10-05 04:27:53 +00:00
Peter Pentchev
ce00a6623c Update the files' checksums.
Remove a patch that is now incorporated in the official sources.
Mark BROKEN until the maintainer (or somebody else) figures out a way
to make it build again on FreeBSD.

PR:		30825
Submitted by:	maintainer
2001-09-27 14:23:56 +00:00
Alexander Langer
0fc58458bd Upgrade to 0.5.3.
Submitted by:	jkoshy
2001-09-15 14:37:39 +00:00
David W. Chapman Jr.
7044a2ff98 Update to 1.03t
PR:		30475
Submitted by:	maintainer
2001-09-10 01:44:37 +00:00
Mark Peek
7a6bb52401 Make sure change in patching "builds" correctly on more recent systems.
Submitted by:	gshapiro
2001-09-08 23:21:28 +00:00
Mark Peek
5e02691b8d Update to tcsh-6.11. 2001-09-07 17:36:50 +00:00
Pete Fritchman
ff342e75da - remove DIST_SUBDIR
- touch -> ${TOUCH}
- add post-install target to update /etc/shells (to match pkg-plist @exec)
- make sure to remove /etc/shells.bak

PR:		26092
Submitted by:	maintainer
2001-08-31 05:56:31 +00:00
Anton Berezin
2835757114 Remove redundant USE_PERL5 statements. 2001-08-24 21:32:55 +00:00
Ade Lovett
d4084bdd11 1. This should never have been a port
2.  It causes bash2 to core on my 4.3-STABLE box randomly
3.  Since bash is a likely contender for any Linux converts, the last
    thing we need is for them to grep through the ports INDEX file, install
    this, destabilize their FreeBSD box, and generate bad PR
4.  (portmgr hat on) it was not added in an appropriate manner.

Should the original submitter wish to re-evaluate points 1-4 above, then
we'll consider re-adding it.  For now, it's toast.
2001-08-11 06:12:49 +00:00
Trevor Johnson
495f49c6c0 Update ksh93 to 2001-07-04.0000 version. Earlier distfiles are no
longer available from AT&T.

Add DIST_SUBDIR.

PR:  28879
Submitted by:  maintainer
2001-08-04 03:51:41 +00:00
Will Andrews
3a8f58edc3 Update to 4.0.2.
- 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>
2001-07-03 04:47:28 +00:00
Chris Costello
490b27d5a8 "the the" -> "the"
PR:		docs/28376
Submitted by:	tyler spivey <tspivey8@home.com>
2001-06-23 21:54:42 +00:00
Jimmy Olgeni
00b40eca21 Preserve files in etc/.
Approved by:	greid
2001-06-17 17:52:33 +00:00
Will Andrews
44b2d737c9 Enable maildir support.
Requested by:	David Thiel <lx@redundancy.redundancy.org>
2001-06-16 10:05:04 +00:00
David W. Chapman Jr.
4c24102a9a Add hmmah, The Deep Prompt, a set of shell prompts
Submitted by:	David Yeske <dyeske@yahoo.com>
Reviewed by:	will
2001-06-14 13:11:03 +00:00
Ying-Chieh Liao
524581f4de upgrade to 1.0008
make RUN_DEPENDS also BUILD_DEPENDS
drop maintainership
2001-06-13 15:00:08 +00:00
James E. Housley
4202c9f72c The perl man directories should not be removed.
PR:		27696
Submitted by:	Pete Fritchman <petef@databits.net>
2001-06-07 11:09:45 +00:00
Will Andrews
c4314f0ecb Upgrade Zsh to 4.0.1:
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)
2001-06-03 18:43:08 +00:00
Akinori MUSHA
e7b5c28a74 Update to 1.03s and remove hotfix patches.
PR:		ports/27785
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-31 06:20:19 +00:00
George C A Reid
1a3c174951 Make htshd work with tcsh.
PR:		27564
Submitted by:	Yoshiyuki NAKAMICHI <nakamiti@ongs.gr.jp>
2001-05-29 18:10:57 +00:00
George C A Reid
71fb67d740 Fix plist
PR:		27447
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-05-19 10:21:51 +00:00
Akinori MUSHA
5604e7a14d Update lang/ruby and lang/ruby-devel to the latest snapshots.
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.
2001-05-17 21:16:46 +00:00
Kris Kennaway
e9dd3f8b36 Don't hard-code -O2 2001-04-29 23:49:00 +00:00
Steve Price
46baf67232 Add a couple of missing files and remove extra directories on uninstall. 2001-04-15 01:05:42 +00:00
David E. O'Brien
906c6edb8c Our `end' key defintion for TERM==cons25 seems to be different from others.
So make the same localization here that ache made in
src/contrib/libreadline/terminal.c rev 1.2.

Submitted by:	sobomax
2001-04-11 16:47:56 +00:00
Akinori MUSHA
f7c634fd5e Re-update to 1.03r with a hotfix from the author. PORTREVISION is set
to 1 now due to this whole matter.

Submitted by:	MAINTAINER
2001-04-10 11:48:26 +00:00
David E. O'Brien
0facad47b5 Remove. Patch not needed any longer.
Submitted by:	sobomax
2001-04-10 10:50:49 +00:00
David E. O'Brien
51cbaf554a Update to version 2.05.
Submitted by:	sobomax
2001-04-10 10:47:53 +00:00
Akinori MUSHA
0ed3fa525a Temporarily back out the previous update. There seems to be a nasty
bug in 1.03r.  Now I'm talking with the author...
2001-04-10 10:28:28 +00:00
Akinori MUSHA
2a4757157d Update to 1.03r.
PR:		ports/26471
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> (MAINTAINER)
2001-04-10 06:35:10 +00:00
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