Trivial script to add symlinks to EBI-like software repostitories.
[sw-tools] / sw-info.5
CommitLineData
e45f5509 1.\" -*-nroff-*-
2.\"
3.\" $Id: sw-info.5,v 1.1 1999/06/04 13:56:18 mdw Exp $
4.\"
5.\" Manual page for `sw-info' files.
6.\"
7.\" (c) 1999 EBI
8.\"
9.\"----- Licensing notice ---------------------------------------------------
10.\"
11.\" This file is part of sw-tools.
12.\"
13.\" sw-tools is free software; you can redistribute it and/or modify
14.\" it under the terms of the GNU General Public License as published by
15.\" the Free Software Foundation; either version 2 of the License, or
16.\" (at your option) any later version.
17.\"
18.\" sw-tools is distributed in the hope that it will be useful,
19.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
20.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21.\" GNU General Public License for more details.
22.\"
23.\" You should have received a copy of the GNU General Public License
24.\" along with sw-tools; if not, write to the Free Software Foundation,
25.\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
26.\"
27.\"----- Revision history ---------------------------------------------------
28.\"
29.\" $Log: sw-info.5,v $
30.\" Revision 1.1 1999/06/04 13:56:18 mdw
31.\" New manual page.
32.\"
33.\"
34.\" --- Useful macro definitions ---
35.\"
36.de VS \" Start a sort-of verbatim block
37.sp 1
38.in +5n
39.nf
40.ft B
41..
42.de VE \" Stop a sort-of verbatim block
43.ft R
44.fi
45.in -5n
46.sp 1
47..
48.de HP \" Start an indented paragraph with a bold right-aligned label
49.IP
50\fB\h'-\w'\\$1\ 'u'\\$1\ \fP\c
51..
52.\"
53.\" --- Style hacking ---
54.\"
55.ie \n(.g \{\
56. fam P
57. ds mw \fR[\f(BImdw\fR]
58.\}
59.el .ds mw \fR[\fBmdw\fR]
60.ie t .ds o \(bu
61.el .ds o o
62.ds sw \fBsw\fP
63.ds se \fBsw\-env\fP
64.\"
65.\" --- Main manual text ---
66.\"
67.TH sw 1 "25 May 1999" "EBI tools"
68.PD 1
69.\"
70.SH NAME
71sw-info \- description of sw data files
72.\"
73.SH DESCRIPTION
74The
75.B .sw\-info
76file contains blank lines, comment lines, and assignments. A blank line
77contains only whitespace; a comment line has a
78.RB ` # '
79as its first non-whitespace character: both are ignored. An assignment
80has the form
81.sp 1
82.in +5n
83.I name
84.RB [ = ]
85.I value
86.in -5in
87.sp 1
88where
89.I name
90is one of the field names described below, and
91.I value
92is any text which doesn't contain newlines, semicolons or null bytes.
93Any leading whitespace is stripped; trailing and internal space is
94preserved.
95.PP
96The fields available are:
97.TP
98.B package
99The package's name.
100.TP
101.B version
102The version number of the package.
103.TP
104.B maintainer
105The user name of the package's local maintainer.
106.TP
107.B date
108The date at which this package was last modified by \*(sw, in the form
109.IB YYYY \- MM \- DD\fR.
110.TP
111.B only\-arch
112The current architecture restriction. The architecture names are
113separated by commas or spaces (or both). This field is omitted if there
114is no restriction in force.
115.TP
116.B arch
117Successfully built architectures. The architecture names are separated
118by commas or spaces (or both).
119.PP
120The
121.B sw\-index
122file consists of a number of entries, one per line. Comments and blank
123lines are not allowed. Each line contains assignments for a particular
124package, separated by semicolons rather than newlines.
125.SH AUTHOR
126The \*(sw program, and this manual, are \*(mw productions, in association
127with the European Bioinformatics Institute. They were written by Mark
128Wooding <mdw@nsict.org>. Go and ask him if you have problems.