diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-09-30 18:00:49 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-09-30 18:00:49 +0000 |
commit | e8e74459d66c26dfcf686f6b12e6fb0573ca7320 (patch) | |
tree | 52a7afea81226f2f7351475d24720638ba168bb2 /misc | |
parent | 60934f1b2552b5f17304817fe8da8105fb7d0f4a (diff) | |
download | FreeBSD-ports-e8e74459d66c26dfcf686f6b12e6fb0573ca7320.zip FreeBSD-ports-e8e74459d66c26dfcf686f6b12e6fb0573ca7320.tar.gz |
Add libhome 0.6,
libhome is a library providing a getpwname()
emulation.
PR: 57175
Submitted by: Xavier Beaudouin <kiwi@oav.net>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/libhome/Makefile | 26 | ||||
-rw-r--r-- | misc/libhome/distinfo | 1 | ||||
-rw-r--r-- | misc/libhome/pkg-descr | 9 | ||||
-rw-r--r-- | misc/libhome/pkg-plist | 7 |
5 files changed, 44 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 5711ae5..bfda4bd 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -220,6 +220,7 @@ SUBDIR += less SUBDIR += libelysium SUBDIR += libh + SUBDIR += libhome SUBDIR += libmcal SUBDIR += libutf SUBDIR += lifelines diff --git a/misc/libhome/Makefile b/misc/libhome/Makefile new file mode 100644 index 0000000..d17b586 --- /dev/null +++ b/misc/libhome/Makefile @@ -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> diff --git a/misc/libhome/distinfo b/misc/libhome/distinfo new file mode 100644 index 0000000..36dc0be --- /dev/null +++ b/misc/libhome/distinfo @@ -0,0 +1 @@ +MD5 (libhome-0.6.tar.gz) = 936f8be505c4ec866a6eb329692736f8 diff --git a/misc/libhome/pkg-descr b/misc/libhome/pkg-descr new file mode 100644 index 0000000..54c5c42 --- /dev/null +++ b/misc/libhome/pkg-descr @@ -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/ diff --git a/misc/libhome/pkg-plist b/misc/libhome/pkg-plist new file mode 100644 index 0000000..cd1edf0 --- /dev/null +++ b/misc/libhome/pkg-plist @@ -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 |