Ravenports generated: 13 Apr 2020 17:00
[ravenports.git] / bucket_60 / flex
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               flex
4 VERSION=                2.6.4
5 REVISION=               2
6 KEYWORDS=               textproc
7 VARIANTS=               standard ravensys
8 SDESC[ravensys]=        Fast lexical analyzer generator for raven sysroot
9 SDESC[standard]=        Fast lexical analyzer generator
10 HOMEPAGE=               http://flex.sourceforge.net/
11 CONTACT=                nobody
12
13 DOWNLOAD_GROUPS=        main
14 SITES[main]=            https://github.com/westes/flex/releases/download/v2.6.4/
15 DISTFILE[1]=            flex-2.6.4.tar.gz:main
16 DF_INDEX=               1
17 SPKGS[ravensys]=        primary
18 SPKGS[standard]=        complete
19                         primary
20                         examples
21                         nls
22
23 OPTIONS_AVAILABLE=      RAVENSYS
24 OPTIONS_STANDARD=       none
25 VOPTS[ravensys]=        RAVENSYS=ON
26
27 BUILD_DEPENDS=          help2man:single:standard
28 BUILDRUN_DEPENDS=       m4:primary:standard
29
30 USES=                   bison gmake libtool
31
32 LICENSE=                BSD2CLAUSE:primary
33 LICENSE_FILE=           BSD2CLAUSE:{{WRKSRC}}/COPYING
34 LICENSE_SCHEME=         solo
35
36 INFO=                   primary:flex
37 FPC_EQUIVALENT=         textproc/flex
38 INFO_SUBDIR=            .
39
40 MUST_CONFIGURE=         gnu
41 CONFIGURE_ARGS=         --includedir={{PREFIX}}/include/flex
42 CONFIGURE_ENV=          M4={{LOCALBASE}}/bin/gm4
43
44 INSTALL_TARGET=         install-strip
45 SOVERSION=              2.0.0
46
47 [RAVENSYS].DESCRIPTION=                 For ravensys-root - built without NLS
48 [RAVENSYS].CONFIGURE_ARGS_OFF=          --enable-nls
49                                         --enable-shared
50 [RAVENSYS].CONFIGURE_ARGS_ON=           --disable-nls
51                                         --disable-shared
52 [RAVENSYS].USES_OFF=                    gettext-runtime
53
54 post-patch:
55         ${REINPLACE_CMD} -Ee 's/tests//' \
56                 -e '/mode=compile ..CC/s/\\$$/-fPIC -DPIC &/' \
57                 ${WRKSRC}/Makefile.in
58
59 post-install-RAVENSYS-OFF:
60         ${MKDIR} ${STAGEDIR}${STD_EXAMPLESDIR}
61         (cd ${WRKSRC}/examples \
62                 && ${COPYTREE_SHARE} . ${STAGEDIR}${STD_EXAMPLESDIR})
63         ${RM} ${STAGEDIR}${STD_EXAMPLESDIR}/Makefile.am
64
65 post-install:
66         ${RM} -r ${STAGEDIR}${STD_DOCDIR}
67
68 [FILE:717:descriptions/desc.primary]
69 Flex is a tool for generating scanners. A scanner, sometimes called a
70 tokenizer, is a program which recognizes lexical patterns in text. The
71 flex program reads user-specified input files, or its standard input
72 if no file names are given, for a description of a scanner to generate.
73 The description is in the form of pairs of regular expressions and C
74 code, called rules. Flex generates a C source file named, "lex.yy.c",
75 which defines the function yylex(). The file "lex.yy.c" can be compiled
76 and linked to produce an executable. When the executable is run, it
77 analyzes its input for occurrences of text matching the regular
78 expressions for each rule. Whenever it finds a match, it executes the
79 corresponding C code.
80
81
82 [FILE:96:distinfo]
83 e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995      1419096 flex-2.6.4.tar.gz
84
85
86 [FILE:158:manifests/plist.primary]
87 %%RAVENSYS-OFF%%lib/
88  libfl.so
89  libfl.so.%%SOMAJOR%%
90  libfl.so.%%SOVERSION%%
91 bin/
92  flex
93  flex++
94 include/flex/FlexLexer.h
95 lib/libfl.a
96 share/man/man1/flex.1.gz
97
98
99 [FILE:851:manifests/plist.nls]
100 share/locale/ca/LC_MESSAGES/flex.mo
101 share/locale/da/LC_MESSAGES/flex.mo
102 share/locale/de/LC_MESSAGES/flex.mo
103 share/locale/en@boldquot/LC_MESSAGES/flex.mo
104 share/locale/en@quot/LC_MESSAGES/flex.mo
105 share/locale/eo/LC_MESSAGES/flex.mo
106 share/locale/es/LC_MESSAGES/flex.mo
107 share/locale/fi/LC_MESSAGES/flex.mo
108 share/locale/fr/LC_MESSAGES/flex.mo
109 share/locale/ga/LC_MESSAGES/flex.mo
110 share/locale/hr/LC_MESSAGES/flex.mo
111 share/locale/ko/LC_MESSAGES/flex.mo
112 share/locale/nl/LC_MESSAGES/flex.mo
113 share/locale/pl/LC_MESSAGES/flex.mo
114 share/locale/pt_BR/LC_MESSAGES/flex.mo
115 share/locale/ro/LC_MESSAGES/flex.mo
116 share/locale/ru/LC_MESSAGES/flex.mo
117 share/locale/sr/LC_MESSAGES/flex.mo
118 share/locale/sv/LC_MESSAGES/flex.mo
119 share/locale/tr/LC_MESSAGES/flex.mo
120 share/locale/vi/LC_MESSAGES/flex.mo
121 share/locale/zh_CN/LC_MESSAGES/flex.mo
122 share/locale/zh_TW/LC_MESSAGES/flex.mo
123