unleashed-userland README
[unleashed-userland.git] / components / flex / flex.p5m
blobd61ea97dcc53a2a4c1262e7503bd1212527a3a8e
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
24 set name=pkg.fmri value=pkg:/developer/lexer/flex@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
25 set name=pkg.summary value="Flex Lexer"
26 set name=com.oracle.info.description value="the flex lexer utility"
27 set name=info.classification value="org.opensolaris.category.2008:Development/Other Languages"
28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
29 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
31 set name=org.opensolaris.arc-caseid value=PSARC/2007/289
33 license flex.license license='BSD'
35 file path=usr/bin/flex
36 file path=usr/bin/$(MACH64)/flex
37 file path=usr/include/FlexLexer.h
38 file path=usr/share/info/flex.info
39 file path=usr/share/info/flex.info-1
40 file path=usr/share/info/flex.info-2
41 file path=usr/share/locale/ca/LC_MESSAGES/flex.mo
42 file path=usr/share/locale/da/LC_MESSAGES/flex.mo
43 file path=usr/share/locale/de/LC_MESSAGES/flex.mo
44 file path=usr/share/locale/es/LC_MESSAGES/flex.mo
45 file path=usr/share/locale/fr/LC_MESSAGES/flex.mo
46 file path=usr/share/locale/ga/LC_MESSAGES/flex.mo
47 file path=usr/share/locale/ko/LC_MESSAGES/flex.mo
48 file path=usr/share/locale/nl/LC_MESSAGES/flex.mo
49 file path=usr/share/locale/pl/LC_MESSAGES/flex.mo
50 file path=usr/share/locale/pt_BR/LC_MESSAGES/flex.mo
51 file path=usr/share/locale/ro/LC_MESSAGES/flex.mo
52 file path=usr/share/locale/ru/LC_MESSAGES/flex.mo
53 file path=usr/share/locale/sv/LC_MESSAGES/flex.mo
54 file path=usr/share/locale/tr/LC_MESSAGES/flex.mo
55 file path=usr/share/locale/vi/LC_MESSAGES/flex.mo
56 file path=usr/share/locale/zh_CN/LC_MESSAGES/flex.mo
57 file path=usr/share/man/man1/flex.1 mangler.man.stability=volatile
58 link path=usr/sfw/bin/flex target=../../bin/flex
59 link path=usr/sfw/bin/$(MACH64)/flex target=../../../bin/$(MACH64)/flex
61 depend fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/m4 type=require
63 legacy pkg=SUNWflexlex \
64         name="Flex Lexer" \
65         desc="The Flex Lexer - A lex replacement/substitute"