[23845] trunk/dports/textproc/source-highlight/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 10 19:19:55 PDT 2007


Revision: 23845
          http://trac.macosforge.org/projects/macports/changeset/23845
Author:   pipping at macports.org
Date:     2007-04-10 19:19:55 -0700 (Tue, 10 Apr 2007)

Log Message:
-----------
 * untabify

Modified Paths:
--------------
    trunk/dports/textproc/source-highlight/Portfile

Modified: trunk/dports/textproc/source-highlight/Portfile
===================================================================
--- trunk/dports/textproc/source-highlight/Portfile	2007-04-11 02:08:12 UTC (rev 23844)
+++ trunk/dports/textproc/source-highlight/Portfile	2007-04-11 02:19:55 UTC (rev 23845)
@@ -1,29 +1,28 @@
 # $Id$
 
 PortSystem 1.0
-name             source-highlight
-version          2.6
-categories       textproc devel
-maintainers      pipping at macports.org
-description      source-code syntax highlighter
+name            source-highlight
+version         2.6
+categories      textproc devel
+maintainers     pipping at macports.org
+description     source-code syntax highlighter
 long_description \
-	This program, given a source file, produces a document with \
-	syntax highlighting. At the moment this package can handle Java, \
-	Javascript, C/C++, Prolog, Perl, Php3, Python, Flex, ChangeLog, \
-	SQL, Tcl, bibtex, LaTeX, \
-	Ruby, Lua, Caml, Sml, Log as source languages, and HTML, XHTML, \
-	ANSI color escape sequences as output formats.
+    This program, given a source file, produces a document with syntax      \
+    highlighting. At the moment this package can handle Java, Javascript,   \
+    C/C++, Prolog, Perl, Php3, Python, Flex, ChangeLog, SQL, Tcl, bibtex,   \
+    LaTeX, Ruby, Lua, Caml, Sml, Log as source languages, and HTML, XHTML,  \
+    ANSI color escape sequences as output formats.
 
-homepage         http://www.gnu.org/software/src-highlite/
-platforms        darwin
-master_sites     gnu:src-highlite
-checksums        md5 f36f813a0e5e2a55e9f8050a65dbc594 \
-                 sha1 ae23b07595f40815708dc5e271517d0450664462 \
-                 rmd160 cca6bc31921d544053a59f67c02dd8eb67e6c777
+homepage        http://www.gnu.org/software/src-highlite/
+platforms       darwin
+master_sites    gnu:src-highlite
+checksums \
+    md5 f36f813a0e5e2a55e9f8050a65dbc594 \
+    sha1 ae23b07595f40815708dc5e271517d0450664462 \
+    rmd160 cca6bc31921d544053a59f67c02dd8eb67e6c777
 
-depends_lib      port:boost
-
-configure.env    CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
+configure.env   CPPFLAGS=-I${prefix}/include \
+                LDFLAGS=-L${prefix}/lib
 configure.args   --infodir=${prefix}/share/info \
                  --mandir=${prefix}/share/man
 
@@ -31,10 +30,11 @@
 # via MacPorts solves this issue, gsed's executable needs to go by the name
 # sed, though, which is currently not possible.
 # 
-# test.run         yes
-# test.target      check
+# test.run        yes
+# test.target     check
 
-livecheck.check	regex
-livecheck.url	http://ftp.gnu.org/gnu/src-highlite/?M=D
-livecheck.regex	source-highlight-(\[0-9\.]+)\\.
+depends_lib     port:boost
 
+livecheck.check regex
+livecheck.url   http://ftp.gnu.org/gnu/src-highlite/?M=D
+livecheck.regex source-highlight-(\[0-9\.]+)\\.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070410/7dccad70/attachment.html


More information about the macports-changes mailing list