1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add new port:

Howl is a cross-platform implementation of the Zeroconf networking
standard. Zeroconf brings a new ease of use to IP networking.

PR:		54717
Submitted by:	David Magda <dmagda@magda.ca>
This commit is contained in:
Maho Nakata 2003-08-10 22:29:22 +00:00
parent 3edcb47612
commit 2337495c1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86740
5 changed files with 81 additions and 0 deletions

View File

@ -215,6 +215,7 @@
SUBDIR += hlmaster
SUBDIR += honeyd
SUBDIR += host
SUBDIR += howl
SUBDIR += http_ping
SUBDIR += hx
SUBDIR += icb

20
net/howl/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: howl
# Date created: 21 July 2003
# Whom: David Magda <dmagda+howl@ee.ryerson.ca>
# $FreeBSD$
#
PORTNAME= howl
PORTVERSION= 0.6.1
CATEGORIES?= net devel
MASTER_SITES= ftp://ftp.swampwolf.com/pub/
MAINTAINER= ports@freebsd.org
COMMENT= Howl is an implementation of the Zeroconf networking standard
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

1
net/howl/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (howl-0.6.1.tar.gz) = db593676a7d29ae907fb781b953a4ff8

10
net/howl/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
Howl is a cross-platform implementation of the Zeroconf networking
standard. Zeroconf brings a new ease of use to IP networking.
Howl allows software developers to easily embed
Zeroconf/Rendezvous(tm)-like functionality in their applications, making
cumbersome and error-prone network configuration tasks seem so five
minutes ago.
WWW: http://howl.sourceforge.net/
AUTHOR: <howl@swampwolf.com>

49
net/howl/pkg-plist Normal file
View File

@ -0,0 +1,49 @@
bin/browse
bin/mDNSResponder
bin/publish
include/howl-0.6.1/corby/buffer.h
include/howl-0.6.1/corby/channel.h
include/howl-0.6.1/corby/corby.h
include/howl-0.6.1/corby/dll.h
include/howl-0.6.1/corby/message.h
include/howl-0.6.1/corby/object.h
include/howl-0.6.1/corby/orb.h
include/howl-0.6.1/rendezvous/dll.h
include/howl-0.6.1/rendezvous/rendezvous.h
include/howl-0.6.1/salt/address.h
include/howl-0.6.1/salt/assert.h
include/howl-0.6.1/salt/dll.h
include/howl-0.6.1/salt/log.h
include/howl-0.6.1/salt/salt.h
include/howl-0.6.1/salt/socket.h
include/howl-0.6.1/salt/verrno.h
include/howl-0.6.1/salt/vstdlib.h
include/howl-0.6.1/salt/vstring.h
include/howl-0.6.1/salt/vtime.h
include/howl-0.6.1/salt/vtypes.h
lib/libcorby.a
lib/libcorby.la
lib/libcorby.so
lib/libcorby.so.0
lib/librendezvous.a
lib/librendezvous.la
lib/librendezvous.so
lib/librendezvous.so.0
lib/libsalt.a
lib/libsalt.la
lib/libsalt.so
lib/libsalt.so.0
share/howl/help/address-summary.html
share/howl/help/address.html
share/howl/help/index.html
share/howl/help/overall.html
share/howl/help/rendezvous-summary.html
share/howl/help/rendezvous.html
share/howl/help/salt-summary.html
share/howl/help/salt.html
@dirrm share/howl/help
@dirrm share/howl
@dirrm include/howl-0.6.1/salt
@dirrm include/howl-0.6.1/rendezvous
@dirrm include/howl-0.6.1/corby
@dirrm include/howl-0.6.1