~ubuntu-branches/ubuntu/precise/judy/precise

« back to all changes in this revision

Viewing changes to tool/README

  • Committer: Bazaar Package Importer
  • Author(s): Theodore Y. Ts'o
  • Date: 2004-01-17 00:04:53 UTC
  • Revision ID: james.westby@ubuntu.com-20040117000453-d5sj6uoon2v1g4gf
Tags: upstream-0.0.4
ImportĀ upstreamĀ versionĀ 0.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# @(#) $Revision: 4.33 $ $Date: 2002-04-22 16:11:53-06 $
 
2
# @(#) $Source: /judy/tool/README $
 
3
 
 
4
 
 
5
# This tool directory contains tools for the Judy project.
 
6
 
 
7
obj/            Directory containing any pre-built object files for specific
 
8
                cases such as cross-compile platforms where needed.  Currently
 
9
                empty but must pre-exist at build time.
 
10
 
 
11
nightly.build   Called by CPF overnight (bin/build) to build the Judy
 
12
                source tree.
 
13
 
 
14
jhton.c         Judy HTML to nroff conversion program used to build
 
15
                manual entries.
 
16
 
 
17
unifdef.c       BSD opensource copy of program (see comments in file)
 
18
                modified to build cleanly on gcc, used to prepare some
 
19
                deliverable data files
 
20
unifdef.1       related manual entry
 
21
 
 
22
jhton_lint_waivers
 
23
                Input to lintdiff for previous program.
 
24
 
 
25
install.table_source
 
26
                A copy of the Integration database for Judy, used by
 
27
                package, and by other tools also.  File is ifdef'd to
 
28
                create a single install.table file; see makefiles.
 
29
 
 
30
judy_deliver.sh.doc
 
31
                "How to" deliver Judy to ISSO via their SSM tool.
 
32
                It documents the use of judy_deliver.sh.
 
33
 
 
34
judy_deliver.sh Package Judy to deliver Judy to ISSO via their SSM tool.
 
35
                Uses swpackage uses to create the delivery depot.
 
36
 
 
37
judy_rpm        Package Judy using RPM on a Linux system.
 
38
 
 
39
judy_rpm.spec_source RPM spec source file to package Judy on a Linux
 
40
                system.  Used to create platform specific files like:
 
41
                judy_rpm_i686.spec and judy_rpm_ia64.spec
 
42
 
 
43
preinstall      Script run by Software Distributor before installing the
 
44
                new bits.
 
45
 
 
46
# psf_deliver   Product specification file for "swpackaging" Judy for
 
47
                ISSO (formerly Electronic Software and Information (EIS)).
 
48
                Purely created by Judy makefile, so no longer in source tree.
 
49
 
 
50
# psf           Product specification file for swpackaging Judy for testing.
 
51
                This file is used by the CPF for nightly swpackaging.
 
52
                It is updated "on the fly" by CPF to support the "cov" flavor.
 
53
                Purely created by Judy makefile, so no longer in source tree.
 
54
 
 
55
psf_source      Product specification file baseline that is used by
 
56
                ~judy/src/makefile to create the files:  psf (used by
 
57
                CPF) and psf_deliver (used by judy_deliver.sh).
 
58
 
 
59
psf_source_rel_base
 
60
                Contains the base revision string for the current
 
61
                release of Judy.  EG:  B.11.11.04.08
 
62
                Used by ~judy/src/makefile to create the files:  psf
 
63
                and psf_deliver.
 
64
 
 
65
# COPYRIGHT     Copy of the copyright file from (HP-UX only):
 
66
                ./<PLATFORM>/product/deliver/usr/share/doc/Judy/COPYRIGHT
 
67
                because the psf of software distributor needs to have
 
68
                the path to the file.
 
69
 
 
70
coexistence.sh  Run Coexistence tests for Judy.  See Coexistence
 
71
                documentation at:  http://www-ISU.cup.hp.com:81
 
72
 
 
73
listJPtype.c    List JP types.
 
74
                This shows the numeric equivalent of things like:
 
75
                cJL_JAPBRANCH 3
 
76
 
 
77
readme          Check README files.  This is a copy of
 
78
                samsrc/tool/readme as of 001120.  I hate to "clone" it,
 
79
                but the SAM sources are getting farther and farther
 
80
                away...
 
81
 
 
82
ccpre           Command to pass to Judy source makefile to cause
 
83
                compilation of preprocessed code.
 
84
 
 
85
jcheck          Prototypical Judy source tree checker.
 
86
 
 
87
makelog         Raw copies of executable programs built in the CPF source
 
88
makelogpost     tree (from /process/src).  Judy uses these, but does not
 
89
                own them or the sources.
 
90
 
 
91
hpux_ipf_prep   Script to put private hpux_ipf modifications in place in
 
92
                CPF files for Judy hand-running; see script for details.
 
93
 
 
94
win32_dos.bat   Script for DOS shell to set up Judy build environment.
 
95
win32_kshrc     Script for ksh to set up Judy build environment.