diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-08-06 15:38:01 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-08-06 15:38:01 +0000 |
commit | ce911e027cf68e586f0d1df1d1587d51c55bdee3 (patch) | |
tree | b699a5034cf8c374bfc29fbb9595a6385f9d5f5e /devel/isect/PLIST | |
parent | 77bc7cb77719debcbaaab4f5e8244c45b6e88c50 (diff) | |
download | pkgsrc-ce911e027cf68e586f0d1df1d1587d51c55bdee3.tar.gz |
Update to 1.6.2 as suggested by tgagne at ameritech dot net in PR
pkg/17797.
Changes since version 1.0 are numerous. Highlights include:
- Fixed bug where isectd ignored client's header's 'reply' value.
- isectd no longer waits to receive worker badges after starting them.
- Much improved Smalltalk code, including a new worker that allows
clients to submit smalltalk to be executed.
- isd/connectto.c - strtol() for service now checks if endptr != service
to see that *something* was translated.
- isdexecd now accepts the 'stop' command.
- now includes some prototype code for interfacing IBM's Net.Data to
isect's IO library.
- fixed a segmentation fault when the 'pause' command was received
without any arguments.
- more documentation
- DELETE command enabled
Diffstat (limited to 'devel/isect/PLIST')
-rw-r--r-- | devel/isect/PLIST | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/isect/PLIST b/devel/isect/PLIST index 6dbe8bfb9b6..cd8201dcaa7 100644 --- a/devel/isect/PLIST +++ b/devel/isect/PLIST @@ -1,10 +1,15 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:12 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/08/06 15:38:02 jschauma Exp $ +bin/isdcat bin/isdcfgck bin/isdclient +bin/isdcrasher bin/isdeat bin/isdecho +bin/isdlp +bin/isdlink etc/rc.d/isect include/isdio.h +include/isect_io_IsdIO.h include/libisect.h include/queues.h include/tabfuncs.h @@ -46,6 +51,5 @@ share/doc/isect/isect_stoc.html share/doc/isect/isect_toc.html share/doc/isect/whatsnew.html share/examples/isect/COPYING -share/examples/isect/isdecho.c @dirrm share/examples/isect @dirrm share/doc/isect |