Commit graph

434 commits

Author SHA1 Message Date
schmonz
41ed48c435 Update to 2.05b, and fix MASTER_SITES. Lots of changes since 2.05.
Here are some of them, excerpted from NEWS:

- New code to handle multibyte characters.
- `select' was changed to be more ksh-compatible
- There is now a bindable edit-and-execute-command readline command,
    like the vi-mode `v' command, bound to C-xC-e in emacs mode.
- The shell now performs arithmetic in the largest integer size the
    machine supports (intmax_t), instead of long.
- There is a new configuration option `--enable-mem-scramble', controls
    bash malloc behavior of writing garbage characters into memory at
    allocation and free time.
- The `complete' and `compgen' builtins now have a new `-s/-A service'
    option to complete on names from /etc/services.
- `read' has a new `-u fd' option to read from a specified file descriptor.
- The expansion of $LINENO inside a shell function is only relative to the
    function start if the shell is interactive -- if the shell is running a
    script, $LINENO expands to the line number in the script.  This is as
    POSIX-2001 requires.
- The bash debugger in examples/bashdb has been modified to work with the
    new DEBUG trap semantics, the command set has been made more gdb-like,
    and the changes to $LINENO make debugging functions work better.  Code
    from Gary Vaughan.
- New [n]<&word- and [n]>&word- redirections from ksh93 -- move fds (dup
    and close).
- The `echo' builtin now accepts \0xxx (zero to three octal digits following
    the `0') in addition to \xxx (one to three octal digits) for SUSv3/XPG6/
    POSIX.1-2001 compliance.
- Added support for DESTDIR installation root prefix, so you can do a
    `make install DESTDIR=bash-root' and do easier binary packaging.
- New `-A group/-g' option to complete and compgen; does group name
    completion.
- The ksh-like `ERR' trap has been added.  The `ERR' trap will be run
    whenever the shell would have exited if the -e option were enabled.
    It is not inherited by shell functions.
- configure has a new `--enable-largefile' option, like other GNU utilities.
- `for' loops now allow empty word lists after `in', like the latest POSIX
    drafts require.
- The builtin `ulimit' now takes two new non-numeric arguments:  `hard',
    meaning the current hard limit, and `soft', meaning the current soft
    limit, in addition to `unlimited'

Also, there is a "New unwind-protect implementation from Paul
Eggert", which I believe obviates the need for two sparc64-related
patches.
2002-11-25 04:18:47 +00:00
jlam
81a8137163 Check that the gettext headers and libraries exist before symlinking them. 2002-11-20 08:38:16 +00:00
cjep
61f294c7e0 Add and enable mudsh 2002-11-18 17:10:53 +00:00
cjep
dc392c4b9f Initial import of the MUD-Shell into the NetBSD packages collection as
shells/mudsh.

Is there any reason why a shell (or command line) cannot be as
tolerant or as intelligent as a text adventure game like Zork, or a
MUD (Multi User Dungeon)? Is there any reason why a shell cannot work
like such a game? ("Go North", etc.)

Actually, the answer is no and this is a perl implementation to prove it.
Have fun, and don't get eaten by a Grue!
2002-11-18 17:10:17 +00:00
salo
80f17bf2ba Convert packages to PKG_REGISTER_SHELLS framework. 2002-11-17 09:01:59 +00:00
wiz
2db8452b72 Sync with tcsh package. Fixes PR 18861. 2002-10-31 11:55:30 +00:00
jlam
ba7f4abc85 Explicitly note that this package doesn't yet work with buildlink2. 2002-10-08 14:18:56 +00:00
uebayasi
6236d65906 Add & enable ast-ksh. 2002-10-04 02:20:03 +00:00
uebayasi
dc3ff60087 Initial import of ast-ksh-20020922, "The Korn Shell".
KSH-93 is the most recent version of the KornShell Language described
in "The KornShell Command and Programming Language," by Morris
Bolsky and David Korn of AT&T Bell Laboratories.  The KornShell is
a shell programming language, which is upward compatible with "sh"
(the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO
9945.2 Shell and Utilities standard.  KSH-93 provides an enhanced
programming environment in addition to the major command-entry
features of the BSD shell "csh".  With KSH-93, medium-sized programming
tasks can be performed at shell-level without a significant loss
in performance.  In addition, "sh" scripts can be run on KSH-93
without modification.
2002-10-04 02:19:13 +00:00
wiz
6250d10b30 regen (no patches here) 2002-10-03 15:31:33 +00:00
jlam
9a90a56fa8 Use buildlink2. 2002-09-30 23:54:07 +00:00
martti
06308c9585 Make lintpkgsrc work (PKGNAME is not defined, use DISTNAME). Taken from
shells/static-tcsh/Makefile revision 1.3.
2002-09-30 07:59:32 +00:00
cjep
a3a6c0af11 Add and enable static-bash2 2002-09-27 22:10:34 +00:00
cjep
4c9d7ee771 A static-bash2 package (to match static-tcsh). 2002-09-27 22:09:09 +00:00
wiz
2487342084 Fix COMMENT. 2002-09-27 07:22:55 +00:00
jlam
e59723c793 Add and enable bash2-doc. 2002-09-26 22:11:05 +00:00
jlam
a5f7fdf4dc Initial import of bash-doc-2.05.
This package contains the documentation for GNU Bash.
2002-09-26 22:08:12 +00:00
jlam
e60226c7e0 Install the bash documentation in a separate package. This removes any
dependency on texinfo should the base system not have it.  Bump the
PKGREVISION.
2002-09-26 22:06:29 +00:00
kim
5de86789ec Add utmpx support from the tcsh CVS repo (by christos). 2002-09-15 19:16:44 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
jlam
f8d6c1f73e Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:50 +00:00
jlam
7df12326b2 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:49 +00:00
jlam
e59a51294e Merge shells/bash2 from the buildlink2 branch back into the main trunk.
This package is needed to use buildlink2 on Darwin.
2002-08-23 01:28:27 +00:00
cjep
3b3a6b6392 Add and enable osh. 2002-08-20 20:53:04 +00:00
cjep
5f9fb649b7 Initial import of osh-020214 into the NetBSD packages collection
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.
2002-08-20 20:52:29 +00:00
uebayasi
8670eb08cf Zsh 4.0.6.
Bugfix release.  Some added completion functions: e.g. rsync,
mozilla, some bash builtin functions.

From Geoff C. Wing, gcw at primenet dot com dot au in pkg/17946.
2002-08-15 06:54:54 +00:00
kim
113a9bc8f1 Fix Japanese message support, and enable multibyte character sets.
Note:  users of the meta key may want to "set nokanji" from now on.

Based on patches from Jun Yamashiro <yamajun@ofug.net> in PR 15274.
2002-08-11 05:11:17 +00:00
kim
fcc3225751 Create NLS catalogue directories only if they do not already exist.
This should avoid unnecessary warnings from pkgsrc installs, while
allowing tcsh-standalone to work.
2002-08-10 13:02:56 +00:00
kim
d38c68785d PKGNAME is not defined, use DISTNAME. 2002-07-25 11:15:58 +00:00
kim
052202e056 Revert previous commit. 2002-07-25 11:13:48 +00:00
kim
5e925296b5 PKGNAME is not defined, use DISTNAME. 2002-07-25 11:05:02 +00:00
martti
312f0317b6 Make lintpkgsrc happy with standalone-tcsh and static-tcsh. 2002-07-25 10:07:46 +00:00
kim
e56e1884c9 Upgrade to tcsh-6.12.00:
New Features:
	* %j in prompt
	* utf8 support

New Ports:
	* darwin support

Locale Support:
	* russian locale fixes
	* polish locale fixes

Highlights from Bug Fixes:
	* Dissallow setting of environment variables that do not contain
	  alphanumeric names
	* Don't expand path components that don't resolve to path names
	* Make $ignoreeof agree with the man page
	* Don't close file descriptors too early because setuid scripts fail
2002-07-24 17:51:32 +00:00
mycroft
9605e1f134 Do not use _mktemp(). There is no prototype for it, so it is not safe to use
on 64-bit systems.
2002-07-18 18:01:55 +00:00
mycroft
38726e5b3f Add mkdir for empty directory. 2002-07-15 18:30:32 +00:00
cjep
88eaf86668 Small fix to the texi file which allows the info file to be built on 1.6. 2002-06-22 10:18:24 +00:00
cjep
3e1e206d94 This is an attempt to close PR#16619. The package will now compile, however
I have not got the scsh experience to test this. Various discussions with
wiz@, jschauma@ and kim@ extremely helpful.
2002-06-06 21:54:38 +00:00
tron
7a61015d63 Don't disable utmpx support under NetBSD any more. It works fine now. 2002-06-03 13:49:30 +00:00
abs
7654666fdb Imagine my surprise when this failed to build on my -current shark.
Rather than require that _every_ new port update config.guess,
    fall back to using `uname -p`-unknown-netbsd on >= 1.4,
    so we only need to patch for each new machine_arch.
2002-04-11 15:26:19 +00:00
uebayasi
a1f69bcfab Update MASTER_SITES & HOMEPAGE. 2002-04-01 03:13:41 +00:00
uebayasi
a4edfe20e8 * Add HOMEPAGE (http://www.tcsh.org/).
* echo -> ${ECHO}, sed -> ${SED}.
2002-03-22 11:13:41 +00:00
tron
3a81dced62 Work arround build problem on NetBSD system with utmpx support. 2002-03-04 20:27:44 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
minoura
7d0823fbb4 Changes from basesrc/bin/csh/dol.c:1.18-1.19.
> Fix problem where
>         % echo $20000000000
>         Segmentation fault (core dumped)
I believe the problem is already known to the maintainer of tcsh
(=christos).
2002-01-31 15:02:22 +00:00
rafal
9cc8787a8f Add patch-ab (recognize mipseb in config.sub). 2002-01-02 15:45:16 +00:00
rafal
b49d43ad0a Make config.sub recognize mipseb. 2002-01-02 15:44:07 +00:00
tron
0479880c16 Add fix for problems reported in PR kern/14968. The patch was provided
by Christos Zoulas in private e-mail.
2001-12-17 19:26:24 +00:00
wiz
732a245881 Don't hardcode /usr/pkg, use ${PREFIX}. (Ouch!) 2001-12-02 16:42:00 +00:00
wiz
84eebfd215 Drop '/pkg' from PKGDIR.
Noted by Neil Booth via pkg/14807.
2001-12-02 09:37:22 +00:00
martti
5c40bc73d0 Updated to 4.0.4, provided by Eric Gillespie Jr. in pkg/14376
This is a minor bug-fix release, though some new functions have been added:

_bts                            Completion for Debian BTS
_chflags                        Completion for chflags(1)
_links                          Completion for links web browser
_samba
_sysctl
_user_admin
bash-backward-kill-word
2001-11-29 09:16:28 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
zuntum
9ce7d9169a Move pkg/ files into package's toplevel directory 2001-10-31 22:18:56 +00:00
tron
0562ee9051 Don't compress the manual pages of this package because "zshall.1" tries
to include all the other manual pages with ".so" macros which doesn't
work with compress manual pages even if the filenames are correct.
2001-10-05 16:36:00 +00:00
seb
f71d9cc4dc Upgrade to version 0.5.3
Changes:
        win32 support
        MacOS X support
        public cvs repository
        new libraries
        databases access via ODBC
        bugfixes
2001-10-02 11:07:15 +00:00
tron
5517ff3625 "PKGVERSION" is now in "PLIST_SUBST" by default. 2001-09-24 09:51:09 +00:00
tron
6be67edaa8 Don't include "lib/zsh/libzsh-4.0.2.so" into package list under SunOS.
This fixes PR pkg/14032 by Stoned Elipot.
2001-09-23 21:23:59 +00:00
tron
23faead985 Don't hardcode package version number into package lists. 2001-09-23 21:20:35 +00:00
tron
ddccacbb82 Remove redundant "@dirrm" commands from "PLIST.dynamic" and reorder
multiple package list so that deinstallation works smoothly.
2001-09-23 21:15:39 +00:00
tron
aeb8065bba Fix oversights in last commit. 2001-09-23 21:08:56 +00:00
tron
45df76b111 Make modifications of "/etc/shells" robust so that they don't fail if the
last entry is removed.
2001-09-23 21:06:07 +00:00
tron
0aa1f59f15 Make modifications of "/etc/shells" robust so that they don't fail if
"/etc/shells" doesn't exist or is empty after removing entries for
cerntain shell. These problems show up e.g. under SunOS.
2001-09-23 21:01:29 +00:00
kim
6943bcf837 Install Russian messages in ru_RU as well as to ru_SU. 2001-09-06 00:54:52 +00:00
kim
190655252d Fix Estonian and Ukrainian character set codes. 2001-09-04 00:29:26 +00:00
kim
f22de89bd8 Upgrade to tcsh-6.11.
NOTE:  Polish translation is excluded from the package due to broken files.

New Features:
        * kill ring                             Per Hedeland
        * bsd style colorls                     Anand
        * big5 multi-byte support               Yen-Ming Lee
        * LARGEFILE support on Linux            Kimmo Suominen
        * jobcmd alias                          Greg Parker

New Ports:
        * concurrent's powermaxos               Matt Majka
        * hpux11                                Joshua Weage

Locale Support:
        * estonian translation                  Toomas Soome
        * russian translation                   Ilmar S. Habibulin
        * polish translation                    Pawe³ New

Complete list of changes:

 40. V6.11.00 - 20010902
 39. Completion fixes (Tom Warzeka)
 38. make c_insert not static so that it can be used from win32 (amol)
 37. Fix rmstar not to corrupt memory when we say no. (Mark Peek)
 36. V6.10.02 - 20010806
 35. polish nls locale (Pawe³ New)
 34. Fix a tcsetattr race running background jobs as the last line on an xterm
     window (Andrew Brown)
 33. jobcmd alias (Greg Parker)
 32. hpux11 support (Joshua Weage)
 31. Fix SHORT_STRINGS compilation (Daniel Trinkle)
 30. Add kill -s (Mark Peek)
 29. Don't recognize all mips as dec (Bjorn Knutsson)
 28. Fix GLOB_QUOTE problem (noted by Per) I introduced in 6.10.01.
 27. Port to concurrent's powermaxos (Matt Majka)
 26. New builtin srcfile (Amol)
 25. Fix bindkey "\\" cmd (reported by Ismail H. Tuncer)
 24. %0Xc was broken in the prompt if the user's home directory was '/'.
     (reported by Edward Glowacki)
 23. V6.10.01 - 20010426
 22. LARGEFILE support on Linux.
 21. Add big5 multibyte support (Yen-Ming Lee)
 20. Check the return value of setpriority (Dima Dorfman)
 19. Avoid constructing paths with // on DomainOS (Nickolai Zeldovich)
 18. Russian translation (Ilmar S. Habibulin)
 17. Fix hostdefs for alpha support in FreeBSD (Andrey A. Chernov)
 16. Add door support in colorls (Shaen)
 15. Add BSD_STYLE_COLORLS for FreeBSD (Anand)
 14. MAXHOSTNAMELEN needs to be 256 (Kris Kennaway)
 13. Document stty -tabs problems on compaq (Nelson H. F. Beebe)
 12. Fix broken comment, and new versions of config.guess and config.sub
     (H.Merijn Brand)
 11. fix redrawing in the recognize case (Andrew Brown)
 10. don't call qsort with 0 items. (Luke Mewburn)
  9. fix echo;echo;echo; not outputing anything (Andrey A. Chernov)
  8. Fix shell word parsing in dabbrev-expand (Per Hedeland)
  7. hpux fixes (Chienting Lin)
  6. Implement kill ring (Per Hedeland)
  5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway)
  4. Add rlimit_vmem for linux based on rlimit_as (N KomaZaki)
  3. back out symlink=expand path check.
  2. Add Estonian translation (Toomas Soome)
  1. Accept empty $savedirs to mean infinity.
2001-09-03 01:57:21 +00:00
mrg
2e813f4a6f fix bash on sparc64; the patches are from Shin'ichiro TAYA <taya@ba2.so-net.ne.jp>,
tested by Martti Kuparinen <martti.kuparinen@iki.fi> and myself...
2001-08-30 13:56:27 +00:00
agc
0671c7dbb5 The TCSH_STATIC mk.conf definition has been removed in favour of a
static-tcsh package.
2001-08-14 12:48:21 +00:00
agc
c575c43fd0 Add and enable static-tcsh 2001-08-14 12:47:05 +00:00
agc
689861fed8 Initial import of a statically-linked tcsh package, based on the
standard tcsh package, and using a minimal pkgsrc equivalent of a
"reachover" structure.

This is a much better solution for binary packages - it removes
another mk.conf definition.
2001-08-14 12:46:44 +00:00
agc
3a416f87fe Be sure to match the whole line when creating the /etc/shells entry, so
that grep -v /bin/tcsh does not match ${LOCALBASE}/bin/tcsh
2001-08-06 20:48:54 +00:00
agc
a795ccc8e2 Make sure we don't ignore ${LOCALBASE}/bin/tcsh when creating the new
/etc/shells entry with grep -v /bin/tcsh - be sure to match the whole
line.
2001-08-06 20:46:58 +00:00
abs
7638fafa97 Handle a PREFIX of / correctly when dealing with /etc/shells 2001-08-06 15:37:37 +00:00
jlam
16652dd1a9 Fix pkg/12675 by converting the package to use buildlink.mk files and
marking as USE_BUILDLINK_ONLY.  The only dependencies picked up are now
only the ones linked into work/.buildlink.
2001-08-04 06:58:23 +00:00
agc
38bade2955 Fix a typo in the comment field. I wish I could type properly. 2001-07-27 20:32:01 +00:00
agc
d11a8b31b9 Add and enable standalone-tcsh, now that I can spell it properly. 2001-07-27 19:53:53 +00:00
agc
7cef91d773 Add a standalone version of tcsh, which installs a statically-linked
version of tcsh into /bin, but still using most of the standard tcsh
package framework, for ease of maintenance.
2001-07-27 19:52:45 +00:00
agc
3a3f1919ce Make sure the correct ${NLSDIR} exists for the message catalogues. 2001-07-27 19:43:41 +00:00
nra
ee3f60dfcd Update zsh to 4.0.2. PR 13538 by Eric Gillespie Jr.
This is a maintenance release for the (stable) 4.0 branch. Most of the
changes are bug fixes, including a fix for a bug which caused the test
suite to fail. On fully supported systems, all tests should now pass.

There is one new feature: the option KSH_TYPESET provides compatibility
with other shells for assignment arguments of `typeset', `export' and
related builtins.
2001-07-23 18:23:44 +00:00
jtb
c975c1f99e Add a patch from Rafal Boni <rafal@mediaone.net> to recognize mipseb
as a valid architecture. PR pkg/13200.
2001-06-20 05:39:02 +00:00
wiz
cf6e61598f Recognize mipseb (for NetBSD/sgimips).
Patch from pkg/13132 by Rafal Boni.
2001-06-07 13:28:04 +00:00
jtb
22763d166e compinstall isn't really a builtin function, one needs to autoload it. 2001-06-06 21:50:34 +00:00
jtb
363d6c7549 Install the NEWS and FAQ files. Add a short message regarding changes
for this version.

Based on suggestions by Geoff Wing <gcw@zsh.org> on tech-pkg.
2001-06-05 21:55:37 +00:00
jtb
fc27fc49b2 Add zsh3, remove zsh4. 2001-06-05 16:32:50 +00:00
jtb
99f8891816 Moved former zsh to zsh3 for those who want to continue using the
old stable version.
2001-06-05 16:30:14 +00:00
jtb
c059e72ebd zsh-4.0.1 is a stable release so should be in shells/zsh instead of zsh4.
Pass --disable-dynamic to configure.  Correct homepage.  Remove a mirror.

Addresses some issues by Geoff Wing <gcw@zsh.org> raised on netbsd-bugs.
2001-06-05 16:28:07 +00:00
jtb
da8fcd15ea Remove zsh4. 2001-06-05 16:21:46 +00:00
wiz
f65cde9a73 Update ftp sites URLs. Noted by Geoff Wing. 2001-06-05 09:28:10 +00:00
jtb
3f30b9a455 Fix problem with PLIST when zsh is static. 2001-06-05 04:53:08 +00:00
jtb
c0d00bd8ae Add zsh4, remove zsh-current. 2001-06-05 04:11:36 +00:00
jtb
131f9801f1 zsh-current has been outdated by zsh4. 2001-06-05 04:10:04 +00:00
jtb
680eb210de Import of zsh-4.0.1 as zsh4.
The changes from previous stable release (3.0.8) are almost 15,000
lines of changelog. (Not included here, see ChangeLog-3.1 in source
distribution).

Provided by Masao Uebayashi <uebayasi@soum.co.jp> in PR pkg/13113 with
some changes by me.
2001-06-05 04:08:24 +00:00
jtb
c0a8dd3e66 Pass --no-split option to makeinfo. Reported to packages@netbsd.org
by Masao Uebayashi.
2001-05-24 14:54:22 +00:00
hubertf
5a8f2e47e0 Stop the config script from thinking every mips machine is a pmax:
Before:
	raqim# echo $version
	tcsh 6.09.00 (Astron) 1999-08-16 (mipsel-dec-NetBSD) options 8b,nls,dl,al,rh,color
						 ^^^

After:
	raqim# echo $version
	tcsh 6.10.00 (Astron) 2000-11-19 (mipsel-mips-NetBSD) options 8b,nls,dl,al,rh,color
						 ^^^^

Patch contributed by rafal@mediaone.net in PR 12993.
2001-05-24 01:17:28 +00:00
jtb
40d438230b Add and enable zsh-current. 2001-05-18 20:35:14 +00:00
jtb
3960a633c3 Initial import of zsh-current.
Zsh is a UNIX command interpreter (shell) which of the standard shells
most resembles the Korn shell (ksh), although it is not completely
compatible.  It includes enhancements of many types, notably in the
command-line editor, options for customising its behaviour, filename
globbing, features to make C-shell (csh) users feel more at home and
extra features drawn from tcsh (another `custom' shell).

Package provided in private mail by Masao Uebayashi <uebayasi@soum.co.jp>
as a followup to pkg/12721.
2001-05-18 20:31:19 +00:00
jtb
0d2a5fe6a4 Use ${MASTER_SITE_BACKUP}. The original master site (and homepage)
still ask for authorization.
2001-05-03 21:39:25 +00:00
wiz
3da26fa845 Improve description. 2001-04-29 19:59:53 +00:00
jtb
a42e5d6e58 Fix typo. 2001-04-29 01:15:06 +00:00
jtb
b97c41dde3 Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
agc
6908362a65 move to sha1 digests, and add distfile sizes. 2001-04-18 14:53:31 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
tron
91fa7cb80a Remove dead mirror from master site list. 2001-04-17 11:16:35 +00:00
zuntum
eb2d6a3285 Update zsh to 3.0.8
Changelog:

2000-05-15  Bart Schaefer  <schaefer@zsh.org>

        * Src/version.h: Version 3.0.8 released.

        * Etc/MACHINES: Add note for OpenStep 4.2 from Brian Boonstra.

        * Etc/FAQ: Latest version from PWS.

        * Src/utils.c: Fix for ${(s::)...} when parameter value has
        meta-characters; Sven, 11368.

2000-05-12  Bart Schaefer  <schaefer@zsh.org>

        * Etc/BUGS: Make note of the numeric range globbing bug reported
        by Zefram in 10444 (requires too many other changes to fix now).

        * Etc/NEWS: Note change in character ranges in globbing.

2000-05-11  Bart Schaefer  <schaefer@zsh.org>

        * Src/builtin.c, Src/params.c: "typeset -U" updates exported
        colon-arrays; PWS, 11314.

        * Src/jobs.c: In setprevjob(), skip jobs with either the
        STAT_NOPRINT or STAT_SUBJOB bits set, as suggested in
        zsh-workers/10005.

2000-04-30  Bart Schaefer  <schaefer@zsh.org>

        * Src/glob.c: Disable locale-sensitive character ranges; sorting
        is still done by locale.  This is the 3.1.7 behavior.

        * Src/builtin.c: Since "read -q" always reads from the tty, always
        write the prompt to the tty.  Adapted from Sven, 10727.

2000-03-08  Bart Schaefer  <schaefer@zsh.org>

        * Src/utils.c, configure, configure.in, config.h.in: Silence linker
        warnings on FreeBSD by using _mktemp() when available.

2000-02-29  Bart Schaefer  <schaefer@zsh.org>

        * Doc/zsh.texi: Silence a couple of warnings.

2000-02-28  Bart Schaefer  <schaefer@zsh.org>

        * Src/init.c, Src/params.c: Silence some harmless compiler
        warnings; Sven, 9905.

        * Src/exec.c: Fix problem with handling of errflag that caused
        push-line-or-edit to fail when used within a here-document; Sven;
        9900 and 9903.

        * Etc/NEWS: Note minor new features and configuration changes.

2000-02-27  Bart Schaefer  <schaefer@zsh.org>

        * Src/builtin.c: Fixes to `vared', particularly when run from a
        subshell; adapted from PWS, 7308, and Sven, 8591.

        * configure.in, configure, acconfig.h, config.h.in,
        Src/prototypes.h: Add test for mknod() prototype, per bug report
        from Olivier Delemar.

        * Src/exec.c, Src/globals.h, Src/init.c, Src/builtin.c: Fix
        improper redirection of xtrace output; unlock terminal device on
        Solaris as per zsh-workers/5118; misc. insignificant typos.

2000-02-23  Bart Schaefer  <schaefer@zsh.org>

        * config.sub: Handle the latest Alpha hardware type; Sven, 9840.

2000-02-16  Bart Schaefer  <schaefer@zsh.org>

        * Src/subst.c: Better quoting behavior for ${(e)...}
        substitutions; from Sven, 9763.

2000-02-15  Bart Schaefer  <schaefer@zsh.org>

        * Src/signames.awk: Missing newline.

        * Src/jobs.c, Src/signames.awk: Wrap signal message array derefs
        in a macro to avoid segfaults in the event we receive an
        unrecognized signal.

2000-02-13  Bart Schaefer  <schaefer@zsh.org>

        * configure.in, configure: Import the 3.1.6 signal.h (or
        equivalent) detection code.

        * Etc/MACHINES: Mention potential resource.h problem on Linux.

2000-02-12  Bart Schaefer  <schaefer@zsh.org>

        * Src/init.c: Redo the way we attach to the tty in init_io() to
        avoid competing with our parent on systems that don't prevent TTY
        ioctl()s from background jobs.

2000-02-06  Bart Schaefer  <schaefer@zsh.org>

        * Src/builtin.c: Clear the PM_UNSET flag from the `pm' structure
        before setting the parameter; PWS, 9582.

2000-02-03  Bart Schaefer  <schaefer@zsh.org>

        * Src/utils.c: Interrupt read1char() when any of the usual shell
        loop control flags becomes set (e.g. by a trap handler); Sven,
        9522.

        * Src/exec.c: A different reformulation of 9345; based on Sven,
        9503 and 9521.

2000-01-29  Bart Schaefer  <schaefer@zsh.org>

        * Src/globals.h: Add a missing EXTERN.

        * Src/globals.h, Src/jobs.c, Src/zsh.h, Src/builtin.c, Src/exec.c:
        Fixes for suspending/restarting subshells; adapted from Sven, 9345.

2000-01-12  Bart Schaefer  <schaefer@zsh.org>

        * Src/loop.c: Fix behavior of "select" loops with respect to
        reading stdin; adapted from PWS, 9295.

2000-01-08  Bart Schaefer  <schaefer@zsh.org>

        * Src/loop.c: Using a negative count with the "repeat" construct
        should not loop.  Adapted from Sven, 9188.

1999-12-12  Bart Schaefer  <schaefer@zsh.org>

        * Src/exec.c: Don't try to suspend/resume loops and other shell
        constructs as separate processes when the parent shell is not
        doing job control in the first place.

1999-11-25  Bart Schaefer  <schaefer@zsh.org>

        * Src/lex.c: Fix off-by-one line number when reporting unmatched
        cshjunkiequote errors.

1999-11-24  Bart Schaefer  <schaefer@zsh.org>

        * Src/signals.c: Just for sanity, be sure not to SIGHUP ourself
        when already exiting.

1999-10-25  Bart Schaefer  <schaefer@zsh.org>

        * Src/system.h, Src/hashtable.h, Src/init.c, Src/params.c,
        INSTALL, acconfig.h, configure.in, configure, config.h.in:
        Configure option to disable setlocale() support, and also do a
        linkage test for it rather than simply test for the LC_ALL
        constant; adapted from Zefram, 8372, by Tatsuo Furukawa.

1999-10-24  Bart Schaefer  <schaefer@zsh.org>

        * Makefile.in: Don't bother trying to enumerate all the files in
        the ftp-dist tar, just pack up the whole zsh-$(VERSION) directory.
        The enumeration caused files in subdirectories to be included
        twice by tar.

1999-10-23  Bart Schaefer  <schaefer@zsh.org>

        * Src/zle_misc.c, Doc/zshparam.man: Add the %L prompt token, for
        the value of SHLVL, as in 3.1.6; thanks to Phil Pennock
        <phil@PsiDev.net> for pointing out this inconsistency.

1999-10-22  Bart Schaefer  <schaefer@zsh.org>

        * Src/mem.c: Fix a couple of typos in comments.

1999-10-19  Bart Schaefer  <schaefer@zsh.org>

        * Src/utils.c: Remove redundant variable decls; noted by Albert
        Chin in 8327.

        * Src/builtin.c: Tweak whitespace in string constant.

        * Src/builtin.c: Recognize "maxpthreads" limit as noted by Albert
        Chin in private mail; also arrange to print the "sockbufsize"
        limit in "ulimit -a".

        * Src/rlimits.awk: Recognize "maxpthreads" limit as noted by
        Albert Chin in private mail.
2001-04-16 22:39:18 +00:00
tron
f7725fcbf5 Reorder include path to avoid build problems on systems with "gettext-lib"
package installed following a hint by John Darrow. This fixes PR pkg/12675
my myself.
2001-04-16 11:35:35 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
wiz
cbc06df280 Update to 2.05, based on pkg/12615 by Martti Kuparinen.
Extract of CHANGES:
Bugfixes; command completion should now take half the stat(2)s it took
before; lots of changes to the POSIX mode; SSH2_CLIENT not auto-exported
any more (like SSH_CLIENT before); realpath builtin; 'set' without
options returns valid input, and lots others.
2001-04-13 16:39:42 +00:00
jtb
d4da9e4c9d Install header file as "scsh.h" rather than "scheme48.h", thus
resolving a conflict with lang/scheme48.  This should not cause any
(difficult) problems.  Decrease no. of lines in DESCR to satisfy
`pkglint'.  Bump up version number.
2001-04-12 21:29:50 +00:00
jtb
5ed9c57afb ZSH_STATIC can be defined in /etc/mk.conf instead of editing the Makefile. 2001-04-09 00:35:38 +00:00
jtb
9b82295330 Commented out MASTER_SITES and HOMEPAGE as they now require authorization
for access.  Also, made Makefile respect CFLAGS.
2001-03-08 21:26:50 +00:00
wiz
ff9740151d add RCS Id (!) 2001-03-08 10:28:38 +00:00
wiz
7adbff0fdf Update to 0.5.2, provided by Sean Doran in pkg/11142, with some minor
cleanup by me.
Changes: 'open-source', new char-sets and -operations, new regexp system,
some renaming (reduce-* -> *-fold), and lots of bugfixes.
2001-02-27 19:37:46 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
dent
4170a89675 Update HOMEPAGE. 2001-01-11 20:01:33 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
wiz
05e6365fe3 Install HTML files into share/doc/html 2000-12-11 22:55:46 +00:00
jtb
6b6f704a49 Make sure ${PREFIX}/share/emacs/site-lisp directory exists or gets created.
Fixes problem in latest pkgsrc/i386 bulk build.
2000-12-08 21:22:14 +00:00
christos
8902e47fdb Add ukrainian...
And retroactively say what is new in 6.10:

- The most important security fix had to do with temporary file handling
  for here-documents. You should update tcsh if you are using it as a
  root shell, and you have malicious users on your system.

- The complete list of changes is here:

 57. V6.10.00 - 20001119
 56. Completion fixes (Tom Warzeka)
 55. add missing linux kanji define (Tsuyoshi Kawabe)
 54. More WINNT_NATIVE fixes (amol)
 53. Fix compile error on winnt (Yoshiyuki Sakakibara)
 52. nonstopux configure and makefile fixes (Tom Bates)
 51. V6.09.04 - 20001111
 50. Order of initialization for multibyte display was wrong
     (HyunChul Kim)
 49. Follow the guideline for linux for japanese locale:
     http://www.linux.or.jp/JF/JFdocs/Japanese-Locale-Policy.txt
     (Tomohiro KUBOTA)
 48. Ukrainian nls map (Olexander Kunytsa)
 47. exit immeditiately if we get an error while we are setting up
     (Michael Shalayeff)
 46. (unset path; unsetenv PATH; rehash) -> crash (Kent Vander Velden)
 45. change winnt to winnt_native (Randolph Fritz)
 44. Support home/end in the editor (Andrey A. Chernov)
 43. Typo s/gycwin/cygwin/ in tc.os.h (Andreas Schott)
 42. Alpha ev6 addition (Karen R. McArthur)
 41. DSPMBYTE patch from (Issei Suzuki)
 40. Security fix for here-doc tmp files (proton@ENERGYMECH.NET)
 39. Fix resource limit rounding *again* (Johannes Gross)
 38. Fix $ expansion in prompt (Takashi Sumiyoshi)
 37. V6.09.03 - 20000715
 36. cygwin port fixes (Arihiro Yoshida)
 35. Add a new "catalog" variable that specifies which NLS catalog
     to be used (Issei Suzuki)
 34. cleanup and addition of page up/down (amol)
 33. fix vfork compile problem.
 32. use inet_addr instead of inet_aton for portability.
 31. V6.09.02 - 20000704
 30. lots more completions (George Cox)
 29. change FILSIZ to BUFSIZE [now that BUFSIZE >> MAXPATHLEN] and
     avoid a potential buffer overflow in sh.dir.c (Volker Schmidt)
 28. _MINIX_VMD port (Martijn van Buul)
 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
 26. aix-4 does not need gethostname (Darren Reed)
 25. IBM OS/390 Unix Systems Services support (Peter Prymmer)
 24. Fix prompt formatting (Andrey A. Chernov)
 23. Use HostType from Imakefile correctly (Kjetil Torgrim Homme)
 22. Handle long and expanded history lines better (Boleslaw Ciesielski)
 21. With symlinks=expand expand valid paths only (Martin Kraemer)
 20. Make one-byte charsets work with KANJI (Andrey A. Chernov)
 19. NT-specific executable detection moved to NT code (amol)
 18. New "complete module" (Dan Nicolaescu)
 17. Correctly display scaling string in limit error messages (Nathan Ahlstrom)
 16. Don't display "unset watch" message when not appropriate (kim)
 15. V6.09.01 - 20000114
 14. Circumvent IRIX4D ESTALE bug by exiting.
 13. IRIS4D de-linting.
 12. Finnish nls catalogs (Jukka A. Ukkonen)
 11. Even more multibyte fixes (Taga Nayuta)
 10. Patches to statically link tcsh under solaris-2.6 (John Hawkinson)
  9. Manual page typos (R. Bernstein)
  8. HP/UX-11 (9000/800) HP/UX-10.20 (9000/820) (Haflidi Sigtryggur Magnusson)
  7. Color-ls fixes (Luis Francisco Gonzalez)
  6. Don't re-use time0 to compare to stat's st_mtime, cause it could be
     the value returned from times(2) which is the ticks since system
     startup (Frank van der Linden)
  5. Time percentage wrap fix (Simon Burge)
  4. EUCKR support (HyunChul Kim)
  3. Grammar and typo fixes for tcsh.man (Steve Kelem)
  2. More multibyte fixes (Rodney Ruddock)
  1. Change 6.08 -> 6.09 where I missed it; update for utlrix 4.5 (Simon Burge)
2000-11-20 15:06:36 +00:00
christos
0087f7ea52 update for tcsh-6.10.00 2000-11-19 21:44:06 +00:00
christos
1f1e1f1045 adjust to 6.10.00 2000-11-19 21:40:43 +00:00
tron
01f667c567 Add and enable "esh". Fixes PR pkg/11376 Jason Beegan. 2000-11-02 21:53:09 +00:00
tron
33a5d1a523 Initial import of "esh" packge:
Unix shell with Lisp-like syntax

This package was contributed by Jason Beegan in PR pkg/11376.
2000-11-02 21:51:58 +00:00
toshii
a1b1742dd8 Take advantage of bsd.prefs.mk. 2000-10-04 10:22:56 +00:00
abs
6a70832eb7 Add 'TCSH_STATIC' variable for producing static tcsh binary.
If only 'make LDFLAGS+=-static' would work...
2000-08-30 18:00:50 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
dmcmahill
96f79cabd9 add -Wl,--export-dynamic to LDFLAGS so the package can correctly
work on ELF platforms.  Fixes recently noted i386-current and pmax
problems.
2000-05-20 23:05:39 +00:00
agc
46e0b6b37d Fix category properly. 2000-05-12 09:50:02 +00:00
agc
d3eb048706 Move rc package from plan9 to shells category 2000-05-12 09:40:57 +00:00
wiz
5f5466150b remove overlooked obsoleted patch 2000-03-30 14:04:47 +00:00
wiz
30d77e4e21 Update bash to 2.04; also add variable BASH_STATIC for static linking.
Changes: too many to list here, check the CHANGES file.
2000-03-30 11:56:31 +00:00
wiz
74874e66d9 remove trailing `.' 2000-03-09 13:47:31 +00:00
wiz
f895e15bb9 remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
2000-02-25 01:04:11 +00:00
tron
940e718381 Fix loading from shared libraries on ELF systems. Patch provided by
John Darrow in PR pkg/9481.
2000-02-24 23:04:06 +00:00
wiz
d636d1d87a reordering for pkglint 2000-02-05 06:04:09 +00:00
wiz
b8356435bb whitespace cleanup 2000-01-10 01:13:35 +00:00
tron
88c1155a2a Correct master site list as suggested by Geoff C. Wing in PR pkg/9138. 2000-01-08 16:33:39 +00:00
windsor
d3e18b1152 upgrade to 3.0.7, the latest release 2000-01-06 22:42:14 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
rh
51ec3bfa70 defuzz 1999-11-27 23:33:23 +00:00
kim
f2c01ca39e Make this work on more operating systems with less effort. 1999-09-19 22:27:36 +00:00
agc
d0704d2241 Be a bit more general when configuring this package on Solaris. 1999-08-17 16:11:27 +00:00
agc
8474d59eef Remove obsolete patch, and regen checksum file.
On Solaris, work around a configure script bug - pass the Operating
System version to configure.
1999-08-17 16:00:02 +00:00
kim
a142f32f73 Upgraded to tcsh 6.09.00 1999-08-16 23:01:21 +00:00
agc
29656d015f Substitute for ${PKGNAME} when generating the PLIST files. 1999-08-13 14:06:55 +00:00
agc
4684b47664 Regen. 1999-08-03 15:05:45 +00:00
agc
37dc7b39ee Use strerror(3), rather than mucking about with sys_nerr and sys_errlist
specifically - makes this work on Solaris again.
1999-08-03 15:00:57 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
agc
1985bb5824 Solaris 2.6 redefines rlimit to rlimit64, to catch the rlimit() call
when function names are re-defined.  Unfortunately, it also does that
after defining "struct rlimit", and so we lose because it can't find
the structure.  So we get to redefine it ourselves before
<sys/resource.h> is included.  Thanks, guys.
1999-07-08 12:48:42 +00:00
kim
7c50d0f728 sys_errlist gets defined in headers, don't redefine 1999-06-20 20:38:39 +00:00
sommerfeld
b22d570bfe Let this build again; for bonus points, teach it about SIGPWR. 1999-06-04 16:00:04 +00:00
agc
9c40d0d46e Upgrade to version 1.6 release of rc, the Unix clone of the Plan 9 shell.
This version has GNU autoconf support, a new master site, and a home page.
1999-06-03 10:29:48 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tv
80468e61e6 Instead of always going to the "real" master site first, use one of the
GNU mirrors (possibly overridden by the user).
1999-04-25 23:36:51 +00:00
tron
9c4c0c2b50 Remove unnecessary slash from master site list. 1999-04-14 21:39:01 +00:00
agc
e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is
not correct.

If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
1999-04-13 15:31:04 +00:00
bad
fa9c2f3760 Catch up with MASTER_SITE_GNU reorganization. 1999-03-22 16:08:30 +00:00
agc
9f4dfd95f9 Simplify the shell scripting here, so that this package works on Solaris. 1999-03-11 08:24:21 +00:00
hubertf
faf02aa40b Give a vendor to configure, thanks to Kim & Todd for the inputs! 1999-03-02 03:53:07 +00:00
frueauf
8d322f9c0f Update MASTER_SITES and HOMEPAGE like suggested in pr 7032 by Geoff C. Wing. 1999-02-26 11:00:13 +00:00
hubertf
f22a88f78b update to 2.03 1999-02-21 02:58:30 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
hubertf
959dd8aef2 Fix MASTER_SITES, as per PR 6808 by Jim Bernard <jbernard@ox.mines.edu> 1999-01-14 14:52:53 +00:00
agc
fc9da261a4 Use WRKSRC definition to keep pkglint happy.
Simplify PLIST_SRC usage.
1998-11-13 12:31:15 +00:00
agc
f8ecdfff73 Put the NetBSD RCS Id back in a comment. 1998-11-13 11:27:30 +00:00
frueauf
d06538201b Enable "#define PROTECT_ENV", closes pr 6266 by Sean Doran. 1998-10-25 10:14:06 +00:00
kim
7f620c4145 Upgrade to tcsh-6.08.00 1998-10-03 07:06:23 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
kim
7b551dedb1 Revert turning off AUTOLOGOUT. It is not good to change known behaviour
when it does not break anything or cause security problems (i.e. if it is
only a personal preference), especially when the change is configurable
during run-time.  It will just confuse people who run the program on
multiple platforms.
1998-09-13 19:12:05 +00:00
agc
ae626e2dbb It's not necessary to ${MKDIR} ${PREFIX}/share/nls/el_GR.ISO_8859-7, since
that will be done by mtree, using NetBSD.pkg.dist.
1998-09-09 12:10:12 +00:00
agc
ce93b951c5 *** empty log message *** 1998-09-09 11:47:18 +00:00
tv
64b8b142df Re-enable REMOTEHOST. Though "autologout" can be set via a `set' command,
you lose functionality by disabling REMOTEHOST at compile time.
1998-09-09 00:17:24 +00:00
tron
fd2e0c1677 Create a sane default path if environment variable "PATH" is not set,
patches supplied by Jim Bernard in PR pkg/6127.
1998-09-08 22:36:34 +00:00
tron
af8bdfb98b Disable "AUTOLOGOUT" and "REMOTEHOST". 1998-09-08 22:34:53 +00:00
garbled
c4cb8bc28a Fix compilation on alpha. Closes PR 5768 (Tim Rightnour) 1998-08-23 05:52:46 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
frueauf
267858eafa Update bash2 to 2.02.1, closes pr 5913 by John Darrow. 1998-08-05 10:47:20 +00:00
tv
a5835a5965 Use BSD_INSTALL_{PROGRAM,DATA} in the Makefile instead of "chown"ing after
install.  Remove patches relevant to FreeBSD but not NetBSD.  Split
patches up into dsingle files and use kunified diff format.
1998-08-04 20:19:51 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
tv
692ef8f369 Automanpage handling. 1998-06-21 02:35:53 +00:00
agc
bbf389969f Include bsd.prefs.mk so that variables can be set in /etc/mk.conf 1998-06-03 13:50:58 +00:00
frueauf
0851be7c5a Mostly cosmetic changes to shut up portlint. Little bugfix for apache. 1998-05-09 15:24:42 +00:00
hubertf
96e9043088 not needed 1998-05-09 00:14:24 +00:00
agc
ff3e48e78c Fix INFO_FILES definitions to match the commands in bsd.pkg.mk 1998-04-22 11:05:01 +00:00
hubertf
f45641b683 Update to V2.02 1998-04-21 14:23:27 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
5201e68497 Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tron
9229209fbc Update of "/etc/shells" on "make install" didn't work. 1998-04-14 18:35:59 +00:00
frueauf
1a8d4654a4 portlint: remove whitespaces at line 23; mv->${MV}; ln->${LN}. 1998-03-10 16:23:40 +00:00
hubertf
455a08229f Use INSTALL_*_DIR macros. 1998-03-07 21:23:51 +00:00
tv
30aebcbd03 Changes for the PLIST to reflect what's actually installed:
- use hard links for locale files
- note all locale file names in the PLIST
1998-03-05 14:28:32 +00:00
frueauf
ea3f12015a add missing @dirrm rules and add .gz suffix to manpages (if not already there). 1998-02-28 20:27:11 +00:00
agc
8b9bb8a3b7 Don't bother checking if we're on NetBSD before setting MANCOMPRESSED.
The manual pages are compressed anyway.
1998-02-27 13:21:23 +00:00
tron
9877260955 "/etc/shells" was updated only by "pkg_add" but not by "make installe". 1998-02-24 15:42:34 +00:00
agc
68915effc6 Use NetBSD's snprintf to format a quad integer, and pass the buffer to
rc's fprint as a string. Fixes PR pkg/5041 from Sean Doran.
1998-02-24 11:18:58 +00:00
hubertf
4b5548197d fix post-configure target, reported by Markus Illenseer 1998-02-23 15:52:04 +00:00
hubertf
908a9e0046 bash2 and scsh work 1998-02-09 00:54:47 +00:00
hubertf
1ba4a8d310 Fix stripping of binaries (caused by fixing PR4884) 1998-02-09 00:09:25 +00:00
tron
bffd9d0772 Add a few missing "@unexec" commands to the package list. 1998-02-04 21:11:42 +00:00
hubertf
78bf8aeba0 portlint: use our install-info 1998-01-24 23:19:28 +00:00
hubertf
049769d988 portlint: fix RCS Id, move lines, use cmd macros 1998-01-24 23:18:58 +00:00
hubertf
65d67309a1 portlint: fix RCS Id, use cmd macros 1998-01-24 23:17:36 +00:00
hubertf
f1397cce72 portlint: fix RCS Id, add MAN1 1998-01-24 23:13:23 +00:00
hubertf
684d226a4a portlint: add install-info 1998-01-24 23:11:55 +00:00
hubertf
e2db4a50fb portlint: local copy of fnmatch.h not needed, cmd macros 1998-01-24 23:11:19 +00:00
hubertf
d0c2a9d31d portlint: fix RCS Id 1998-01-24 22:27:39 +00:00
hubertf
ad3d2fa719 Add gtexinfo as requirement to build/install bash (needed for the info
page). This fixes PR pkg/4850 by Perry E. Metzger <perry@piermont.com>.

Also while there, see that the section under which the info file in the
dir file ends up is "Shells", not "Misc". (To be consistent with zsh)
1998-01-20 23:28:25 +00:00
hubertf
bf32ee217a Close PR 4760 by Matthias Scheler as suggested. 1998-01-01 05:35:04 +00:00
hubertf
fe8bf0f2f7 install-info groks --entry, not --defentry 1998-01-01 05:02:14 +00:00
hubertf
7cb5f2ac13 Close PR 4759 by Matthias Scheler by stripping the bash binary. 1998-01-01 05:00:02 +00:00
agc
2128603c2c Comment out mknod prototype in rc's proto.h on 4.4BSD-derived OSes.
rc shouldn't be prototyping this kind of thing, and it will break when
compiled with post-1.3 sources.  Pointed out by Bill Coldwell.
1997-12-19 09:29:15 +00:00
explorer
d741668d86 update location of archive 1997-11-27 11:56:07 +00:00
hubertf
275ed14108 - Update /etc/shells also on "make install", not only on pkg_add
- Fix greek NLS files
1997-11-26 23:57:16 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
hubertf
6650b62e45 get everything in 1997-10-27 04:51:39 +00:00
agc
fefee31035 Add NetBSD support for message catalogs.
Add a patch to Makefile.in which substitutes for a hardcoded /usr/local
the @prefix@ GNU autoconf variable, set by --prefix=blah in configure.
1997-10-24 15:56:57 +00:00
agc
69dd374964 Add NetBSD RCS Id. 1997-10-24 15:55:06 +00:00
agc
ed3d47c2af Add NetBSD RCS Id.
Comment out the packages untested on NetBSD.
1997-10-24 15:01:59 +00:00
agc
c32aecbdd9 Add NetBSD RCS Id.
Add NetBSD dependency on gtexinfo
1997-10-24 15:00:34 +00:00
agc
9864af9b52 Remove info file munging from PLIST - it's done in the package
Makefile.
1997-10-24 14:58:59 +00:00
agc
cbad9de26e Add NetBSD RCS Id.
The (patched) package installs its manual page gzipped, so set
MANCOMPRESSED.
1997-10-24 14:36:06 +00:00
agc
8f7e2792be Make es compile on NetBSD. 1997-10-24 14:34:28 +00:00
agc
c1af73ac78 Initial import of FreeBSD's shells ports category into NetBSD package
system.
1997-10-24 14:14:32 +00:00
hubertf
55e2159df3 Add MANCOMPRESSED, MAN1. 1997-10-22 00:54:09 +00:00
agc
e0c2b0e905 Make this compile on NetBSD - modify the #ifdef FreeBSD's to
the usual 4.4-lite BSD definition test.
1997-10-09 15:19:19 +00:00
agc
38970df8e5 Add NetBSD RCS Ids. 1997-10-09 14:35:16 +00:00
agc
5a738ca9d8 Initial import of FreeBSD plan9 ports category into the NetBSD package
system.
1997-10-09 14:30:56 +00:00