aboutsummaryrefslogtreecommitdiffstats
path: root/net/howl
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-08-11 06:29:22 +0800
committermaho <maho@FreeBSD.org>2003-08-11 06:29:22 +0800
commit321958c442cb7005cd7baf992f952d0272998142 (patch)
treec31e68e1ee3b43cebe44b0e79974cc594c46494a /net/howl
parent84a835e3371f6d18cf8b439eecb8ccca03871dc0 (diff)
downloadfreebsd-ports-gnome-321958c442cb7005cd7baf992f952d0272998142.tar.gz
freebsd-ports-gnome-321958c442cb7005cd7baf992f952d0272998142.tar.zst
freebsd-ports-gnome-321958c442cb7005cd7baf992f952d0272998142.zip
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>
Diffstat (limited to 'net/howl')
-rw-r--r--net/howl/Makefile20
-rw-r--r--net/howl/distinfo1
-rw-r--r--net/howl/pkg-descr10
-rw-r--r--net/howl/pkg-plist49
4 files changed, 80 insertions, 0 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile
new file mode 100644
index 000000000000..f4627e29147a
--- /dev/null
+++ b/net/howl/Makefile
@@ -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>
diff --git a/net/howl/distinfo b/net/howl/distinfo
new file mode 100644
index 000000000000..88e07dd4ac15
--- /dev/null
+++ b/net/howl/distinfo
@@ -0,0 +1 @@
+MD5 (howl-0.6.1.tar.gz) = db593676a7d29ae907fb781b953a4ff8
diff --git a/net/howl/pkg-descr b/net/howl/pkg-descr
new file mode 100644
index 000000000000..e0157007e19b
--- /dev/null
+++ b/net/howl/pkg-descr
@@ -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>
diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist
new file mode 100644
index 000000000000..510bf7e2e557
--- /dev/null
+++ b/net/howl/pkg-plist
@@ -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