[127372] trunk/dports/textproc/bibledit/Portfile

devans at macports.org devans at macports.org
Sun Oct 26 06:39:04 PDT 2014


Revision: 127372
          https://trac.macports.org/changeset/127372
Author:   devans at macports.org
Date:     2014-10-26 06:39:04 -0700 (Sun, 26 Oct 2014)
Log Message:
-----------
bibledit: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/textproc/bibledit/Portfile

Modified: trunk/dports/textproc/bibledit/Portfile
===================================================================
--- trunk/dports/textproc/bibledit/Portfile	2014-10-26 13:36:31 UTC (rev 127371)
+++ trunk/dports/textproc/bibledit/Portfile	2014-10-26 13:39:04 UTC (rev 127372)
@@ -1,43 +1,46 @@
+# -*- 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              bibledit
-version           4.8
-revision          1
-categories        textproc
-license           GPL-3+
-maintainers       nomaintainer
-platforms         darwin
+name                bibledit
+version             4.8
+revision            1
+categories          textproc
+license             GPL-3+
+maintainers         nomaintainer
+platforms           darwin
 
-description       A USFM text editor for Bible translators using Linux and Mac OS X.
+description         A USFM text editor for Bible translators using Linux and Mac OS X.
 
-long_description  Bibledit is a USFM text editor that works in Linux or Mac OS X \
-		  for Bible translators to create Bible text. It is unique in that \
-		  it is organized in two distinct hierarchies. One, it has sections \
-		  and paragraphs, like any other text. Second, it is made up of \
-		  books that contain chapters that contain verses.
+long_description    Bibledit is a USFM text editor that works in Linux or Mac OS X \
+                    for Bible translators to create Bible text. It is unique in that \
+                    it is organized in two distinct hierarchies. One, it has sections \
+                    and paragraphs, like any other text. Second, it is made up of \
+                    books that contain chapters that contain verses.
 
-homepage          http://www.nongnu.org/bibledit/
-master_sites	  http://download.savannah.gnu.org/releases/bibledit/source/gtk/ \
-                  http://download-mirror.savannah.gnu.org/releases/bibledit/source/gtk/
+homepage            http://www.nongnu.org/bibledit/
+master_sites        http://download.savannah.gnu.org/releases/bibledit/source/gtk/ \
+                    http://download-mirror.savannah.gnu.org/releases/bibledit/source/gtk/
 
-checksums 	md5 e509449e52142757c2c75af124847941 \
-                rmd160 02e628f018d075cc72ff5c2bf8fb0989e2dc63cc
+checksums           md5 e509449e52142757c2c75af124847941 \
+                    rmd160 02e628f018d075cc72ff5c2bf8fb0989e2dc63cc
 
-depends_build	port:pkgconfig bin:merge:rcs
-depends_lib	port:gtk2  \
-		port:sqlite3 \
-		port:git \
-		port:enchant \
-		port:nspr \
-		port:gtksourceview2 \
-		port:libsoup \
-		path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk
+depends_build       port:pkgconfig \
+                    bin:merge:rcs
 
-distname                        ${name}-gtk-${version}
-worksrcdir                      ${name}-gtk-${version}
+depends_lib         port:gtk2  \
+                    port:sqlite3 \
+                    port:git \
+                    port:enchant \
+                    port:nspr \
+                    port:gtksourceview2 \
+                    port:libsoup \
+                    path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk
 
+distname            ${name}-gtk-${version}
+worksrcdir          ${name}-gtk-${version}
+
 platform darwin {
     if {${configure.cxx_stdlib} eq "libstdc++"} {
        depends_lib-delete path:lib/pkgconfig/webkit-1.0.pc:webkit-gtk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141026/31963449/attachment.html>


More information about the macports-changes mailing list