Subject: CVS commit: pkgsrc/comms/scmxx
To: None <pkgsrc-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: pkgsrc-changes
Date: 04/15/2002 20:40:03
Module Name: pkgsrc
Committed By: kleink
Date: Mon Apr 15 17:40:03 UTC 2002
Modified Files:
pkgsrc/comms/scmxx: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/comms/scmxx/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/comms/scmxx/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.