From 8bf5f65362060f021f96b45b48a62d9183deabb1 Mon Sep 17 00:00:00 2001 From: ericm Date: Thu, 3 Feb 2000 17:27:02 +0000 Subject: Renamed Package.n -> packagens.n to deal with (one of) NT's (many) shortcomings. --- ChangeLog | 6 ++++++ doc/Package.n | 57 --------------------------------------------------------- doc/packagens.n | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 57 deletions(-) delete mode 100644 doc/Package.n create mode 100644 doc/packagens.n diff --git a/ChangeLog b/ChangeLog index 9f9f17b..f35957d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-02-03 Eric Melski + + * doc/Package.n: + * doc/packagens.n: Renamed Package.n -> packagens.n because NT is stupid + and can't deal with case-sensitive names. GET A REAL OS! + 2000-02-02 Jeff Hobbs * tests/regexp.test: added tests for -all and -inline switches diff --git a/doc/Package.n b/doc/Package.n deleted file mode 100644 index 4859c2f..0000000 --- a/doc/Package.n +++ /dev/null @@ -1,57 +0,0 @@ -'\" -'\" Copyright (c) 1998-2000 by Scriptics Corporation. -'\" All rights reserved. -'\" -'\" RCS: @(#) $Id: Package.n,v 1.1 2000/02/01 01:14:00 ericm Exp $ -'\" -.so man.macros -.TH package::create n 8.3 Tcl "Tcl Built-In Commands" -.BS -'\" Note: do not modify the .SH NAME line immediately below! -.SH NAME -package::create \- Construct an appropriate \fBpackage ifneeded\fR -command for a given package specification -.SH SYNOPSIS -.nf -.VS 8.3.0 -\fB::package::create \fI-name packageName\fR \fI-version -packageVersion\fR ?\fI-load filespec\fR? ... ?\fI-source filespec\fR? ... - -.SH DESCRIPTION -.PP -\fB::package::create\fR is a utility procedure that is part of the standard -Tcl library. It is used to create an appropriate \fBpackage -ifneeded\fR command for a given package specification. It can be used -to construct a \fBpkgIndex.tcl\fR file for use with the \fBpackage\fI -mechanism. - -.SH OPTIONS -The parameters supported are: -.TP -\fB\-name\fR\0\fIpackageName\fR -This parameter specifies the name of the package. It is required. -.TP -\fB\-version\fR\0\fIpackageVersion\fR -This parameter specifies the version of the package. It is required. -.TP -\fB\-load\fR\0\fIfilespec\fR -This parameter specifies a binary library that must be loaded with the -\fBload\fR command. \fIfilespec\fR is a list with two elements. The -first element is the name of the file to load. The second, optional -element is a list of commands supplied by loading that file. If the -list of procedures is empty or omitted, \fB::package::create\fR will -set up the library for direct loading (see \fBpkg_mkIndex\fR). Any -number of \fB-load\fR parameters may be specified. -.TP -\fB\-source\fR\0\fIfilespec\fR -This parameter is similar to the \fB-load\fR parameter, except that it -specifies a Tcl library that must be loaded with the -\fBsource\fR command. Any number of \fB-source\fR parameters may be -specified. -.PP -At least one \fB-load\fR or \fB-source\fR paramter must be given. - - - -.SH KEYWORDS -auto-load, index, package, version diff --git a/doc/packagens.n b/doc/packagens.n new file mode 100644 index 0000000..d73b168 --- /dev/null +++ b/doc/packagens.n @@ -0,0 +1,57 @@ +'\" +'\" Copyright (c) 1998-2000 by Scriptics Corporation. +'\" All rights reserved. +'\" +'\" RCS: @(#) $Id: packagens.n,v 1.1 2000/02/03 17:27:03 ericm Exp $ +'\" +.so man.macros +.TH package::create n 8.3 Tcl "Tcl Built-In Commands" +.BS +'\" Note: do not modify the .SH NAME line immediately below! +.SH NAME +package::create \- Construct an appropriate \fBpackage ifneeded\fR +command for a given package specification +.SH SYNOPSIS +.nf +.VS 8.3.0 +\fB::package::create \fI-name packageName\fR \fI-version +packageVersion\fR ?\fI-load filespec\fR? ... ?\fI-source filespec\fR? ... + +.SH DESCRIPTION +.PP +\fB::package::create\fR is a utility procedure that is part of the standard +Tcl library. It is used to create an appropriate \fBpackage +ifneeded\fR command for a given package specification. It can be used +to construct a \fBpkgIndex.tcl\fR file for use with the \fBpackage\fI +mechanism. + +.SH OPTIONS +The parameters supported are: +.TP +\fB\-name\fR\0\fIpackageName\fR +This parameter specifies the name of the package. It is required. +.TP +\fB\-version\fR\0\fIpackageVersion\fR +This parameter specifies the version of the package. It is required. +.TP +\fB\-load\fR\0\fIfilespec\fR +This parameter specifies a binary library that must be loaded with the +\fBload\fR command. \fIfilespec\fR is a list with two elements. The +first element is the name of the file to load. The second, optional +element is a list of commands supplied by loading that file. If the +list of procedures is empty or omitted, \fB::package::create\fR will +set up the library for direct loading (see \fBpkg_mkIndex\fR). Any +number of \fB-load\fR parameters may be specified. +.TP +\fB\-source\fR\0\fIfilespec\fR +This parameter is similar to the \fB-load\fR parameter, except that it +specifies a Tcl library that must be loaded with the +\fBsource\fR command. Any number of \fB-source\fR parameters may be +specified. +.PP +At least one \fB-load\fR or \fB-source\fR paramter must be given. + + + +.SH KEYWORDS +auto-load, index, package, version -- cgit v0.12