summaryrefslogtreecommitdiff
path: root/textproc/html-xml-utils
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-01-16 09:06:43 +0100
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-01-17 09:53:15 +0100
commitf4f98914300fa2a1ad5ced025256100092cac8ed (patch)
treee56f5a16faf8ad29c4f6b1d909428931ec8562bb /textproc/html-xml-utils
parentprint/pdfmixtool: Fix build after ImageMagick7 7.1.1 update. (diff)
textproc/html-xml-utils: Update to 8.6
* Pet linters * MASTER_SITES change to https * Improve description PR: 276364 Reported by: takefu@airport.fm
Diffstat (limited to 'textproc/html-xml-utils')
-rw-r--r--textproc/html-xml-utils/Makefile14
-rw-r--r--textproc/html-xml-utils/distinfo6
-rw-r--r--textproc/html-xml-utils/pkg-descr6
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.