diff options
author | kleink <kleink@pkgsrc.org> | 2002-04-15 17:40:02 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2002-04-15 17:40:02 +0000 |
commit | ee236b1edfdf28ff86f1d0ebdfc597863bd333ad (patch) | |
tree | 6ec658d9eda0577521c82cf96ab5d235273ef024 /comms | |
parent | 287bce60ef54a02a054c405bde439d019b9fb393 (diff) | |
download | pkgsrc-ee236b1edfdf28ff86f1d0ebdfc597863bd333ad.tar.gz |
Update scmxx to 0.6.0; changes since previous include:
0.6.0 (2002-04-05)
THIS IS NOT THE C++ VERSION AS PERVIOUSLY STATED AS GOAL ON THE WEBSITE!
!!!!! Syntax changed !!!!!
all timezone values in the time fields can now be decoded correctly
added debian_with_scmxx.bmp to examples dir
various other code cleanups:
rewrite of checkslots and info methods and some others
removed com2_mytty method
giving transfer methods the proper parameters to not use global
variables anymore
removing most of the global variables
unified some global variables to bitvalues of a local variable or
structs
better usage of C pointers and some dynamic memory allocation
new (requested) parameter --version that prints the version number
multiple file upload support (adding only)
multiple file deletion support
--pipe support for getting sms (indirect, too) and files
--pipe and --file are now independent of each other
printing to stdout must now be requested with "-f -"
removed the need for TTYPORTMAXLENGTH, malloc is now used.
multiple file download support (with filename expanding)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/scmxx/Makefile | 4 | ||||
-rw-r--r-- | comms/scmxx/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index d4ec6bcb018..01dbebea52e 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2002/04/02 08:57:42 kleink Exp $ +# $NetBSD: Makefile,v 1.12 2002/04/15 17:40:02 kleink Exp $ # -DISTNAME= scmxx-0.5.16.2 +DISTNAME= scmxx-0.6.0 CATEGORIES= comms MASTER_SITES= http://www.hendrik-sattler.de/scmxx/download/ \ http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo index b58e7ad465c..53fdddf83c3 100644 --- a/comms/scmxx/distinfo +++ b/comms/scmxx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.8 2002/04/02 08:57:44 kleink Exp $ +$NetBSD: distinfo,v 1.9 2002/04/15 17:40:02 kleink Exp $ -SHA1 (scmxx-0.5.16.2.tar.bz2) = 61f02ec4a27e8f0c5e62b8fd11a81cc46af8c1a6 -Size (scmxx-0.5.16.2.tar.bz2) = 46185 bytes +SHA1 (scmxx-0.6.0.tar.bz2) = cdedb4baf11bfad8c9bb04bdb3b75df9e8f2b419 +Size (scmxx-0.6.0.tar.bz2) = 47269 bytes |