[83682] trunk/dports/devel/cscope/Portfile

mww at macports.org mww at macports.org
Thu Sep 8 23:36:17 PDT 2011


Revision: 83682
          http://trac.macports.org/changeset/83682
Author:   mww at macports.org
Date:     2011-09-08 23:36:16 -0700 (Thu, 08 Sep 2011)
Log Message:
-----------
whitespace changes only

Modified Paths:
--------------
    trunk/dports/devel/cscope/Portfile

Modified: trunk/dports/devel/cscope/Portfile
===================================================================
--- trunk/dports/devel/cscope/Portfile	2011-09-09 06:34:18 UTC (rev 83681)
+++ trunk/dports/devel/cscope/Portfile	2011-09-09 06:36:16 UTC (rev 83682)
@@ -2,36 +2,36 @@
 
 PortSystem 1.0
 
-name		cscope
-version		15.7a
-revision    1
-categories	devel
-platforms	darwin freebsd
-maintainers	mww
-description	development tool for browsing source code
-long_description	Cscope is a developer's tool for browsing source code. \
-			It has an impeccable Unix pedigree, having been \
-			originally developed at Bell Labs back in the days of \
-			the PDP-11. Cscope was part of the official AT&T Unix \
-			distribution for many years, and has been used to \
-			manage projects involving 20 million lines of code.
+name                cscope
+version             15.7a
+revision            1
+categories          devel
+platforms           darwin freebsd
+maintainers         mww
+description         development tool for browsing source code
+long_description    Cscope is a developer's tool for browsing source code. \
+                    It has an impeccable Unix pedigree, having been \
+                    originally developed at Bell Labs back in the days of \
+                    the PDP-11. Cscope was part of the official AT&T Unix \
+                    distribution for many years, and has been used to \
+                    manage projects involving 20 million lines of code.
 
-homepage	http://cscope.sourceforge.net/
-master_sites	sourceforge
+homepage            http://cscope.sourceforge.net/
+master_sites        sourceforge
 checksums           md5     da43987622ace8c36bbf14c15a350ec1 \
                     sha1    f6348694e5443769add851f97fd39365e93dc474 \
                     rmd160  8bc904f636e8e6ea4542738095183475911858f9
 
-use_bzip2	yes
+use_bzip2           yes
 
-patchfiles	patch-constants.h
+patchfiles          patch-constants.h
 
-depends_lib	port:ncurses
+depends_lib         port:ncurses
 
-configure.args	--mandir=${prefix}/share/man --with-flex --with-ncurses=${prefix}
+configure.args      --mandir=${prefix}/share/man --with-flex --with-ncurses=${prefix}
 
-post-destroot	{
-	system "strip ${destroot}${prefix}/bin/cscope"
+post-destroot    {
+    system "strip ${destroot}${prefix}/bin/cscope"
 
     # Install Emacs xcscope package
     xinstall -d ${destroot}${prefix}/share/emacs/site-lisp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110908/014e7d9d/attachment.html>


More information about the macports-changes mailing list