diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-08 12:14:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-08 12:14:59 +0000 |
commit | 0b332f8d36b5eec9d270d03e25752dfb25557926 (patch) | |
tree | eb5969d8f7dc8c1fa6de531d64bd05f2678d8c30 /comms/plptools/PLIST | |
parent | 65409c870465b50c1bb2a07b1361692b435d89fb (diff) | |
download | pkgsrc-0b332f8d36b5eec9d270d03e25752dfb25557926.tar.gz |
Update to 0.12 to fix build with gcc3.
Changes since 0.8 are not documented except in the
ChangeLog.
Changes from Version 0.7 to 0.8
- Fixed lot of bugs, especially in nfs code
- Series 3 _should_ work again.
- Added support for KDE (KDE >= 2.1)
- Added KDE Application "kpsion"
Changes from Version 0.6 to 0.7
- Changed timezone-stuff again. With S5, now the machine-info is
evaluated. This info holds the Psion's time-offset so that we
are able to calculate the offset correctly, regardless of the
Psion's setting. All that is done in a new class PsiTime.
For S3, a Fallback is provided using an Env-Variable "PSI_TZ" which
can be set to the Psion's time-offset in seconds.
- Added lots of rpc related stuff:
- Implemented a procfs-like subdir in plpnfsd. Processes can
be examined and misc. parameters can be examined/changed using
the entries in <psionMountDir>/proc/
Several parameters can now be changed on the fly:
attribute-cache timeout in seconds: proc/acache (rw)
debuglevel: proc/debuglevel (rw)
directory-cache timeout in seconds: proc/dcache (rw)
Psion's owner-info: proc/owner (ro)
Unix-owner of mounted directory: proc/unixowner (rw)
Stopping of plpnfsd has now changed:
Old:
reference /mnt/psion/exit
New:
echo stop > /mnt/psion/proc/exit
This should be safer than accidentally referencing a file.
For every process running on the psion, a subdir in proc/ is
created with two files "cmd" and "args" (both ro). cmd is the
process-name, args is it's commandline.
- Added machinfo command in plpftp for displaying lot of interesting
information about S5. (E.g. battery status etc.)
- Added killsave and runrestore to plpftpd. Both take a unix file
as argument. killsave kills all processes on the Psion and saves
restart-information to the specified file. runrestore reads a file
created by killsave and starts all processes saved in this file.
-> Functionality similar to the behavior of PsiWin before/after backup.
Diffstat (limited to 'comms/plptools/PLIST')
-rw-r--r-- | comms/plptools/PLIST | 49 |
1 files changed, 46 insertions, 3 deletions
diff --git a/comms/plptools/PLIST b/comms/plptools/PLIST index a607068a64d..f55467c0b26 100644 --- a/comms/plptools/PLIST +++ b/comms/plptools/PLIST @@ -1,9 +1,52 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:44:38 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/09/08 12:14:59 wiz Exp $ +bin/plpbackup bin/plpftp +bin/sisinstall +include/plptools/Enum.h +include/plptools/bufferarray.h +include/plptools/bufferstore.h +include/plptools/iowatch.h +include/plptools/log.h +include/plptools/plpdirent.h +include/plptools/plpintl.h +include/plptools/ppsocket.h +include/plptools/psibitmap.h +include/plptools/psiprocess.h +include/plptools/psitime.h +include/plptools/rclip.h +include/plptools/rfsv.h +include/plptools/rfsv16.h +include/plptools/rfsv32.h +include/plptools/rfsvfactory.h +include/plptools/rpcs.h +include/plptools/rpcs16.h +include/plptools/rpcs32.h +include/plptools/rpcsfactory.h +include/plptools/siscomponentrecord.h +include/plptools/sisfile.h +include/plptools/sisfileheader.h +include/plptools/sisfilerecord.h +include/plptools/sislangrecord.h +include/plptools/sisreqrecord.h +include/plptools/sistypes.h +include/plptools/wprt.h lib/libplp.a lib/libplp.la lib/libplp.so -lib/libplp.so.1 -lib/libplp.so.1.0 +lib/libplp.so.0 +lib/libplp.so.0.12 +man/man1/plpbackup.1 +man/man1/plpftp.1 +man/man1/sisinstall.1 +man/man8/ncpd.8 +man/man8/plpnfsd.8 +man/man8/plpprintd.8 sbin/ncpd sbin/plpnfsd +sbin/plpprintd +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/plptools.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/plptools.mo +share/plptools/fontmap +share/plptools/prolog.ps +@dirrm share/plptools +@dirrm include/plptools |