Files
Aaron Madlon-KayandAaron Madlon-Kay 0a9437e290 golang ports: specify github.tarball_from archive in portgroup
For the main distfile only. Vendors will need a bigger, separate migration.

Ports that don't specify are set to `tarball`.
2025-03-07 07:03:15 +09:00

28 lines
1009 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 golang 1.0
go.setup github.com/timbray/topfew 2.0.0 v
revision 0
description Finds the fields (or combinations of fields) which appear \
most often in a stream of records.
long_description A program that finds records in which a certain field or \
combination of fields occurs most frequently.
categories textproc
installs_libs no
license GPL-3
maintainers {gmail.com:herby.gillot @herbygillot} \
openmaintainer
checksums rmd160 60da5b80ca6c558a0e2de4789b86c4e38b0426c9 \
sha256 89b9abe7304eb6bb50cc5b3152783e50600439955f73b6175c6db8aec75c0ac9 \
size 954693
destroot {
xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/tf
}