Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48537 - scmxx 0.7.0 is available
Summary: scmxx 0.7.0 is available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Hanno Böck
URL: http://www.hendrik-sattler.de/scmxx/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-20 23:56 UTC by Serge Matveev
Modified: 2005-03-08 05:47 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
0.6.4to0.7.1.patch (0.6.4to0.7.1.patch,557 bytes, patch)
2004-06-09 12:03 UTC, Torsten Veller (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Matveev 2004-04-20 23:56:23 UTC
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
Comment 1 Sergiy Borodych 2004-06-03 01:30:55 UTC
up
plz update ebuild
Comment 2 Sergiy Borodych 2004-06-05 09:32:15 UTC
this my test ebuild
http://bor.org.ua/projects/portage/app-misc/scmxx/
it work for me
Comment 3 Torsten Veller (RETIRED) gentoo-dev 2004-06-09 12:03:43 UTC
Created attachment 32989 [details, diff]
0.6.4to0.7.1.patch

* scmxx-0.7.1 is available.

i attached an patch for 0.6.4. I tested it on my x86 system.
Comment 4 Torsten Veller (RETIRED) gentoo-dev 2004-07-28 10:20:12 UTC
0.7.2 is available.
Comment 5 Serge Matveev 2004-09-27 02:48:14 UTC
scmxx 0.7.3 is available
Comment 6 Torsten Veller (RETIRED) gentoo-dev 2004-09-27 03:21:39 UTC
1. thx for the news :)

2. btw: shouldn't the contrib/* stuff be put in /usr/share/scmxx instead of /usr/lib/scmxx? what is the correct place?
Comment 7 Lars Weiler (RETIRED) gentoo-dev 2004-10-17 13:01:14 UTC
Commited version 0.7.4.

I think it's okay with the stuff in /usr/lib/scmxx.  Compare it to xscreensaver.  There you can find every screensaver in /usr/lib/xscreensaver.
Comment 8 Andrei Gorshenin 2005-03-08 05:47:16 UTC
scmxx 0.7.5 is available

    *  fix: transparent pin processing was broken
    * fix: direct sms receive mode was broken
    * extended direct sms receive mode to also get status report messages
    * support for finding empty phonebook slot
    * add support for OS/2 (thanks to Alex Samorukov)
    * new special string "last" for phonebooks
    * enabled direct receiving of short message status reports
    * new option --system-charset
    * italian translation for rpm spec file, manpage and gettext messages (thanks to Andrea Benazzo)