Subject: CVS commit: pkgsrc/comms/scmxx
To: None <pkgsrc-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: pkgsrc-changes
Date: 05/21/2002 00:54:20
Module Name:	pkgsrc
Committed By:	kleink
Date:		Mon May 20 21:54:20 UTC 2002

Modified Files:
	pkgsrc/comms/scmxx: Makefile PLIST distinfo

Log Message:
Update scmxx to 0.6.1.1; changes since previous include:

0.6.1.1
    fixes command line interpreting for sending sms with text from file
    sending sms per status to the number specified at the command line
	(was ignored in 0.6.1)

0.6.1
    code cleanup in sms methods
    moved SMS settings bit so it is not the default file type by accident
    some error messages if no action was taken or no file type was
	specified
    added info about possible different SMS storage places (this is more
	than only "SM" since S45/ME45 V21)
    added parameter --smsmem to select the sms storage memory
    automatically select SMS storage "MT" (="ME"+"SM") if available and
	none was selected, otherwhise default to "SM" if none was selected
    check for maximum pdu size for file getting to detect data that got
	scrambled by the phone (mainly midi files on S45/ME45 V21)
    fixed: error message when sms memory is full
    gprs info methods added by Jarek Kruza (poczta@jarek.kruza.pl)
    get and remove can be used at the same time (SMS only)
    remove can now handle the sms status types (so e.g. deleting all
	messages of type "unsent" works)
    verbose description of sms status when getting (instead of the status
	number)
    send can now handle the sms status types (so e.g. sending all messages
	of type "unsent" works)
    added updated man page
    updated rpm spec file
    moved docs/README -> docs/doc_sources.txt
    removed contrib/vcsconvert


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/comms/scmxx/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/comms/scmxx/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/comms/scmxx/distinfo

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