summaryrefslogtreecommitdiff
path: root/shells/posh
AgeCommit message (Collapse)AuthorFilesLines
2016-01-25Update to 0.12.5ryoon2-7/+7
Changelog: posh (0.12.5) unstable; urgency=medium * Patch from John Salmon to correct fencepost error in PWD initialization. closes: #777427. * Suppress linemarker generation when building signal table, as gcc 5 gets crazy. closes: #778069. * Blindly assume that signal handlers return void. * Switch to dh. -- Clint Adams <clint@debian.org> Sun, 07 Jun 2015 14:54:36 -0400
2015-11-02Add SHA512 digests for distfiles for shells categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-04-28Update to 0.12.4mef2-6/+6
---------------- (from debian/changelog) posh (0.12.4) unstable; urgency=medium * Correct misspelling of "--". closes: #774004. * Patch from Chris Lamb to make the build reproducible. closes: #777395. * Patch from John Salmon to use memmove instead of memcpy in debunk(). closes: #777493. -- Clint Adams <clint@debian.org> Sun, 26 Apr 2015 14:20:19 -0400
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-07Update posh 0.12.2 to 0.12.3mef2-6/+7
(from debian/changelog) posh (0.12.3) unstable; urgency=medium * Ten patches from Jonathan Nieder to adjust test suite. closes: #603659. -- Clint Adams <clint@debian.org> Sun, 09 Feb 2014 19:42:00 -0500 posh (0.12.2.1) unstable; urgency=medium * Bump to Standards-Version 3.9.5. * Add libperl4-corelibs-perl build-dep for getopts.pl. closes: #738412. -- Clint Adams <clint@debian.org> Sun, 09 Feb 2014 12:49:30 -0500
2013-09-13Bump 0.12.1 to 0.12.2mef2-6/+6
(From: debian/changelog): posh (0.12.2) unstable; urgency=low * Add posh-dbg package. closes: #703343. * Disallow simple commands as function bodies. closes: #552730. -- Clint Adams <clint@debian.org> Sun, 28 Jul 2013 09:34:06 -0400
2013-06-12Bump 0.12 to 0.12.1mef3-24/+6
patches/patch-main.c is deleted, upstream took fix. --------- posh (0.12.1) unstable; urgency=low * Add missing compat header include, thanks to Makoto Fujiwara. closes: #712009.
2013-06-11Makefilemef4-11/+17
- Bump version 0.3.14 to 0.12. - Add LICENSE= as gnu-gpl-v2. patches/patch-a[ab] - comment added from old cvs log Following lines are recent changes from ChangeLog. For full ChangeLog, see: https://launchpad.net/debian/+source/posh/+changelog -------- posh (0.12) * Fix shell flag handling, broken since 0.9.1. closes: #707778. posh (0.10.2) * Fix "nostrip" build. closes: #674703. * Fix Italian Language-Team email address. closes: #660020. * Don't segfault when bi_errorf(NULL) is called. closes: #674701. * Bump to Standards-Version 3.9.3. posh (0.10) unstable; urgency=low * Do not treat a bad signal passed to the trap builtin as a fatal/syntax error. posh (0.8.5) unstable; urgency=low * Apply bugfix from mksh overhauling the code for substitutions such as ${foo:-bar} and "${foo+bar}" for standards compliance and pull the test cases that go with it. * Bump to Standards-Version 3.8.4. * Switch to 3.0 (native) source format. ---------
2013-06-11Add patches/patch-main.cmef2-1/+19
to fix segmentation fault just after invocation, at least on NetBSD/amd64 6.1, which is reported as PR pkg/47917. The problem was also reported by gcc (4.5.3) as: main.c: In function 'main': main.c:206:15: warning: assignment makes pointer from integer without a cast At following location: 203 char *simplified; .... 206 simplified = canonicalize_file_name(current_wd);
2012-09-11"user-destdir" is default these daysasau1-2/+1
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.