summaryrefslogtreecommitdiff
path: root/dns/firedns
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-30 17:11:21 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-30 17:11:21 +0000
commit3ac06aa0a0781f914d5f8e41f9e6c3b16ee98a57 (patch)
tree1a25cf2130a156cafa94f05cdf1da1b56ce2ef4b /dns/firedns
parentadd p5-Date-ICal 1.69 (diff)
add firedns 0.1.17
Library for handling asynchronous DNS requests PR: 37994 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
Notes
Notes: svn path=/head/; revision=60306
Diffstat (limited to 'dns/firedns')
-rw-r--r--dns/firedns/Makefile28
-rw-r--r--dns/firedns/distinfo1
-rw-r--r--dns/firedns/pkg-comment1
-rw-r--r--dns/firedns/pkg-descr16
-rw-r--r--dns/firedns/pkg-plist3
5 files changed, 49 insertions, 0 deletions
diff --git a/dns/firedns/Makefile b/dns/firedns/Makefile
new file mode 100644
index 000000000000..043e80106fcb
--- /dev/null
+++ b/dns/firedns/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: firedns
+# Date created: Sun 12 May 22:30:00 WST 2002
+# Whom: Dean Hollister <dean@odyssey.apana.org.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= firedns
+PORTVERSION= 0.1.17
+CATEGORIES= net
+MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \
+ http://www.wa.apana.org.au/~dean/sources/ \
+ ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
+
+MAINTAINER= dean@odyssey.apana.org.au
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+INSTALLS_SHLIB= yes
+
+MAN3= firedns_aton4.3 firedns_aton6.3 firedns_getip4.3 \
+ firedns_getip6.3 firedns_getmx.3 firedns_getname4.3 \
+ firedns_getname6.3 firedns_getresult.3 firedns_gettxt.3 \
+ firedns_ntoa4.3 firedns_ntoa6.3 firedns_resolveip4.3 \
+ firedns_resolveip6.3 firedns_resolvemx.3 \
+ firedns_resolvename4.3 firedns_resolvename6.3 \
+ firedns_resolvetxt.3 libfiredns.3
+
+.include <bsd.port.mk>
diff --git a/dns/firedns/distinfo b/dns/firedns/distinfo
new file mode 100644
index 000000000000..343d5963593e
--- /dev/null
+++ b/dns/firedns/distinfo
@@ -0,0 +1 @@
+MD5 (firedns-0.1.17.tar.gz) = 99584b358995d34dc95a814f9a634730
diff --git a/dns/firedns/pkg-comment b/dns/firedns/pkg-comment
new file mode 100644
index 000000000000..3ee42f86ba17
--- /dev/null
+++ b/dns/firedns/pkg-comment
@@ -0,0 +1 @@
+Library for handling asynchronous DNS requests
diff --git a/dns/firedns/pkg-descr b/dns/firedns/pkg-descr
new file mode 100644
index 000000000000..31f4d4231fe0
--- /dev/null
+++ b/dns/firedns/pkg-descr
@@ -0,0 +1,16 @@
+From libfiredns(3):
+
+libfiredns is a library for handling asynchronous DNS
+requests. It provides a very simple interface for sending
+requests and parsing reponses, as well as low-timeout
+blocking functions. It can also be compiled to override
+the BIND/LIBC functions with its alternative implementations.
+libfiredns functions have much lower timeouts than the stock
+functions and tend to be faster because they send requests
+to all configured system nameservers at the same time.
+
+WWW: http://ares.penguinhosting.net/~ian/
+
+- Dean
+
+dean@odyssey.apana.org.au
diff --git a/dns/firedns/pkg-plist b/dns/firedns/pkg-plist
new file mode 100644
index 000000000000..086570e1ee8a
--- /dev/null
+++ b/dns/firedns/pkg-plist
@@ -0,0 +1,3 @@
+include/firedns.h
+lib/libfiredns.so
+lib/libfiredns.a