You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 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
|
|
|
|
name libsgml
|
|
version 1.1.4
|
|
revision 2
|
|
checksums rmd160 c7d96449756dd002708afc27c3c4594f15229b0b \
|
|
sha256 d94ac01141e365f1b9fc368556d9565c3aa625ab92a48992a490a72cc7fe636a \
|
|
size 105453
|
|
|
|
categories textproc
|
|
license Permissive
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
description SGML parsing library.
|
|
long_description SGML parsing library. Currently supports HTML parsing \
|
|
into a tree.
|
|
|
|
master_sites http://www.hick.org/code/skape/libsgml/
|
|
homepage http://www.hick.org/code/skape/libsgml/docs/
|
|
|
|
patchfiles patch-examples_Makefile.in.diff \
|
|
patch-examples_variant.c.diff \
|
|
patch-src_Variant.c.diff \
|
|
patch-Makefile.in.diff \
|
|
patch-configure.in.diff \
|
|
patch-src_Makefile.in.diff
|
|
|
|
use_autoreconf yes
|
|
autoreconf.args -fvi
|
|
|
|
use_parallel_build no
|