Ravenports generated: 25 Jul 2022 23:38
[ravenports.git] / bucket_28 / liblangtag
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               liblangtag
4 VERSION=                0.6.4
5 KEYWORDS=               textproc devel
6 VARIANTS=               standard
7 SDESC[standard]=        Library to access tags for language identification
8 HOMEPAGE=               https://bitbucket.org/tagoh/liblangtag/wiki/Home
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            https://bitbucket.org/tagoh/liblangtag/downloads/
13 DISTFILE[1]=            liblangtag-0.6.4.tar.bz2:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         docs
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 BUILDRUN_DEPENDS=       libxml2:single:standard
23
24 USES=                   libtool pkgconfig iconv
25
26 FPC_EQUIVALENT=         devel/liblangtag
27
28 MUST_CONFIGURE=         gnu
29 CONFIGURE_ARGS=         --disable-introspection
30
31 INSTALL_TARGET=         install-strip
32 INSTALL_REQ_TOOLCHAIN=  yes
33 SOVERSION=              1.4.1
34
35 post-install:
36         ${MV} ${STAGEDIR}${PREFIX}/share/gtk-doc/html/liblangtag \
37                 ${STAGEDIR}${STD_DOCDIR}
38         ${RM} -r ${STAGEDIR}${PREFIX}/share/gtk-doc
39
40 [FILE:119:descriptions/desc.primary]
41 liblangtag is an interface library to access/deal with tags for identifying
42 languages, which is described in RFC 5646.
43
44
45 [FILE:103:distinfo]
46 5701062c17d3e73ddaa49956cbfa5d47d2f8221988dec561c0af2118c1c8a564       764946 liblangtag-0.6.4.tar.bz2
47
48
49 [FILE:1001:manifests/plist.primary]
50 include/liblangtag/
51  langtag.h
52  lt-config.h
53  lt-database.h
54  lt-error.h
55  lt-ext-module-data.h
56  lt-ext-module.h
57  lt-extension.h
58  lt-extlang-db.h
59  lt-extlang.h
60  lt-grandfathered-db.h
61  lt-grandfathered.h
62  lt-iter.h
63  lt-lang-db.h
64  lt-lang.h
65  lt-list.h
66  lt-macros.h
67  lt-messages.h
68  lt-redundant-db.h
69  lt-redundant.h
70  lt-region-db.h
71  lt-region.h
72  lt-relation-db.h
73  lt-script-db.h
74  lt-script.h
75  lt-string.h
76  lt-tag.h
77  lt-utils.h
78  lt-variant-db.h
79  lt-variant.h
80  lt-xml.h
81 lib/
82  liblangtag.so
83  liblangtag.so.%%SOMAJOR%%
84  liblangtag.so.%%SOVERSION%%
85 lib/liblangtag/
86  liblangtag-ext-ldml-t.so
87  liblangtag-ext-ldml-u.so
88 lib/pkgconfig/liblangtag.pc
89 share/liblangtag/language-subtag-registry.xml
90 share/liblangtag/common/bcp47/
91  calendar.xml
92  collation.xml
93  currency.xml
94  number.xml
95  timezone.xml
96  transform.xml
97  transform_ime.xml
98  transform_keyboard.xml
99  transform_mt.xml
100  transform_private_use.xml
101  variant.xml
102 share/liblangtag/common/supplemental/
103  likelySubtags.xml
104  supplementalData.xml
105  supplementalMetadata.xml
106
107
108 [FILE:688:patches/patch-configure]
109 --- configure.orig      2022-06-30 06:47:45 UTC
110 +++ configure
111 @@ -16369,11 +16369,7 @@ MODULE_LIBS=
112  if test "x$enable_modules" != "xno"; then
113         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the suffix of module shared libraries" >&5
114  printf %s "checking for the suffix of module shared libraries... " >&6; }
115 -       export SED
116 -       shrext_cmds=`libtool --config | grep '^shrext_cmds='`
117 -       eval $shrext_cmds
118 -       module=yes eval std_shrext=$shrext_cmds
119 -       lt_module_suffix=`echo $std_shrext | sed 's/^\.//'`
120 +       lt_module_suffix=so
121         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: .$lt_module_suffix" >&5
122  printf "%s\n" ".$lt_module_suffix" >&6; }
123         if test "x$lt_module_suffix" = x; then
124