mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
This commit is contained in:
parent
d570fb7385
commit
d9405b30de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88575
@ -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
|
||||
|
@ -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>
|
@ -1 +0,0 @@
|
||||
MD5 (djbdns-pd-1.05.tar.gz) = 9ef72439245b125a5111cba4df6ccb8f
|
@ -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
|
||||
|
@ -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
|
@ -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
|
@ -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>
|
@ -1 +0,0 @@
|
||||
MD5 (POE-Component-Client-DNS-0.95.tar.gz) = ee122434af604b14681ffe60e585f9e3
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user