From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 24 09:00:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1EBF16A4B3 for ; Wed, 24 Sep 2003 09:00:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2686B43FCB for ; Wed, 24 Sep 2003 09:00:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h8OG0JFY006904 for ; Wed, 24 Sep 2003 09:00:19 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h8OG0Ibk006903; Wed, 24 Sep 2003 09:00:19 -0700 (PDT) (envelope-from gnats) Resent-Date: Wed, 24 Sep 2003 09:00:19 -0700 (PDT) Resent-Message-Id: <200309241600.h8OG0Ibk006903@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xavier Beaudouin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B226216A4B3 for ; Wed, 24 Sep 2003 08:52:41 -0700 (PDT) Received: from akira.oav.net (akira.oav.net [195.20.105.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24ED343FE9 for ; Wed, 24 Sep 2003 08:52:41 -0700 (PDT) (envelope-from kiwi@akira.oav.net) Received: by akira.oav.net (Postfix, from userid 1000) id 9EA922A421; Wed, 24 Sep 2003 17:52:39 +0200 (CEST) Message-Id: <20030924155239.9EA922A421@akira.oav.net> Date: Wed, 24 Sep 2003 17:52:39 +0200 (CEST) From: Xavier Beaudouin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57175: [NEW PORT] misc/libhome: Libhome is a library providing a getpwname() emulation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2003 16:00:24 -0000 >Number: 57175 >Category: ports >Synopsis: [NEW PORT] misc/libhome: Libhome is a library providing a getpwname() emulation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 24 09:00:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Xavier Beaudouin >Release: FreeBSD 4.8-RELEASE-p3 i386 >Organization: The Caudium Group / Association Kazar >Environment: System: FreeBSD akira.oav.net 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3 #0: Wed Aug 13 12:48:08 CEST 2003 >Description: bhome is a library providing a getpwnam() emulation. It support MySQL (3.23), Open LDAP 2 or system /etc/passwd frontend. It's intended to replace getpwnam within a system daemons who needs user authentification or identification when the users are listed on foreign servers. WWW: http://pll.sourceforge.net/ Generated with FreeBSD Port Tools 0.26 >How-To-Repeat: >Fix: --- libhome-0.6.shar begins here --- # 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: # # libhome # libhome/Makefile # libhome/distinfo # libhome/pkg-descr # libhome/pkg-plist # echo c - libhome mkdir -p libhome > /dev/null 2>&1 echo x - libhome/Makefile sed 's/^X//' >libhome/Makefile << 'END-of-libhome/Makefile' X# New ports collection makefile for: libhome X# Date created: Fri Aug 14 2003 X# Whom: Xavier Beaudouin X# X# $FreeBSD$ X# X XPORTNAME= libhome XPORTVERSION= 0.6 XCATEGORIES= misc XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= pll X XMAINTAINER= kiwi@oav.net XCOMMENT= Libhome is a library providing a getpwname() emulation X XLIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap21-client \ X mysqlclient:${PORTSDIR}/databases/mysql323-client X XGNU_CONFIGURE= YES X XCONFIGURE_ARGS+= --without-db3 --without-db4 --with-ldap --with-mysql X XMAN5= home.conf.5 X X.include END-of-libhome/Makefile echo x - libhome/distinfo sed 's/^X//' >libhome/distinfo << 'END-of-libhome/distinfo' XMD5 (libhome-0.6.tar.gz) = 936f8be505c4ec866a6eb329692736f8 END-of-libhome/distinfo echo x - libhome/pkg-descr sed 's/^X//' >libhome/pkg-descr << 'END-of-libhome/pkg-descr' Xbhome is a library providing a getpwnam() emulation. XIt support MySQL (3.23), Open LDAP 2 or system /etc/passwd Xfrontend. X XIt's intended to replace getpwnam within a system daemons who needs Xuser authentification or identification when the users are listed on Xforeign servers. X XWWW: http://pll.sourceforge.net/ END-of-libhome/pkg-descr echo x - libhome/pkg-plist sed 's/^X//' >libhome/pkg-plist << 'END-of-libhome/pkg-plist' Xinclude/home/pwd.h Xinclude/home/hpwd.h Xinclude/home/hparam.h Xinclude/home/home_version.h Xlib/libhome.a Xbin/libhome.sh X@dirrm include/home END-of-libhome/pkg-plist exit --- libhome-0.6.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: