mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
833 B
Tcl
24 lines
833 B
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
|
|
PortGroup bitbucket 1.0
|
|
PortGroup cmake 1.1
|
|
|
|
bitbucket.setup kesterlester hist 1.1.1 macports-v-
|
|
|
|
checksums rmd160 592c6901ff74e45714ad0ce9081d3c6ce48fe972 \
|
|
sha256 bc7c813687c23d39f4661b3e4d722954cae96274a3b19361be296db52d36e7fd \
|
|
size 72197
|
|
|
|
categories math science
|
|
maintainers {jonesc @cjones051073} openmaintainer
|
|
license MIT
|
|
|
|
description Histogramming from standard input
|
|
long_description ${description}
|
|
|
|
compiler.cxx_standard 2011
|
|
|
|
depends_lib-append path:lib/pkgconfig/cairo.pc:cairo \
|
|
port:xorg-libX11
|