Ticket #22985: Portfile

File Portfile, 1.3 KB (added by tim@…, 14 years ago)

portfile for cdsclient

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               cdsclient
7version            3.4
8categories         science
9platforms          darwin
10maintainers        saao.ac.za:tim
11license            unknown
12
13description        The cdsclient package is a set of C and csh routines \
14    for querying databases located at CDS or on mirrors over the network
15
16long_description   The cdsclient package provides a set of tools for \
17    querying various online astronomical databases.  Two generic query \
18    tools are provided: vizquery and find_cats.  Various other programs \
19    and scripts are provided for easy access to specific catalogs or \
20    databases.
21
22homepage           http://cdsarc.u-strasbg.fr/doc/cdsclient.html
23master_sites       ftp://cdsarc.u-strasbg.fr/pub/sw/
24
25checksums          md5 7199554ac92bb0f7b8ceba63a31aec61 \
26                   sha1 2ef2569463c906ca1a96bc0fc74348d3feb435ac \
27                   rmd160 f33aec1908ae13574dfec8d051ddaeb7fba43f5b
28
29patchfiles         patch-Makefile.in \
30                   patch-configure
31
32livecheck.type     regex
33livecheck.url      [lindex ${master_sites} 0]
34livecheck.regex    ${name}-(\[0-9.\]+)\\.tar