summaryrefslogtreecommitdiffstats
path: root/PACKAGING
blob: f4b98195c8c80c81b3f144ac616cc7e5f8b93a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Packaging hints for binary package distributors
===============================================

Although the source of the gettext package comes as a single package,
I recommend that in distributions of binary packages the installed files
be split into two packages:

   gettext
        Contents: Runtime libraries and programs.
        Audience: Anyone who wants to run internationalized programs.

   gettext-tools
        Contents: Tools and documentation for developers and translators.
        Audience: Anyone who wants to develop or localize internationalized
                  programs, i.e. developers and translators.
        Dependencies: requires gettext.

The 'gettext' binary package is much smaller than the 'gettext-tools' binary
package (90 KB versus 4 MB). I recommend to include it in the default
installation list, like GNU 'sh-utils'; in fact, the runtime programs are
utilities for sh programs.

The precise split between gettext and gettext-tools is according to the
following file list.

   gettext

      $prefix/bin/gettext
      $prefix/bin/ngettext
      $prefix/man/man1/gettext.1
      $prefix/man/man1/ngettext.1
      $prefix/doc/gettext/gettext.1.html
      $prefix/doc/gettext/ngettext.1.html
      $prefix/share/gettext/ABOUT-NLS
      $prefix/share/gettext/libintl.jar
      $prefix/lib/libintl.*               (not installed on glibc systems)
      $prefix/lib/charset.alias           (not installed on glibc systems)
      $prefix/share/locale/locale.alias   (not installed on glibc systems)
      $prefix/include/libintl.h           (not installed on glibc systems)

   gettext-tools

      Everything else, i.e. currently:

      $prefix/bin/msg*
      $prefix/bin/xgettext
      $prefix/bin/gettextize
      $prefix/bin/autopoint
      $prefix/man/man1/msg*.1
      $prefix/man/man1/xgettext.1
      $prefix/man/man1/gettextize.1
      $prefix/man/man1/autopoint.1
      $prefix/man/man3/*
      $prefix/doc/gettext/msg*.1.html
      $prefix/doc/gettext/xgettext.1.html
      $prefix/doc/gettext/gettextize.1.html
      $prefix/doc/gettext/autopoint.1.html
      $prefix/doc/gettext/*.3.html
      $prefix/doc/gettext/javadoc1/*
      $prefix/doc/gettext/javadoc2/*
      $prefix/doc/gettext/gettext_*.html
      $prefix/info/gettext.info*
      $prefix/lib/libgettextlib*
      $prefix/lib/libgettextsrc*
      $prefix/lib/gettext/*
      $prefix/share/locale/*/LC_MESSAGES/gettext.mo
      $prefix/share/gettext/config.rpath
      $prefix/share/gettext/mkinstalldirs
      $prefix/share/gettext/intl/*
      $prefix/share/gettext/po/*
      $prefix/share/gettext/projects/*
      $prefix/share/gettext/gettext.h
      $prefix/share/gettext/gettext.jar
      $prefix/share/gettext/msgunfmt.tcl
      $prefix/share/gettext/archive.tar.gz
      $prefix/share/aclocal/codeset.m4
      $prefix/share/aclocal/gettext.m4
      $prefix/share/aclocal/glibc21.m4
      $prefix/share/aclocal/iconv.m4
      $prefix/share/aclocal/isc-posix.m4
      $prefix/share/aclocal/lcmessage.m4
      $prefix/share/aclocal/lib-ld.m4
      $prefix/share/aclocal/lib-link.m4
      $prefix/share/aclocal/lib-prefix.m4
      $prefix/share/aclocal/progtest.m4
      $prefix/share/emacs/site-lisp/po-compat.el
      $prefix/share/emacs/site-lisp/po-compat.elc
      $prefix/share/emacs/site-lisp/po-mode.el
      $prefix/share/emacs/site-lisp/po-mode.elc