source: trunk/CVSROOT/modules@ 13979

Last change on this file since 13979 was 13979, checked in by kjdon, 17 years ago

added html-tidy to packages module

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 4.4 KB
Line 
1# Three different line formats are valid:
2# key -a aliases...
3# key [options] directory
4# key [options] directory files...
5#
6# Where "options" are composed of:
7# -i prog Run "prog" on "cvs commit" from top-level of module.
8# -o prog Run "prog" on "cvs checkout" of module.
9# -e prog Run "prog" on "cvs export" of module.
10# -t prog Run "prog" on "cvs rtag" of module.
11# -u prog Run "prog" on "cvs update" of module.
12# -d dir Place module in directory "dir" instead of module name.
13# -l Top-level directory only -- do not recurse.
14#
15# NOTE: If you change any of the "Run" options above, you'll have to
16# release and re-checkout any working directories of these modules.
17#
18# And "directory" is a path to a directory relative to $CVSROOT.
19#
20# The "-a" option specifies an alias. An alias is interpreted as if
21# everything on the right of the "-a" had been typed on the command line.
22#
23# You can encode a module within a module by using the special '&'
24# character to interpose another module into the current module. This
25# can be useful for creating a module that consists of many directories
26# spread out over the entire source repository.
27
28# The gsdl-non-core-images module, which contains all the non-core language interface images
29# All the files are actually in the gsdl-non-core-images-repository package, but we're
30# creating an alias module to avoid getting the top-level directory -- this is so it
31# can be checked out directly into gsdl/images.
32# Note: if a new language interface is added it must be specified here.
33
34ar gsdl-non-core-images-repository/ar
35bn gsdl-non-core-images-repository/bn
36ca gsdl-non-core-images-repository/ca
37cs gsdl-non-core-images-repository/cs
38de gsdl-non-core-images-repository/de
39el gsdl-non-core-images-repository/el
40en gsdl-non-core-images-repository/en
41es gsdl-non-core-images-repository/es
42fa gsdl-non-core-images-repository/fa
43fi gsdl-non-core-images-repository/fi
44fr gsdl-non-core-images-repository/fr
45gl gsdl-non-core-images-repository/gl
46he gsdl-non-core-images-repository/he
47hi gsdl-non-core-images-repository/hi
48hr gsdl-non-core-images-repository/hr
49hy gsdl-non-core-images-repository/hy
50id gsdl-non-core-images-repository/id
51it gsdl-non-core-images-repository/it
52ja gsdl-non-core-images-repository/ja
53ka gsdl-non-core-images-repository/ka
54kk gsdl-non-core-images-repository/kk
55kn gsdl-non-core-images-repository/kn
56ky gsdl-non-core-images-repository/ky
57lv gsdl-non-core-images-repository/lv
58mi gsdl-non-core-images-repository/mi
59mn gsdl-non-core-images-repository/mn
60nl gsdl-non-core-images-repository/nl
61pl gsdl-non-core-images-repository/pl
62pt-br gsdl-non-core-images-repository/pt-br
63pt-pt gsdl-non-core-images-repository/pt-pt
64ru gsdl-non-core-images-repository/ru
65sr gsdl-non-core-images-repository/sr
66th gsdl-non-core-images-repository/th
67tr gsdl-non-core-images-repository/tr
68uk gsdl-non-core-images-repository/uk
69vi gsdl-non-core-images-repository/vi
70zh gsdl-non-core-images-repository/zh
71zh-tr gsdl-non-core-images-repository/zh-tr
72
73gsdl-non-core-images -a ar bn ca cs de el en es fa fi fr gl he hi hr hy id it ja ka kk kn ky lv mi mn nl pl pt-br pt-pt ru sr th tr uk vi zh zh-tr
74
75# Creating a gs2build module, which contains all the gsdl source needed for collection building. This will be used by gsdl3.
76
77# all the perllib dir
78perllib gsdl/perllib
79# most of the packages
80packages gsdl/packages cpan expat html-tidy isis-gdl kea pdftohtml rtftohtml w3mir wget windows wv xlhtml yaz
81# some of the src
82src gsdl/src db2txt hashfile phind txt2db
83bin gsdl/bin/ script
84mappings gsdl/mappings
85lib gsdl/lib text_t.h text_t.cpp gsdlconf.h
86etc gsdl/etc marctodc.txt dc2marc-mapping.xml dc2marc.xsl qdc2marc-mapping.xml &etcpack
87etcpack -d packages gsdl/etc/packages
88collect gsdl/collect modelcol
89gs2build gsdl setup.bash config.sub config.guess config.h.in configtest.pl install-sh acconfig.h aclocal.m4 WIN32cfg.h &packages &perllib &src &bin &mappings &lib &etc &collect &gs2build-extra &indexers
90
91# the default for gs3 will be to checkout greenstone3
92greenstone3 gsdl3
93
94# greenstone 3 extensions are in greenstone3-extensions repository. These
95# modules give access to individual extensions
96greenstone3-extension-gs3build greenstone3-extensions/gs3build
97greenstone3-extension-gate greenstone3-extensions/gate
98greenstone3-extension-gsdl-as greenstone3-extensions/gsdl-as
99greenstone3-extension-vishnu greenstone3-extensions/vishnu
100
101# greenstone documentation modules
102gsdl-tutorials gsdl-documentation shared tutorials
103gsdl-manuals gsdl-documentation shared manuals
104
Note: See TracBrowser for help on using the repository browser.