diff options
Diffstat (limited to 'dns/adns')
-rw-r--r-- | dns/adns/Makefile | 28 | ||||
-rw-r--r-- | dns/adns/distinfo | 1 | ||||
-rw-r--r-- | dns/adns/files/patch-aa | 11 | ||||
-rw-r--r-- | dns/adns/files/patch-ab | 30 | ||||
-rw-r--r-- | dns/adns/files/patch-ac | 13 | ||||
-rw-r--r-- | dns/adns/pkg-comment | 1 | ||||
-rw-r--r-- | dns/adns/pkg-descr | 15 | ||||
-rw-r--r-- | dns/adns/pkg-plist | 6 |
8 files changed, 0 insertions, 105 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile deleted file mode 100644 index 222adf9e2c17..000000000000 --- a/dns/adns/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: adns -# Date created: Mon Mar 3, 2000 -# Whom: Kostya Lukin <lukin@okbmei.msk.su> -# -# $FreeBSD$ -# - -PORTNAME= adns -PORTVERSION= 1.0 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_GNU} \ - ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ -MASTER_SITE_SUBDIR= adns - -MAINTAINER= lukin@okbmei.msk.su - -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -USE_GMAKE= yes - -LIBVERSION= 1 -PLIST_SUB+= LIBVERSION="${LIBVERSION}" - -post-install: - @${LN} -sf libadns.so.${LIBVERSION} ${PREFIX}/lib/libadns.so - strip ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost - -.include <bsd.port.mk> diff --git a/dns/adns/distinfo b/dns/adns/distinfo deleted file mode 100644 index 492300801971..000000000000 --- a/dns/adns/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (adns-1.0.tar.gz) = af4411ee10875b96c0d61f903018f438 diff --git a/dns/adns/files/patch-aa b/dns/adns/files/patch-aa deleted file mode 100644 index 5dbb8a59cec4..000000000000 --- a/dns/adns/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Nov 24 19:57:32 1999 -+++ configure Mon Mar 20 18:35:47 2000 -@@ -1457,7 +1457,7 @@ - - SHLIBFORLINK='libadns.so' - SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)' --SHLIBFILE='$(SHLIBSONAME).$(MINOR)' -+SHLIBFILE='$(SHLIBSONAME)' - - SHLIBCC='$(CC) $(CFLAGS) -fpic' - MKSHLIB_1='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) -o' diff --git a/dns/adns/files/patch-ab b/dns/adns/files/patch-ab deleted file mode 100644 index fbda698f88cc..000000000000 --- a/dns/adns/files/patch-ab +++ /dev/null @@ -1,30 +0,0 @@ ---- dynamic/Makefile.in.orig Fri Oct 15 21:57:50 1999 -+++ dynamic/Makefile.in Mon Mar 20 18:41:21 2000 -@@ -24,7 +24,7 @@ - srcdir= @srcdir@ - VPATH= @srcdir@ - --TARGETS= $(SHLIBFILE) $(SHLIBSONAME) $(SHLIBFORLINK) -+TARGETS= $(SHLIBFILE) $(SHLIBFORLINK) - include $(srcdir)/../settings.make - include $(srcdir)/../src/adns.make - -@@ -32,16 +32,12 @@ - - install: - $(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE) -- ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME) - - uninstall: -- rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME) -+ rm -f $(lib_dir)/$(SHLIBFILE) - - $(SHLIBFORLINK): -- ln -s $(SHLIBSONAME) $(SHLIBFORLINK) -- --$(SHLIBSONAME): -- ln -s $(SHLIBFILE) $(SHLIBSONAME) -+ ln -s $(SHLIBFILE) $(SHLIBFORLINK) - - $(SHLIBFILE): $(ALLOBJS) - rm -f $@ diff --git a/dns/adns/files/patch-ac b/dns/adns/files/patch-ac deleted file mode 100644 index 92ad32a2a37c..000000000000 --- a/dns/adns/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- src/adns.h.orig Thu Mar 2 04:34:04 2000 -+++ src/adns.h Mon Apr 17 17:18:36 2000 -@@ -62,9 +62,9 @@ - - #include <stdio.h> - -+#include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> --#include <sys/types.h> - #include <sys/time.h> - #include <unistd.h> - diff --git a/dns/adns/pkg-comment b/dns/adns/pkg-comment deleted file mode 100644 index ec85d4bc47b9..000000000000 --- a/dns/adns/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Easy to use, asynchronous-capable DNS client library and utilities diff --git a/dns/adns/pkg-descr b/dns/adns/pkg-descr deleted file mode 100644 index cfa788211c2c..000000000000 --- a/dns/adns/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -adns is a resolver library for C (and C++) programs. In contrast with -the existing interfaces, gethostbyname et al and libresolv, it has the -following features: - -* It is reasonably easy to use for simple programs which just want - to translate names to addresses, look up MX records, etc. -* It can be used in an asynchronous, non-blocking, manner. Many - queries can be handled simultaneously. - -Technical note: adns requires a real nameserver like BIND or -Dents running on the same system or a nearby one, which must be -willing to provide `recursive service'. I.e., adns is a `stub -resolver'. - -WWW: http://www.chiark.greenend.org.uk/~ian/adns/ diff --git a/dns/adns/pkg-plist b/dns/adns/pkg-plist deleted file mode 100644 index ae17c9d854b5..000000000000 --- a/dns/adns/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/adnslogres -bin/adnshost -include/adns.h -lib/libadns.a -lib/libadns.so -lib/libadns.so.%%LIBVERSION%% |