From owner-freebsd-ports Sat Jul 8 0: 0: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4526437B7F4 for ; Sat, 8 Jul 2000 00:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA15253; Sat, 8 Jul 2000 00:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from net2.dinoex.sub.org (net2.dinoex.de [212.184.201.182]) by hub.freebsd.org (Postfix) with ESMTP id F396C37B7BF for ; Fri, 7 Jul 2000 23:58:38 -0700 (PDT) (envelope-from dinoex@net2.dinoex.sub.org) Received: (from dinoex@localhost) by net2.dinoex.sub.org (8.10.1/8.10.1) id e686wNC07539; Sat, 8 Jul 2000 08:58:23 +0200 (CEST) (envelope-from dinoex) Message-Id: <200007080658.e686wNC07539@net2.dinoex.sub.org> Date: Sat, 8 Jul 2000 08:58:23 +0200 (CEST) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19781: new port net/ldapmodule Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19781 >Category: ports >Synopsis: new port net/ldapmodule >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: Sat Jul 08 00:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.0-STABLE i386 >Organization: privat >Environment: phyton, openldap >Description: LDAP Wrapper for Python >How-To-Repeat: >Fix: install this shell archive in the ports tree # 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: # # ldapmodule-1.9 # ldapmodule-1.9/Makefile # ldapmodule-1.9/pkg # ldapmodule-1.9/pkg/PLIST # ldapmodule-1.9/pkg/DESCR # ldapmodule-1.9/pkg/COMMENT # ldapmodule-1.9/files # ldapmodule-1.9/files/md5 # echo c - ldapmodule-1.9 mkdir -p ldapmodule-1.9 > /dev/null 2>&1 echo x - ldapmodule-1.9/Makefile sed 's/^X//' >ldapmodule-1.9/Makefile << 'END-of-ldapmodule-1.9/Makefile' X# New ports collection makefile for: ldapmodule X# Date created: 05.Jul 2000 X# Whom: dirk.meyer@dinoex.sub.org X# X# $FreeBSD: $ X XPORTNAME= ldapmodule XPORTVERSION= 1.9 XCATEGORIES= net XMASTER_SITES= http://archive.csee.uq.edu.au/~leonard/dc-prj/ldapmodule/ XDISTNAME= ${PORTNAME}-${PORTVERSION}-alpha X XMAINTAINER= dirk.meyer@dinoex.sub.org X XLIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap XBUILD_DEPENDS= python:${PORTSDIR}/lang/python XRUN_DEPENDS= python:${PORTSDIR}/lang/python X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+= --with-ldap=${LOCALBASE} XWRKSRC= ${WRKDIR}/${PORTNAME} X X.include END-of-ldapmodule-1.9/Makefile echo c - ldapmodule-1.9/pkg mkdir -p ldapmodule-1.9/pkg > /dev/null 2>&1 echo x - ldapmodule-1.9/pkg/PLIST sed 's/^X//' >ldapmodule-1.9/pkg/PLIST << 'END-of-ldapmodule-1.9/pkg/PLIST' Xlib/python1.5/site-packages/ldapmodule.so X@dirrm lib/python1.5/site-packages END-of-ldapmodule-1.9/pkg/PLIST echo x - ldapmodule-1.9/pkg/DESCR sed 's/^X//' >ldapmodule-1.9/pkg/DESCR << 'END-of-ldapmodule-1.9/pkg/DESCR' X X LDAP Wrapper for Python X X This module provides an LDAP API to Python in the spirit of RFC1823. X XSome cool things people have done with ldapmodule X X * LANL phone book (source) X * Michael Stroeder's web2ldap (previously ldap-client-cgi.py). X * LDAP support for Zope (see also Zope) END-of-ldapmodule-1.9/pkg/DESCR echo x - ldapmodule-1.9/pkg/COMMENT sed 's/^X//' >ldapmodule-1.9/pkg/COMMENT << 'END-of-ldapmodule-1.9/pkg/COMMENT' XAn LDAP module for phyton END-of-ldapmodule-1.9/pkg/COMMENT echo c - ldapmodule-1.9/files mkdir -p ldapmodule-1.9/files > /dev/null 2>&1 echo x - ldapmodule-1.9/files/md5 sed 's/^X//' >ldapmodule-1.9/files/md5 << 'END-of-ldapmodule-1.9/files/md5' XMD5 (ldapmodule-1.9-alpha.tar.gz) = 6918466d2c8ce2ed5e91785d433cd1a1 END-of-ldapmodule-1.9/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message