From lukin@sapa.ivcme.elektra.ru  Thu Apr 13 10:45:28 2000
Return-Path: <lukin@sapa.ivcme.elektra.ru>
Received: from sapa.ivcme.elektra.ru (IVCME-NC-LL.Elektra.RU [193.125.127.58])
	by hub.freebsd.org (Postfix) with ESMTP id A356437B6A2
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 13 Apr 2000 10:44:23 -0700 (PDT)
	(envelope-from lukin@sapa.ivcme.elektra.ru)
Received: (from lukin@localhost)
	by sapa.ivcme.elektra.ru (8.9.3/8.8.8) id VAA93464;
	Thu, 13 Apr 2000 21:44:06 +0400 (MSD)
	(envelope-from lukin)
Message-Id: <200004131744.VAA93464@sapa.ivcme.elektra.ru>
Date: Thu, 13 Apr 2000 21:44:06 +0400 (MSD)
From: Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
Reply-To: lukin@sapa.ivcme.elektra.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: net/libetherx
X-Send-Pr-Version: 3.2

>Number:         17981
>Category:       ports
>Synopsis:       new port: net/libetherx
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 13 10:50:01 PDT 2000
>Closed-Date:    Sun Apr 30 20:21:18 PDT 2000
>Last-Modified:  Sun Apr 30 20:22:41 PDT 2000
>Originator:     Kostya Lukin
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
IVC Mosenergo
>Environment:

Requires net/libjabber (which have been submitted).

>Description:

Library that routes XML streams among agents.

>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:
#
#	libetherx
#	libetherx/Makefile
#	libetherx/pkg
#	libetherx/pkg/COMMENT
#	libetherx/pkg/PLIST
#	libetherx/pkg/DESCR
#	libetherx/files
#	libetherx/files/md5
#	libetherx/patches
#	libetherx/patches/patch-aa
#
echo c - libetherx
mkdir -p libetherx > /dev/null 2>&1
echo x - libetherx/Makefile
sed 's/^X//' >libetherx/Makefile << 'END-of-libetherx/Makefile'
X# New ports collection makefile for:	libetherx
X# Version required:		0.9
X# Date created:			Mon Apr 4, 2000
X# Whom:				Kostya Lukin <lukin@okbmei.msk.su>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	libetherx-0.9
XCATEGORIES=     net
XMASTER_SITES=	http://download.jabber.org/dists/0.9/final/
X
XMAINTAINER=	lukin@okbmei.msk.su
X
XLIB_DEPENDS=	jabber.0:${PORTSDIR}/net/libjabber:install \
X		pth.13:${PORTSDIR}/devel/pth:install \
X		adns.0:${PORTSDIR}/net/adns:install
X
XGNU_CONFIGURE=	yes
X
XMAN1=		etherx-config.1
X
X.include <bsd.port.mk>
END-of-libetherx/Makefile
echo c - libetherx/pkg
mkdir -p libetherx/pkg > /dev/null 2>&1
echo x - libetherx/pkg/COMMENT
sed 's/^X//' >libetherx/pkg/COMMENT << 'END-of-libetherx/pkg/COMMENT'
XLibrary that routes XML streams among agents
END-of-libetherx/pkg/COMMENT
echo x - libetherx/pkg/PLIST
sed 's/^X//' >libetherx/pkg/PLIST << 'END-of-libetherx/pkg/PLIST'
Xbin/etherx-config
Xinclude/etherx.h
Xlib/libetherx.a
Xlib/libetherx.la
Xlib/libetherx.so
Xlib/libetherx.so.0
X@exec /sbin/ldconfig -m %D/lib
X@unexec /sbin/ldconfig -R
END-of-libetherx/pkg/PLIST
echo x - libetherx/pkg/DESCR
sed 's/^X//' >libetherx/pkg/DESCR << 'END-of-libetherx/pkg/DESCR'
XOriginally, the etherx daemon routed XML streams among agents.
XNow the etherx daemon has morphed into a library that allows any agent
Xto become the daemon if the daemon is not found.
X
XYou can learn more about Etherx at
XWWW: http://etherx.jabber.org/
END-of-libetherx/pkg/DESCR
echo c - libetherx/files
mkdir -p libetherx/files > /dev/null 2>&1
echo x - libetherx/files/md5
sed 's/^X//' >libetherx/files/md5 << 'END-of-libetherx/files/md5'
XMD5 (libetherx-0.9.tar.gz) = 6cb1b78587d74b53b684dde2b3a3b6af
END-of-libetherx/files/md5
echo c - libetherx/patches
mkdir -p libetherx/patches > /dev/null 2>&1
echo x - libetherx/patches/patch-aa
sed 's/^X//' >libetherx/patches/patch-aa << 'END-of-libetherx/patches/patch-aa'
X--- configure.orig	Tue Mar 28 13:59:55 2000
X+++ configure	Mon Apr 10 20:02:14 2000
X@@ -2264,7 +2264,7 @@
X   echo $ac_n "(cached) $ac_c" 1>&6
X else
X   ac_save_LIBS="$LIBS"
X-LIBS="-ladns  $LIBS"
X+LIBS="-ladns "-L$prefix/lib" $LIBS"
X cat > conftest.$ac_ext <<EOF
X #line 2270 "configure"
X #include "confdefs.h"
END-of-libetherx/patches/patch-aa
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Apr 30 20:21:18 PDT 2000 
State-Changed-Why:  
New port committed, thanks! 
>Unformatted:
