diff options
author | imil <imil@pkgsrc.org> | 2011-02-03 13:34:10 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2011-02-03 13:34:10 +0000 |
commit | 35634b820f1d38246c0f1f473c347e5c61c19e5d (patch) | |
tree | 6505bc536a200bd71f096db554d6f4fa917121a2 /sysutils/shelldap | |
parent | 79bebfd178fa39f42778a13fbb0654e4832604b6 (diff) | |
download | pkgsrc-35634b820f1d38246c0f1f473c347e5c61c19e5d.tar.gz |
Initial import of shelldap, version 0.2, into the NetBSD Packages Collection.
A handy shell-like interface for browsing LDAP servers and editing their
content. It keeps command history, has sane autocompletes, credential caching,
site-wide and individual configs, and it's fun to say.
Diffstat (limited to 'sysutils/shelldap')
-rw-r--r-- | sysutils/shelldap/DESCR | 3 | ||||
-rw-r--r-- | sysutils/shelldap/Makefile | 36 | ||||
-rw-r--r-- | sysutils/shelldap/PLIST | 2 | ||||
-rw-r--r-- | sysutils/shelldap/distinfo | 5 |
4 files changed, 46 insertions, 0 deletions
diff --git a/sysutils/shelldap/DESCR b/sysutils/shelldap/DESCR new file mode 100644 index 00000000000..4ece506cf3e --- /dev/null +++ b/sysutils/shelldap/DESCR @@ -0,0 +1,3 @@ +A handy shell-like interface for browsing LDAP servers and editing their +content. It keeps command history, has sane autocompletes, credential caching, +site-wide and individual configs, and it's fun to say. diff --git a/sysutils/shelldap/Makefile b/sysutils/shelldap/Makefile new file mode 100644 index 00000000000..05e1cc89b07 --- /dev/null +++ b/sysutils/shelldap/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/03 13:34:10 imil Exp $ +# + +PKGNAME= shelldap-0.2 +DISTNAME= tip +CATEGORIES= sysutils +MASTER_SITES= http://code.martini.nu/shelldap/archive/ +EXTRACT_SUFX= .zip + +MAINTAINER= imil@NetBSD.org +HOMEPAGE= http://projects.martini.nu/shelldap +COMMENT= Shell-like interface for browsing LDAP servers +# LICENSE= none given by the author + +DEPENDS+= p5-YAML-Syck>=1.15:../../textproc/p5-YAML-Syck +DEPENDS+= p5-Term-Shell>=0.02:../../devel/p5-Term-Shell +DEPENDS+= p5-Digest-MD5>=2.51:../../security/p5-Digest-MD5 +DEPENDS+= p5-Algorithm-Diff>=1.1902:../../devel/p5-Algorithm-Diff +DEPENDS+= p5-perl-ldap>=0.40.01:../../databases/p5-perl-ldap +DEPENDS+= p5-Term-ReadLine>=1.20:../../devel/p5-Term-ReadLine + +PKG_DESTDIR_SUPPORT= user-destdir + +WRKSRC= ${WRKDIR}/shelldap-5a65bc849363 +USE_LANGUAGES= # none + +NO_BUILD= yes +REPLACE_PERL+= shelldap +USE_TOOLS+= perl:run + +INSTALLATION_DIRS+= bin + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/shelldap ${DESTDIR}${PREFIX}/bin/ + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/shelldap/PLIST b/sysutils/shelldap/PLIST new file mode 100644 index 00000000000..1f979dfeb02 --- /dev/null +++ b/sysutils/shelldap/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/03 13:34:10 imil Exp $ +bin/shelldap diff --git a/sysutils/shelldap/distinfo b/sysutils/shelldap/distinfo new file mode 100644 index 00000000000..787a3d2748a --- /dev/null +++ b/sysutils/shelldap/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/03 13:34:10 imil Exp $ + +SHA1 (tip.zip) = 51edb3d100a28746122f192e88724cbe3d1ca10a +RMD160 (tip.zip) = 2420519dd022dc86e992e00e8ec095e3c9cd9ccf +Size (tip.zip) = 12928 bytes |