From owner-freebsd-ports Fri Jul 5 5:20:24 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C98B937B405 for ; Fri, 5 Jul 2002 05:20:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E8143E3B for ; Fri, 5 Jul 2002 05:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g65CK5JU007969 for ; Fri, 5 Jul 2002 05:20:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g65CK5jd007968; Fri, 5 Jul 2002 05:20:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C7BA37B400 for ; Fri, 5 Jul 2002 05:15:44 -0700 (PDT) Received: from arthur.aegisnet.de (host-83.ksb.hh.aegisnet.de [212.63.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id D052C43E3B for ; Fri, 5 Jul 2002 05:15:42 -0700 (PDT) (envelope-from abrenk@arthur.aegisnet.de) Received: (qmail 42009 invoked by uid 1001); 5 Jul 2002 12:15:59 -0000 Message-Id: <20020705121559.42008.qmail@arthur.aegisnet.de> Date: 5 Jul 2002 12:15:59 -0000 From: Andreas Brenk Reply-To: Andreas Brenk To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40226: New port: ldapdns - A dns server that serves its data directly out of an LDAP directory Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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