[140060] trunk/dports/devel/liboop/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Sep 8 03:16:43 PDT 2015


Revision: 140060
          https://trac.macports.org/changeset/140060
Author:   ryandesign at macports.org
Date:     2015-09-08 03:16:43 -0700 (Tue, 08 Sep 2015)
Log Message:
-----------
liboop: add modeline and adjust whitespace and reformat

Modified Paths:
--------------
    trunk/dports/devel/liboop/Portfile

Modified: trunk/dports/devel/liboop/Portfile
===================================================================
--- trunk/dports/devel/liboop/Portfile	2015-09-08 09:39:31 UTC (rev 140059)
+++ trunk/dports/devel/liboop/Portfile	2015-09-08 10:16:43 UTC (rev 140060)
@@ -1,26 +1,31 @@
+# -*- 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		liboop
-version		1.0
-revision	0
-description	low-level event loop management library
-long_description	\
-	Liboop is a low-level event loop management library for \
-POSIX-based operating systems. It replaces the "select() loop" and \
-allows the registration of event handlers for file and network I/O, \
-timers and signals.
+name                liboop
+version             1.0
+revision            0
+categories          devel
+platforms           darwin
+maintainers         nomaintainer
+license             LGPL-2.1+
 
-categories	devel
-license		LGPL-2.1+
-maintainers	nomaintainer
-platforms	darwin
-homepage	http://www.liboop.org/
+description         low-level event loop management library
 
-master_sites	http://download.ofb.net/liboop/
-use_bzip2	yes
-checksums	md5 88fc8decf99fd75d2af40e0a005fa0d3
+long_description    Liboop is a low-level event loop management library for \
+                    POSIX-based operating systems. It replaces the "select() \
+                    loop" and allows the registration of event handlers for \
+                    file and network I/O, timers and signals.
 
-depends_lib	lib:libreadline:readline path:lib/pkgconfig/glib-2.0.pc:glib2
-configure.args	CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
+homepage            http://www.liboop.org/
+master_sites        http://download.ofb.net/liboop/
+use_bzip2           yes
+
+checksums           md5     88fc8decf99fd75d2af40e0a005fa0d3
+
+depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    lib:libreadline:readline
+
+configure.args      CPPFLAGS="-I${prefix}/include" \
+                    LDFLAGS="-L${prefix}/lib"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150908/33114f0e/attachment.html>


More information about the macports-changes mailing list