[136399] trunk/dports/net/libsmi/Portfile

larryv at macports.org larryv at macports.org
Fri May 15 18:01:47 PDT 2015


Revision: 136399
          https://trac.macports.org/changeset/136399
Author:   larryv at macports.org
Date:     2015-05-15 18:01:46 -0700 (Fri, 15 May 2015)
Log Message:
-----------
libsmi: Add modeline, rearrange, reformat (#47423)

Modified Paths:
--------------
    trunk/dports/net/libsmi/Portfile

Modified: trunk/dports/net/libsmi/Portfile
===================================================================
--- trunk/dports/net/libsmi/Portfile	2015-05-15 22:46:22 UTC (rev 136398)
+++ trunk/dports/net/libsmi/Portfile	2015-05-16 01:01:46 UTC (rev 136399)
@@ -1,36 +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		libsmi
-version		0.4.8
-categories	net
-platforms	darwin
-license         Permissive
-maintainers	nomaintainer
-description	Library to Access SMI MIB Information
+name                libsmi
+version             0.4.8
+categories          net
+platforms           darwin
+license             Permissive
+maintainers         nomaintainer
+
+description         Library to Access SMI MIB Information
 long_description    The core of the libsmi distribution is a library \
-        that allows management applications to access SMI MIB module \
-        definitions. On top of this library, there are tools to check, \
-        analyze dump, convert, and compare MIB definitions. Finally, the \
-        distribution contains a steadily maintained and revised archive of \
-        all IETF and IANA maintained standard MIB and PIB modules. \
-        The library is internally divided into two layers. The upper layers \
-        represent the API to applications that make use of libsmi. \
-        Furthermore, the upper layer holds the MIB information in common \
-        internal data structures. The lower layer contains the drivers that \
-        implement the access to persistent MIB module repositories. \
-        Currently drivers for SMIv1/v2 MIB module files and for SPPI PIB \
-        module files exist. A driver for an early draft of SMIng is also \
-        present.
-homepage	http://www.ibr.cs.tu-bs.de/projects/libsmi/
-master_sites	ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/
-configure.args	--mandir=${prefix}/share/man
+                    that allows management applications to access SMI \
+                    MIB module definitions. On top of this library, \
+                    there are tools to check, analyze dump, convert, \
+                    and compare MIB definitions. Finally, the \
+                    distribution contains a steadily maintained and \
+                    revised archive of all IETF and IANA maintained \
+                    standard MIB and PIB modules. The library is \
+                    internally divided into two layers. The upper \
+                    layers represent the API to applications that make \
+                    use of libsmi. Furthermore, the upper layer holds \
+                    the MIB information in common internal data \
+                    structures. The lower layer contains the drivers \
+                    that implement the access to persistent MIB module \
+                    repositories. Currently drivers for SMIv1/v2 MIB \
+                    module files and for SPPI PIB module files exist. \
+                    A driver for an early draft of SMIng is also present.
+homepage            http://www.ibr.cs.tu-bs.de/projects/libsmi
+
+master_sites        ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi
 checksums           md5     760b6b1070738158708649ed2c63425e \
                     sha1    77c512ccbdd29667d152398b0dcde533aed57b49 \
                     rmd160  66fbe0e0128c4134cce386aaf754a48bb2d2580e
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
+configure.args      --mandir=${prefix}/share/man
 
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150515/02b778db/attachment.html>


More information about the macports-changes mailing list