# -*- 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 texlive 1.0 name texlive-tlpdb version 2024.70613 categories tex maintainers {dports @drkp} description TeX Live package database (for scripts) long_description This port provides the TeX Live package database \ to support scripts such as texdoc that require it homepage http://www.tug.org/texlive/ platforms any supported_archs noarch license Permissive master_sites https://www.ambulatoryclam.net/texlive/ \ https://alpaca.cs.washington.edu/texlive/ \ https://giraffe.cs.washington.edu/texlive/ use_xz yes checksums rmd160 aeb99397ab618675a9052204ee510ded1bd83cc7 \ sha256 1c8bcd366ee30082343c7bac298fc43ee15b31e29524d26925d1a6d48835d1e4 \ size 1486880 livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[\\d-\]+(?:\\.\\d+)?)\\.tar use_configure no build { } destroot { xinstall -d ${destroot}${prefix}/share/tlpkg xinstall ${worksrcpath}/texlive.tlpdb ${destroot}${prefix}/share/tlpkg } livecheck.type none