[119786] trunk/dports/textproc/libots/Portfile

mf2k at macports.org mf2k at macports.org
Tue May 6 13:37:52 PDT 2014


Revision: 119786
          https://trac.macports.org/changeset/119786
Author:   mf2k at macports.org
Date:     2014-05-06 13:37:52 -0700 (Tue, 06 May 2014)
Log Message:
-----------
libots: Add and conform to mode line. De-tab. Use modern checksums. whitespace. reformat like other ports.

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

Modified: trunk/dports/textproc/libots/Portfile
===================================================================
--- trunk/dports/textproc/libots/Portfile	2014-05-06 20:32:32 UTC (rev 119785)
+++ trunk/dports/textproc/libots/Portfile	2014-05-06 20:37:52 UTC (rev 119786)
@@ -1,38 +1,42 @@
+# -*- 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		libots
-version		0.5.0
-description	Open Text Summarizer
-long_description	OTS is both a library and a command line tool. \
-Word processors such as AbiWord and KWord can link \
-to the library and summarize documents while the \
-command line tool lets you summarize text on the \
-console. The program can either print the summarized \
-text as text or HTML. If HTML, the important sentences \
-are highlighted. The program is multi lingual and \
-works with UTF-8 encoding.
-
-maintainers	gmail.com:cedstrom openmaintainer
-categories	textproc
-platforms	darwin
-homepage	http://libots.sourceforge.net/
-master_sites	sourceforge
-distname	ots-${version}
+name                libots
+version             0.5.0
+categories          textproc
+platforms           darwin
+maintainers         gmail.com:cedstrom openmaintainer
 license             GPL
 
-checksums	md5     1e140a4bf9d720b4339a5c2bdf4976e8 \
-		sha1    4468bc06470734848c2369a37c84f76ca4ac3f9a \
-		rmd160  e413267fc81ab9bf3da5f3787757ce20c7e0304e
+description         Open Text Summarizer
+long_description    OTS is both a library and a command line tool. \
+                    Word processors such as AbiWord and KWord can link \
+                    to the library and summarize documents while the \
+                    command line tool lets you summarize text on the \
+                    console. The program can either print the summarized \
+                    text as text or HTML. If HTML, the important sentences \
+                    are highlighted. The program is multi lingual and \
+                    works with UTF-8 encoding.
 
+homepage            http://libots.sourceforge.net/
+master_sites        sourceforge
+distname            ots-${version}
+
+checksums           rmd160  e413267fc81ab9bf3da5f3787757ce20c7e0304e \
+                    sha256  ea908d22256166d1200fef55a82dd3ea8e096a249eaaf0b926f3577f1a63e137
+
 patchfiles          patch-configure.in.diff
 
-depends_build	port:pkgconfig
-depends_lib		path:lib/pkgconfig/glib-2.0.pc:glib2 port:libxml2 port:popt
+depends_build       port:pkgconfig
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:libxml2 \
+                    port:popt
 
+use_autoreconf      yes
+use_parallel_build  no
+
 pre-configure {
     touch ${worksrcpath}/gtk-doc.make
 }
-use_autoreconf	yes
-use_parallel_build	no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140506/7a6d634c/attachment.html>


More information about the macports-changes mailing list