mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
841 B
Tcl
25 lines
841 B
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 R 1.0
|
|
|
|
# GitHub version is outdated.
|
|
R.setup cran Ironholds urltools 1.7.3
|
|
revision 2
|
|
categories-append net
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Vectorised tools for URL handling and parsing
|
|
long_description {*}${description}
|
|
checksums rmd160 4481a4e6b1a06312ea7740d9ad5877b85d3fdda7 \
|
|
sha256 6020355c1b16a9e3956674e5dea9ac5c035c8eb3eb6bbdd841a2b5528cafa313 \
|
|
size 135778
|
|
|
|
depends_lib-append port:R-Rcpp \
|
|
port:R-triebeard
|
|
|
|
depends_test-append port:R-knitr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|