pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/scmxx Update to 0.8.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cc30e469b32
branches:  trunk
changeset: 496883:7cc30e469b32
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 14 19:15:56 2005 +0000

description:
Update to 0.8.0:

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

diffstat:

 comms/scmxx/Makefile         |   6 ++--
 comms/scmxx/PLIST            |   6 ++++-
 comms/scmxx/distinfo         |  13 ++++++----
 comms/scmxx/patches/patch-aa |  54 ++++++++++++++++++++++++++++++-------------
 comms/scmxx/patches/patch-ab |  19 +++++++++++++++
 comms/scmxx/patches/patch-ac |  13 ++++++++++
 comms/scmxx/patches/patch-ad |  13 ++++++++++
 7 files changed, 98 insertions(+), 26 deletions(-)

diffs (177 lines):

diff -r 8c02ccec0f63 -r 7cc30e469b32 comms/scmxx/Makefile
--- a/comms/scmxx/Makefile      Thu Jul 14 19:09:15 2005 +0000
+++ b/comms/scmxx/Makefile      Thu Jul 14 19:15:56 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2005/05/22 20:07:44 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2005/07/14 19:15:56 wiz Exp $
 #
 
-DISTNAME=              scmxx-0.7.5
+DISTNAME=              scmxx-0.8.0
 CATEGORIES=            comms
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=scmxx/}
 EXTRACT_SUFX=          .tar.bz2
@@ -10,8 +10,8 @@
 HOMEPAGE=              http://www.hendrik-sattler.de/scmxx/
 COMMENT=               Data exchange utility for Siemens mobile phones
 
-
 GNU_CONFIGURE=         yes
+USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake
 
 post-install:
diff -r 8c02ccec0f63 -r 7cc30e469b32 comms/scmxx/PLIST
--- a/comms/scmxx/PLIST Thu Jul 14 19:09:15 2005 +0000
+++ b/comms/scmxx/PLIST Thu Jul 14 19:15:56 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2005/02/20 23:05:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2005/07/14 19:15:56 wiz Exp $
 bin/scmxx
 man/de/man1/scmxx.1
 man/it/man1/scmxx.1
@@ -10,6 +10,10 @@
 share/examples/scmxx/sms.txt
 share/examples/scmxx/vCalendar.vcs
 share/examples/scmxx/vCard.vcf
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/scmxx.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/scmxx.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/scmxx.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/scmxx.mo
 @dirrm share/doc/scmxx
 @dirrm share/examples/scmxx
 @dirrm man/it/man1
diff -r 8c02ccec0f63 -r 7cc30e469b32 comms/scmxx/distinfo
--- a/comms/scmxx/distinfo      Thu Jul 14 19:09:15 2005 +0000
+++ b/comms/scmxx/distinfo      Thu Jul 14 19:15:56 2005 +0000
@@ -1,6 +1,9 @@
-$NetBSD: distinfo,v 1.25 2005/02/23 16:05:31 agc Exp $
+$NetBSD: distinfo,v 1.26 2005/07/14 19:15:56 wiz Exp $
 
-SHA1 (scmxx-0.7.5.tar.bz2) = 382e3791664e11211f073026e8ab7e428f2883b3
-RMD160 (scmxx-0.7.5.tar.bz2) = bf48382fa9b3e21e5e7c4b0d135c361af09141f5
-Size (scmxx-0.7.5.tar.bz2) = 165440 bytes
-SHA1 (patch-aa) = 057bba85618fd5a6b75f147446e3820c86ebf06e
+SHA1 (scmxx-0.8.0.tar.bz2) = 86757ac0e171d81c1887353316caf935dd260899
+RMD160 (scmxx-0.8.0.tar.bz2) = 17541ed99b736a76f380e6255d982b2283031a6a
+Size (scmxx-0.8.0.tar.bz2) = 212558 bytes
+SHA1 (patch-aa) = 549a9146132749143b23f2f4e151b8b4789f0b1e
+SHA1 (patch-ab) = 5bd30d280e7c4ad91570f56c96de3b90f6168d77
+SHA1 (patch-ac) = a4bc9571948b032427a3b9dd3fdbdd9f1f12ebc3
+SHA1 (patch-ad) = a4f40faa7fa1c921fef7cbb059adac9ef97a0921
diff -r 8c02ccec0f63 -r 7cc30e469b32 comms/scmxx/patches/patch-aa
--- a/comms/scmxx/patches/patch-aa      Thu Jul 14 19:09:15 2005 +0000
+++ b/comms/scmxx/patches/patch-aa      Thu Jul 14 19:15:56 2005 +0000
@@ -1,18 +1,38 @@
-$NetBSD: patch-aa,v 1.8 2004/11/27 23:00:00 wiz Exp $
+$NetBSD: patch-aa,v 1.9 2005/07/14 19:17:00 wiz Exp $
 
---- Makefile.in.orig   2004-09-17 13:44:29.000000000 +0200
-+++ Makefile.in
-@@ -2,11 +2,11 @@ SHELL=@SHELL@
- 
- .PHONY:all
- all:
--      for i in src po; do $(MAKE) -C $$i $@; done
-+      for i in src ; do $(MAKE) -C $$i $@; done
- 
- .PHONY:install
- install: all
--      for i in src po docs; do $(MAKE) -C $$i $@; done
-+      for i in src docs; do $(MAKE) -C $$i $@; done
- 
- .PHONY:uninstall
- uninstall:
+--- src/pinfile.c.orig 2005-06-08 19:49:17.000000000 +0200
++++ src/pinfile.c
+@@ -220,7 +220,14 @@ char* pinfile_get_subdata (const char* s
+       mem_realloc(temp,0);
+       if (pin != NULL) {
+       //find_pinpuk() already checked it
+-      puk = strndup(puk,strchr(puk,';')-puk);
++      char *foo;
++
++      foo = strchr(puk,';');
++      if (foo != NULL)
++              *foo = '\0';
++      puk = strdup(puk);
++      if (foo != NULL)
++              *foo = ';';
+       }
+     }
+   } else {
+@@ -232,9 +239,16 @@ char* pinfile_get_subdata (const char* s
+     print_verbose(0,"%s\n",_("not found"));
+     return strdup("");
+   } else {
++    char *foo;
++
+     print_verbose(0,"%s\n",_("found"));
+     //find_pinpuk() already checked it
+-    pin = strndup(pin,strchr(pin,';')-pin);
++    foo = strchr(pin,';');
++    if (foo != NULL)
++      *foo = '\0';
++    pin = strdup(pin);
++    if (foo != NULL)
++      *foo = ';';
+     mem_realloc(data,0);
+     if (puk == NULL) {
+       return pin;
diff -r 8c02ccec0f63 -r 7cc30e469b32 comms/scmxx/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/scmxx/patches/patch-ab      Thu Jul 14 19:15:56 2005 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ab,v 1.9 2005/07/14 19:15:56 wiz Exp $
+
+--- docs/Makefile.in.orig      2005-06-24 13:27:09.000000000 +0200
++++ docs/Makefile.in
+@@ -66,12 +66,12 @@ distclean:
+ .PHONY: install-$(PACKAGE_NAME).en.$(MANCAT)
+ install-$(PACKAGE_NAME).en.$(MANCAT): $(PACKAGE_NAME).en.$(MANCAT)
+       $(INSTALL) -d $(mandir)/man$(MANCAT); \
+-      $(INSTALL) --mode=644 $(PACKAGE_NAME).en.$(MANCAT) $(mandir)/man$(MANCAT)/$(MAN); \
++      $(INSTALL) -m 644 $(PACKAGE_NAME).en.$(MANCAT) $(mandir)/man$(MANCAT)/$(MAN); \
+ 
+ .PHONY: install-$(PACKAGE_NAME).%.$(MANCAT)
+ install-$(PACKAGE_NAME).%.$(MANCAT): $(PACKAGE_NAME).%.$(MANCAT)
+       $(INSTALL) -d $(mandir)/$*/man$(MANCAT); \
+-      $(INSTALL) --mode=644 $(PACKAGE_NAME).$*.$(MANCAT) $(mandir)/$*/man$(MANCAT)/$(MAN); \
++      $(INSTALL) -m 644 $(PACKAGE_NAME).$*.$(MANCAT) $(mandir)/$*/man$(MANCAT)/$(MAN); \
+ 
+ .PHONY: install
+ install: $(patsubst %,install-$(PACKAGE_NAME).%.$(MANCAT),$(MAN_LANGS))
diff -r 8c02ccec0f63 -r 7cc30e469b32 comms/scmxx/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/scmxx/patches/patch-ac      Thu Jul 14 19:15:56 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2005/07/14 19:15:56 wiz Exp $
+
+--- po/Makefile.in.orig        2005-06-08 21:52:10.000000000 +0200
++++ po/Makefile.in
+@@ -67,7 +67,7 @@ $(POT_FILE): $(SOURCE_FILES)
+ .PHONY:install-%.mo
+ install-%.mo: %.mo
+       $(INSTALL) -d $(DESTDIR)$(GETTEXTDIR)/$*/LC_MESSAGES; \
+-      $(INSTALL) --mode=644 $< $(DESTDIR)$(GETTEXTDIR)/$*/LC_MESSAGES/$(PACKAGE_NAME).mo; \
++      $(INSTALL) -m 644 $< $(DESTDIR)$(GETTEXTDIR)/$*/LC_MESSAGES/$(PACKAGE_NAME).mo; \
+ 
+ .PHONY:install
+ install: $(patsubst %,install-%,$(MO_FILES))
diff -r 8c02ccec0f63 -r 7cc30e469b32 comms/scmxx/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/scmxx/patches/patch-ad      Thu Jul 14 19:15:56 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.3 2005/07/14 19:15:56 wiz Exp $
+
+--- src/Makefile.in.orig       2005-06-10 20:22:12.000000000 +0200
++++ src/Makefile.in
+@@ -89,7 +89,7 @@ distclean: clean $(patsubst %,%-distclea
+ .PHONY: install
+ install: $(BINARY)
+       $(INSTALL) -d $(DESTDIR)$(bindir)
+-      $(INSTALL) --mode=755 $(BINARY) $(DESTDIR)$(bindir)
++      $(INSTALL) -m 755 $(BINARY) $(DESTDIR)$(bindir)
+ 
+ .PHONY: uninstall
+ uninstall:



Home | Main Index | Thread Index | Old Index