From 3e86e8d0968efd3ff9ed9eab878d59c6b88d0f8c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 5 Nov 2016 17:03:21 +0000 Subject: [PATCH] Add minixmlto which is a very tiny script that is a minimalistic alternative to xmlto The goal is not to support every features of xmlto, but just the strict minimum in order to prevent potential circular dependencies, and have a possibility to greatly reduce the number of dependencies --- textproc/Makefile | 1 + textproc/minixmlto/Makefile | 20 ++++++++++++++++++++ textproc/minixmlto/distinfo | 3 +++ textproc/minixmlto/pkg-descr | 3 +++ 4 files changed, 27 insertions(+) create mode 100644 textproc/minixmlto/Makefile create mode 100644 textproc/minixmlto/distinfo create mode 100644 textproc/minixmlto/pkg-descr diff --git a/textproc/Makefile b/textproc/Makefile index 31192f6fbfb7..3ceb62bc13c6 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -482,6 +482,7 @@ SUBDIR += mifluz SUBDIR += miller SUBDIR += minised + SUBDIR += minixmlto SUBDIR += mk-aspell SUBDIR += mkcatalog SUBDIR += ml-aspell diff --git a/textproc/minixmlto/Makefile b/textproc/minixmlto/Makefile new file mode 100644 index 000000000000..43e17a27956c --- /dev/null +++ b/textproc/minixmlto/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= minixmlto +PORTVERSION= 0.0.1 +CATEGORIES= textproc + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Minimalistic alternative to xmlto + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \ + xsltproc:textproc/libxslt \ + html2text:textproc/html2text + +USE_GITHUB= yes +GH_ACCOUNT= bapt +PLIST_FILES= bin/minixmlto + +.include diff --git a/textproc/minixmlto/distinfo b/textproc/minixmlto/distinfo new file mode 100644 index 000000000000..94e0dd3123a3 --- /dev/null +++ b/textproc/minixmlto/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478364938 +SHA256 (bapt-minixmlto-0.0.1_GH0.tar.gz) = 7349923751fac497daa1ca67f967d3633fb3e2eb83fe87228c88a002895d8639 +SIZE (bapt-minixmlto-0.0.1_GH0.tar.gz) = 1500 diff --git a/textproc/minixmlto/pkg-descr b/textproc/minixmlto/pkg-descr new file mode 100644 index 000000000000..74554b76debf --- /dev/null +++ b/textproc/minixmlto/pkg-descr @@ -0,0 +1,3 @@ +Minimalistic alternative to xmlto + +WWW: https://github.com/bapt/minixmlto