diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-09 00:37:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-09 00:37:57 +0000 |
commit | 7368c19fe14d50c44d079c12d5bab5e98d3695d5 (patch) | |
tree | 550276124c8f6a6567af44d92af263cb1cb79230 /net/firedns | |
parent | 6e9b0f64df7cab61987201fae5c87ddcae213c28 (diff) | |
download | ports-7368c19fe14d50c44d079c12d5bab5e98d3695d5.tar.gz ports-7368c19fe14d50c44d079c12d5bab5e98d3695d5.zip |
Maintainer updates for misc/firestring and net/firedns (depending
on each other)
PR: ports/44771,ports/44773
Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
Notes
Notes:
svn path=/head/; revision=69766
Diffstat (limited to 'net/firedns')
-rw-r--r-- | net/firedns/Makefile | 10 | ||||
-rw-r--r-- | net/firedns/distinfo | 2 | ||||
-rw-r--r-- | net/firedns/files/patch-configure | 11 | ||||
-rw-r--r-- | net/firedns/pkg-comment | 2 | ||||
-rw-r--r-- | net/firedns/pkg-descr | 4 | ||||
-rw-r--r-- | net/firedns/pkg-plist | 3 |
6 files changed, 20 insertions, 12 deletions
diff --git a/net/firedns/Makefile b/net/firedns/Makefile index 4a8e9c5a4815..58ae91659f8c 100644 --- a/net/firedns/Makefile +++ b/net/firedns/Makefile @@ -6,8 +6,8 @@ # PORTNAME= firedns -PORTVERSION= 0.1.29 -CATEGORIES= net +PORTVERSION= 0.1.30 +CATEGORIES= net devel 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/ @@ -24,9 +24,9 @@ INSTALLS_SHLIB= yes MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.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_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 diff --git a/net/firedns/distinfo b/net/firedns/distinfo index a7731a8e550d..b453abf7ff97 100644 --- a/net/firedns/distinfo +++ b/net/firedns/distinfo @@ -1 +1 @@ -MD5 (firedns-0.1.29.tar.gz) = 66b755377a04af143e7ced0e5c4cfd0d +MD5 (firedns-0.1.30.tar.gz) = 0e18e14615036555183ee01b43fffd3c diff --git a/net/firedns/files/patch-configure b/net/firedns/files/patch-configure index 23357d52e6af..14470444fc3a 100644 --- a/net/firedns/files/patch-configure +++ b/net/firedns/files/patch-configure @@ -1,6 +1,11 @@ ---- configure.orig Sun Sep 1 05:15:24 2002 -+++ configure Tue Oct 15 16:39:59 2002 -@@ -538,29 +538,29 @@ +--- configure.orig Thu Oct 31 09:47:26 2002 ++++ configure Thu Oct 31 10:30:36 2002 +@@ -534,33 +534,33 @@ + + $ECHO -n " adding rule to install binaries..." + $ECHO "install-binaries: $BINARIES" >> Makefile +-$ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(BINDIR)" >> Makefile ++$ECHO " install -d -m 0755 -o \$(INSTALL_USER) \$(PREFIX)/bin" >> Makefile $ECHO "done" for BINARY in $BINARIES; do $ECHO -n " adding rule to install binary $BINARY..." diff --git a/net/firedns/pkg-comment b/net/firedns/pkg-comment index 3ee42f86ba17..33c130fb9958 100644 --- a/net/firedns/pkg-comment +++ b/net/firedns/pkg-comment @@ -1 +1 @@ -Library for handling asynchronous DNS requests +A C library for handling asynchronous DNS queries diff --git a/net/firedns/pkg-descr b/net/firedns/pkg-descr index 31f4d4231fe0..5e0d9ebe9c66 100644 --- a/net/firedns/pkg-descr +++ b/net/firedns/pkg-descr @@ -1,13 +1,13 @@ From libfiredns(3): -libfiredns is a library for handling asynchronous DNS +"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. +to all configured system nameservers at the same time." WWW: http://ares.penguinhosting.net/~ian/ diff --git a/net/firedns/pkg-plist b/net/firedns/pkg-plist index b5c12b1473d2..7aceb28be2c0 100644 --- a/net/firedns/pkg-plist +++ b/net/firedns/pkg-plist @@ -3,3 +3,6 @@ include/firedns.h lib/libfiredns.so lib/libfiredns.so.0 lib/libfiredns.a +bin/fdnsip +bin/fdnstxt +bin/fdnsname |