Skip to content
Permalink
Browse files

py-reverend: add modeline, adjust whitespace

  • Loading branch information
reneeotten committed Apr 6, 2019
1 parent 1cdd493 commit 4339abdea958cbb6ae0e4a5f6edfc023c6f9987b
Showing with 20 additions and 18 deletions.
  1. +20 −18 python/py-reverend/Portfile
@@ -1,26 +1,28 @@
PortSystem 1.0
PortGroup python 1.0
# -*- 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

name py-reverend
version 0.2.4
revision 1
categories-append textproc
license LGPL-2.1
platforms darwin
supported_archs noarch
maintainers nomaintainer
description Reverend is a general purpose Bayesian classifier.
long_description ${description}
PortSystem 1.0
PortGroup python 1.0

homepage http://www.divmod.org/Home/Projects/Reverend/
master_sites sourceforge:reverend
distname Reverend-${version}
checksums md5 ad257e5471e730dbcd35cd8ada440732
name py-reverend
version 0.2.4
revision 1
categories-append textproc
license LGPL-2.1
platforms darwin
supported_archs noarch
maintainers nomaintainer
description Reverend is a general purpose Bayesian classifier.
long_description ${description}

python.versions 27
homepage http://www.divmod.org/Home/Projects/Reverend/
master_sites sourceforge:reverend
distname Reverend-${version}
checksums md5 ad257e5471e730dbcd35cd8ada440732

python.versions 27

if {${name} ne ${subport}} {
post-destroot {
post-destroot {
xinstall -m 644 -W ${worksrcpath} README.txt changelog.txt \
${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 -W ${worksrcpath}/examples emailtrainer.py readme.txt \

0 comments on commit 4339abd

Please sign in to comment.
You can’t perform that action at this time.