You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
00add8495d
In preparation for changing the default.
31 lines
1.1 KiB
Tcl
31 lines
1.1 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
|
|
PortGroup github 1.0
|
|
PortGroup haskell_stack 1.0
|
|
|
|
github.setup BurntSushi erd 0.2.2 v
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
revision 0
|
|
|
|
checksums rmd160 5ae9f94cbd1a00d5f0c90414c91f6683c6f20775 \
|
|
sha256 4bd428e147842b8b6d119f879e1562d9432d38ba3ed04439a59d051021c90337 \
|
|
size 203791
|
|
|
|
categories textproc graphics haskell
|
|
license public-domain
|
|
maintainers {amake @amake} openmaintainer
|
|
|
|
description Entity-relationship diagram generator
|
|
long_description \
|
|
This utility takes a plain text description of entities, their attributes \
|
|
and the relationships between entities and produces a visual diagram \
|
|
modeling the description.
|
|
|
|
depends_run-append path:bin/dot:graphviz
|
|
|
|
test.run yes
|
|
|
|
github.livecheck.regex {([0-9.]+)}
|