summaryrefslogtreecommitdiff
path: root/shells
AgeCommit message (Collapse)AuthorFilesLines
2004-03-10Remove info files entries from PLIST.seb1-2/+1
2004-03-10Remove info files entries from PLIST.seb1-2/+1
2004-03-10Remove info files entries from PLIST.seb2-4/+2
2004-02-26Fix build on Linux. From Roland Illig.uebayasi2-7/+17
2004-02-26Split patch into pieces. Requested by Roland Illig.uebayasi6-78/+90
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.
2004-02-19The zsh build process inspects the generated config.status file for thejlam1-1/+8
presence of some strings to decide how to build zsh. This is, of course, a stupid thing to do, but we must not override config.status to "fix" this build. This fixes PR 24483.
2004-02-16We no longer need to set CONFIG_STATUS_OVERRIDE to an empty value asjlam1-2/+1
bsd.pkg.mk no longer overrides the ability of config.status to generate new files.
2004-02-16The build process for zsh runs a shell script "Src/mkmakemod.sh" thatjlam1-1/+2
explicitly calls config.status to generate some Makefiles in certain directories. This particular package has a need for executing the real config.status, so we need to avoid overriding it automatically.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-3/+1
automatically now.
2004-02-09bl3ifyjlam1-2/+2
2004-02-02patch-ab is no longer needed.uebayasi1-0/+0
2004-02-02Update zsh to 4.0.9. From Min Sik Kim <minskim at bawi dot org> in PRuebayasi7-50/+55
pkg/24297. Changes since 4.0.7: - Many bug fixes. - Local improvements to various completion functions.
2004-01-29define PATCHDIR before the inclusion of bsd.prefs.mk. fixes implicitgrant1-3/+2
gpatch build dependency.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc5-11/+12
2004-01-11move the various static shell packages back to their previous names.grant8-23/+16
2004-01-10+nologinmsgcjep1-1/+2
2004-01-10Initial import of nologinmsg 1.0 as shells/nologinmsg. cjep5-0/+46
Nologinmsg is a slightly more functional replacement for /sbin/nologin. It adds per-user messages, and group messages (of a form). From the FreeBSD ports collection. PR: Submitted by: Reviewed by: Approved by: Obtained from: FreeBSD ports collection MFC after:
2004-01-10use ${PKGBASE} in PKGNAME.grant1-2/+2
2004-01-10rename static-bash to bash-static. the convention in pkgsrc isgrant2-4/+5
for mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on static-bash for obvious reasons.
2004-01-10rename static-ast-ksh to ast-ksh-static. the convention in pkgsrc isgrant2-4/+6
for mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on static-ast-ksh for obvious reasons.
2004-01-10rename standalone-tcsh to tcsh-standalone. the convention in pkgsrc isgrant5-7/+10
for mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on standalone-tcsh for obvious reasons.
2004-01-10rename static-tcsh to tcsh-static. the convention in pkgsrc is forgrant2-4/+5
mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on static-tcsh for obvious reasons.
2004-01-05bl3ifyjlam2-5/+9
2003-12-21AFAICT from logs, uebayasi@ is the maintainer, so set ZSH_MAINTAINERjmmv1-1/+2
accordingly.
2003-12-09Capitalize first letter of COMMENT.reed1-2/+2
2003-10-04pdksh is no longer used to bootstrap buildlink2.jlam1-6/+2
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-09-18override PREFIX, not LOCALBASE.grant1-2/+2
noted by abs on tech-pkg@.
2003-08-12Update ast-ksh (and static-ast-ksh) to version 20030724.kristerw3-7/+20
Changes since 20030621: * A bug in which could cause memory corruption when a posix function invoked another one has been fixed. * A bug in which a file descriptor>2 could be closed before executing a script has been fixed. * A parsing error for <() and >() process subsitituions inside command substitution has been fixed. * A parsing error for patterns of the form {...}(...) when used inside ${...} has been fixed. * An error in which expanding an indexed array inside a compound variable could cause a core dump has been fixed. * A bug in which under on rare ocassions a job completion interrupt could cause to core dump has been fixed. * A bug in which process substitution embeded within command substitution would generate a syntax error has been fixed. This update does also fix the build problems on NetBSD-current reported by Steven M. Bellovin in PR pkg/22422.
2003-08-11Replace inclusion of a file that just containswiz3-5/+4
.include "../../mk/bsd.pkg.mk" with that line instead.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb3-6/+3
2003-08-05Convert to USE_NEW_TEXINFO.seb2-6/+4
2003-08-05Convert to USE_NEW_TEXINFO.seb7-14/+24
Use INSTALL_TARGET to install info files: this gives a proper environment for USE_NEW_TEXINFO framework to work. Fix makeinfo invocation for zsh-current via patch file so that only _one_ info file is generated as PLIST seems to want it.
2003-08-05Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-07-30Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk.jmmv1-2/+2
2003-07-26whitespace nitcjep1-2/+2
2003-07-25Override config.guess and config.sub to make the pkg recognize and buildkristerw1-1/+3
on more systems (e.g. NetBSD 1.6.1/shark).
2003-07-25Update ast-ksh (and static-ast-ksh) to version 20030621.kristerw2-7/+7
Changes since 20030422 (from the release notes): A source and binary update. There are few small but significant patches for ksh and nmake. nmake -l/+l library list generation is much improved. IBM z-series { linux.s390, linux.s390-64 } and i-series { linux.ppc64 } binary architectures have been added, and the ebcdic { mvs.390 } has been updated after a long absence.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant13-26/+26
2003-07-17Add a mirror for the INIT... distfileagc1-2/+3
2003-07-16Add several mirrors to MASTER_SITES.jmmv1-2/+7
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-07-03no longer needed after last updatedillo1-22/+0
2003-07-02don't apply s/5/2/ to OS_VERSION since this breaks later use of it,grant1-3/+3
e.g. creating a binary pkg with ${OS_VERSION} in the PACKAGES path.
2003-06-30style nitsgrant1-8/+9
2003-06-30Take maintainership.wiz2-4/+4
2003-06-30Update to 2.05b.2.7. Pull in 3 official patches.uebayasi2-5/+12
[bash205b-005] When in a locale with multibyte characters, the readline display updater will occasionally cause a segmentation fault when attempting to compute the length of the first multibyte character on the line. [bash205b-006] When running in a locale with multibyte characters, the readline display updater will use carriage returns when drawing the line, overwriting any partial output already on the screen and not terminated by a newline. [bash205b-007] Using the vi editing mode's case-changing commands in a locale with multibyte characters will cause garbage characters to be inserted into the editing buffer. Besides, export Bash's "test" target to Pkgsrc. Type "make test" to try this. XXX The MAINTAINER should be taken by someone really using this.
2003-06-29(Re)add and enable zsh-current.uebayasi1-1/+2