summaryrefslogtreecommitdiff
path: root/shells/osh
AgeCommit message (Collapse)AuthorFilesLines
2004-02-23Upgrade shells/osh to 040216, this closes PR pkg/24501.xtraeme5-41/+11
Too many changes to copy here, previous package was 2 years old, please review the Changelog file.
2003-09-22Use the right install program for correctness and to fix problems under SunOS.jmmv2-16/+17
From PR pkg/22898 by Jonathan Perkin.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2002-11-17Convert packages to PKG_REGISTER_SHELLS framework.salo2-10/+4
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.