Commit graph

13 commits

Author SHA1 Message Date
jlam
c40d42145b + Remove -ltermcap from the Makefile and remove patch-ap. The only
reason -ltermcap was added was for readline, but this is no longer
  necessary as plpftp (the only program which links against readline)
  is linked with libtool, and libtool will pull the necessary library
  dependencies from libreadline.la automatically.

XXX Changes untested because this package no longer builds using GCC-4.x.
2008-03-04 22:29:06 +00:00
joerg
eaf54b4577 Don't use malloc.h. 2007-08-01 20:19:21 +00:00
joerg
caa939db59 Add DragonFly support.
Fix C++ RTL usage: c_str is how to get the representation, not getCStr.
Attempt to fix declaration of static template members. Be conditional
for GCC 3.4+ for now, it conflicts with the constructor in GCC 3.3.
Attempt to fix timezone usage as found in other packages.
Use PTHREAD_* variables instead of hard-coded -lpthread.
Don't look for _nl_domain_bindings in -lintl, libintl uses a different
prefix.
Remove harmfull class keywords in friend declarations.
2006-02-02 15:03:19 +00:00
wiz
0b332f8d36 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.
2004-09-08 12:14:59 +00:00
kristerw
a44632021b Fix some C++ issues that gcc 3.3 complains on. 2004-05-24 16:09:35 +00:00
agc
f3dacf833f Make this package compile on 1.6 and above (thanks, Johnny) 2002-06-28 19:05:22 +00:00
jlam
3db03d6bef Use the proper typecasts to make this compile. 2001-11-06 22:23:49 +00:00
hubertf
0b2212a873 fix path in patch 2001-08-24 12:52:06 +00:00
hubertf
8744d9cdd3 #include <stdio.h> on NetBSD. It seems there's some (NetBSD!) systems
out there where this compiles without that header, and some where it fails.
2001-08-20 01:51:04 +00:00
skrll
734f130b3f Fixes so that alpha will (hopefully) build. Mainly addition of includes. 2001-04-04 08:53:43 +00:00
skrll
9a03ae6b47 Update patches and use SHA digests. No functional change. 2001-04-04 07:59:29 +00:00
skrll
ce1ab76190 Update plptools to version 0.6.
Sorry there doesn't seem to be a changelog.

Changes by me:
	- Patch mp_mount.c so that it now works.
	- Remove BROKEN
	- Use LIBTOOL instead of PKGLIBTOOL.
2000-06-12 13:36:08 +00:00
sakamoto
8f743ab6f1 FTP-like and NFS-like access tools to talk to the PSION 1999-07-14 05:41:47 +00:00