mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04: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:
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
|
@ -482,6 +482,7 @@
|
||||||
SUBDIR += mifluz
|
SUBDIR += mifluz
|
||||||
SUBDIR += miller
|
SUBDIR += miller
|
||||||
SUBDIR += minised
|
SUBDIR += minised
|
||||||
|
SUBDIR += minixmlto
|
||||||
SUBDIR += mk-aspell
|
SUBDIR += mk-aspell
|
||||||
SUBDIR += mkcatalog
|
SUBDIR += mkcatalog
|
||||||
SUBDIR += ml-aspell
|
SUBDIR += ml-aspell
|
||||||
|
|
20
textproc/minixmlto/Makefile
Normal file
20
textproc/minixmlto/Makefile
Normal 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>
|
3
textproc/minixmlto/distinfo
Normal file
3
textproc/minixmlto/distinfo
Normal 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
|
3
textproc/minixmlto/pkg-descr
Normal file
3
textproc/minixmlto/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Minimalistic alternative to xmlto
|
||||||
|
|
||||||
|
WWW: https://github.com/bapt/minixmlto
|
Loading…
Add table
Reference in a new issue