Subject: CVS commit: pkgsrc/comms/plptools
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 09/08/2004 12:14:59
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Sep  8 12:14:59 UTC 2004

Modified Files:
	pkgsrc/comms/plptools: Makefile PLIST distinfo
	pkgsrc/comms/plptools/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak
	    patch-al
Added Files:
	pkgsrc/comms/plptools/patches: patch-am patch-an patch-ao patch-ap

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/comms/plptools/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/comms/plptools/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/comms/plptools/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/comms/plptools/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/comms/plptools/patches/patch-ab
cvs rdiff -r1.7 -r1.8 pkgsrc/comms/plptools/patches/patch-ac
cvs rdiff -r1.1 -r1.2 pkgsrc/comms/plptools/patches/patch-ad \
    pkgsrc/comms/plptools/patches/patch-ae \
    pkgsrc/comms/plptools/patches/patch-af \
    pkgsrc/comms/plptools/patches/patch-ag \
    pkgsrc/comms/plptools/patches/patch-ah \
    pkgsrc/comms/plptools/patches/patch-ai \
    pkgsrc/comms/plptools/patches/patch-aj \
    pkgsrc/comms/plptools/patches/patch-ak \
    pkgsrc/comms/plptools/patches/patch-al
cvs rdiff -r0 -r1.1 pkgsrc/comms/plptools/patches/patch-am \
    pkgsrc/comms/plptools/patches/patch-an \
    pkgsrc/comms/plptools/patches/patch-ao \
    pkgsrc/comms/plptools/patches/patch-ap

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.