Files
2021-11-25 14:14:21 -06:00

45 lines
1.6 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
name libxml
version 1.8.17
revision 1
checksums rmd160 3d01879e6e5a38f4453d009ea8bd2d2fc9e86bcc \
sha256 bffd3178dec8d75e2cfe05f4a4c36319c8fd3206209e32ef84e1a7c5173a86ed \
size 996351
set branch [join [lrange [split ${version} .] 0 1] .]
categories textproc
platforms darwin
license LGPL
maintainers nomaintainer
description XML parsing library
long_description Libxml is the XML C library developed for the \
Gnome project. XML itself is a metalanguage to \
design markup languages, i.e. text language where \
semantic and structure are added to the content \
using extra \"markup\" information enclosed \
between angle brackets. HTML is the most \
well-known markup language. Though the library is \
written in C a variety of language bindings make \
it available in other environments.
homepage http://xmlsoft.org/
master_sites gnome:sources/${name}/${branch}
depends_lib port:zlib
patchfiles patches \
implicit.patch
use_autoreconf yes
autoreconf.args -fvi
configure.args --disable-static
livecheck.type gnome
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"