Ticket #64816: Portfile

File Portfile, 996 bytes (added by ThomasDickey (Thomas Dickey), 2 years ago)

updated port file

Line 
1PortSystem          1.0
2
3name                luit
4version             2.0.20220111
5categories          x11
6license             X11
7platforms           darwin
8maintainers         dickey@invisible-island.net
9description         luit
10long_description    Convert terminal I/O from legacy encodings to UTF-8
11
12homepage            https://invisible-island.net/${name}/
13master_sites        https://invisible-mirror.net/archives/${name}/current/
14
15extract.suffix      .tgz
16
17checksums           sha1    6febf78223c4afd7e110e0daf8e0cd92535e783e \
18                    rmd160  82bd24c29a30d48a12ec3d91d58027f68813ffdc \
19                    sha256  6f2a424573da01e26bced5a0fb4ff2cce722eb7b4bc493242faec38920aaf985 \
20                    size    204924
21
22use_parallel_build  yes
23
24depends_build \
25        port:pkgconfig
26
27livecheck.type    regex
28livecheck.regex   ${name}-(\\d+(?:\\.\\d+)*)
29livecheck.url     https://invisible-mirror.net/archives/luit/current/?C=M&O=D
30livecheck.version ${name}-${version}${extract.suffix}