summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-08-10 22:29:22 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-08-10 22:29:22 +0000
commit2337495c1c00c916d320eec99ba7f6b4ef117e0b (patch)
treef6d11a65ee1ed1e380636937f7509cd67c7dc602 /net
parentUpgrade to 20030810. (diff)
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>
Notes
Notes: svn path=/head/; revision=86740
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-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
5 files changed, 81 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 785a858e62c8..e7cb6d15c59e 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -215,6 +215,7 @@
SUBDIR += hlmaster
SUBDIR += honeyd
SUBDIR += host
+ SUBDIR += howl
SUBDIR += http_ping
SUBDIR += hx
SUBDIR += icb
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