[69358] trunk/dports/graphics/fig2ps/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Jul 2 07:44:03 PDT 2010


Revision: 69358
          http://trac.macports.org/changeset/69358
Author:   ryandesign at macports.org
Date:     2010-07-02 07:43:58 -0700 (Fri, 02 Jul 2010)
Log Message:
-----------
fig2ps: add modeline and change indentation to match; see #25477

Modified Paths:
--------------
    trunk/dports/graphics/fig2ps/Portfile

Modified: trunk/dports/graphics/fig2ps/Portfile
===================================================================
--- trunk/dports/graphics/fig2ps/Portfile	2010-07-02 14:11:01 UTC (rev 69357)
+++ trunk/dports/graphics/fig2ps/Portfile	2010-07-02 14:43:58 UTC (rev 69358)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -13,21 +14,20 @@
 
 description             converts xfig files to PostScript or PDF, processing text with LaTeX
 
-long_description \
-		 fig2ps is a perl script which converts xfig files to PostScript or\
-		 PDF, processing text with LaTeX. Its primary aim is to produce\
-		 documents (such as articles) with a high quality, in which the\
-		 pictures are seamlessly integrated with the text (notably, the font in\
-		 the figures is exactly the same as in the text).
+long_description        fig2ps is a perl script which converts xfig files to \
+                        PostScript or PDF, processing text with LaTeX. Its \
+                        primary aim is to produce documents (such as articles) \
+                        with a high quality, in which the pictures are \
+                        seamlessly integrated with the text (notably, the font \
+                        in the figures is exactly the same as in the text).
 
-checksums \
-    md5 ad8156d5177d76bbfb9b84ea3f403453 \
-    sha1 6184054e3ed8b460db0f15f07400c66d8dbd7254
+checksums               md5 ad8156d5177d76bbfb9b84ea3f403453 \
+                        sha1 6184054e3ed8b460db0f15f07400c66d8dbd7254
 
-depends_run	path:bin/perl:perl5 \
-		port:ghostscript \
-		port:transfig \
-		bin:latex:texlive
+depends_run             path:bin/perl:perl5 \
+                        port:ghostscript \
+                        port:transfig \
+                        bin:latex:texlive
 
 post-extract {
     reinplace "s|\$(DESTDIR)/usr|${destroot}${prefix}|" ${worksrcpath}/Makefile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100702/ad78d528/attachment.html>


More information about the macports-changes mailing list