mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.2 KiB
Tcl
37 lines
1.2 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 python 1.0
|
|
|
|
name vf-1
|
|
version 1.0.0
|
|
python.rootname VF-1
|
|
revision 0
|
|
|
|
categories net python
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers {@ryanakca debian.org:rak}
|
|
|
|
description command-line gopher client
|
|
long_description A full-featured gopher client. VF-1's features include:\
|
|
\n* Bookmarking\
|
|
\n* Configurable MIME-type handlers\
|
|
\n* Line wrapping\
|
|
\n* TLS support\
|
|
\n* visiting a queue of links (the "tour" feature)\
|
|
\n* Veronica search
|
|
|
|
homepage https://git.sr.ht/~solderpunk/VF-1
|
|
|
|
distname vf_1-${version}
|
|
|
|
checksums rmd160 461c306661c32d0e1107ebcf5daeab3590a27187 \
|
|
sha256 d8f34131e2486c90cc6e6f9f2b82181bb71ed0cab8670f149e47a240ae5e9a7f \
|
|
size 16442
|
|
|
|
python.default_version 314
|
|
|
|
depends_lib-append port:py${python.version}-chardet
|