diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-05 13:18:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-05 13:18:46 +0800 |
commit | 84700aa4b46a24e08b0da47a4b51876d453073f4 (patch) | |
tree | e0aac9e74e522d5d862fe08c17175ad8946442b9 /devel | |
parent | eb7d174ecf16d955eec6205ceef7ea939ec95452 (diff) | |
download | freebsd-ports-graphics-84700aa4b46a24e08b0da47a4b51876d453073f4.tar.gz freebsd-ports-graphics-84700aa4b46a24e08b0da47a4b51876d453073f4.tar.zst freebsd-ports-graphics-84700aa4b46a24e08b0da47a4b51876d453073f4.zip |
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/libdjbdns/Makefile | 34 | ||||
-rw-r--r-- | devel/libdjbdns/distinfo | 1 | ||||
-rw-r--r-- | devel/libdjbdns/files/patch-Makefile | 10 | ||||
-rw-r--r-- | devel/libdjbdns/pkg-descr | 8 | ||||
-rw-r--r-- | devel/libdjbdns/pkg-plist | 28 | ||||
-rw-r--r-- | devel/p5-POE-Component-Client-DNS/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-POE-Component-Client-DNS/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-POE-Component-Client-DNS/pkg-descr | 8 | ||||
-rw-r--r-- | devel/p5-POE-Component-Client-DNS/pkg-plist | 9 |
10 files changed, 0 insertions, 127 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4ef64a11228..82725ca4aa5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -309,7 +309,6 @@ SUBDIR += libcii SUBDIR += libcoro SUBDIR += libdict - SUBDIR += libdjbdns SUBDIR += libdlmalloc SUBDIR += libds SUBDIR += libdsp @@ -682,7 +681,6 @@ SUBDIR += p5-PAR SUBDIR += p5-PAR-Dist SUBDIR += p5-POE - SUBDIR += p5-POE-Component-Client-DNS SUBDIR += p5-POE-Component-Client-HTTP SUBDIR += p5-POE-Component-Client-POP3 SUBDIR += p5-POE-Component-Client-Ping diff --git a/devel/libdjbdns/Makefile b/devel/libdjbdns/Makefile deleted file mode 100644 index 232272f193a..00000000000 --- a/devel/libdjbdns/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: libdjbdns -# Date created: 01 Apr 2002 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# -# $FreeBSD$ -# - -PORTNAME= libdjbdns -PORTVERSION= 1.05 -CATEGORIES= devel -MASTER_SITES= http://smarden.org/pape/djb/manpages/ -DISTNAME= djbdns-pd-${PORTVERSION} - -MAINTAINER= sergei@kolobov.com -COMMENT= Public domain DNS client library - -INSTALLS_SHLIB= yes -USE_GMAKE= yes -ALL_TARGET= it - -LIBS= libdjbdns.a libdjbdns.so.1 -INCLUDES= alloc.h byte.h case.h dns.h env.h error.h fmt.h \ - gen_alloc.h gen_allocdefs.h iopause.h ip4.h ndelay.h \ - open.h openreadclose.h readclose.h scan.h select.h \ - socket.h str.h stralloc.h tai.h taia.h uint16.h \ - uint32.h uint64.h - -do-install: - @${MKDIR} ${PREFIX}/include/libdjbdns - cd ${WRKSRC} && \ - ${INSTALL_DATA} ${LIBS} ${PREFIX}/lib && \ - ${INSTALL_DATA} ${INCLUDES} ${PREFIX}/include/libdjbdns - -.include <bsd.port.mk> diff --git a/devel/libdjbdns/distinfo b/devel/libdjbdns/distinfo deleted file mode 100644 index ff69b5e26fa..00000000000 --- a/devel/libdjbdns/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (djbdns-pd-1.05.tar.gz) = 9ef72439245b125a5111cba4df6ccb8f diff --git a/devel/libdjbdns/files/patch-Makefile b/devel/libdjbdns/files/patch-Makefile deleted file mode 100644 index 14cb11becd9..00000000000 --- a/devel/libdjbdns/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Sat May 3 02:54:00 2003 -+++ Makefile Sat May 3 02:56:15 2003 -@@ -1,7 +1,3 @@ --CC=gcc --CFLAGS=-O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized \ ---Wshadow -Wcast-qual -Wcast-align -Wwrite-strings -- - IT=libdjbdns.a libdjbdns.so.1 - SYSDEPS=iopause.h select.h uint32.h uint64.h - diff --git a/devel/libdjbdns/pkg-descr b/devel/libdjbdns/pkg-descr deleted file mode 100644 index 203c68cee63..00000000000 --- a/devel/libdjbdns/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This port contains a subset of djbdns (net/djbdns) - -a DNS client library released to the public domain by its author. - -The library was packaged by Gerrit Pape. The port contains both static -and shared versions of the DNS client library. - -Author: D.J. Bernstein -WWW: http://cr.yp.to/djbdns/dns.html diff --git a/devel/libdjbdns/pkg-plist b/devel/libdjbdns/pkg-plist deleted file mode 100644 index 9b157872f6c..00000000000 --- a/devel/libdjbdns/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -include/libdjbdns/alloc.h -include/libdjbdns/byte.h -include/libdjbdns/case.h -include/libdjbdns/dns.h -include/libdjbdns/env.h -include/libdjbdns/error.h -include/libdjbdns/fmt.h -include/libdjbdns/gen_alloc.h -include/libdjbdns/gen_allocdefs.h -include/libdjbdns/iopause.h -include/libdjbdns/ip4.h -include/libdjbdns/ndelay.h -include/libdjbdns/open.h -include/libdjbdns/openreadclose.h -include/libdjbdns/readclose.h -include/libdjbdns/scan.h -include/libdjbdns/select.h -include/libdjbdns/socket.h -include/libdjbdns/str.h -include/libdjbdns/stralloc.h -include/libdjbdns/tai.h -include/libdjbdns/taia.h -include/libdjbdns/uint16.h -include/libdjbdns/uint32.h -include/libdjbdns/uint64.h -lib/libdjbdns.a -lib/libdjbdns.so.1 -@dirrm include/libdjbdns diff --git a/devel/p5-POE-Component-Client-DNS/Makefile b/devel/p5-POE-Component-Client-DNS/Makefile deleted file mode 100644 index de2253f1e10..00000000000 --- a/devel/p5-POE-Component-Client-DNS/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: POE-Component-Client-DNS -# Date created: 10 Dec 2001 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= POE-Component-Client-DNS -PORTVERSION= 0.95 -CATEGORIES= devel perl5 net -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= POE -PKGNAMEPREFIX= p5- - -MAINTAINER= skv@FreeBSD.org -COMMENT= POE component for non-blocking/concurrent DNS queries - -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= POE::Component::Client::DNS.3 - -.include <bsd.port.mk> diff --git a/devel/p5-POE-Component-Client-DNS/distinfo b/devel/p5-POE-Component-Client-DNS/distinfo deleted file mode 100644 index 93f0392c481..00000000000 --- a/devel/p5-POE-Component-Client-DNS/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (POE-Component-Client-DNS-0.95.tar.gz) = ee122434af604b14681ffe60e585f9e3 diff --git a/devel/p5-POE-Component-Client-DNS/pkg-descr b/devel/p5-POE-Component-Client-DNS/pkg-descr deleted file mode 100644 index 87a56475bcf..00000000000 --- a/devel/p5-POE-Component-Client-DNS/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -POE::Component::Client::DNS is a wrapper for non-blocking Net::DNS. -It lets other tasks to run while something is waiting for a nameserver -to respond, and it lets several DNS queries run in parallel. - -WWW: http://search.cpan.org/dist/POE-Component-Client-DNS/ - --- Sergey Skvortsov -skv@FreeBSD.org diff --git a/devel/p5-POE-Component-Client-DNS/pkg-plist b/devel/p5-POE-Component-Client-DNS/pkg-plist deleted file mode 100644 index c8547af83aa..00000000000 --- a/devel/p5-POE-Component-Client-DNS/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/POE/Component/Client/DNS.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/DNS -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true |