summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-06-28 09:11:24 +0000
committerNorbert Preining <preining@logic.at>2007-06-28 09:11:24 +0000
commitf82d752fb1943968e50950f963a3b1623b417963 (patch)
treee7b3f8f57a6d7320f140c316e54a588834172726 /Master/tlpkg/doc
parentb5d5393562c31c26d21b7249b794467cf2afbe51 (diff)
intelligent patterns for win32:
- patterns of the form "f bin/${ARCH}/foobar" also match "bin/win32/foobar.exe/.bat" - document the changes in TLPSRC.pm and update the man page - add a note to the specification and Perl-API that the man pages are more up2date - update TODO since many things are fixed - update the tlpsrc files (remove the useless win32/...exe entries - update texlive.tlpdb git-svn-id: svn://tug.org/texlive/trunk@4520 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r--Master/tlpkg/doc/Perl-API.txt12
-rw-r--r--Master/tlpkg/doc/specification.txt8
2 files changed, 19 insertions, 1 deletions
diff --git a/Master/tlpkg/doc/Perl-API.txt b/Master/tlpkg/doc/Perl-API.txt
index fdb9be418b6..6859acfa6ea 100644
--- a/Master/tlpkg/doc/Perl-API.txt
+++ b/Master/tlpkg/doc/Perl-API.txt
@@ -6,6 +6,8 @@ API for Perl Modules for new infra
Module TeXLive::TLPSRC
----------------------
+PLEASE SEE THE MANPAGE OF TeXLive::TLPSRC which is MORE UP 2 DATE!!!!
+
Constructor:
TeXLive::TLPSRC->new;
TeXLive::TLPSRC->new( name => "foobar", shortdesc => "The foobar package", ...);
@@ -39,6 +41,8 @@ Generation function
Module TeXLive::TLPOBJ
----------------------
+PLEASE SEE THE MANPAGE OF TeXLive::TLPOBJ which is MORE UP 2 DATE!!!!
+
Package variables:
&TeXLive::TLPOBJ->zipdir
set/returns the default location for created zip files
@@ -141,7 +145,7 @@ Read/Write functions (with argument set, without arg read)
NOT FOR binfiles!
-Module TeXLive::TKTREE
+Module TeXLive::TLTREE
----------------------
(this one is still quite hacky)
@@ -176,6 +180,12 @@ Pattern matching functions
returns a ref to an array
(see specification)
+ Note that a pattern of the form
+ bin/${ARCH}/foobar
+ also matches for arch=win32
+ bin/${ARCH}/foobar.{exe,bat}
+
+
Other functions
$tltree->file_svn_lastrevision($file)
diff --git a/Master/tlpkg/doc/specification.txt b/Master/tlpkg/doc/specification.txt
index 9cefac9a834..18c79d83f90 100644
--- a/Master/tlpkg/doc/specification.txt
+++ b/Master/tlpkg/doc/specification.txt
@@ -6,6 +6,10 @@ Specifications
1) tlpsrc
---------
+
+PLEASE SEE THE MANPAGE OF TeXLive::TLPSRC which is MORE UP 2 DATE!!!!
+
+
one file *WITHOUT* empty lines (but beginning and end)
every line looks like
key value
@@ -50,6 +54,7 @@ catalogue
include file "string" where the LAST(!!!) entry (basename)
of string can contain glob characters * and ? (but no other!)
(cheap)
+
d string
include all files in and below the directory "string"
(cheap)
@@ -99,6 +104,9 @@ longdesc
2) tlpobj file
--------------
+
+PLEASE SEE THE MANPAGE OF TeXLive::TLPOBJ which is MORE UP 2 DATE!!!!
+
same format as tlpsrc, but the keys are
name
category