Import scmxx-0.6.3.8.

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.

Based on port from NetBSD.

Help and ok from naddy@, 10x!
This commit is contained in:
grange 2003-08-21 19:11:37 +00:00
parent 03744bca3e
commit a2b8da229b
5 changed files with 84 additions and 0 deletions

51
comms/scmxx/Makefile Normal file
View File

@ -0,0 +1,51 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/08/21 19:11:37 grange Exp $
# $NetBSD: Makefile,v 1.18 2002/10/22 15:33:10 kleink Exp $
COMMENT= data exchange utility for Siemens mobile phones
DISTNAME= scmxx-0.6.3.8
CATEGORIES= comms
HOMEPAGE= http://www.hendrik-sattler.de/scmxx/
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES=http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/
MODULES= iconv
MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DNO_NL_LANGINFO" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scmxx
${INSTALL_DATA} ${WRKSRC}/docs/doc_sources.txt \
${PREFIX}/share/doc/scmxx
${INSTALL_DATA} ${WRKSRC}/docs/gsm0338.txt \
${PREFIX}/share/doc/scmxx
${INSTALL_DATA} ${WRKSRC}/docs/gsmcharset.txt \
${PREFIX}/share/doc/scmxx
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/scmxx
${INSTALL_DATA} ${WRKSRC}/examples/phonebook \
${PREFIX}/share/examples/scmxx
${INSTALL_DATA} ${WRKSRC}/examples/sms.txt \
${PREFIX}/share/examples/scmxx
${INSTALL_DATA} ${WRKSRC}/examples/vCalendar.vcs \
${PREFIX}/share/examples/scmxx
${INSTALL_DATA} ${WRKSRC}/examples/vCard.vcf \
${PREFIX}/share/examples/scmxx
.include <bsd.port.mk>

3
comms/scmxx/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (scmxx-0.6.3.8.tar.gz) = 92ad7bde9fdbaa48810e924c0edb1065
RMD160 (scmxx-0.6.3.8.tar.gz) = a9a3a2ab14f0414cff82d050e42db95d4709e24b
SHA1 (scmxx-0.6.3.8.tar.gz) = 8752029e7b2f03698fcf0343efd9c0d33f5bca73

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2003/08/21 19:11:37 grange Exp $
--- Makefile.in.orig 2003-08-18 18:46:50.000000000 +0400
+++ Makefile.in 2003-08-18 18:47:04.000000000 +0400
@@ -14,8 +14,8 @@ install: all
@$(MAKE) -C src install
$(INSTALL) -d $(DESTDIR)$(mandir)/man1
$(INSTALL) docs/scmxx.1 $(DESTDIR)$(mandir)/man1/scmxx.1
- $(INSTALL) -d $(DESTDIR)$(mandir)/ru/man1
- $(INSTALL) docs/scmxx.1.ru $(DESTDIR)$(mandir)/ru/man1/scmxx.1
+# $(INSTALL) -d $(DESTDIR)$(mandir)/ru/man1
+# $(INSTALL) docs/scmxx.1.ru $(DESTDIR)$(mandir)/ru/man1/scmxx.1
.PHONY:clean
clean:

4
comms/scmxx/pkg/DESCR Normal file
View File

@ -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.

12
comms/scmxx/pkg/PLIST Normal file
View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/08/21 19:11:37 grange Exp $
bin/scmxx
man/man1/scmxx.1
share/doc/scmxx/doc_sources.txt
share/doc/scmxx/gsm0338.txt
share/doc/scmxx/gsmcharset.txt
share/examples/scmxx/phonebook
share/examples/scmxx/sms.txt
share/examples/scmxx/vCalendar.vcs
share/examples/scmxx/vCard.vcf
@dirrm share/examples/scmxx
@dirrm share/doc/scmxx