summaryrefslogtreecommitdiff
path: root/Master/tlpkg/doc/Perl-API.txt
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/Perl-API.txt
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/Perl-API.txt')
-rw-r--r--Master/tlpkg/doc/Perl-API.txt12
1 files changed, 11 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)