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)
This commit is contained in:
parent
287bce60ef
commit
ee236b1edf
2 changed files with 5 additions and 5 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue