Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2002 20:20:22 +0100 (BST)
From:      Janos Mohacsi <janos.mohacsi@dante.org.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36932: New Port: scmxx 0.6.0 (Data Exchange utility for Siemens GSM phones)
Message-ID:  <200204091920.g39JKMq06757@budapest.dante.org.uk>

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

>Number:         36932
>Category:       ports
>Synopsis:       New Port: scmxx 0.6.0 (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:   Tue Apr 09 12:30:06 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 #5: Fri Mar 22 22:10:31 GMT 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/36180 (it was scmxx version 0.5.15 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/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.0.tar.bz2) = dda58329d4d593a925f0988f4525252b
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@dante.org.uk
X#
X# $FreeBSD$
X#
X
XPORTNAME=	scmxx
XPORTVERSION=    0.6.0
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}/docs/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	@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	Tue Mar 12 18:10:22 2002
X--- Makefile.in	Thu Mar 21 22:39:03 2002
X***************
X*** 5,12 ****
X  bindir=@bindir@
X  mandir=@mandir@
X  
X! CC=@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! CC=@CC@ -I${LOCALBASE}/include
X! CFLAGS= @CCADD@ 
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?200204091920.g39JKMq06757>