pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/ldapvi ldapvi is an interactive LDAP client ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/071b9930fb9e
branches: trunk
changeset: 534108:071b9930fb9e
user: ghen <ghen%pkgsrc.org@localhost>
date: Thu Oct 11 19:26:39 2007 +0000
description:
ldapvi is an interactive LDAP client for Unix terminals. Using it, you can
update LDAP entries with a text editor. Think of it as vipw(1) for LDAP.
diffstat:
databases/ldapvi/DESCR | 2 ++
databases/ldapvi/Makefile | 29 +++++++++++++++++++++++++++++
databases/ldapvi/PLIST | 3 +++
databases/ldapvi/distinfo | 5 +++++
databases/ldapvi/options.mk | 10 ++++++++++
5 files changed, 49 insertions(+), 0 deletions(-)
diffs (69 lines):
diff -r 096a09021887 -r 071b9930fb9e databases/ldapvi/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ldapvi/DESCR Thu Oct 11 19:26:39 2007 +0000
@@ -0,0 +1,2 @@
+ldapvi is an interactive LDAP client for Unix terminals. Using it, you can
+update LDAP entries with a text editor. Think of it as vipw(1) for LDAP.
diff -r 096a09021887 -r 071b9930fb9e databases/ldapvi/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ldapvi/Makefile Thu Oct 11 19:26:39 2007 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/10/11 19:26:39 ghen Exp $
+
+DISTNAME= ldapvi-1.7
+CATEGORIES= databases
+MASTER_SITES= http://www.lichteblau.com/download/
+
+MAINTAINER= ghen%NetBSD.org@localhost
+HOMEPAGE= http://www.lichteblau.com/ldapvi/
+COMMENT= Interactive LDAP client
+
+GNU_CONFIGURE= yes
+USE_NCURSES= yes
+USE_GNU_READLINE= yes
+
+USE_TOOLS+= gmake
+MAKE_FILE= GNUmakefile
+
+.include "options.mk"
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ldapvi ${PREFIX}/bin/
+ ${INSTALL_DATA} ${WRKSRC}/ldapvi.1 ${PREFIX}/${PKGMANDIR}/man1/
+
+.include "../../databases/openldap-client/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 096a09021887 -r 071b9930fb9e databases/ldapvi/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ldapvi/PLIST Thu Oct 11 19:26:39 2007 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/11 19:26:39 ghen Exp $
+bin/ldapvi
+man/man1/ldapvi.1
diff -r 096a09021887 -r 071b9930fb9e databases/ldapvi/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ldapvi/distinfo Thu Oct 11 19:26:39 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/10/11 19:26:39 ghen Exp $
+
+SHA1 (ldapvi-1.7.tar.gz) = d1cde4cbb618180f9ae0e77c56a1520b8ad61c9a
+RMD160 (ldapvi-1.7.tar.gz) = f4cd1c2fcfc87e7a9e912269e60280e9ecd82156
+Size (ldapvi-1.7.tar.gz) = 119503 bytes
diff -r 096a09021887 -r 071b9930fb9e databases/ldapvi/options.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ldapvi/options.mk Thu Oct 11 19:26:39 2007 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: options.mk,v 1.1.1.1 2007/10/11 19:26:39 ghen Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.ldapvi
+PKG_SUPPORTED_OPTIONS= sasl
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Msasl)
+. include "../../security/cyrus-sasl/buildlink3.mk"
+.endif
Home |
Main Index |
Thread Index |
Old Index