[144285] trunk/dports/net/shelldap/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 5 15:39:34 PST 2016


Revision: 144285
          https://trac.macports.org/changeset/144285
Author:   mojca at macports.org
Date:     2016-01-05 15:39:34 -0800 (Tue, 05 Jan 2016)
Log Message:
-----------
shelldap: whitespace only

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

Modified: trunk/dports/net/shelldap/Portfile
===================================================================
--- trunk/dports/net/shelldap/Portfile	2016-01-05 23:29:18 UTC (rev 144284)
+++ trunk/dports/net/shelldap/Portfile	2016-01-05 23:39:34 UTC (rev 144285)
@@ -1,48 +1,49 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name            	shelldap
-version         	0.5
+name                shelldap
+version             0.5
 revision            1
 
-categories      	net sysutils
-license         	BSD
-maintainers     	nomaintainer
-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!
+categories          net sysutils
+license             BSD
+maintainers         nomaintainer
+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
-supported_archs 	noarch
-master_sites    	http://www.martini.nu/misc/
-homepage                http://projects.martini.nu/shelldap/
+platforms           darwin
+supported_archs     noarch
+master_sites        http://www.martini.nu/misc/
+homepage            http://projects.martini.nu/shelldap/
 checksums           md5     6400c5bba80fb154d06c57385c6e748f \
                     sha1    f06fabca2e3b7c41360cd9c2bbddbc45f8836ca4 \
                     rmd160  2aae3bfc0f8d00dec4cdd9ad9634606b49a185c2
 
-depends_lib-append 	port:p5.16-perl-ldap \
-			port:p5.16-term-shell \
-			port:p5.16-yaml-syck \
-			port:p5.16-algorithm-diff \
-			port:p5.16-digest-hmac \
-			port:p5.16-term-readline-gnu \
-			port:p5.16-term-readkey
+depends_lib-append  port:p5.16-perl-ldap \
+                    port:p5.16-term-shell \
+                    port:p5.16-yaml-syck \
+                    port:p5.16-algorithm-diff \
+                    port:p5.16-digest-hmac \
+                    port:p5.16-term-readline-gnu \
+                    port:p5.16-term-readkey
 
 patch {
-	reinplace "s|#!.*perl|#!${prefix}/bin/perl5.16|" ${worksrcpath}/shelldap
+    reinplace "s|#!.*perl|#!${prefix}/bin/perl5.16|" ${worksrcpath}/shelldap
 }
 
-use_configure		no
+use_configure       no
 
 build {
-	system "pod2man-5.16 ${worksrcpath}/shelldap ${worksrcpath}/shelldap.1"
+    system "pod2man-5.16 ${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
+    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
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160105/6cf03457/attachment.html>


More information about the macports-changes mailing list