1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add libhome 0.6,

libhome is a library providing a getpwname()
emulation.

PR:		57175
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
This commit is contained in:
Vanilla I. Shu 2003-09-30 18:00:49 +00:00
parent 419e5e3ae6
commit ca492c9617
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89913
5 changed files with 44 additions and 0 deletions

View File

@ -220,6 +220,7 @@
SUBDIR += less
SUBDIR += libelysium
SUBDIR += libh
SUBDIR += libhome
SUBDIR += libmcal
SUBDIR += libutf
SUBDIR += lifelines

26
misc/libhome/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: libhome
# Date created: Fri Aug 14 2003
# Whom: Xavier Beaudouin <kiwi@oav.net>
#
# $FreeBSD$
#
PORTNAME= libhome
PORTVERSION= 0.6
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pll
MAINTAINER= kiwi@oav.net
COMMENT= Libhome is a library providing a getpwname() emulation
LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap21-client \
mysqlclient:${PORTSDIR}/databases/mysql323-client
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-db3 --without-db4 --with-ldap --with-mysql
MAN5= home.conf.5
.include <bsd.port.mk>

1
misc/libhome/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (libhome-0.6.tar.gz) = 936f8be505c4ec866a6eb329692736f8

9
misc/libhome/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
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/

7
misc/libhome/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
include/home/pwd.h
include/home/hpwd.h
include/home/hparam.h
include/home/home_version.h
lib/libhome.a
bin/libhome.sh
@dirrm include/home