summaryrefslogtreecommitdiff
path: root/comms/scmxx/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-03-11Add patch that hopefully fixes the build problem on 1.6.2.wiz1-0/+13
2005-09-30Update to 0.8.1:wiz5-80/+0
0.8.1 fixes some compilation and installation issues with *BSD (thanks to Mohacsi Janos) fixes binary memory info output automatically chooses the proper charset when sending short messages make some more long options available as short options mention all options in the help output and sort it alphabetically mingw compile environment support (Windows) Addition to 0.8.0 changelog: reset now switches phone from transparent to RCCP mode (fixes debian bug #224965) included german PO file update from debian BTS (fixes debian bug #313918)
2005-07-24Fix a typo that prevented this pkg from building using thekristerw1-0/+13
NetBSD 1.6 msgfmt.
2005-07-14Replace with official patch.wiz1-21/+5
2005-07-14Update to 0.8.0:wiz4-17/+82
0.8.0 SMS code now support multipart message encoding on sending use Docbook XML for man pages (with HTML output) pin file (~/.scmxx/pin) support new option: --lock new option: --enable new option: --disable new option: --hangup --dial now waits until the phone connected to the remote side fixes for all gcc4 warnings fixes for starting connection with reset now being inline if requested fixes for file upload (not obex!) to S55 (now marked as supported) add binary slot number filter (fixes debian bug #145570) for *45 and S55
2004-11-27Update to 0.7.4:wiz1-0/+18
support for configuration file (.scmxx/config in home directory) add lock listing to --info new option --lock-info to show status of locks and as switch for --info new option --toggle-lock to toggle status of a lock new option --dial to dial a number using remote keypad access german translation for rpm specfile, manpage and gettext strings russian translation: updated manpage and partially gettext
2004-06-21Update to 0.7.1.wiz2-56/+0
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
2003-09-08Update to 0.6.4.wiz1-18/+9
version 0.6.4 Features: This version adds UCS-2 phonebook transfer mode (default with GSM fallback). (thanks to Alexander Kochetkov) Fixes: The range for phonebook CS and RD again and are requested correctly again. Only 5 entries at once to prevent timeouts with slow phones/SIM-cards. (thanks to Alexander Kochetkov) There are also other small fixes. Relieve kleink of his MAINTAINER duties, on his request.
2003-07-18Update to 0.6.3.8:wiz1-9/+9
"RING" catched fixed sms type identification enable unicode sms sending (patch by Andy Shevchenko) update man page change flash sms coding to work with unicode setting in parallel fix content length output for unicode sms added russian man page translation (sent in by Andy Shevchenko) small change in unicode.c to stop gcc3.3 complain trying to avoid some error messages about syntax
2003-04-18Update to 0.6.3.7, and include some iconv fixes from Dave Huang in PR 20017.wiz2-0/+65
Changes in 0.6.3.7: fixed the GPRS info segfault issue some command errors are not really a reason to about - fixed that fixed gcc-3.2 warnings fixed Makefiles to actually use chosen compiler rewrote/reordered main()
2002-03-28Update scmxx to 0.5.16.1; changes since last revision include:kleink2-70/+0
0.5.16.1 (2002-03-28) changed some variable name to be C89 compliant (see stdin(3)) direct messages to stderr instead of stdout so only data goes to stdout print a slot number message line when receiving bmp,mid,vcs,vcf (especially with "all")
2002-03-27Update scmxx to 0.5.16; changes since last revision include:kleink2-0/+70
0.5.16 (2002-03-27) new parameter --reset which resets the phone if it does not respond after a user-aborted file transfer lots of code cleanups changed the read_mytty method to be more cleaner and work with raw mode added read_mytty_limited to read to a boundry instead of a lines end change sending code (sms and files) to makes use of raw mode, so data is really only sent, when no error occurs added is_number method to be more specific than atoi added "all" to file deleting and getting added pipe ability to file getting method do not try to decode unsupported PDU types rearranged this file (now with release dates from this version on) added C45 to the list of supported phones
2002-03-10Update to scmxx-0.5.14; changes include:kleink6-192/+0
0.5.9 changed from strcmp to strcasecmp for "cme error: invalid index" check in pbook code Merged the variable baudrate patches from Klaus Klein <kleink@reziprozitaet.de> and Klaus Singvogel<klaus@lst.de> to make it work better with the ME45 Merged Makefile patch from Klaus Klein to make it compile better on NetBSD Simplyfied serial setup a bit (use already present system functions) Changes Package description (.deb and .rpm) and added SL45 and S45 to supported phones in scmxx.c Moved --pipe in --help output 0.5.10 fix sms '@' bug in sending (thanks to Nuno Miguel Fernandes Sucena Almeida <slug@aeminium.org>) 0.5.11 complete GSM charset compliance (more input characters than the S35i provides!) change sms input definition: greek character must be masked with a prepended '\' which enables all greek characters instead of only the non-coliding ones renamed device.h to config.h change config.h to defines and declare variables in common.h and init them in scmxx.c:main by calling the set methods added docs/specialchars.txt and docs/greekchars.txt 0.5.12 new parameter pair --greek and --nogreek (dependent on compile settings) see docs greekchars.txt for details clean-up of the functions in gsmcodes.c 0.5.13 fix phonebook text field length check for the new casted characters we now use autoconf and autoheader to create the build files config.h and Makefile (thanks to Michael Banck <mbanck@gmx.net>) specfile updated (thanks to Kri¨tof Petr <petr@kristof.cz>) 0.5.14 fix crash when build with optimizations fix include of present CFLAGS env decode some known sms user data header fields and display this information show 8bit and 16bit sms messages as hexstring (instead of nothing)
2002-01-17Update to 0.5.8nb2: add an option to specify the tty speed; patches arekleink5-2/+162
submitted back to the author.
2002-01-16Bump to 0.5.8nb1: initialize a previously uninitialized auto variable.kleink1-0/+13
2002-01-13Initial import of scmxx-0.5.8 into the NetBSD Packages Collection.kleink1-0/+19
SCMxx is a data exchange utility for certain Siemens mobile phone models. Data types handled include logo bitmaps, MIDI files, vCalendars, address books, phonebook entries and SMS. Support for phones includes the S25, C35i, S35i, M35i, C45, S45, ME45 and SL45 models.