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.
This commit is contained in:
parent
79bebfd178
commit
35634b820f
4 changed files with 46 additions and 0 deletions
3
sysutils/shelldap/DESCR
Normal file
3
sysutils/shelldap/DESCR
Normal file
|
@ -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.
|
36
sysutils/shelldap/Makefile
Normal file
36
sysutils/shelldap/Makefile
Normal file
|
@ -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"
|
2
sysutils/shelldap/PLIST
Normal file
2
sysutils/shelldap/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/03 13:34:10 imil Exp $
|
||||
bin/shelldap
|
5
sysutils/shelldap/distinfo
Normal file
5
sysutils/shelldap/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue