Files
Joshua Root 281b029bd8 devel/[i-r]*: set github.tarball_from explicitly
In preparation for changing the default.
2025-01-15 17:17:44 +11:00

28 lines
1.1 KiB
Tcl
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# -*- 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 cmake 1.0
PortGroup github 1.0
PortGroup boost 1.0
github.setup ruediger libbert d813e7832552a3623fbdb40e7bdfff07cf5343b8
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version 20131017
revision 3
categories devel
maintainers nomaintainer
license zlib
description LibBERT is a BERT (Binary ERlang Term) library for C++ and C.
long_description BERT is a format for encoding binary data. You can think of it as JSON \
for binary formats. BERT is based on Erlangs External Format. \
bert.h is the C API (you need to link -lbert_capi!). \
bert.hpp is the C++ API (header only).
checksums rmd160 12d837320d49bac972a62cbd102718cb4cb46e0d \
sha256 01a1e83db33a6ecdc07f260910eda8b1a9faa3dddd822fdbe479530b639696b8
cmake.out_of_source yes