Merge branch 'master' of gitlab.psi.ch:Pmodules/buildblocks

This commit is contained in:
2018-04-18 14:13:38 +02:00
20 changed files with 149 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
asciidoc/8.6.9 unstable Python/2.7.14
+31
View File
@@ -0,0 +1,31 @@
#!/usr/bin/env modbuild
SOURCE_URL="https://sourceforge.net/projects/asciidoc/files/$P/$V/$P-$V.tar.gz"
pbuild::configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}
pbuild::compile_in_sourcetree
pbuild::add_to_group 'Tools'
pbuild::set_docfiles \
BUGS \
BUGS.txt \
CHANGELOG \
CHANGELOG.txt \
COPYING \
COPYRIGHT \
INSTALL \
INSTALL.txt \
MANIFEST \
README \
README.txt
pbuild::make_all
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:
+18
View File
@@ -0,0 +1,18 @@
#%Module1.0
module-whatis "translater for asciidoc formatted documents"
module-url "http://www.methods.co.nz/asciidoc/index.html"
module-license "GPL v2"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
AsciiDoc is a text document format for writing notes, documentation,
articles, books, ebooks, slideshows, web pages, man pages and blogs.
AsciiDoc files can be translated to many formats including HTML, PDF,
EPUB, man page.
AsciiDoc is highly configurable: both the AsciiDoc source file syntax
and the backend output markups (which can be almost any type of SGML/XML
markup) can be customized and extended by the user.
"
+2 -2
View File
@@ -2,5 +2,5 @@ git/2.3.3 stable Tcl/8.6.4 Tk/8.6.4
git/2.5.2 stable Tcl/8.6.4 Tk/8.6.4
git/2.8.1 stable Tcl/8.6.4 Tk/8.6.4
git/2.11.1 stable Tcl/8.6.4 Tk/8.6.4
git/2.13.0 stable Tcl/8.6.4 Tk/8.6.4
git/2.16.2 stable Tcl/8.6.4 Tk/8.6.4
git/2.13.0 stable Tcl/8.6.4 Tk/8.6.4 b:perl b:asciidoc b:xmlto
git/2.16.2 stable Tcl/8.6.4 Tk/8.6.4 b:perl b:asciidoc b:xmlto
+1
View File
@@ -15,6 +15,7 @@ pbuild::configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
--with-tcltk \
--with-perl="${PERL_PREFIX}/bin/perl" \
|| exit 1
}
+1
View File
@@ -1,2 +1,3 @@
openssl/1.0.2h deprecated
openssl/1.0.2j stable
openssl/1.0.2o stable
+1
View File
@@ -0,0 +1 @@
xmlto/0.0.28 stable
+26
View File
@@ -0,0 +1,26 @@
#!/usr/bin/env modbuild
SOURCE_URL="https://releases.pagure.org/$P/$P-$V.tar.bz2"
pbuild::configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}
pbuild::compile_in_sourcetree
pbuild::add_to_group 'Tools'
pbuild::set_docfiles \
AUTHORS \
COPYING \
FAQ \
NEWS \
README \
THANKS
pbuild::make_all
# Local Variables:
# mode: sh
# sh-basic-offset: 8
# tab-width: 8
# End:
+18
View File
@@ -0,0 +1,18 @@
#%Module1.0
module-whatis "script to convert XML to other formats"
module-url "https://pagure.io/xmlto"
module-license "GPL v2"
module-maintainer "Achim Gsell <achim.gsell@psi.ch>"
module-help "
Utility xmlto is a simple shell script for converting XML files to various
formats. It serves as easy to use command line frontend to make fine output
without remembering many long options and searching for the syntax of the
backends.
At the moment it supports conersion from docbook, xhtml1 and fo format to
various output formats(awt, fo, htmlhelp, javahelp, mif, pdf, svg, xhtml,
dvi, html, html-nochunks, man , pcl, ps, txt, xhtml-nochunks)
"