Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2002 23:44:59 +0100 (BST)
From:      Janos Mohacsi <janos.mohacsi@dante.org.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38714: New Port: scmxx 0.6.1.2 (Data Exchange utility for Siemens GSM phones)
Message-ID:  <200205292244.g4TMixY61314@budapest.dante.org.uk>

next in thread | raw e-mail | index | archive | help

>Number:         38714
>Category:       ports
>Synopsis:       New Port: scmxx 0.6.1.2 (Data Exchange utility for Siemens GSM phones)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 29 15:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
DANTE
>Environment:
System: FreeBSD budapest.dante.org.uk 4.5-STABLE FreeBSD 4.5-STABLE #1: Mon Apr 29 22:48:02 BST 2002 janos@budapest.dante.org.uk:/usr/src/sys/compile/BUDAPEST i386

>Description:

	New data exchange utility for Siemens GSM mobile phones. 
Please close also the pr=ports/36932 (it was scmxx version 0.6 port by me),
if you commit this port in the port collection. 

>How-To-Repeat:
	apply this shar
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	scmxx
#	scmxx/pkg-plist
#	scmxx/pkg-descr
#	scmxx/pkg-comment
#	scmxx/distinfo
#	scmxx/Makefile
#	scmxx/files
#	scmxx/files/patch-Makefile.in
#
echo c - scmxx
mkdir -p scmxx > /dev/null 2>&1
echo x - scmxx/pkg-plist
sed 's/^X//' >scmxx/pkg-plist << 'END-of-scmxx/pkg-plist'
Xbin/scmxx
Xshare/doc/scmxx/README
Xshare/doc/scmxx/greekchars.txt
Xshare/doc/scmxx/gsmcharset.txt
Xshare/doc/scmxx/specialchars.txt
Xshare/doc/scmxx/doc_sources.txt
Xshare/examples/scmxx/phonebook
Xshare/examples/scmxx/sms
Xshare/examples/scmxx/vCalendar
X@dirrm share/doc/scmxx
X@dirrm share/examples/scmxx
END-of-scmxx/pkg-plist
echo x - scmxx/pkg-descr
sed 's/^X//' >scmxx/pkg-descr << 'END-of-scmxx/pkg-descr'
XSCMxx is a data exchange utility for certain Siemens mobile phone models.
XData types handled include logo bitmaps, MIDI files, vCalendars,
Xaddress books, phonebook entries and SMS. Support for phones includes the
XS25, C35i, S35i, M35i, C45, S45, ME45 and SL45 models.
X
XWWW: http://www.hendrik-sattler.de/scmxx/
END-of-scmxx/pkg-descr
echo x - scmxx/pkg-comment
sed 's/^X//' >scmxx/pkg-comment << 'END-of-scmxx/pkg-comment'
XData exchange utility for Siemens mobile phones
END-of-scmxx/pkg-comment
echo x - scmxx/distinfo
sed 's/^X//' >scmxx/distinfo << 'END-of-scmxx/distinfo'
XMD5 (scmxx-0.6.1.2.tar.bz2) = e8205751e4dc4cb1e6a4ab35af1e9b4a
END-of-scmxx/distinfo
echo x - scmxx/Makefile
sed 's/^X//' >scmxx/Makefile << 'END-of-scmxx/Makefile'
X# New ports collection makefile for:    scmxx
X# Date created:         21.03.2002
X# Whom:                 Janos.Mohacsi@bsd.hu
X#
X# $FreeBSD$
X#
X
XPORTNAME=	scmxx
XPORTVERSION=    0.6.1.2
XCATEGORIES=	comms
XMASTER_SITES=   http://www.hendrik-sattler.de/scmxx/download/ \
X		http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/
X
XMAINTAINER=	janos.mohacsi@bsd.hu
X
XLIB_DEPENDS=    gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=  CCADD=-I${LOCALBASE}/include \
X		LDFLAGS=-L${LOCALBASE}/lib
X
XMAN1=		scmxx.1
X
Xpost-install:
X	@if [ ! -d ${PREFIX}/share/doc/scmxx ]; then \
X		${MKDIR} ${PREFIX}/share/doc/scmxx; fi
X	${INSTALL_DATA} ${WRKSRC}/README                                \
X		${PREFIX}/share/doc/scmxx
X	${INSTALL_DATA} ${WRKSRC}/docs/greekchars.txt                        \
X		${PREFIX}/share/doc/scmxx
X	${INSTALL_DATA} ${WRKSRC}/docs/gsmcharset.txt                        \
X		${PREFIX}/share/doc/scmxx
X	${INSTALL_DATA} ${WRKSRC}/docs/specialchars.txt                        \
X		${PREFIX}/share/doc/scmxx
X	${INSTALL_DATA} ${WRKSRC}/docs/doc_sources.txt                        \
X		${PREFIX}/share/doc/scmxx
X	@if [ ! -d ${PREFIX}/share/examples/scmxx ]; then \
X		${MKDIR} ${PREFIX}/share/examples/scmxx; fi
X	${INSTALL_DATA} ${WRKSRC}/examples/phonebook                        \
X		${PREFIX}/share/examples/scmxx
X	${INSTALL_DATA} ${WRKSRC}/examples/sms                                \
X		${PREFIX}/share/examples/scmxx
X	${INSTALL_DATA} ${WRKSRC}/examples/vCalendar                        \
X		${PREFIX}/share/examples/scmxx
X
X.include <bsd.port.mk>
END-of-scmxx/Makefile
echo c - scmxx/files
mkdir -p scmxx/files > /dev/null 2>&1
echo x - scmxx/files/patch-Makefile.in
sed 's/^X//' >scmxx/files/patch-Makefile.in << 'END-of-scmxx/files/patch-Makefile.in'
X*** Makefile.in.orig	Sun May 26 16:04:19 2002
X--- Makefile.in	Wed May 29 15:14:31 2002
X***************
X*** 5,12 ****
X  bindir=@bindir@
X  mandir=@mandir@
X  
X! COMPILER=@CC@
X! CFLAGS= @CCADD@
X  LDFLAGS=@LDADD@
X  INSTALL=@INSTALL@
X  VERSION=`cat VERSION`
X--- 5,12 ----
X  bindir=@bindir@
X  mandir=@mandir@
X  
X! COMPILER=@CC@ 
X! CFLAGS= @CCADD@ -I${LOCALBASE}/include
X  LDFLAGS=@LDADD@
X  INSTALL=@INSTALL@
X  VERSION=`cat VERSION`
END-of-scmxx/files/patch-Makefile.in
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205292244.g4TMixY61314>