1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

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
This commit is contained in:
Baptiste Daroussin 2016-11-05 17:03:21 +00:00
parent f8ff5a361f
commit 3e86e8d096
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425401
4 changed files with 27 additions and 0 deletions

View File

@ -482,6 +482,7 @@
SUBDIR += mifluz
SUBDIR += miller
SUBDIR += minised
SUBDIR += minixmlto
SUBDIR += mk-aspell
SUBDIR += mkcatalog
SUBDIR += ml-aspell

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -0,0 +1,3 @@
Minimalistic alternative to xmlto
WWW: https://github.com/bapt/minixmlto