Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 17:40:33 +0100 (BST)
From:      Janos Mohacsi <janos.mohacsi@dante.org.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        will@FreeBSD.org
Subject:   ports/39707: New Port: scmxx 0.6.1.3 (Data Exchange utility for Siemens GSM phones)
Message-ID:  <200206231640.g5NGeXAb063509@budapest.dante.org.uk>

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

>Number:         39707
>Category:       ports
>Synopsis:       New Port: scmxx 0.6.1.3 (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:   Sun Jun 23 09:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 4.6-RC i386
>Organization:
DANTE
>Environment:
System: FreeBSD budapest.dante.org.uk 4.6-RC FreeBSD 4.6-RC #2: Mon Jun 3 09:47:22 BST 2002 janos@budapest.dante.org.uk:/usr/src/sys/compile/BUDAPEST i386

>Description:

New data exchange utility for Siemens GSM mobile phones. (version 0.6.1.3)
Please close also the pr=ports/36932 (scmxx version 0.6) and pr=ports/38714
(scmxx version 0.6.1.2).

This port properly handling now the NOPORTDOCS flag (the earlier versions not).
The missing distribution place has removed.


>How-To-Repeat:
	Check 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
X%%PORTDOCS%%share/doc/scmxx/README
X%%PORTDOCS%%share/doc/scmxx/greekchars.txt
X%%PORTDOCS%%share/doc/scmxx/gsmcharset.txt
X%%PORTDOCS%%share/doc/scmxx/specialchars.txt
X%%PORTDOCS%%share/doc/scmxx/doc_sources.txt
X%%PORTDOCS%%share/examples/scmxx/phonebook
X%%PORTDOCS%%share/examples/scmxx/sms
X%%PORTDOCS%%share/examples/scmxx/vCalendar
X%%PORTDOCS%%@dirrm share/doc/scmxx
X%%PORTDOCS%%@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.3.tar.bz2) = 6c8cc1106e68bc2eb389d309494a4f70
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.3
XCATEGORIES=	comms
XMASTER_SITES=	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.ifndef(NOPORTDOCS)
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.endif
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?200206231640.g5NGeXAb063509>