Commits

reneeotten authored and Frank Schima committed adc4b7fde2d
py-mongoose: add modeline, adjust whitespace
No tags

python/py-mongoose/Portfile

Modified
1 -PortSystem 1.0
2 -PortGroup python 1.0
1 +# -*- 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
3 2
4 -name py-mongoose
5 -version 0.1
6 -revision 1
7 -categories-append devel
8 -license LGPL-2.1+
9 -platforms darwin
10 -supported_archs noarch
11 -maintainers nomaintainer
12 -description advanced python exception handler
13 -long_description Mongoose catches runaway Pythons. It provides a \
14 - graceful exit and report when an uncaught Python \
15 - exception occurs in deployed production or beta \
16 - software, catches and reports otherwise unhandled \
17 - Python exceptions in a helpful and extensible manner, \
18 - automatically generates an unique Mongoose Incident \
19 - Identifier to help you track the same bug across \
20 - multiple computers.
3 +PortSystem 1.0
4 +PortGroup python 1.0
21 5
22 -homepage http://themongoose.sourceforge.net/
23 -master_sites sourceforge:themongoose
24 -distname mongoose-${version}
25 -checksums md5 0dcd92b57626d6ee67d96b6132e713c5
26 -use_bzip2 yes
6 +name py-mongoose
7 +version 0.1
8 +revision 1
9 +categories-append devel
10 +license LGPL-2.1+
11 +platforms darwin
12 +supported_archs noarch
13 +maintainers nomaintainer
14 +description advanced python exception handler
15 +long_description Mongoose catches runaway Pythons. It provides a \
16 + graceful exit and report when an uncaught Python \
17 + exception occurs in deployed production or beta \
18 + software, catches and reports otherwise unhandled \
19 + Python exceptions in a helpful and extensible manner, \
20 + automatically generates an unique Mongoose Incident \
21 + Identifier to help you track the same bug across \
22 + multiple computers.
27 23
28 -python.versions 27
24 +homepage http://themongoose.sourceforge.net/
25 +master_sites sourceforge:themongoose
26 +distname mongoose-${version}
27 +checksums md5 0dcd92b57626d6ee67d96b6132e713c5
28 +use_bzip2 yes
29 +
30 +python.versions 27
29 31
30 32 if {${name} ne ${subport}} {
31 - post-destroot {
33 + post-destroot {
32 34 xinstall -m 644 -W ${worksrcpath} README \
33 35 ${destroot}${prefix}/share/doc/${subport}
34 36 }
35 37 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut