You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
|
|
name cdsclient
|
|
version 3.84
|
|
categories science databases net
|
|
maintainers nomaintainer
|
|
license GPL
|
|
|
|
description tools for querying various online astronomical databases
|
|
|
|
long_description The cdsclient package provides a set of tools for \
|
|
querying various online astronomical databases. Two generic query \
|
|
tools are provided: vizquery and find_cats. Various other programs \
|
|
and scripts are provided for easy access to specific catalogs or \
|
|
databases.
|
|
|
|
homepage http://cdsarc.u-strasbg.fr/doc/cdsclient.html
|
|
master_sites http://cdsarc.u-strasbg.fr/ftp/pub/sw/ \
|
|
ftp://cdsarc.u-strasbg.fr/pub/sw/
|
|
|
|
checksums rmd160 1bed0b7b0affed22baf34d9176f27056e2580772 \
|
|
sha256 09eb633011461b9261b923e1d0db69d3591d376b447f316eb1994aaea8919700 \
|
|
size 119585
|
|
|
|
depends_run port:wget
|
|
|
|
patchfiles patch-Makefile.in \
|
|
patch-configure
|
|
|
|
universal_variant no
|
|
|
|
livecheck.type regex
|
|
livecheck.url [lindex ${master_sites} 0]
|
|
livecheck.regex ${name}-(\[0-9.\]+)\\.tar
|