Commit Graph

169 Commits

Author SHA1 Message Date
naddy
ba36c8c04d * Update to 2.05a.
* Add home page.
* Take maintainership.
2001-11-18 19:45:11 +00:00
lebel
cb2d5a8e87 update zsh/stable to 4.0.4:
--
This is a maintenance release of the stable 4.0 series. A large number
of small bugfixes have been made covering the whole shell. There are
very few user-visible changes, mostly minor enhancements to the
completion function system.
2001-11-18 18:24:19 +00:00
espie
100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00
lebel
e75a2bf249 don't use /tmp/zsh for TMPPREFIX in regress. found by fries@ 2001-10-24 15:51:02 +00:00
lebel
d4efe91453 allow target regress w/o being root 2001-10-24 15:25:46 +00:00
espie
5cfab3ba38 Make sure we don't pick a bad shell. okay naddy@ 2001-10-24 11:58:57 +00:00
naddy
399d8f5141 fix {FLT,DBL}_ULONG_MAX tests properly 2001-10-12 17:01:42 +00:00
naddy
f6fc33d092 alpha: skip some floating point tests whose results aren't used;
fixes build hang
2001-10-11 01:39:15 +00:00
naddy
054698f238 mark static flavor as broken until I get around to fixing this 2001-10-02 13:17:45 +00:00
pvalchev
be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00
naddy
5977a47c56 stealth update 2001-09-10 23:27:00 +00:00
naddy
229904c4e2 remove leading "the" from COMMENT 2001-09-09 18:14:51 +00:00
lebel
d20d8b69d1 new patches to zshconfig_ac to build modules under ELF archs.
thanks brad@
2001-09-07 02:11:47 +00:00
lebel
bcac3f2046 only try to remove lib/zsh directories when loadable modules are installed.
thanks wilfried@
2001-09-06 13:02:04 +00:00
lebel
d0d23835a5 update shells/scsh to 0.5.3;
requested and tested by Chad Dougherty <chad@stalphonsos.com>;
re-generated the patches
2001-09-04 23:26:31 +00:00
naddy
d941b46eca document available flavors 2001-08-01 00:39:05 +00:00
naddy
860fe1f753 get licence from bsd.own.mk 2001-07-29 14:48:24 +00:00
lebel
2870630e33 put 'vedge' back as the maintainer with his real name. 2001-07-25 16:31:14 +00:00
lebel
8120a0025a no maintainer listed for now until I find out who Mr. Vedge actually is... 2001-07-20 15:10:51 +00:00
naddy
9c86a9ac02 Add ast-ksh and ast-ksh,static. Reminded by lebel@ 2001-07-12 20:41:44 +00:00
naddy
9f0991ea4f Import of ast-ksh 2001-07-04.0000.
Official AT&T release of KornShell 93.  KSH-93 is the most recent
version of the KornShell Language described in "The KornShell Command
and Programming Language," by Morris Bolsky and David Korn of AT&T
Bell Laboratories.
2001-07-12 19:17:24 +00:00
lebel
adaefd5d11 +sash 2001-07-06 13:34:38 +00:00
lebel
ff5323bd8f initial import of sash-3.4:
--
SASH - Stand-alone shell with built-in commands.

The sash program is a stand-alone shell which is useful for recovering
from certain types of system failures. In particular, it was created
in order to cope with the problem of missing shared libraries or
important executable.

WWW: http://www.canb.auug.org.au/~dbell/

Submitted by Albert Chang <vedge@vedge.com.ar>
2001-07-06 13:33:47 +00:00
lebel
b8a6a03851 fix a small buglet in the OpenBSD-ified version of _find 2001-07-05 17:22:13 +00:00
lebel
bac74c0087 OpenBSD-ify the command completion definition for find;
from Sebastian Stark <seb@todesplanet.de>
2001-07-02 17:09:55 +00:00
lebel
aa66078700 update zsh/stable to 4.0.2:
- there is still a unknown bug on sparc in the way * is expanded; I'm working
  to fix this.
2001-07-01 15:43:40 +00:00
lebel
c8a43ccfe0 some updates to zsh/stable:
- fix Completion/BSD/Command/_bsd_pkg so its more suitable under OpenBSD
- fix linking of .so, since we prefer "${CC} -shared -fPIC" to "ld -Bshareable".
  This patch was sent to zsh authors and it will be part of the next stable
  release.
2001-06-08 14:52:33 +00:00
lebel
6e2440eb8a unbreak FLAVOR=static packaging 2001-06-05 18:46:34 +00:00
lebel
8335840edf remove the sub-package -modules. if it's not installed, basic features wont be
available, like zle, compctl, etc...  It is now part of the main package.
2001-06-05 16:34:41 +00:00
brad
ef4993f2e8 USE_BZIP2 is deprecated, use EXTRACT_SUFX instead. 2001-06-03 15:42:38 +00:00
lebel
e82f9887fc comment snapshot from the Makefile until it comes back. 2001-06-03 01:25:07 +00:00
lebel
16fbaf6901 There is currently no snapshot version of zsh. Use zsh/stable.
Reduce Makefile to a stub.
2001-06-03 01:24:00 +00:00
lebel
c0ba28dd9c update zsh/stable to 4.0.1:
- add two new sub-packages, -modules and -zftp which adds dynamically
  loadable modules and an embedded ftp client to zsh.
- static FLAVOR disable all dynamic modules and link statically zsh.

Otherwise:

Zsh is a UNIX command interpreter (shell) which of the standard shells
most resembles the Korn shell (ksh), although it is not completely
compatible.  It includes enhancements of many types, notably in the
command-line editor, options for customizing its behaviour, filename
globbing, features to make C-shell (csh) users feel more at home and
extra features drawn from tcsh (another custom shell).

checked by naddy@

WWW: http://www.zsh.org/
2001-06-03 01:01:36 +00:00
lebel
0ce449e852 cleanup zsh/stable and snapshot patches. 2001-05-10 19:50:28 +00:00
lebel
e08405c5af - reorg shells/zsh and shells/zsh-devel into zsh/stable and zsh/snapshot.
- update shells/Makefile
- OK'ed by naddy@
2001-05-10 19:42:32 +00:00
lebel
8db7f1bd50 take over MAINTAINERship of shells/zsh and shells/zsh-devel.
naddy@ agreed.
2001-05-10 18:58:30 +00:00
lebel
638f43c27a shells: integrate COMMENT, bump NEED_VERSION. 2001-05-06 03:49:21 +00:00
espie
b186afd8b2 , -> : in flavor deps. 2001-05-05 21:28:04 +00:00
espie
358b065fab conflicts 2001-04-15 17:41:08 +00:00
espie
2e0ea06175 No need to add an explicit conflict for the default conflict 2001-04-10 17:10:37 +00:00
naddy
4b5db4ec8e - update to 2.05
- register conflict with bash1
- integrate COMMENT
- remove useless HOMEPAGE, improve DESCR
- clean-up
2001-04-10 15:32:55 +00:00
naddy
3af6ed5e63 - register conflict with bash2
- integrate COMMENT
2001-04-10 15:30:08 +00:00
brad
965f665a52 - integrate COMMENT
- bump NEED_VERSION
- stop creating dirs which are now created by default by BSD.local.dist
2001-04-04 01:44:51 +00:00
brad
741dcf88ff ${PREFIX} -> $PREFIX 2001-04-04 01:41:47 +00:00
brad
009d1063d4 VERSION variable 2001-02-11 04:20:09 +00:00
brad
69a38b6043 fix WRKDIST so static FLAVOR builds as expected.
--
Pointed out by: Richard Johnson <rdump@river.com>
2001-02-08 18:29:39 +00:00
brad
15ef1a9ad2 god damn it, someone hit me now! 2001-01-26 20:37:08 +00:00
brad
d7b44a0e4a strip the bash binary on install; pointed out by: naddy@ 2001-01-19 15:21:15 +00:00
brad
db893e0caf oops, wasn't supposed to remove the whole patch. pointed out by: naddy@ 2001-01-17 02:04:47 +00:00
brad
158dc25410 using FAKE makes this patch unnecessary. 2001-01-16 22:50:36 +00:00