Ticket #31836: Portfile

File Portfile, 1.1 KB (added by yenwenchieh@…, 13 years ago)
Line 
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
4PortSystem          1.0
5
6name                xml-coreutils
7version             0.8.1
8categories          textproc xml
9platforms           darwin
10license             GPL-3
11maintainers         openmaintainer@macports.org
12
13description         Command line tools for XML processing
14long_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
19homepage            http://xml-coreutils.sourceforge.net/
20master_sites        http://sourceforge.net/projects/xml-coreutils/files/
21
22checksums           md5 44eea36f296f70a35384d1c552fc5131 \
23                    sha1 fd73b2a087ea1c630571070b1ab4ea3b40138a46 \
24                    rmd160 d7c8bb079b7783570e4c47f98570b4cb69df1867
25
26depends_lib         port:expat  \
27                    port:ncurses \
28                    port:slang2
29