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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name xml-coreutils |
---|
7 | version 0.8.1 |
---|
8 | categories textproc xml |
---|
9 | platforms darwin |
---|
10 | license GPL-3 |
---|
11 | maintainers openmaintainer@macports.org |
---|
12 | |
---|
13 | description Command line tools for XML processing |
---|
14 | long_description The xml-coreutils are a collection of Unix/POSIX command \ |
---|
15 | line tools for processing XML files. \ |
---|
16 | The aim is to make XML processing for shell users \ |
---|
17 | exactly as easy as text processing. |
---|
18 | |
---|
19 | homepage http://xml-coreutils.sourceforge.net/ |
---|
20 | master_sites http://sourceforge.net/projects/xml-coreutils/files/ |
---|
21 | |
---|
22 | checksums md5 44eea36f296f70a35384d1c552fc5131 \ |
---|
23 | sha1 fd73b2a087ea1c630571070b1ab4ea3b40138a46 \ |
---|
24 | rmd160 d7c8bb079b7783570e4c47f98570b4cb69df1867 |
---|
25 | |
---|
26 | depends_lib port:expat \ |
---|
27 | port:ncurses \ |
---|
28 | port:slang2 |
---|
29 | |
---|