diff options
-rw-r--r-- | dns/firedns/Makefile | 28 | ||||
-rw-r--r-- | dns/firedns/distinfo | 1 | ||||
-rw-r--r-- | dns/firedns/pkg-comment | 1 | ||||
-rw-r--r-- | dns/firedns/pkg-descr | 16 | ||||
-rw-r--r-- | dns/firedns/pkg-plist | 3 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/firedns/Makefile | 28 | ||||
-rw-r--r-- | net/firedns/distinfo | 1 | ||||
-rw-r--r-- | net/firedns/pkg-comment | 1 | ||||
-rw-r--r-- | net/firedns/pkg-descr | 16 | ||||
-rw-r--r-- | net/firedns/pkg-plist | 3 |
11 files changed, 99 insertions, 0 deletions
diff --git a/dns/firedns/Makefile b/dns/firedns/Makefile new file mode 100644 index 0000000..043e801 --- /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 0000000..343d596 --- /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 0000000..3ee42f8 --- /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 0000000..31f4d42 --- /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 0000000..086570e --- /dev/null +++ b/dns/firedns/pkg-plist @@ -0,0 +1,3 @@ +include/firedns.h +lib/libfiredns.so +lib/libfiredns.a diff --git a/net/Makefile b/net/Makefile index d537f4c..3c97de6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -109,6 +109,7 @@ SUBDIR += eudc-emacs20 SUBDIR += everybuddy SUBDIR += fidelio + SUBDIR += firedns SUBDIR += firetalk SUBDIR += flow-tools SUBDIR += flowscan diff --git a/net/firedns/Makefile b/net/firedns/Makefile new file mode 100644 index 0000000..043e801 --- /dev/null +++ b/net/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/net/firedns/distinfo b/net/firedns/distinfo new file mode 100644 index 0000000..343d596 --- /dev/null +++ b/net/firedns/distinfo @@ -0,0 +1 @@ +MD5 (firedns-0.1.17.tar.gz) = 99584b358995d34dc95a814f9a634730 diff --git a/net/firedns/pkg-comment b/net/firedns/pkg-comment new file mode 100644 index 0000000..3ee42f8 --- /dev/null +++ b/net/firedns/pkg-comment @@ -0,0 +1 @@ +Library for handling asynchronous DNS requests diff --git a/net/firedns/pkg-descr b/net/firedns/pkg-descr new file mode 100644 index 0000000..31f4d42 --- /dev/null +++ b/net/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/net/firedns/pkg-plist b/net/firedns/pkg-plist new file mode 100644 index 0000000..086570e --- /dev/null +++ b/net/firedns/pkg-plist @@ -0,0 +1,3 @@ +include/firedns.h +lib/libfiredns.so +lib/libfiredns.a |