You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.1 KiB
Tcl
34 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 muniversal 1.0
|
|
PortGroup legacysupport 1.1
|
|
|
|
# stpncpy
|
|
legacysupport.newest_darwin_requires_legacy 10
|
|
|
|
name dash
|
|
version 0.5.13.3
|
|
revision 0
|
|
|
|
categories shells
|
|
license GPL-2+
|
|
maintainers {@Synss gmail.com:Mathias.Laurin+macports} openmaintainer
|
|
description descendant of the NetBSD version of ash
|
|
long_description DASH is a direct descendant of the NetBSD version of ash \
|
|
(the Almquist SHell) and is POSIX compliant.
|
|
|
|
homepage http://gondor.apana.org.au/~herbert/dash
|
|
|
|
configure.checks.implicit_function_declaration.whitelist-append strchr
|
|
|
|
master_sites http://gondor.apana.org.au/~herbert/dash/files
|
|
|
|
checksums rmd160 059d4535d7ecbe0912a7db2d2999be73c09b4eb2 \
|
|
sha256 a83727c1299ac4c3d9d43979393b3a4eb00275d5636ae02526e7979d51d6fbd1 \
|
|
size 261024
|
|
|
|
depends_lib port:libedit
|
|
|
|
configure.args --with-libedit
|