summaryrefslogtreecommitdiff
path: root/shells
AgeCommit message (Collapse)AuthorFilesLines
2002-10-31Sync with tcsh package. Fixes PR 18861.wiz1-3/+4
2002-10-08Explicitly note that this package doesn't yet work with buildlink2.jlam1-3/+4
2002-10-04Add & enable ast-ksh.uebayasi1-1/+2
2002-10-04Initial import of ast-ksh-20020922, "The Korn Shell".uebayasi4-0/+59
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. The KornShell is a shell programming language, which is upward compatible with "sh" (the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO 9945.2 Shell and Utilities standard. KSH-93 provides an enhanced programming environment in addition to the major command-entry features of the BSD shell "csh". With KSH-93, medium-sized programming tasks can be performed at shell-level without a significant loss in performance. In addition, "sh" scripts can be run on KSH-93 without modification.
2002-10-03regen (no patches here)wiz1-5/+1
2002-09-30Use buildlink2.jlam1-1/+2
2002-09-30Make lintpkgsrc work (PKGNAME is not defined, use DISTNAME). Taken frommartti1-2/+2
shells/static-tcsh/Makefile revision 1.3.
2002-09-27Add and enable static-bash2cjep1-1/+2
2002-09-27A static-bash2 package (to match static-tcsh).cjep1-0/+16
2002-09-27Fix COMMENT.wiz1-2/+2
2002-09-26Add and enable bash2-doc.jlam1-1/+2
2002-09-26Initial import of bash-doc-2.05.jlam4-0/+64
This package contains the documentation for GNU Bash.
2002-09-26Install the bash documentation in a separate package. This removes anyjlam4-44/+26
dependency on texinfo should the base system not have it. Bump the PKGREVISION.
2002-09-15Add utmpx support from the tcsh CVS repo (by christos).kim4-4/+36
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-3/+3
have been converted to USE_BUILDLINK2.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-1/+1
have been converted to USE_BUILDLINK2.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam2-5/+6
have been converted to USE_BUILDLINK2.
2002-08-23Merge shells/bash2 from the buildlink2 branch back into the main trunk.jlam1-8/+35
This package is needed to use buildlink2 on Darwin.
2002-08-20Add and enable osh.cjep1-1/+2
2002-08-20Initial import of osh-020214 into the NetBSD packages collectioncjep5-0/+69
as shells/osh. Osh is a re-implementation of the old and obsolete shell version, which 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 both to sh(1) and csh(1). This pkgsrc entry is based on the FreeBSD ports entry for osh.
2002-08-15Zsh 4.0.6.uebayasi3-7/+39
Bugfix release. Some added completion functions: e.g. rsync, mozilla, some bash builtin functions. From Geoff C. Wing, gcw at primenet dot com dot au in pkg/17946.
2002-08-11Fix Japanese message support, and enable multibyte character sets.kim4-8/+47
Note: users of the meta key may want to "set nokanji" from now on. Based on patches from Jun Yamashiro <yamajun@ofug.net> in PR 15274.
2002-08-10Create NLS catalogue directories only if they do not already exist.kim1-1/+5
This should avoid unnecessary warnings from pkgsrc installs, while allowing tcsh-standalone to work.
2002-07-25PKGNAME is not defined, use DISTNAME.kim1-3/+3
2002-07-25Revert previous commit.kim1-2/+1
2002-07-25PKGNAME is not defined, use DISTNAME.kim1-3/+3
2002-07-25Make lintpkgsrc happy with standalone-tcsh and static-tcsh.martti1-1/+2
2002-07-24Upgrade to tcsh-6.12.00:kim7-111/+6
New Features: * %j in prompt * utf8 support New Ports: * darwin support Locale Support: * russian locale fixes * polish locale fixes Highlights from Bug Fixes: * Dissallow setting of environment variables that do not contain alphanumeric names * Don't expand path components that don't resolve to path names * Make $ignoreeof agree with the man page * Don't close file descriptors too early because setuid scripts fail
2002-07-18Do not use _mktemp(). There is no prototype for it, so it is not safe to usemycroft4-2/+31
on 64-bit systems.
2002-07-15Add mkdir for empty directory.mycroft1-1/+2
2002-06-22Small fix to the texi file which allows the info file to be built on 1.6.cjep2-6/+12
2002-06-06This is an attempt to close PR#16619. The package will now compile, howevercjep5-17/+87
I have not got the scsh experience to test this. Various discussions with wiz@, jschauma@ and kim@ extremely helpful.
2002-06-03Don't disable utmpx support under NetBSD any more. It works fine now.tron2-18/+1
2002-04-11Imagine my surprise when this failed to build on my -current shark.abs9-95/+113
Rather than require that _every_ new port update config.guess, fall back to using `uname -p`-unknown-netbsd on >= 1.4, so we only need to patch for each new machine_arch.
2002-04-01Update MASTER_SITES & HOMEPAGE.uebayasi1-3/+3
2002-03-22* Add HOMEPAGE (http://www.tcsh.org/).uebayasi1-2/+3
* echo -> ${ECHO}, sed -> ${SED}.
2002-03-04Work arround build problem on NetBSD system with utmpx support.tron2-1/+18
2002-02-18Introduce new framework for handling info files generation and installation.seb8-17/+22
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll2-6/+6
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-01-31Changes from basesrc/bin/csh/dol.c:1.18-1.19.minoura2-1/+19
> Fix problem where > % echo $20000000000 > Segmentation fault (core dumped) I believe the problem is already known to the maintainer of tcsh (=christos).
2002-01-02Add patch-ab (recognize mipseb in config.sub).rafal1-1/+2
2002-01-02Make config.sub recognize mipseb.rafal1-0/+22
2001-12-17Add fix for problems reported in PR kern/14968. The patch was providedtron2-1/+31
by Christos Zoulas in private e-mail.
2001-12-02Don't hardcode /usr/pkg, use ${PREFIX}. (Ouch!)wiz1-2/+2
2001-12-02Drop '/pkg' from PKGDIR.wiz1-2/+2
Noted by Neil Booth via pkg/14807.
2001-11-29Updated to 4.0.4, provided by Eric Gillespie Jr. in pkg/14376martti4-10/+18
This is a minor bug-fix release, though some new functions have been added: _bts Completion for Debian BTS _chflags Completion for chflags(1) _links Completion for links web browser _samba _sysctl _user_admin bash-backward-kill-word
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum23-16/+16
2001-10-05Don't compress the manual pages of this package because "zshall.1" triestron1-1/+3
to include all the other manual pages with ".so" macros which doesn't work with compress manual pages even if the filenames are correct.
2001-10-02Upgrade to version 0.5.3seb18-1394/+198
Changes: win32 support MacOS X support public cvs repository new libraries databases access via ODBC bugfixes