diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-09-30 18:00:49 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-09-30 18:00:49 +0000 |
commit | ca492c9617988f7c22fe45fe8b7866446b2bbf46 (patch) | |
tree | 43bac75dc15e2248d5836aa8da62bbe2ea9d1601 /misc | |
parent | 419e5e3ae6f01c0b73e3e92e84b8fba9566c1981 (diff) |
Notes
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 5711ae5a0ee1..bfda4bd92d07 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 000000000000..d17b586388ab --- /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 000000000000..36dc0be09e28 --- /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 000000000000..54c5c42ac9cc --- /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 000000000000..cd1edf00406c --- /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 |