Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2024 08:53:40 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f4f98914300f - main - textproc/html-xml-utils: Update to 8.6
Message-ID:  <202401170853.40H8reJO003595@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f4f98914300fa2a1ad5ced025256100092cac8ed

commit f4f98914300fa2a1ad5ced025256100092cac8ed
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2024-01-16 08:06:43 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2024-01-17 08:53:15 +0000

    textproc/html-xml-utils: Update to 8.6
    
     * Pet linters
     * MASTER_SITES change to https
     * Improve description
    
    PR:             276364
    Reported by:    takefu@airport.fm
---
 textproc/html-xml-utils/Makefile  | 14 +++++++-------
 textproc/html-xml-utils/distinfo  |  6 +++---
 textproc/html-xml-utils/pkg-descr |  6 +++++-
 3 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/textproc/html-xml-utils/Makefile b/textproc/html-xml-utils/Makefile
index 12975f0554aa..debd31953ae6 100644
--- a/textproc/html-xml-utils/Makefile
+++ b/textproc/html-xml-utils/Makefile
@@ -1,11 +1,11 @@
 PORTNAME=	html-xml-utils
-PORTVERSION=	8.0
+PORTVERSION=	8.6
 CATEGORIES=	textproc
-MASTER_SITES=	http://www.w3.org/Tools/HTML-XML-utils/
+MASTER_SITES=	https://www.w3.org/Tools/HTML-XML-utils/
 
 MAINTAINER=	takefu@airport.fm
 COMMENT=	Utilities for manipulating HTML and XML files
-WWW=		http://www.w3.org/Status.html #HTML-XML-utils
+WWW=		https://www.w3.org/Status.html#HTML-XML-utils
 
 LICENSE=	W3C
 LICENSE_GROUPS=	FSF GPL OSI
@@ -16,18 +16,18 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 USES=		gmake iconv localbase shebangfix
 
 SHEBANG_FILES=	${WRKSRC}/hxcite-mkbib
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	LDFLAGS=${ICONV_LIB}
 
 OPTIONS_DEFINE=		CURL IDN IDN2 DOCS
 OPTIONS_SUB=		yes
+
+IDN2_DESC=		Use dns/libidn2 (IDNA2008 library)
 CURL_LIB_DEPENDS=	libcurl.so:ftp/curl
 CURL_CONFIGURE_WITH=	libcurl=${LOCALBASE}
-IDN_LIB_DEPENDS=	libidn.so:dns/libidn
-IDN_CONFIGURE_WITH=	libidn=${LOCALBASE}
-IDN2_DESC=		Use dns/libidn2 (IDNA2008 library)
 IDN2_LIB_DEPENDS=	libidn2.so:dns/libidn2
 IDN2_CONFIGURE_WITH=	libidn2=${LOCALBASE}
+IDN_LIB_DEPENDS=	libidn.so:dns/libidn
+IDN_CONFIGURE_WITH=	libidn=${LOCALBASE}
 
 .include <bsd.port.mk>
diff --git a/textproc/html-xml-utils/distinfo b/textproc/html-xml-utils/distinfo
index 31f887ba09a3..a96e408b4057 100644
--- a/textproc/html-xml-utils/distinfo
+++ b/textproc/html-xml-utils/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1620806702
-SHA256 (html-xml-utils-8.0.tar.gz) = 749059906c331c2c7fbaceee02466245a237b91bd408dff8f396d0734a060ae2
-SIZE (html-xml-utils-8.0.tar.gz) = 408867
+TIMESTAMP = 1705382621
+SHA256 (html-xml-utils-8.6.tar.gz) = 5e84729ef36ccd3924d2872ed4ee6954c63332dca5400ba8eb4eaef1f2db4fb2
+SIZE (html-xml-utils-8.6.tar.gz) = 421530
diff --git a/textproc/html-xml-utils/pkg-descr b/textproc/html-xml-utils/pkg-descr
index ddabe2057e8b..b189ad0088bf 100644
--- a/textproc/html-xml-utils/pkg-descr
+++ b/textproc/html-xml-utils/pkg-descr
@@ -1 +1,5 @@
-Simple utilities for manipulating HTML and XML files.
+A number of simple C programs for manipulating HTML & XML: number headings,
+make a table of contents, make an index, manage bibliographic references
+(a simple implementation of refer(1) for HTML), list all links,
+create cross-references, extract elements that match a (CSS) selector, etc.
+Most are meant to be used in a Unix pipe or in shell scripts.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401170853.40H8reJO003595>