[20060] trunk/dports/net

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 14 06:58:29 PDT 2006


Revision: 20060
          http://trac.macosforge.org/projects/macports/changeset/20060
Author:   pmq at macports.org
Date:     2006-10-14 06:58:29 -0700 (Sat, 14 Oct 2006)

Log Message:
-----------
Closes #10870. New port: net/shelldap.

Added Paths:
-----------
    trunk/dports/net/shelldap/
    trunk/dports/net/shelldap/Portfile

Added: trunk/dports/net/shelldap/Portfile
===================================================================
--- trunk/dports/net/shelldap/Portfile	                        (rev 0)
+++ trunk/dports/net/shelldap/Portfile	2006-10-14 13:58:29 UTC (rev 20060)
@@ -0,0 +1,45 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup perl5 1.0
+
+name            	shelldap
+version         	0.1
+revision		1
+categories      	net sysutils
+maintainers     	ged at FaerieMUD.org
+description     	a handy shell-like interface for browsing and editing LDAP entries
+long_description	Shelldap is 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!
+
+platforms       	darwin
+master_sites    	http://www.martini.nu/misc/
+checksums       	md5 a283288b657ca0a307f12031c9e97371 \
+                	sha1 101e23633f213e49970f55d7f17b854d617175a4 \
+			rmd160 89d2b71f3bdd699e8a8e815001c21eb0c86d62f3
+
+depends_lib-append 	port:p5-perl-ldap \
+			port:p5-term-shell \
+			port:p5-yaml-syck \
+			port:p5-algorithm-diff \
+			port:p5-digest-hmac \
+			port:p5-term-readline-gnu \
+			port:p5-term-readkey
+
+patch {
+	reinplace "s|#!.*perl|#!${perl5.bin}|" ${worksrcpath}/shelldap
+}
+
+use_configure		no
+
+build {
+	system "pod2man ${worksrcpath}/shelldap ${worksrcpath}/shelldap.1"
+}
+
+destroot {
+	xinstall -m 755 ${worksrcpath}/shelldap ${destroot}${prefix}/bin/
+	xinstall -m 0755 -d ${destroot}${prefix}/share/man/man1
+	xinstall -m 0644 ${worksrcpath}/shelldap.1 ${destroot}${prefix}/share/man/man1
+}


Property changes on: trunk/dports/net/shelldap/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061014/064e17cf/attachment.html


More information about the macports-changes mailing list