summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-09-30 18:00:49 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-09-30 18:00:49 +0000
commitca492c9617988f7c22fe45fe8b7866446b2bbf46 (patch)
tree43bac75dc15e2248d5836aa8da62bbe2ea9d1601 /misc
parentupdate to 0.9.4 (diff)
Add libhome 0.6,
libhome is a library providing a getpwname() emulation. PR: 57175 Submitted by: Xavier Beaudouin <kiwi@oav.net>
Notes
Notes: svn path=/head/; revision=89913
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/libhome/Makefile26
-rw-r--r--misc/libhome/distinfo1
-rw-r--r--misc/libhome/pkg-descr9
-rw-r--r--misc/libhome/pkg-plist7
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