1
0
forked from ports/contrib

xmlto: romster -> contrib

This commit is contained in:
Danny Rawlins 2014-12-05 20:51:37 +11:00
parent 6edb8f983b
commit 85ddc06ad0
3 changed files with 72 additions and 0 deletions

49
xmlto/.footprint Normal file
View File

@ -0,0 +1,49 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xmlif
-rwxr-xr-x root/root usr/bin/xmlto
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xmlif.1.gz
-rw-r--r-- root/root usr/man/man1/xmlto.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/xmlto/
drwxr-xr-x root/root usr/share/xmlto/format/
drwxr-xr-x root/root usr/share/xmlto/format/docbook/
-rw-r--r-- root/root usr/share/xmlto/format/docbook/awt
-rw-r--r-- root/root usr/share/xmlto/format/docbook/dvi
-rw-r--r-- root/root usr/share/xmlto/format/docbook/epub
-rw-r--r-- root/root usr/share/xmlto/format/docbook/fo
-rw-r--r-- root/root usr/share/xmlto/format/docbook/html
-rw-r--r-- root/root usr/share/xmlto/format/docbook/html-nochunks
-rw-r--r-- root/root usr/share/xmlto/format/docbook/htmlhelp
-rw-r--r-- root/root usr/share/xmlto/format/docbook/javahelp
-rw-r--r-- root/root usr/share/xmlto/format/docbook/man
-rw-r--r-- root/root usr/share/xmlto/format/docbook/mif
-rw-r--r-- root/root usr/share/xmlto/format/docbook/pcl
-rw-r--r-- root/root usr/share/xmlto/format/docbook/pdf
-rw-r--r-- root/root usr/share/xmlto/format/docbook/ps
-rw-r--r-- root/root usr/share/xmlto/format/docbook/svg
-rw-r--r-- root/root usr/share/xmlto/format/docbook/txt
-rw-r--r-- root/root usr/share/xmlto/format/docbook/xhtml
-rw-r--r-- root/root usr/share/xmlto/format/docbook/xhtml-nochunks
drwxr-xr-x root/root usr/share/xmlto/format/fo/
-rw-r--r-- root/root usr/share/xmlto/format/fo/awt
-rw-r--r-- root/root usr/share/xmlto/format/fo/dvi
-rw-r--r-- root/root usr/share/xmlto/format/fo/mif
-rw-r--r-- root/root usr/share/xmlto/format/fo/pcl
-rw-r--r-- root/root usr/share/xmlto/format/fo/pdf
-rw-r--r-- root/root usr/share/xmlto/format/fo/ps
-rw-r--r-- root/root usr/share/xmlto/format/fo/svg
-rw-r--r-- root/root usr/share/xmlto/format/fo/txt
drwxr-xr-x root/root usr/share/xmlto/format/xhtml1/
-rw-r--r-- root/root usr/share/xmlto/format/xhtml1/awt
-rw-r--r-- root/root usr/share/xmlto/format/xhtml1/dvi
-rw-r--r-- root/root usr/share/xmlto/format/xhtml1/fo
-rw-r--r-- root/root usr/share/xmlto/format/xhtml1/mif
-rw-r--r-- root/root usr/share/xmlto/format/xhtml1/pcl
-rw-r--r-- root/root usr/share/xmlto/format/xhtml1/pdf
-rw-r--r-- root/root usr/share/xmlto/format/xhtml1/ps
-rw-r--r-- root/root usr/share/xmlto/format/xhtml1/svg
-rw-r--r-- root/root usr/share/xmlto/format/xhtml1/txt
-rw-r--r-- root/root usr/share/xmlto/xmlto.mak

1
xmlto/.md5sum Normal file
View File

@ -0,0 +1 @@
c90a47c774e0963581c1ba57235f64f4 xmlto-0.0.26.tar.bz2

22
xmlto/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: Convert xml to many other formats.
# URL: http://cyberelk.net/tim/software/xmlto/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: docbook-xsl
name=xmlto
version=0.0.26
release=1
source=(https://fedorahosted.org/releases/x/m/xmlto/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}