Permalink
Browse files
py-sgmlop: add modeline, adjust whitespace
- Loading branch information
Showing
with
21 additions
and
19 deletions.
-
+21
−19
python/py-sgmlop/Portfile
|
|
@@ -1,28 +1,30 @@ |
|
|
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-sgmlop |
|
|
version 1.1.1-20040207 |
|
|
revision 1 |
|
|
categories-append textproc |
|
|
license MIT |
|
|
maintainers nomaintainer |
|
|
description Optimized SGML/XML parser |
|
|
PortSystem 1.0 |
|
|
PortGroup python 1.0 |
|
|
|
|
|
name py-sgmlop |
|
|
version 1.1.1-20040207 |
|
|
revision 1 |
|
|
categories-append textproc |
|
|
license MIT |
|
|
maintainers nomaintainer |
|
|
description Optimized SGML/XML parser |
|
|
long_description \ |
|
|
The sgmlop module provides an optimized SGML/XML parser, designed as an \ |
|
|
add-on to the sgmllib/htmllib and xmllib modules shipped with Python 1.5 \ |
|
|
and later. |
|
|
The sgmlop module provides an optimized SGML/XML parser, designed as an \ |
|
|
add-on to the sgmllib/htmllib and xmllib modules shipped with Python 1.5 \ |
|
|
and later. |
|
|
|
|
|
platforms darwin |
|
|
platforms darwin |
|
|
|
|
|
homepage http://www.effbot.org/zone/sgmlop-index.htm |
|
|
master_sites http://www.effbot.org/downloads/ |
|
|
distname sgmlop-${version} |
|
|
use_zip yes |
|
|
homepage http://www.effbot.org/zone/sgmlop-index.htm |
|
|
master_sites http://www.effbot.org/downloads/ |
|
|
distname sgmlop-${version} |
|
|
use_zip yes |
|
|
|
|
|
checksums md5 be45f08ea057727d92b708dd72126e47 |
|
|
checksums md5 be45f08ea057727d92b708dd72126e47 |
|
|
|
|
|
python.versions 27 |
|
|
python.versions 27 |
|
|
|
|
|
if {${name} ne ${subport}} { |
|
|
post-destroot { |
|
|
|