summaryrefslogtreecommitdiff
path: root/comms/scmxx
diff options
context:
space:
mode:
authorkleink <kleink>2002-01-13 20:17:33 +0000
committerkleink <kleink>2002-01-13 20:17:33 +0000
commitecde167eb16aedc50d71e4bedb59230be6116f61 (patch)
tree59647081db2aab59e3b115a20f0015898b048468 /comms/scmxx
parent5fc258a31b641f69d9a0ed5b769cadb1281d62b1 (diff)
downloadpkgsrc-ecde167eb16aedc50d71e4bedb59230be6116f61.tar.gz
Initial import of scmxx-0.5.8 into the NetBSD Packages Collection.
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.
Diffstat (limited to 'comms/scmxx')
-rw-r--r--comms/scmxx/DESCR4
-rw-r--r--comms/scmxx/Makefile42
-rw-r--r--comms/scmxx/PLIST16
-rw-r--r--comms/scmxx/distinfo5
-rw-r--r--comms/scmxx/patches/patch-aa19
5 files changed, 86 insertions, 0 deletions
diff --git a/comms/scmxx/DESCR b/comms/scmxx/DESCR
new file mode 100644
index 00000000000..393db6194a2
--- /dev/null
+++ b/comms/scmxx/DESCR
@@ -0,0 +1,4 @@
+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.
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile
new file mode 100644
index 00000000000..f489aa0a0c3
--- /dev/null
+++ b/comms/scmxx/Makefile
@@ -0,0 +1,42 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/01/13 20:17:33 kleink Exp $
+#
+
+DISTNAME= scmxx-0.5.8
+CATEGORIES= comms
+MASTER_SITES= http://www.hendrik-sattler.de/scmxx/download/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= kleink@netbsd.org
+HOMEPAGE= http://www.hendrik-sattler.de/scmxx/
+COMMENT= Data exchange utility for Siemens mobile phones
+
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/scmxx ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/docs/scmxx.1 ${PREFIX}/man/man1
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scmxx
+ ${INSTALL_DATA} ${WRKSRC}/docs/README \
+ ${PREFIX}/share/doc/scmxx
+ ${INSTALL_DATA} ${WRKSRC}/docs/gsmcharset.txt \
+ ${PREFIX}/share/doc/scmxx
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/scmxx
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/scmxx/bitmaps
+ ${INSTALL_DATA} ${WRKSRC}/examples/bitmaps/d1.bmp \
+ ${PREFIX}/share/examples/scmxx/bitmaps
+ ${INSTALL_DATA} ${WRKSRC}/examples/bitmaps/d2.bmp \
+ ${PREFIX}/share/examples/scmxx/bitmaps
+ ${INSTALL_DATA} ${WRKSRC}/examples/bitmaps/eplus.bmp \
+ ${PREFIX}/share/examples/scmxx/bitmaps
+ ${INSTALL_DATA} ${WRKSRC}/examples/bitmaps/viag.bmp \
+ ${PREFIX}/share/examples/scmxx/bitmaps
+ ${INSTALL_DATA} ${WRKSRC}/examples/midi \
+ ${PREFIX}/share/examples/scmxx
+ ${INSTALL_DATA} ${WRKSRC}/examples/phonebook \
+ ${PREFIX}/share/examples/scmxx
+ ${INSTALL_DATA} ${WRKSRC}/examples/sms \
+ ${PREFIX}/share/examples/scmxx
+ ${INSTALL_DATA} ${WRKSRC}/examples/vCalendar \
+ ${PREFIX}/share/examples/scmxx
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/comms/scmxx/PLIST b/comms/scmxx/PLIST
new file mode 100644
index 00000000000..205a559ec90
--- /dev/null
+++ b/comms/scmxx/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/13 20:17:33 kleink Exp $
+bin/scmxx
+man/man1/scmxx.1
+share/doc/scmxx/README
+share/doc/scmxx/gsmcharset.txt
+share/examples/scmxx/bitmaps/d1.bmp
+share/examples/scmxx/bitmaps/d2.bmp
+share/examples/scmxx/bitmaps/eplus.bmp
+share/examples/scmxx/bitmaps/viag.bmp
+share/examples/scmxx/midi
+share/examples/scmxx/phonebook
+share/examples/scmxx/sms
+share/examples/scmxx/vCalendar
+@dirrm share/doc/scmxx
+@dirrm share/examples/scmxx/bitmaps
+@dirrm share/examples/scmxx
diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo
new file mode 100644
index 00000000000..3bf588371a4
--- /dev/null
+++ b/comms/scmxx/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/01/13 20:17:33 kleink Exp $
+
+SHA1 (scmxx-0.5.8.tar.bz2) = ab874880b4ece30b5ea4b8a75e7f43797fd80d7e
+Size (scmxx-0.5.8.tar.bz2) = 55902 bytes
+SHA1 (patch-aa) = 6dcb7897f462ee8366d2c411b2326218f4decb1a
diff --git a/comms/scmxx/patches/patch-aa b/comms/scmxx/patches/patch-aa
new file mode 100644
index 00000000000..5e9259c6344
--- /dev/null
+++ b/comms/scmxx/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/01/13 20:17:33 kleink Exp $
+
+--- Makefile.orig Fri Jan 4 21:43:54 2002
++++ Makefile Sun Jan 13 15:29:18 2002
+@@ -1,4 +1,4 @@
+-SHELL=/bin/bash
++SHELL=/bin/sh
+
+ CC=gcc
+ INSTALL_DIR=$(DESTDIR)/usr/bin
+@@ -17,7 +17,7 @@
+ else
+ .PHONY: do-it-all
+ do-it-all: depend
+- @sleep 1s; make
++ @sleep 1s; $(MAKE)
+ endif
+
+ .PHONY: depend