[weasel-commit] Source: texlive-context=2008-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Fri, 04 Jun 2010 07:35:58 -0400

================================
texlive-context:source=2008-1
cvc rdiff texlive-context -1 /weasel.rpath.org@wgl:3-devel/2008-1
================================
2008-1 Filip Brcic (brcha@xxxxxxxxxxxx) Fri Jun  4 07:32:30 2010
    texlive-context 2008

texlive-module-context-construction-plan-2008.tar.lzma: new
texlive-module-context-mathsets.doc-2008.tar.lzma: new
texlive-module-context-lettrine-2008.tar.lzma: new
texlive-module-lmextra-2008.tar.lzma: new
texlive-module-context-letter-2008.tar.lzma: new
texlive-module-context-lilypond.doc-2008.tar.lzma: new
texlive-module-context-french.doc-2008.tar.lzma: new
texlive-module-context-account.doc-2008.tar.lzma: new
texlive-module-context-lilypond-2008.tar.lzma: new
texlive-module-context-degrade.doc-2008.tar.lzma: new
texlive-module-context-lettrine.doc-2008.tar.lzma: new
texlive-module-context-letter.doc-2008.tar.lzma: new
texlive-module-context-taspresent.doc-2008.tar.lzma: new
texlive-module-context-taspresent-2008.tar.lzma: new
texlive-module-context-degrade-2008.tar.lzma: new
texlive-module-bin-context.doc-2008.tar.lzma: new
texlive-module-collection-context-2008.tar.lzma: new
texlive-module-context-french-2008.tar.lzma: new
texlive-module-bin-context-2008.tar.lzma: new
texlive-module-context-vim.doc-2008.tar.lzma: new
texlive-module-context-mathsets-2008.tar.lzma: new
texlive-module-context.doc-2008.tar.lzma: new
texlive-module-context-typearea.doc-2008.tar.lzma: new
texlive-module-context-account-2008.tar.lzma: new
texlive-module-context-bnf-2008.tar.lzma: new
texlive-module-jmn-2008.tar.lzma: new
texlive-module-context-chromato-2008.tar.lzma: new
texlive-context.recipe: new
--- /dev/null
+++ texlive-context.recipe
@@ -0,0 +65 @@
+#
+# Copyright (c) 2010 Weasel GNU/Linux [Filip Brcic (brcha@xxxxxxxxxxxx)]
+# Distributed under the terms of the GNU General Public License v3
+#
+
+loadSuperClass('texlivemodule')
+class TexliveContext(TexliveModuleRecipe):
+    name = 'texlive-context'
+    version = '2008'
+
+    buildRequires = [
+        'texlive-metapost:data', 'texlive-basic:data',
+        'texlive-latex:runtime', 'ruby:runtime', 'perl:devellib',
+        ]
+
+    shortDesc  = 'TeXLive ConTeXt format'
+    url        = 'http://tug.org/texlive/'
+    licenses   = [ 'GPL-2', 'as-is', 'freedist', 'GPL-1', 'GPL-2', 
'public-domain' ]
+    categories = [ 'Development/TeX' ]
+
+    # Put the module names into this variable
+    module_contents = [
+        'context', 'jmn', 'lmextra', 'bin-context', 'context-account',
+        'context-bnf', 'context-chromato',
+        'context-construction-plan', 'context-degrade',
+        'context-french', 'context-letter', 'context-lettrine',
+        'context-lilypond', 'context-mathsets', 'context-taspresent',
+        'context-typearea', 'context-vim', 'collection-context',
+        ]
+    # Documentation modules go into this variable
+    module_doc_contents = [
+        'context.doc', 'bin-context.doc', 'context-account.doc',
+        'context-bnf.doc', 'context-chromato.doc',
+        'context-construction-plan.doc', 'context-degrade.doc',
+        'context-french.doc', 'context-letter.doc',
+        'context-lettrine.doc', 'context-lilypond.doc',
+        'context-mathsets.doc', 'context-taspresent.doc',
+        'context-typearea.doc', 'context-vim.doc',
+        ]
+    # Source modules go into this variable
+    module_src_contents = [
+        ]
+
+    module_bin_scripts = [
+        'texmf-dist/scripts/context/ruby/texmfstart.rb',
+        ]
+
+    context_unix_stubs = [
+        'context', 'ctxtools', 'exatools', 'luatools', 'makempy',
+        'mpstools', 'mptopdf', 'mtxrun', 'mtxtools', 'pdftools',
+        'pdftrimwhite', 'pstopdf', 'rlxtools', 'runtools', 'texexec',
+        'texfind', 'texfont', 'texshow', 'textools', 'texutil',
+        'tmftools', 'xmltools',
+        ]
+
+    module_bin_scripts.extend(
+        ['texmf-dist/scripts/context/stubs/unix/' + x
+         for x in context_unix_stubs
+         ]
+        )
+
+    def policy(r):
+        r.addRuntimeRequirement('texlive-metapost:data')
+        r.addRuntimeRequirement('texlive-basic:data')
+        r.addRuntimeRequirement('texlive-latex:runtime')

texlive-module-context-chromato.doc-2008.tar.lzma: new
texlive-module-context-typearea-2008.tar.lzma: new
texlive-module-context-2008.tar.lzma: new
texlive-module-context-vim-2008.tar.lzma: new
texlive-module-context-construction-plan.doc-2008.tar.lzma: new
texlive-module-context-bnf.doc-2008.tar.lzma: new

Committed by: brcha

Other related posts: