Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  5 Aug 2003 12:39:40 -0400 (EDT)
From:      Paul Dlug <paul@aps.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        paul@aps.org
Subject:    ports/55291: New Port: howl 0.6.1: zerconf/rendezvous implementation
Message-ID:  <20030805163940.9B0C41774FC@monitor.ridge.aps.org>
Resent-Message-ID: <200308051640.h75GeGEl036190@freefall.freebsd.org>

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

>Number:         55291
>Category:       ports
>Synopsis:       New Port: howl 0.6.1: zerconf/rendezvous implementation
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 05 09:40:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Paul Dlug
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD monitor.ridge.aps.org 4.8-STABLE FreeBSD 4.8-STABLE #1: Tue Apr 29 12:20:53 EDT 2003 root@monitor.ridge.aps.org:/usr/obj/usr/src/sys/MONITOR i386


	
>Description:
	Open source implementation of zerconf/rendezvous for linux/*BSD.
>How-To-Repeat:
	
>Fix:

	

--- howl.shar begins here ---
# 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:
#
#	howl
#	howl/pkg-plist
#	howl/pkg-descr
#	howl/distinfo
#	howl/Makefile
#
echo c - howl
mkdir -p howl > /dev/null 2>&1
echo x - howl/pkg-plist
sed 's/^X//' >howl/pkg-plist << 'END-of-howl/pkg-plist'
Xbin/browse
Xbin/mDNSResponder
Xbin/publish
Xinclude/howl-0.6.1/corby/buffer.h
Xinclude/howl-0.6.1/corby/channel.h
Xinclude/howl-0.6.1/corby/corby.h
Xinclude/howl-0.6.1/corby/dll.h
Xinclude/howl-0.6.1/corby/message.h
Xinclude/howl-0.6.1/corby/object.h
Xinclude/howl-0.6.1/corby/orb.h
Xinclude/howl-0.6.1/rendezvous/dll.h
Xinclude/howl-0.6.1/rendezvous/rendezvous.h
Xinclude/howl-0.6.1/salt/address.h
Xinclude/howl-0.6.1/salt/assert.h
Xinclude/howl-0.6.1/salt/dll.h
Xinclude/howl-0.6.1/salt/log.h
Xinclude/howl-0.6.1/salt/salt.h
Xinclude/howl-0.6.1/salt/socket.h
Xinclude/howl-0.6.1/salt/verrno.h
Xinclude/howl-0.6.1/salt/vstdlib.h
Xinclude/howl-0.6.1/salt/vstring.h
Xinclude/howl-0.6.1/salt/vtime.h
Xinclude/howl-0.6.1/salt/vtypes.h
Xlib/libcorby.a
Xlib/libcorby.la
Xlib/libcorby.so
Xlib/libcorby.so.0
Xlib/librendezvous.a
Xlib/librendezvous.la
Xlib/librendezvous.so
Xlib/librendezvous.so.0
Xlib/libsalt.a
Xlib/libsalt.la
Xlib/libsalt.so
Xlib/libsalt.so.0
Xshare/howl/help/address-summary.html
Xshare/howl/help/address.html
Xshare/howl/help/index.html
Xshare/howl/help/overall.html
Xshare/howl/help/rendezvous-summary.html
Xshare/howl/help/rendezvous.html
Xshare/howl/help/salt-summary.html
Xshare/howl/help/salt.html
X@dirrm share/howl/help
X@dirrm share/howl
X@dirrm include/howl-0.6.1/corby
X@dirrm include/howl-0.6.1/rendezvous
X@dirrm include/howl-0.6.1/salt
X@dirrm include/howl-0.6.1
END-of-howl/pkg-plist
echo x - howl/pkg-descr
sed 's/^X//' >howl/pkg-descr << 'END-of-howl/pkg-descr'
XHowl is an open source implementation of Zeroconf/Rendezvous
X
XWWW: http://www.swampwolf.com/products/
END-of-howl/pkg-descr
echo x - howl/distinfo
sed 's/^X//' >howl/distinfo << 'END-of-howl/distinfo'
XMD5 (howl-0.6.1.tar.gz) = db593676a7d29ae907fb781b953a4ff8
END-of-howl/distinfo
echo x - howl/Makefile
sed 's/^X//' >howl/Makefile << 'END-of-howl/Makefile'
X# ex:ts=8
X# Ports collection makefile for:  howl
X# Date created:			  05 August 2003
X# Whom:				  paul@aps.org
X#
X# $FreeBSD$
X#
X
XPORTNAME=	howl
XPORTVERSION=	0.6.1
XPORTREVISION=	1
XCATEGORIES=	net
XMASTER_SITES=	ftp://ftp.swampwolf.com/pub/
X
XMAINTAINER=	paul@aps.org
XCOMMENT=	Zeroconf/Rendezvous implementation
X
XGNU_CONFIGURE=	yes
XALL_TARGET=
X#MAN5=		sniffit.5
X#MAN8=		sniffit.8
X
X#do-install:
X#	${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${PREFIX}/sbin
X#	${INSTALL_MAN} ${WRKSRC}/sniffit.5 ${PREFIX}/man/man5
X#	${INSTALL_MAN} ${WRKSRC}/sniffit.8 ${PREFIX}/man/man8
X#.if !defined(NOPORTDOCS)
X#	${MKDIR} ${PREFIX}/share/doc/sniffit
X#	${INSTALL_MAN} ${WRKSRC}/README.FIRST ${PREFIX}/share/doc/sniffit
X#.endif
X
X.include <bsd.port.mk>
END-of-howl/Makefile
exit
--- howl.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030805163940.9B0C41774FC>