mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.2 KiB
Tcl
33 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 cmake 1.1
|
|
|
|
name uchardet
|
|
version 0.0.8
|
|
categories textproc
|
|
platforms darwin
|
|
maintainers {amake @amake} openmaintainer
|
|
license {MPL-1.1 GPL-2+ LGPL-2.1+}
|
|
|
|
description A text encoding detector library and tool
|
|
|
|
long_description uchardet is an encoding detector library and \
|
|
command-line tool which takes a sequence of bytes \
|
|
in an unknown character encoding without any \
|
|
additional information, and attempts to determine \
|
|
the encoding of the text. Returned encoding names \
|
|
are iconv-compatible.
|
|
|
|
homepage https://www.freedesktop.org/wiki/Software/uchardet/
|
|
master_sites https://www.freedesktop.org/software/uchardet/releases/
|
|
|
|
use_xz yes
|
|
|
|
# uses gnu++11
|
|
compiler.cxx_standard 2011
|
|
|
|
checksums rmd160 1892d2798ab661228f3bd8cbe4b7eb49ee125572 \
|
|
sha256 e97a60cfc00a1c147a674b097bb1422abd9fa78a2d9ce3f3fdcc2e78a34ac5f0 \
|
|
size 222648
|