mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See: https://trac.macports.org/ticket/62325 See: https://trac.macports.org/ticket/68129
31 lines
1.3 KiB
Tcl
31 lines
1.3 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 xmlcatmgr
|
|
version 2.2
|
|
revision 1
|
|
categories textproc
|
|
license BSD
|
|
installs_libs no
|
|
maintainers nomaintainer
|
|
|
|
description SGML and XML catalog manager
|
|
long_description XML Catalog Manager (xmlcatmgr in its short form) \
|
|
is a small utility used to manipulate SGML and XML \
|
|
catalogs. It is extremely small and lightweight, \
|
|
specially designed to be run from packaging systems. \
|
|
Basically, it allows adding and removing entries \
|
|
from catalogs, in a completely automated way.
|
|
homepage http://xmlcatmgr.sourceforge.net/
|
|
|
|
master_sites freebsd \
|
|
sourceforge:project/xmlcatmgr/xmlcatmgr/${version}
|
|
checksums md5 4b0c7e075f5ff5aa86537b403468739a \
|
|
sha1 1761eb72234a14d3d919ce3ccb0c0550421bf2e8 \
|
|
rmd160 6d01a88defccd086758f78d345a2abdf4be5c970
|
|
|
|
configure.args --mandir=${prefix}/share/man
|
|
|
|
destroot.args DIR_DOC=${prefix}/share/doc/${name}-${version}
|