components/bison/bison.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Wed, 13 Apr 2011 09:58:06 -0700
changeset 181 87e11e685b1f
parent 120 ef1efc113f13
child 464 08f94c414553
permissions -rw-r--r--
7003927 userland should postprocess packaged files 7034188 userland should have common lint library rules 7034992 userland packages should include opensolaris.arc_url data 7019309 move ghostscript to userland (fix build)

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
#

<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
set name=pkg.fmri \
    value=pkg:/developer/parser/bison@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.description \
    value="a general-purpose parser generator that converts an annotated context-free grammar into an LALR(1) or GLR parser for that grammar"
set name=pkg.summary value="bison - A YACC Replacement"
set name=info.classification \
    value="org.opensolaris.category.2008:Development/Other Languages"
set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream_url value=http://www.gnu.org/software/bison/
set name=opensolaris.arc_url \
    value=http://arc.opensolaris.org/caselog/PSARC/2007/289
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
dir path=usr
dir path=usr/bin
dir path=usr/sfw
dir path=usr/sfw/bin
dir path=usr/share
dir path=usr/share/aclocal
dir path=usr/share/bison
dir path=usr/share/bison/m4sugar
dir path=usr/share/info
dir path=usr/share/locale
dir path=usr/share/locale/da
dir path=usr/share/locale/da/LC_MESSAGES
dir path=usr/share/locale/de
dir path=usr/share/locale/de/LC_MESSAGES
dir path=usr/share/locale/es
dir path=usr/share/locale/es/LC_MESSAGES
dir path=usr/share/locale/et
dir path=usr/share/locale/et/LC_MESSAGES
dir path=usr/share/locale/fr
dir path=usr/share/locale/fr/LC_MESSAGES
dir path=usr/share/locale/ga
dir path=usr/share/locale/ga/LC_MESSAGES
dir path=usr/share/locale/hr
dir path=usr/share/locale/hr/LC_MESSAGES
dir path=usr/share/locale/id
dir path=usr/share/locale/id/LC_MESSAGES
dir path=usr/share/locale/it
dir path=usr/share/locale/it/LC_MESSAGES
dir path=usr/share/locale/ja
dir path=usr/share/locale/ja/LC_MESSAGES
dir path=usr/share/locale/ms
dir path=usr/share/locale/ms/LC_MESSAGES
dir path=usr/share/locale/nb
dir path=usr/share/locale/nb/LC_MESSAGES
dir path=usr/share/locale/nl
dir path=usr/share/locale/nl/LC_MESSAGES
dir path=usr/share/locale/pl
dir path=usr/share/locale/pl/LC_MESSAGES
dir path=usr/share/locale/pt_BR
dir path=usr/share/locale/pt_BR/LC_MESSAGES
dir path=usr/share/locale/ro
dir path=usr/share/locale/ro/LC_MESSAGES
dir path=usr/share/locale/ru
dir path=usr/share/locale/ru/LC_MESSAGES
dir path=usr/share/locale/rw
dir path=usr/share/locale/rw/LC_MESSAGES
dir path=usr/share/locale/sv
dir path=usr/share/locale/sv/LC_MESSAGES
dir path=usr/share/locale/tr
dir path=usr/share/locale/tr/LC_MESSAGES
dir path=usr/share/locale/vi
dir path=usr/share/locale/vi/LC_MESSAGES
dir path=usr/share/man
dir path=usr/share/man/man1
file path=usr/bin/bison
file path=usr/share/aclocal/bison-i18n.m4
file path=usr/share/bison/README
file path=usr/share/bison/c++.m4
file path=usr/share/bison/c.m4
file path=usr/share/bison/glr.c
file path=usr/share/bison/glr.cc
file path=usr/share/bison/lalr1.cc
file path=usr/share/bison/location.cc
file path=usr/share/bison/m4sugar/m4sugar.m4
file path=usr/share/bison/yacc.c
file path=usr/share/info/bison.info
file path=usr/share/locale/da/LC_MESSAGES/bison.mo
file path=usr/share/locale/de/LC_MESSAGES/bison.mo
file path=usr/share/locale/es/LC_MESSAGES/bison.mo
file path=usr/share/locale/et/LC_MESSAGES/bison.mo
file path=usr/share/locale/fr/LC_MESSAGES/bison.mo
file path=usr/share/locale/ga/LC_MESSAGES/bison.mo
file path=usr/share/locale/hr/LC_MESSAGES/bison.mo
file path=usr/share/locale/id/LC_MESSAGES/bison.mo
file path=usr/share/locale/it/LC_MESSAGES/bison.mo
file path=usr/share/locale/ja/LC_MESSAGES/bison.mo
file path=usr/share/locale/ms/LC_MESSAGES/bison.mo
file path=usr/share/locale/nb/LC_MESSAGES/bison.mo
file path=usr/share/locale/nl/LC_MESSAGES/bison.mo
file path=usr/share/locale/pl/LC_MESSAGES/bison.mo
file path=usr/share/locale/pt_BR/LC_MESSAGES/bison.mo
file path=usr/share/locale/ro/LC_MESSAGES/bison.mo
file path=usr/share/locale/ru/LC_MESSAGES/bison.mo
file path=usr/share/locale/rw/LC_MESSAGES/bison.mo
file path=usr/share/locale/sv/LC_MESSAGES/bison.mo
file path=usr/share/locale/tr/LC_MESSAGES/bison.mo
file path=usr/share/locale/vi/LC_MESSAGES/bison.mo
file path=usr/share/man/man1/bison.1
legacy pkg=SUNWbison desc="GNU bison 2.3 - A YACC Replacement" \
    name="bison - A YACC Replacement"


license bison.license license=GPLv2
link path=usr/sfw/bin/bison target=../../bin/bison