Skip site navigation (1)Skip section navigation (2)
Date:      5 Jul 2002 12:15:59 -0000
From:      Andreas Brenk <ab@aegisnet.biz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40226: New port: ldapdns - A dns server that serves its data directly out of an LDAP directory
Message-ID:  <20020705121559.42008.qmail@arthur.aegisnet.de>

next in thread | raw e-mail | index | archive | help

>Number:         40226
>Category:       ports
>Synopsis:       New port: ldapdns - A dns server that serves its data directly out of an LDAP directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 05 05:20:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Brenk
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
Aegis:Net
>Environment:
System: FreeBSD arthur.aegisnet.de 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Tue Feb 5 21:45:58 CET 2002 abrenk@arthur.aegisnet.de:/usr/src/sys/compile/ARTHUR i386
>Description:
ldapdns is a fast, robust and powerful content DNS server that serves its data
directly out of an LDAP directory.

It is faster than other nameservers and can scale above and beyond any other
nameserver.
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ldapdns
#	ldapdns/pkg-plist
#	ldapdns/pkg-descr
#	ldapdns/pkg-comment
#	ldapdns/distinfo
#	ldapdns/Makefile
#
echo c - ldapdns
mkdir -p ldapdns > /dev/null 2>&1
echo x - ldapdns/pkg-plist
sed 's/^X//' >ldapdns/pkg-plist << 'END-of-ldapdns/pkg-plist'
Xbin/ldapaxfr
Xbin/ldapaxfr-conf
Xbin/ldapdns
Xbin/ldapdns-conf
END-of-ldapdns/pkg-plist
echo x - ldapdns/pkg-descr
sed 's/^X//' >ldapdns/pkg-descr << 'END-of-ldapdns/pkg-descr'
Xldapdns is a fast, robust and powerful content DNS server that serves its data
Xdirectly out of an LDAP directory.
X
XIt is faster than other nameservers and can scale above and beyond any other
Xnameserver.
X
XWWW: http://www.nimh.org/code/
XSee also: http://www.lifewithldapdns.org/
X
X- Andreas Brenk
Xab@aegisnet.biz
END-of-ldapdns/pkg-descr
echo x - ldapdns/pkg-comment
sed 's/^X//' >ldapdns/pkg-comment << 'END-of-ldapdns/pkg-comment'
XA dns server that serves its data directly out of an LDAP directory
END-of-ldapdns/pkg-comment
echo x - ldapdns/distinfo
sed 's/^X//' >ldapdns/distinfo << 'END-of-ldapdns/distinfo'
XMD5 (ldapdns.tgz) = 0f6e74ba83ab2031f0b21fbe8394faf4
END-of-ldapdns/distinfo
echo x - ldapdns/Makefile
sed 's/^X//' >ldapdns/Makefile << 'END-of-ldapdns/Makefile'
X# New ports collection makefile for:   ldapdns
X# Date created:        05 July 2002
X# Whom:                Andreas Brenk <ab@aegisnet.biz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ldapdns
XPORTVERSION=	2.00-5
XCATEGORIES=	net
XMASTER_SITES=	http://www.nimh.org/dl/
XDISTNAME=	$(PORTNAME)
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	ab@aegisnet.biz
X
XRUN_DEPENDS=	svc:${PORTSDIR}/sysutils/daemontools \
X		tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
XLIB_DEPENDS=	ldap.2:${PORTSDIR}/net/openldap2
X
XWRKSRC=		$(WRKDIR)/$(PORTNAME)-$(PORTVERSION)
XHAS_CONFIGURE=	yes
XCONFIGURE_ARGS=	--prefix=${PREFIX}
XALL_TARGET=	default
X
Xpost-install:
X	strip $(PREFIX)/bin/ldapaxfr
X	strip $(PREFIX)/bin/ldapdns
X
X.include <bsd.port.mk>
END-of-ldapdns/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020705121559.42008.qmail>