merge ldns and drill into one tree.

rename ldns package to libldns.
This commit is contained in:
jakob 2008-02-03 19:08:30 +00:00
parent cf24423102
commit 78f8f283da
15 changed files with 49 additions and 76 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.507 2008/01/25 03:19:58 okan Exp $
# $OpenBSD: Makefile,v 1.508 2008/02/03 19:08:30 jakob Exp $
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
#
@ -57,7 +57,6 @@
SUBDIR += dnsreflector
SUBDIR += dnstracer
SUBDIR += doc
SUBDIR += drill
SUBDIR += dsocks
SUBDIR += dss
SUBDIR += dxpc

View File

@ -1,32 +0,0 @@
# $OpenBSD: Makefile,v 1.7 2007/11/30 06:59:23 jakob Exp $
COMMENT= DNS debugger
VERSION= 1.2.2
DISTNAME= ldns-${VERSION}
PKGNAME= drill-${VERSION}
CATEGORIES= net
MASTER_SITES+= http://www.nlnetlabs.nl/downloads/
HOMEPAGE= http://www.nlnetlabs.nl/ldns/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ssl crypto
LIB_DEPENDS+= ldns::net/ldns
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-ldns=${LOCALBASE}
USE_LIBTOOL= Yes
USE_GMAKE= Yes
WRKSRC= ${WRKDIST}/drill
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
@comment $OpenBSD: PLIST,v 1.2 2007/09/11 08:25:26 jakob Exp $
bin/drill
@man man/man1/drill.1

View File

@ -1,37 +1,6 @@
# $OpenBSD: Makefile,v 1.6 2007/11/30 06:59:23 jakob Exp $
# $OpenBSD: Makefile,v 1.7 2008/02/03 19:08:30 jakob Exp $
COMMENT= DNS library modelled after Net::DNS
SUBDIR+= libldns
SUBDIR+= drill
DISTNAME= ldns-1.2.2
PKGNAME= ${DISTNAME}
SHARED_LIBS += ldns 0.0 # .0.0
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/
HOMEPAGE= http://www.nlnetlabs.nl/ldns/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= crypto
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= ac_cv_prog_doxygen=
USE_LIBTOOL= Yes
USE_GMAKE= Yes
NO_REGRESS= Yes
post-build:
mkdir ${WRKBUILD}/doc
cd ${WRKBUILD} && ${MAKE_PROGRAM} doc
post-install:
@chown -R ${MANOWN}:${MANGRP} ${PREFIX}/man/man3
.include <bsd.port.mk>
.include <bsd.port.subdir.mk>

14
net/ldns/drill/Makefile Normal file
View File

@ -0,0 +1,14 @@
# $OpenBSD: Makefile,v 1.1 2008/02/03 19:08:30 jakob Exp $
COMMENT= DNS debugger
PKGNAME= drill-${VERSION}p0
WANTLIB= c ssl crypto
LIB_DEPENDS+= ldns::net/ldns/libldns
WRKSRC= ${WRKDIST}/drill
CONFIGURE_ARGS+= --with-ldns=${LOCALBASE}
.include <bsd.port.mk>

3
net/ldns/drill/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1 2008/02/03 19:08:30 jakob Exp $
bin/drill
@man man/man1/drill.1

18
net/ldns/libldns/Makefile Normal file
View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1 2008/02/03 19:08:30 jakob Exp $
COMMENT= DNS library modelled after Net::DNS
PKGNAME= libldns-${VERSION}
SHARED_LIBS += ldns 0.0 # .0.0
WANTLIB= crypto
post-build:
mkdir ${WRKBUILD}/doc
cd ${WRKBUILD} && ${MAKE_PROGRAM} doc
post-install:
@chown -R ${MANOWN}:${MANGRP} ${PREFIX}/man/man3
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (ldns-1.2.2.tar.gz) = y6XgYbZjd86yXiMJ0s8X8w==
RMD160 (ldns-1.2.2.tar.gz) = MpmzhW4+TicR3zmrJmIN0vvtpKo=
SHA1 (ldns-1.2.2.tar.gz) = 5z0TzTZJBIXpKSShhX2rErNRJhM=
SHA256 (ldns-1.2.2.tar.gz) = RlEvRvnNeI+xuICfVv3SKd3jMiTN07/NKBGYvi5H9nM=
SIZE (ldns-1.2.2.tar.gz) = 723900

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Makefile_in,v 1.2 2007/10/23 22:46:18 naddy Exp $
$OpenBSD: patch-Makefile_in,v 1.1 2008/02/03 19:08:30 jakob Exp $
--- Makefile.in.orig Thu Aug 9 10:52:04 2007
+++ Makefile.in Tue Oct 23 16:28:50 2007
@@ -12,7 +12,7 @@ datarootdir = @datarootdir@

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2008/02/03 19:08:30 jakob Exp $
@lib lib/libldns.so.${LIBldns_VERSION}

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2007/10/23 22:46:18 naddy Exp $
@comment $OpenBSD: PLIST,v 1.1 2008/02/03 19:08:30 jakob Exp $
%%SHARED%%
include/ldns/
include/ldns/buffer.h

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.3 2007/10/23 22:46:18 naddy Exp $
@lib lib/libldns.so.${LIBldns_VERSION}