Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2000 21:44:06 +0400 (MSD)
From:      Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17981: New port: net/libetherx
Message-ID:  <200004131744.VAA93464@sapa.ivcme.elektra.ru>

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

>Number:         17981
>Category:       ports
>Synopsis:       New port: net/libetherx
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 13 10:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>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?200004131744.VAA93464>