# $Id: Portfile 89050 2012-01-18 21:44:45Z ram@macports.org $

PortSystem    1.0

name          match
version       0.14
categories    science
platforms     darwin
maintainers   ram

description   match, a program for matching star lists
long_description \
  This program is designed to match up items in two different lists, \
  which may have two different systems of coordinates. The program \
  allows the two sets of coordinates to be related by a linear, \
  quadratic, or cubic transformation.

homepage      http://spiff.rit.edu/match/
master_sites  ${homepage}

checksums     md5 2f74c97ee3fd465f77d1a5bb3a2b0488 \
              sha1 b6558811029ae3e9166213fff57bc6374d6e053a \
              rmd160 250dae9f0a818de42cf86f213f83ce6a35751b9a

livecheck.type   regex
livecheck.url    ${master_sites}
livecheck.regex  {The current version is match (\d+(?:\.\d+)*)}
