Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2002 18:05:01 +0200 (CEST)
From:      Martijn Lina <martijn@pacno.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38516: ICQv7 transport for the Jabber Server
Message-ID:  <20020524160501.53A3A8EB@drain.sewers-2.demon.nl>

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

>Number:         38516
>Category:       ports
>Synopsis:       ICQv7 transport for the Jabber Server
>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:   Fri May 24 09:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Martijn Lina
>Release:        FreeBSD 4.5-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD drain.hofnet 4.5-RELEASE-p3 FreeBSD 4.5-RELEASE-p3 #0: Sun May 5 22:42:00 CEST 2002 root@drain.hofnet:/pub/FreeBSD/obj/usr/src/sys/GENERIC i386


>Description:
	The Jabber server (jabberd) is a daemon for Jabber clients to connect
	and communicate with.  The ICQv7-Transport allows clients to chat with
	ICQ users.

>How-To-Repeat:
	
>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:
#
#	./
#	./distinfo
#	./Makefile
#	./pkg-descr
#	./pkg-comment
#	./pkg-message
#	./pkg-plist
#
echo c - ./
mkdir -p ./ > /dev/null 2>&1
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (jabber/icqv7-t-0.3.0pre2.tar.gz) = 243afa234a6dcea2f3ed1d5a740fab7f
END-of-./distinfo
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# Date created:			24 May 2002
X# Whom:				Martijn Lina <martijn@pacno.net>
X#
X# $FreeBSD: ports/net/jabber-aim/Makefile,v 1.1 2002/04/19 04:22:50 ijliao Exp $
X
XPORTNAME=	icqv7-transport
XPORTVERSION=	0.3.0pre2
XCATEGORIES=	net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	icqv7-t
XPKGNAMEPREFIX=	jabber-
XDISTNAME=	icqv7-t-${PORTVERSION}
XDIST_SUBDIR=	jabber
X
XMAINTAINER=	ports@freebsd.org
X
XBUILD_DEPENDS=	${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber
X
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
X
XCONFIGURE_ARGS+=	--with-jabberd=${PREFIX}/include/jabber \
X	--with-libiconv-prefix=${PREFIX}
X
XLIB_DEPENDS=	icq2000.4:${PORTSDIR}/net/libicq2000 \
X		sigc.1:${PORTSDIR}/devel/libsigc++
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} -p ${PREFIX}/share/doc/jabber-icqv7
X	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jabber-icqv7/
X.endif
X	${INSTALL_DATA} ${WRKSRC}/jabberd/icqv7t.so ${PREFIX}/lib/jabber/
X	@cat pkg-message
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XThe Jabber server (jabberd) is a daemon for Jabber clients to connect
Xand communicate with.  The ICQv7-Transport allows clients to chat with
XICQ users.
X
XYou can learn more about Jabber at:
XWWW: http://server.jabber.org/
END-of-./pkg-descr
echo x - ./pkg-comment
sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment'
XJabber ICQv7-Transport module
END-of-./pkg-comment
echo x - ./pkg-message
sed 's/^X//' >./pkg-message << 'END-of-./pkg-message'
X
XRead the ${PREFIX}/share/doc/icqv7/README for configuration issues
X
END-of-./pkg-message
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/icqv7ext
Xlib/jabber/icqv7t.so
Xshare/doc/jabber-icqv7/README
X@dirrm share/doc/jabber-icqv7
END-of-./pkg-plist
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?20020524160501.53A3A8EB>