Date: 8 Jul 2006 08:10:55 -0000 From: "Mahlon E. Smith" <mahlon@martini.nu> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mahlon@martini.nu, ged@faeriemud.org Subject: ports/99908: [NEW PORT] net/shelldap: A shell-like environment for LDAP Message-ID: <20060708081055.63455.qmail@happymaggot.stinkymeat.net> Resent-Message-ID: <200607080820.k688KQdM060779@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99908 >Category: ports >Synopsis: [NEW PORT] net/shelldap: A shell-like environment for LDAP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jul 08 08:20:25 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Mahlon E. Smith >Release: FreeBSD 6.1-BETA4 i386 >Organization: >Environment: System: FreeBSD happymaggot.stinkymeat.net 6.1-BETA4 FreeBSD 6.1-BETA4 #0: Fri Apr 7 19:01:27 PDT >Description: This is shelldap, a handy shell-like interface for browsing LDAP servers and editing their content. Among its features: - history - sane autocompletes - credential caching - site-wide and individual config - it's in perl - it's fun to say! shelldap! shelldap! shelldap! For more info, 'perldoc' the script. Author: Mahlon E. Smith <mahlon@martini.nu> Generated with FreeBSD Port Tools 0.75 >How-To-Repeat: >Fix: --- shelldap-0.1.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # shelldap # shelldap/pkg-descr # shelldap/Makefile # shelldap/pkg-plist # shelldap/distinfo # echo c - shelldap mkdir -p shelldap > /dev/null 2>&1 echo x - shelldap/pkg-descr sed 's/^X//' >shelldap/pkg-descr << 'END-of-shelldap/pkg-descr' XThis is shelldap, a handy shell-like interface for browsing XLDAP servers and editing their content. X XAmong its features: X X - history X - sane autocompletes X - credential caching X - site-wide and individual config X - it's in perl X - it's fun to say! shelldap! shelldap! shelldap! X XFor more info, 'perldoc' the script. X XAuthor: Mahlon E. Smith <mahlon@martini.nu> END-of-shelldap/pkg-descr echo x - shelldap/Makefile sed 's/^X//' >shelldap/Makefile << 'END-of-shelldap/Makefile' X# New ports collection makefile for: shelldap X# Date created: 2006-07-07 X# Whom: Mahlon E. Smith <mahlon@martini.nu> X# X# $FreeBSD$ X# X XPORTNAME= shelldap XPORTVERSION= 0.1 XCATEGORIES= net XMASTER_SITES= http://www.martini.nu/misc/ X XMAINTAINER= mahlon@martini.nu XCOMMENT= A shell-like environment for LDAP X XEXTRACT_DEPENDS=\ X ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ X ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ X ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ X ${SITE_PERL}/Term/Shell.pm:${PORTSDIR}/devel/p5-Term-Shell \ X ${SITE_PERL}/mach/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ X ${SITE_PERL}/mach/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu \ X ${SITE_PERL}/mach/YAML/Syck.pm:${PORTSDIR}/textproc/p5-YAML-Syck X XMAN1= shelldap.1 XSTRIP= XNO_BUILD= X Xpost-extract: X ${MKDIR} ${WRKSRC}/man/man1 X ${PREFIX}/bin/pod2man < ${WRKSRC}/shelldap > ${WRKSRC}/man/man1/shelldap.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/man/man1/shelldap.1 ${MANPREFIX}/man/man1 X ${INSTALL_PROGRAM} ${WRKSRC}/shelldap ${PREFIX}/bin X X.include <bsd.port.mk> END-of-shelldap/Makefile echo x - shelldap/pkg-plist sed 's/^X//' >shelldap/pkg-plist << 'END-of-shelldap/pkg-plist' Xbin/shelldap END-of-shelldap/pkg-plist echo x - shelldap/distinfo sed 's/^X//' >shelldap/distinfo << 'END-of-shelldap/distinfo' XMD5 (shelldap-0.1.tar.gz) = a283288b657ca0a307f12031c9e97371 XSHA256 (shelldap-0.1.tar.gz) = 41344c5a474124a0ddbff1b2086ec3a0d15b4fcc475db993c4ad71782ae3cc7a XSIZE (shelldap-0.1.tar.gz) = 12179 END-of-shelldap/distinfo exit --- shelldap-0.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060708081055.63455.qmail>