[88584] trunk/dports/sysutils/groff/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jan 4 14:41:42 PST 2012


Revision: 88584
          http://trac.macports.org/changeset/88584
Author:   ryandesign at macports.org
Date:     2012-01-04 14:41:42 -0800 (Wed, 04 Jan 2012)
Log Message:
-----------
groff: whitespace / formatting changes; add modeline

Modified Paths:
--------------
    trunk/dports/sysutils/groff/Portfile

Modified: trunk/dports/sysutils/groff/Portfile
===================================================================
--- trunk/dports/sysutils/groff/Portfile	2012-01-04 20:47:39 UTC (rev 88583)
+++ trunk/dports/sysutils/groff/Portfile	2012-01-04 22:41:42 UTC (rev 88584)
@@ -1,32 +1,38 @@
+# -*- 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             groff
-version          1.21
-revision         1
-categories       sysutils textproc
-license          GPL-3+
-maintainers      nomaintainer
-description      GNU Troff (Groff)
-long_description \
-   The groff (GNU Troff) software is a typesetting package which \
-   reads plain text mixed with formatting commands and produces \
-   formatted output. Groff now supports HTML.
-homepage         http://www.gnu.org/software/groff/
-platforms        darwin
-master_sites     gnu
-checksums        sha1    a513aca4a7530a6e63325addd6ba2d282c8f1608 \
-                 rmd160  d050f886291a53ea46875887e5641e510e1aecf6
+name                groff
+version             1.21
+revision            1
+categories          sysutils textproc
+platforms           darwin
+maintainers         nomaintainer
+license             GPL-3+
 
-patchfiles       patch-Makefile.in.diff
+description         GNU Troff (Groff)
 
-configure.args   --infodir=${prefix}/share/info \
-                 --mandir=${prefix}/share/man \
-                 --without-x
+long_description    The groff (GNU Troff) software is a typesetting package \
+                    which reads plain text mixed with formatting commands and \
+                    produces formatted output. Groff now supports HTML.
 
+homepage            http://www.gnu.org/software/groff/
+master_sites        gnu
+
+checksums           sha1    a513aca4a7530a6e63325addd6ba2d282c8f1608 \
+                    rmd160  d050f886291a53ea46875887e5641e510e1aecf6
+
+patchfiles          patch-Makefile.in.diff
+
+configure.args      --infodir=${prefix}/share/info \
+                    --mandir=${prefix}/share/man \
+                    --without-x
+
 # README file lists the following as dependencies:
-depends_lib-append port:ghostscript port:psutils port:netpbm
+depends_lib-append  port:ghostscript \
+                    port:psutils \
+                    port:netpbm
 
 post-destroot {
     delete ${destroot}${prefix}/lib/charset.alias
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120104/5c4af951/attachment.html>


More information about the macports-changes mailing list