[137518] trunk/dports/devel/libsigsegv/Portfile
larryv at macports.org
larryv at macports.org
Sat Jun 13 08:38:55 PDT 2015
Revision: 137518
https://trac.macports.org/changeset/137518
Author: larryv at macports.org
Date: 2015-06-13 08:38:55 -0700 (Sat, 13 Jun 2015)
Log Message:
-----------
libsigsegv: Add modeline, rearrange, reformat (#48041)
Modified Paths:
--------------
trunk/dports/devel/libsigsegv/Portfile
Modified: trunk/dports/devel/libsigsegv/Portfile
===================================================================
--- trunk/dports/devel/libsigsegv/Portfile 2015-06-13 15:38:53 UTC (rev 137517)
+++ trunk/dports/devel/libsigsegv/Portfile 2015-06-13 15:38:55 UTC (rev 137518)
@@ -1,36 +1,40 @@
+# -*- 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 libsigsegv
-version 2.9
-categories devel
-maintainers nomaintainer
-description Library for handling page faults in user mode.
-long_description libsigsegv is a library for handling page faults in user \
- mode. A page fault occurs when a program tries to access \
- to a region of memory that is currently not available. \
- Catching and handling a page fault is a useful technique \
- for implementing: pageable virtual memory, memory-mapped \
- access to persistent databases, generational garbage \
- collectors, stack overflow handlers, distributed shared \
- memory, etc.
-homepage http://libsigsegv.sourceforge.net/
-platforms darwin
-license GPL-2+
-master_sites gnu:libsigsegv
+name libsigsegv
+version 2.9
+categories devel
+platforms darwin
+license GPL-2+
+maintainers nomaintainer
-checksums sha1 b15af8522d2b94a815c0641df62343189b225363 \
- rmd160 fa733cb3ee09515be326363a0786740beb2de17c
+description Library for handling page faults in user mode.
+long_description libsigsegv is a library for handling page \
+ faults in user mode. A page fault occurs when \
+ a program tries to access to a region of memory \
+ that is currently not available. Catching and \
+ handling a page fault is a useful technique for \
+ implementing pageable virtual memory, \
+ memory-mapped access to persistent databases, \
+ generational garbage collectors, stack overflow \
+ handlers, distributed shared memory, etc.
+homepage http://libsigsegv.sourceforge.net/
-test.run yes
-test.target check
+master_sites gnu:libsigsegv
+checksums sha1 b15af8522d2b94a815c0641df62343189b225363 \
+ rmd160 fa733cb3ee09515be326363a0786740beb2de17c
-configure.args --mandir=${prefix}/share/man \
- --enable-shared
+configure.args --enable-shared \
+ --mandir=${prefix}/share/man
-post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS PORTING \
- README README.woe32 ${destroot}${prefix}/share/doc/${name}
+test.run yes
+test.target check
+
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} \
+ AUTHORS COPYING ChangeLog NEWS PORTING README README.woe32 \
+ ${destroot}${prefix}/share/doc/${name}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150613/b798cb44/attachment.html>
More information about the macports-changes
mailing list