mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Fixes: https://trac.macports.org/ticket/73366 See: https://github.com/nevdelap/ned/issues/99
60 lines
3.1 KiB
Tcl
60 lines
3.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 cargo 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup nevdelap ned 1.3.3 release.
|
|
github.tarball_from archive
|
|
revision 0
|
|
epoch 1
|
|
|
|
description \
|
|
${name} is like grep and ripgrep, but with powerful replace capabilities, \
|
|
but more powerful than sed, as it isn't restricted to line oriented \
|
|
editing.
|
|
|
|
long_description {*}${description}
|
|
|
|
checksums ${distname}${extract.suffix} \
|
|
rmd160 e538b6f10db8a3b92683bf8b5043335ba2a09213 \
|
|
sha256 2d08b49fcdfe32cc36064fb166e45aa25b8330595ac6f6e392827be82b9c701e \
|
|
size 198094
|
|
|
|
categories textproc
|
|
installs_libs no
|
|
license GPL-3
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
|
openmaintainer
|
|
|
|
destroot {
|
|
xinstall -m 0755 \
|
|
${worksrcpath}/target/[cargo.rust_platform]/release/${name} \
|
|
${destroot}${prefix}/bin/
|
|
|
|
xinstall -d ${destroot}${prefix}/share/man/man1
|
|
|
|
xinstall -m 0444 \
|
|
${worksrcpath}/man/${name}.1 \
|
|
${destroot}${prefix}/share/man/man1/
|
|
}
|
|
|
|
cargo.crates \
|
|
aho-corasick 1.1.3 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 \
|
|
ansi_term 0.12.1 d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 \
|
|
getopts 0.2.21 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 \
|
|
glob 0.3.0 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 \
|
|
libc 0.2.109 f98a04dce437184842841303488f70d0188c5f51437d2a834dc097eafa909a01 \
|
|
memchr 2.7.4 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 \
|
|
regex 1.10.6 4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619 \
|
|
regex-automata 0.4.7 38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df \
|
|
regex-syntax 0.8.4 7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b \
|
|
same-file 1.0.6 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 \
|
|
time 0.3.5 41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad \
|
|
unicode-width 0.1.9 3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973 \
|
|
walkdir 2.5.0 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b \
|
|
winapi 0.3.9 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 \
|
|
winapi-i686-pc-windows-gnu 0.4.0 ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 \
|
|
winapi-util 0.1.5 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 \
|
|
winapi-x86_64-pc-windows-gnu 0.4.0 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f
|