mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
textproc/html-xml-utils: Update to 8.6
* Pet linters * MASTER_SITES change to https * Improve description PR: 276364 Reported by: takefu@airport.fm
This commit is contained in:
parent
963ccdb8eb
commit
f4f9891430
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user