SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
25
textproc/html-xml-utils/Makefile
Normal file
25
textproc/html-xml-utils/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
COMMENT = simple utilities for manipulating HTML and XML files
|
||||
|
||||
DISTNAME = html-xml-utils-8.6
|
||||
|
||||
CATEGORIES = textproc
|
||||
|
||||
HOMEPAGE = https://www.w3.org/Tools/HTML-XML-utils/
|
||||
|
||||
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
|
||||
|
||||
# W3C license
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += c crypto curl iconv idn nghttp2 ssl z
|
||||
|
||||
MASTER_SITES = https://www.w3.org/Tools/HTML-XML-utils/
|
||||
|
||||
LIB_DEPENDS = converters/libiconv \
|
||||
devel/libidn \
|
||||
net/curl
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += --with-libidn=${LOCALBASE}
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/html-xml-utils/distinfo
Normal file
2
textproc/html-xml-utils/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (html-xml-utils-8.6.tar.gz) = XoRynvNszTkk0ocu1O5pVMYzMtylQAuo606u8fLbT7I=
|
||||
SIZE (html-xml-utils-8.6.tar.gz) = 421530
|
14
textproc/html-xml-utils/patches/patch-Makefile_in
Normal file
14
textproc/html-xml-utils/patches/patch-Makefile_in
Normal file
|
@ -0,0 +1,14 @@
|
|||
Skip test that hangs due to differences in nc(1) behavior between OpenBSD
|
||||
and Linux.
|
||||
Index: Makefile.in
|
||||
--- Makefile.in.orig
|
||||
+++ Makefile.in
|
||||
@@ -932,7 +932,7 @@ TESTS = tests/addid1.sh tests/addid1.sh tests/ascxml.s
|
||||
tests/cite4.sh\
|
||||
tests/clean1.sh tests/copy1.sh tests/copy2.sh tests/copy3.sh\
|
||||
tests/copy4.sh tests/copy5.sh tests/copy6.sh\
|
||||
- tests/copy7.sh tests/copy8.sh tests/extract1.sh\
|
||||
+ tests/copy7.sh tests/copy8.sh\
|
||||
tests/hxnsxml1.sh tests/hxnsxml2.sh tests/hxnsxml3.sh\
|
||||
tests/hxnsxml4.sh tests/incl1.sh tests/incl10.sh\
|
||||
tests/incl11.sh tests/incl2.sh tests/incl3.sh tests/incl4.sh\
|
3
textproc/html-xml-utils/pkg/DESCR
Normal file
3
textproc/html-xml-utils/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
html-xml-utils contains a number of simple utilities for manipulating
|
||||
HTML and XML files. They perform actions such as number headings in
|
||||
HTML, make a table of contents, pretty-print, and so on.
|
64
textproc/html-xml-utils/pkg/PLIST
Normal file
64
textproc/html-xml-utils/pkg/PLIST
Normal file
|
@ -0,0 +1,64 @@
|
|||
@bin bin/asc2xml
|
||||
@bin bin/hxaddid
|
||||
@bin bin/hxcite
|
||||
bin/hxcite-mkbib
|
||||
@bin bin/hxclean
|
||||
@bin bin/hxcopy
|
||||
@bin bin/hxcount
|
||||
@bin bin/hxextract
|
||||
@bin bin/hxincl
|
||||
@bin bin/hxindex
|
||||
@bin bin/hxmkbib
|
||||
@bin bin/hxmultitoc
|
||||
@bin bin/hxname2id
|
||||
@bin bin/hxnormalize
|
||||
@bin bin/hxnsxml
|
||||
@bin bin/hxnum
|
||||
@bin bin/hxpipe
|
||||
@bin bin/hxprintlinks
|
||||
@bin bin/hxprune
|
||||
@bin bin/hxref
|
||||
@bin bin/hxremove
|
||||
@bin bin/hxselect
|
||||
@bin bin/hxtabletrans
|
||||
@bin bin/hxtoc
|
||||
@bin bin/hxuncdata
|
||||
@bin bin/hxunent
|
||||
@bin bin/hxunpipe
|
||||
@bin bin/hxunxmlns
|
||||
@bin bin/hxwls
|
||||
@bin bin/hxxmlns
|
||||
@bin bin/xml2asc
|
||||
@man man/man1/asc2xml.1
|
||||
@man man/man1/hxaddid.1
|
||||
@man man/man1/hxcite-mkbib.1
|
||||
@man man/man1/hxcite.1
|
||||
@man man/man1/hxclean.1
|
||||
@man man/man1/hxcopy.1
|
||||
@man man/man1/hxcount.1
|
||||
@man man/man1/hxextract.1
|
||||
@man man/man1/hxincl.1
|
||||
@man man/man1/hxindex.1
|
||||
@man man/man1/hxmkbib.1
|
||||
@man man/man1/hxmultitoc.1
|
||||
@man man/man1/hxname2id.1
|
||||
@man man/man1/hxnormalize.1
|
||||
@man man/man1/hxnsxml.1
|
||||
@man man/man1/hxnum.1
|
||||
@man man/man1/hxpipe.1
|
||||
@man man/man1/hxprintlinks.1
|
||||
@man man/man1/hxprune.1
|
||||
@man man/man1/hxref.1
|
||||
@man man/man1/hxremove.1
|
||||
@man man/man1/hxselect.1
|
||||
@man man/man1/hxtabletrans.1
|
||||
@man man/man1/hxtoc.1
|
||||
@man man/man1/hxuncdata.1
|
||||
@man man/man1/hxunent.1
|
||||
@man man/man1/hxunpipe.1
|
||||
@man man/man1/hxunxmlns.1
|
||||
@man man/man1/hxwls.1
|
||||
@man man/man1/hxxmlns.1
|
||||
@man man/man1/xml2asc.1
|
||||
share/doc/html-xml-utils/
|
||||
share/doc/html-xml-utils/COPYING
|
Loading…
Add table
Add a link
Reference in a new issue