Subject: CVS commit: pkgsrc/comms/scmxx
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 06/21/2004 04:06:16
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Jun 21 04:06:16 UTC 2004

Modified Files:
	pkgsrc/comms/scmxx: Makefile distinfo
Removed Files:
	pkgsrc/comms/scmxx/patches: patch-aa patch-ab

Log Message:
Update to 0.7.1.

Changes:
version 0.7.1
- work-around for *BSD on SMS time decoding
- fixes some sms decoding bugs
- fixes crash on sending sms directly from a slot

version 0.7.0
Syntax changed!
many internal changes:
- no need for system's wchar_t support anymore (wchar_t was previously used but that was wrong)
- iconvtest() is gone
- completely rewritten command line parsing, now supporting getopt_long _and_ popt (configure decides which one to
use)
- configure checks for getopt and popt
- configure check for declaration of iconv
properly support Solaris (see popt above, compiler warning fixes)
make iconv code work with non-GNU implementations (e.g. Solaris)
new parameter --start-delay (see manpage)
new parameter --binary (-N)
new parameter --mem
new parameter --slot
-B, -M, -C and -F (and the long options for them) are now obsolete, use -N instead with --mem instead
parameter to -P is now obsolete, use --mem instead
parameter to -S is now obsolete, use --slot instead
"SM" is now default phonebook memory (if none was specified)
SMS outputs none-printable characters as '?' instead of hexcode
the memory list output was changed in --info (may break programs that depend on it)
add parameter --mem-info as trigger to --info to display more information about available memories
make --mem recognize "?" to show same information as in --mem-info but only for the specified memory type (faster)
rewritten phonebook file read-in with more syntax checking before actually sending the first entry
rewrote SMS decoding functions
simply do not change sms status on getting instead of complaining
update english manpage
russian manpage included, again
updated README and INSTALL

version 0.6.4.1
Features:
added SMS time zone conversion
Fixes:
fix crash on getting phonebook entries with empty text field
work-around for buggy strptime() in cygwin (for SMS dates)
added test to better usage of iconv (less dependent on nl_langinfo())
deal with a S55 strangeness (still does NOT mean that S55 is fully supported), thanks to Ole Langbehn
--ignore-serial-bits is now default, added parameter --keep-serial-bits (to get previous behaviour)
updated manpage


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/comms/scmxx/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/comms/scmxx/distinfo
cvs rdiff -r1.6 -r0 pkgsrc/comms/scmxx/patches/patch-aa
cvs rdiff -r1.7 -r0 pkgsrc/comms/scmxx/patches/patch-ab

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