summaryrefslogtreecommitdiff
path: root/shells
AgeCommit message (Collapse)AuthorFilesLines
2005-07-29* Separate out the shell registration into a separately unpacked scriptjlam18-37/+35
+SHELL. * Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell environment so that admins can make a choice when installing from binary packages. * PKG_SHELL is now a list of paths, and if the path is relative, then it is taken to be relative to ${PREFIX}. Convert packages that set PKG_SHELL to take advantage of this new feature by changing the full paths to the shells into relative paths.
2005-07-17Quieten CHECK_WRKREF. The dumped environment variables is not a problem.kristerw1-1/+5
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+1
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-07-14fix build on OpenBSD, from Jason Lingohr.grant2-7/+9
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam2-4/+4
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-08Eliminate conflicting function declarations on Darwin.kristerw3-7/+7
2005-07-07Don't enforce using the "readline" package on every platform justtron1-6/+9
because Darwin needs it (which is probably not true either). Bump package revision after the damage from the previous revision has been fixed.
2005-07-01Use devel/readline instead of the included readline library. Bumpminskim1-2/+11
PKGREVISION due to the added dependency. This should fix PR pkg/30601. While here, set BUILDLINK_DEPMETHOD of dependent libraries to "build" when the "static" option is enabled.
2005-07-01Use devel/readline instead of the included readline library. Bumpminskim1-3/+11
PKGREVISION due to the added dependency. While here, set BUILDLINK_DEPMETHOD of dependent libraries to "build" when the "static" option is enabled. Approved by the maintainer (wiz@).
2005-06-24Change the CONFIGURE_ENV where possible to use the variables users arekristerw1-13/+14
supposed to set, rather than the autoconf cache variables.
2005-06-23Prevent paths to the build directories from being included in the package.kristerw1-1/+16
Bump PKGREVISION.
2005-06-17Create directories before installing files into them.jlam3-3/+8
2005-06-14Make this package build on Linux by correcting PLIST. Fixes PR pkg/29552.minskim2-2/+4
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo2-17/+8
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-23Removed trailing white-space.rillig2-2/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-1/+3
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-04-28Avoid using != to define OS_VER .. use :sh instead to defer evaluationjlam1-3/+3
until the make targets are invoked. This avoids needing ${ECHO} and ${SED} in the top-level make.
2005-04-20Add & enable rssh.seb1-1/+2
2005-04-20Initial import of rssh version 2.2.3 into the NetBSD Packages Collection.seb6-0/+90
Based on rssh package in pkgsrc-wip by pancake at phreaker dot net, slightly modified and updated to latest version by myself. Claim stewardship. Rssh is a restricted shell for use with OpenSSH, allowing only scp and/or sftp. For example, if you have a server which you only want to allow users to copy files off of via scp, without providing shell access, you can use rssh to do that.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv14-28/+14
2005-04-08Turn off on Interix, as it takes almost a day to build to the point of dying.tv1-1/+3
Will investigate and fix later....
2005-04-07Changes 4.2.5:adam5-21/+22
* Bug-fix release * Fixes few configuration problems, notably on MacOSX
2005-03-29Update to 0.3.14:jmmv3-13/+9
posh (0.3.14) unstable; urgency=medium * ifdef out shf_smprintf. -- Clint Adams <schizo@debian.org> Fri, 19 Nov 2004 13:11:55 -0500 posh (0.3.13) unstable; urgency=medium * Some documentation cleanup and fixes. * Get the Latin-1 non-breeakable spaces out of the manpage for now. closes: #280624. Hopefully the DocBook XSL stylesheets will be fixed some year. -- Clint Adams <schizo@debian.org> Fri, 12 Nov 2004 14:20:35 -0500 posh (0.3.12) unstable; urgency=medium * Add regression test for unset builtin. closes: #273346. * Make "eval false || true" not exit with -e. closes: #269066. -- Clint Adams <schizo@debian.org> Sat, 25 Sep 2004 22:41:59 -0400 posh (0.3.11) unstable; urgency=medium * Fix return value of unset builtin when parameters are not set; (according to POSIX, this is not an error condition). -- Clint Adams <schizo@debian.org> Thu, 23 Sep 2004 22:08:57 -0400 posh (0.3.10) unstable; urgency=low * Remove extraneous operators from "test" builtin (-a, -G, -H, -k, -O, -o, <, >, -ef, -nt, -ot).
2005-03-29Make it compile on 1.6.2, I think. But it seems subtly odd, still...kim3-6/+78
2005-03-25Upgrade to tcsh 6.14.00kim3-63/+57
New Features: * UTF-8 handling for both singe and double width characters * termname builtin for testing whether a terminal type is available in termcap/terminfo
2005-03-24Remove OpenBSD RCS Id, not really useful here.wiz1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz4-11/+4
useful.
2005-03-15Add a patch allowing compilation of bash on AIX 4.3.3. Tested not togarbled2-1/+55
impact NetBSD/i386 build. Should also not impact aix5 builds.
2005-03-10nb1: Use standard build and install processes via ${BSD_INSTALL_*}.tv4-47/+34
2005-03-10Add Interix-specific system call bits.tv4-13/+43
2005-03-08Changes 050219:adam2-10/+9
examples: * Updated the example initialization files. * Added a few command files to give users a head start in scripting the shell. osh.1 and sh6.1: * Made a few more minimal revisions. osh and sh6: * Did a little more code cleanup.
2005-03-04Make this work on IRIX.jschauma2-2/+9
NB: this needs an install-sh that supports "-S -f", as in rev. 1.3 of bootstrap/files/install-sh.in. After installing that install-sh, set _STRIPFLAG_INSTALL?= -S -f in mk/platform/IRIX.mk and all should be peachy. This will be done correctly eventually, don't worry. :-)
2005-02-27Update to 3.0pl16, pulling in the first 16 official patches for bash.wiz3-6/+61
Various bugfixes. Some whitespace cleanup while here.
2005-02-24Add RMD160 digests.agc19-20/+46
2005-02-24agc agreed to maintain this package.wiz1-1/+2
2005-02-21Changes 4.2.4:adam5-20/+36
* Bug-fix release
2005-02-20Kill some hardcoded UID, GID, and mode settings that were being passed tosnj2-9/+11
${INSTALL}. This should fix the problem seen in minskim's Linux bulk build.
2005-01-28Add scponly.snj1-1/+2
2005-01-28Initial import of scponly-4.0, a tiny shell that only permits scp and sftp.snj5-0/+64
2005-01-25Add another Interix hack -- ut_xtime is the obsolescent name for utmpx.ut_tv.tv1-2/+5
2005-01-25Pull in PLIST.${OPSYS} if existant.tv1-3/+8
2005-01-25Pick up previously orphaned terminfo.so installed file.tv1-0/+2
2005-01-25Extend other *BSD build fixes to Interix.tv3-7/+7
2005-01-24Fix GETPGRP_VOID test for Interix in configure.tv1-0/+13
2005-01-24Interix has no general sync() syscall.tv2-1/+16
2005-01-21Partly Interix fix, but also readonly-root fix: Don't use "-w '/'" totv2-1/+15
determine whether to install in PREFIX/share. Just do it anyway.
2005-01-21Use nbcompat-based build on Interix, too (missing <sysexits.h>).tv1-2/+2