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 natsort |
---|
7 | version 1.0.5 |
---|
8 | categories sysutils |
---|
9 | maintainers nmurray |
---|
10 | description Martin Pool's Natural Order String Comparison Sorting Utility |
---|
11 | long_description natsort is a natural order string comparison sorting utility. Written by Martin Pool. |
---|
12 | homepage http://sourcefrog.net/projects/natsort/ |
---|
13 | platforms darwin |
---|
14 | master_sites sourceforge |
---|
15 | # master_sites http://localhost/experiments/ports/natsort/releases/ |
---|
16 | |
---|
17 | checksums md5 1bc2d32c9c95595f3b67165ee370dade \ |
---|
18 | sha1 3843dd1dbb0c7f1c593f99c6706907d3d363b655 |
---|
19 | |
---|
20 | use_configure no |
---|
21 | destroot.args BINDIR=${destroot}${prefix}/bin |
---|