diff options
author | kleink <kleink@pkgsrc.org> | 2002-05-20 21:54:18 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2002-05-20 21:54:18 +0000 |
commit | 9be07ffd2e9bdef3348d38e1e767cff3a815261d (patch) | |
tree | eeb35110aed6597d33dfd780032d15cdce29921d /comms/scmxx | |
parent | 858ac3617ba5bc88441d339fc2335a0a3d75471a (diff) | |
download | pkgsrc-9be07ffd2e9bdef3348d38e1e767cff3a815261d.tar.gz |
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
Diffstat (limited to 'comms/scmxx')
-rw-r--r-- | comms/scmxx/Makefile | 9 | ||||
-rw-r--r-- | comms/scmxx/PLIST | 4 | ||||
-rw-r--r-- | comms/scmxx/distinfo | 6 |
3 files changed, 9 insertions, 10 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 01dbebea52e..d7fd7d2e478 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2002/04/15 17:40:02 kleink Exp $ +# $NetBSD: Makefile,v 1.13 2002/05/20 21:54:18 kleink Exp $ # -DISTNAME= scmxx-0.6.0 +DISTNAME= scmxx-0.6.1.1 CATEGORIES= comms -MASTER_SITES= http://www.hendrik-sattler.de/scmxx/download/ \ - http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ +MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= kleink@netbsd.org @@ -16,7 +15,7 @@ USE_GMAKE= yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scmxx - ${INSTALL_DATA} ${WRKSRC}/docs/README \ + ${INSTALL_DATA} ${WRKSRC}/docs/doc_sources.txt \ ${PREFIX}/share/doc/scmxx ${INSTALL_DATA} ${WRKSRC}/docs/greekchars.txt \ ${PREFIX}/share/doc/scmxx diff --git a/comms/scmxx/PLIST b/comms/scmxx/PLIST index b162e160966..eda6411e764 100644 --- a/comms/scmxx/PLIST +++ b/comms/scmxx/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2002/03/10 08:29:50 kleink Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/05/20 21:54:18 kleink Exp $ bin/scmxx man/man1/scmxx.1 -share/doc/scmxx/README +share/doc/scmxx/doc_sources.txt share/doc/scmxx/greekchars.txt share/doc/scmxx/gsmcharset.txt share/doc/scmxx/specialchars.txt diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo index 53fdddf83c3..3ce94e6e2f9 100644 --- a/comms/scmxx/distinfo +++ b/comms/scmxx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2002/04/15 17:40:02 kleink Exp $ +$NetBSD: distinfo,v 1.10 2002/05/20 21:54:19 kleink Exp $ -SHA1 (scmxx-0.6.0.tar.bz2) = cdedb4baf11bfad8c9bb04bdb3b75df9e8f2b419 -Size (scmxx-0.6.0.tar.bz2) = 47269 bytes +SHA1 (scmxx-0.6.1.1.tar.bz2) = 5414fe51c0a70dc82515b03993831d0476d07f29 +Size (scmxx-0.6.1.1.tar.bz2) = 51331 bytes |