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 cdsclient |
---|
7 | version 3.4 |
---|
8 | categories science |
---|
9 | platforms darwin |
---|
10 | maintainers saao.ac.za:tim |
---|
11 | license unknown |
---|
12 | |
---|
13 | description 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 | |
---|
16 | long_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 | |
---|
22 | homepage http://cdsarc.u-strasbg.fr/doc/cdsclient.html |
---|
23 | master_sites ftp://cdsarc.u-strasbg.fr/pub/sw/ |
---|
24 | |
---|
25 | checksums md5 7199554ac92bb0f7b8ceba63a31aec61 \ |
---|
26 | sha1 2ef2569463c906ca1a96bc0fc74348d3feb435ac \ |
---|
27 | rmd160 f33aec1908ae13574dfec8d051ddaeb7fba43f5b |
---|
28 | |
---|
29 | patchfiles patch-Makefile.in \ |
---|
30 | patch-configure |
---|
31 | |
---|
32 | livecheck.type regex |
---|
33 | livecheck.url [lindex ${master_sites} 0] |
---|
34 | livecheck.regex ${name}-(\[0-9.\]+)\\.tar |
---|