mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to 2.1, which is the second stable version of the 2.x branch,
released on 2004/05/02. * Fixed an attribute name when parsing the `uri' tag in XML catalogs; it expects `name', not `uriId'. * Fixed a warning message when removing entries from an XML catalog. * Added the `-p' flag which changes the behavior of the `add' action so that new entries are prepended instead of appended. * Improved consistency of the lookup action so that it behaves equally for SGML and XML catalogs (this includes making XML lookup show all matching entries). Approved by: linimon (mentor)
This commit is contained in:
parent
226bb126c3
commit
fbed898dda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109374
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= xmlcatmgr
|
||||
PORTVERSION= 2.0.b1
|
||||
PORTVERSION= 2.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/}
|
||||
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= SGML and XML catalog manager
|
||||
@ -20,19 +19,19 @@ MAN1= xmlcatmgr.1
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_SCRIPT= configure.sh
|
||||
CONFIGURE_ARGS= -D
|
||||
CONFIGURE_ARGS+= -p ${PREFIX}
|
||||
CONFIGURE_ARGS+= -d ${DOCSDIR}
|
||||
CONFIGURE_ARGS+= -c ${CATALOG_PORTS_XML}
|
||||
CONFIGURE_ARGS+= -C ${CATALOG_PORTS_SGML}
|
||||
CONFIGURE_ARGS= -D \
|
||||
-p ${PREFIX} \
|
||||
-d ${DOCSDIR} \
|
||||
-c ${CATALOG_PORTS_XML} \
|
||||
-C ${CATALOG_PORTS_SGML}
|
||||
.if defined(NOPORTDOCS)
|
||||
CONFIGURE_ARGS+= -n doc
|
||||
.endif
|
||||
CONFIGURE_ENV= SED="${SED}"
|
||||
CONFIGURE_ENV+= INSTALL_DATA="${INSTALL_DATA}"
|
||||
CONFIGURE_ENV+= INSTALL_DIR="${INSTALL_DATA_DIR}"
|
||||
CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
|
||||
CONFIGURE_ENV+= NOPORTDOCS="${NOPORTDOCS}"
|
||||
CONFIGURE_ENV= SED="${SED}" \
|
||||
INSTALL_DATA="${INSTALL_DATA}" \
|
||||
INSTALL_DIR="${INSTALL_DATA_DIR}" \
|
||||
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||
NOPORTDOCS="${NOPORTDOCS}"
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/work
|
||||
INSTALL_WRKSRC= ${WRKSRC}/work
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (xmlcatmgr-2.0beta1.tar.gz) = 57a0ed1375baddf4523a1e3a9444998f
|
||||
SIZE (xmlcatmgr-2.0beta1.tar.gz) = 27584
|
||||
MD5 (xmlcatmgr-2.1.tar.gz) = 12d83deb750d9ef3b199b5bb9fdaac72
|
||||
SIZE (xmlcatmgr-2.1.tar.gz) = 28716
|
||||
|
Loading…
Reference in New Issue
Block a user