summaryrefslogtreecommitdiff
path: root/shells/posh
AgeCommit message (Collapse)AuthorFilesLines
2010-05-07Bump PKGREVISION to reflect the recent change in pkginstall/shells to usejmmv1-2/+2
etcutils to update /etc/shells.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-06-12Add DESTDIR support.joerg1-3/+5
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv1-2/+2
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-11-10Depend on errno.h to provide errno.joerg2-1/+14
2005-09-21Use PKGNAME_NOREV when setting WRKSRC. Fixes bulk build problem.wiz1-2/+2
2005-09-20Teach the +SHELLS helper script to not create an /etc/shells file ifjlam1-1/+2
one doesn't exist. From now on, we only add the listed PKG_SHELL to the /etc/shells file if it already exists. This fixes PR pkg/27162.
2005-07-29* Separate out the shell registration into a separately unpacked scriptjlam1-2/+2
+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-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
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-02-24Add RMD160 digests.agc1-1/+2
2004-09-08Fix build with gcc2.jmmv2-1/+24
2004-08-29update to posh-0.3.9recht2-5/+5
patch provided by pancake at phreaker.net in PR 26777 changes (from Debian changelog): posh (0.3.9) unstable; urgency=medium * trap builtin now errors when no signals are specified. closes: #265103. * Move trap-related regression tests to their own file, and add one to check for error on "trap 0". posh (0.3.8) unstable; urgency=high * Fix tilde expansion thinko introduced in 0.3.4. posh (0.3.7) unstable; urgency=low * Remove some cruft left around from ksh functions. posh (0.3.6) unstable; urgency=low * Add a better regression test for umask. * Drop support of ksh88 ":[#%]+"-type trimming. * Adjust regression tests to make sure ${blah:#blah} gives an error. posh (0.3.5) unstable; urgency=low * Clean unused variables left after 0.3.4. * Add prebuild target to debian/rules. * Drop qsort altogether. posh (0.3.4) unstable; urgency=low * Fix most of the signedness comparison warnings. * Remove homedir caching code. * Switch specials, keywords, aliases, builtins, vars, and funs hashes to use libc tsearch() and friends. * Remove old table hash routines. posh (0.3.3) unstable; urgency=low * Rename custom table functions to prevent conflicts with b-tree functions when search.h is included. * Remove vestigial tracked alias code. posh (0.3.2) unstable; urgency=low * Make getn() use strtol(). * Mark unused function parameters to avoid gcc warnings. posh (0.3.1) unstable; urgency=low * Use libc's instead of internal qsort. * Add -W to CFLAGS.
2004-05-07Initial import of posh, version 0.3:jmmv4-0/+40
posh is a stripped-down version of pdksh that aims for compliance with Debian's policy, and also has a few extra features.