source: trunk/CVSROOT/modules@ 13363

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

put back the bin module

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 4.3 KB
RevLine 
[3]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.
[9446]27
[9537]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
[9538]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.
[9537]33
34ar gsdl-non-core-images-repository/ar
35bn gsdl-non-core-images-repository/bn
[9538]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
[11147]40en gsdl-non-core-images-repository/en
41es gsdl-non-core-images-repository/es
[9538]42fa gsdl-non-core-images-repository/fa
43fi gsdl-non-core-images-repository/fi
[11147]44fr gsdl-non-core-images-repository/fr
[9538]45gl gsdl-non-core-images-repository/gl
[10110]46he gsdl-non-core-images-repository/he
[9538]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
[10110]54kk gsdl-non-core-images-repository/kk
[9538]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
[11147]64ru gsdl-non-core-images-repository/ru
[9538]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
[9537]72
[11147]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
[9537]74
[9454]75# Creating a gs2build module, which contains all the gsdl source needed for collection building. This will be used by gsdl3.
[9448]76
[9454]77# all the perllib dir
[9448]78perllib gsdl/perllib
[9454]79# most of the packages
[13112]80packages gsdl/packages cpan expat isis-gdl kea mg pdftohtml rtftohtml unac w3mir wget windows wv xlhtml yaz
[9454]81# some of the src
[13112]82src gsdl/src db2txt hashfile phind txt2db mgpp java
[13363]83bin gsdl/bin/ script
[9448]84mappings gsdl/mappings
[9754]85lib gsdl/lib text_t.h text_t.cpp gsdlconf.h
[13112]86etc gsdl/etc marctodc.txt dc2marc-mapping.xml dc2marc.xsl qdc2marc-mapping.xml &etcpack
[10745]87etcpack -d packages gsdl/etc/packages
[9454]88collect gsdl/collect modelcol
[9765]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
[9448]90
[10776]91# the default for gs3 will be to checkout greenstone3
92greenstone3 gsdl3
[12198]93
94# greenstone 3 extensions are in greenstone3-extensions repository. These
95# modules give access to individual extensions
96greenstone3-extension-gs3build greenstone3-extensions/gs3build
[12199]97greenstone3-extension-gate greenstone3-extensions/gate
98greenstone3-extension-gsdl-as greenstone3-extensions/gsdl-as
99greenstone3-extension-vishnu greenstone3-extensions/vishnu
Note: See TracBrowser for help on using the repository browser.