2008-06-12 04:14:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:45 joerg Exp $
|
2004-05-07 12:11:13 +02:00
|
|
|
#
|
|
|
|
|
Update to 0.3.14:
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-29 19:02:31 +02:00
|
|
|
DISTNAME= posh_0.3.14
|
2004-05-07 12:11:13 +02:00
|
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
2005-09-20 06:23:48 +02:00
|
|
|
PKGREVISION= 1
|
2004-05-07 12:11:13 +02:00
|
|
|
CATEGORIES= shells
|
|
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-05-07 12:11:13 +02:00
|
|
|
HOMEPAGE= http://packages.debian.org/posh
|
|
|
|
COMMENT= Debian Policy-compliant Ordinary SHell
|
|
|
|
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2004-05-07 12:11:13 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2005-07-29 20:32:17 +02:00
|
|
|
PKG_SHELL= bin/posh
|
2005-09-21 18:10:08 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
2004-05-07 12:11:13 +02:00
|
|
|
|
2008-06-12 04:14:13 +02:00
|
|
|
INSTALLATION_DIRS= share/doc/posh
|
|
|
|
|
2004-05-07 12:11:13 +02:00
|
|
|
post-install:
|
2008-06-12 04:14:13 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/debian/changelog ${DESTDIR}${PREFIX}/share/doc/posh
|
2004-05-07 12:11:13 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|