readline.p5m revision 4607
131N/A#
131N/A# CDDL HEADER START
131N/A#
131N/A# The contents of this file are subject to the terms of the
131N/A# Common Development and Distribution License (the "License").
131N/A# You may not use this file except in compliance with the License.
131N/A#
131N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
131N/A# or http://www.opensolaris.org/os/licensing.
131N/A# See the License for the specific language governing permissions
131N/A# and limitations under the License.
131N/A#
131N/A# When distributing Covered Code, include this CDDL HEADER in each
131N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
131N/A# If applicable, add the following below this CDDL HEADER, with the
131N/A# fields enclosed by brackets "[]" replaced with your own identifying
131N/A# information: Portions Copyright [yyyy] [name of copyright owner]
131N/A#
131N/A# CDDL HEADER END
131N/A#
131N/A
131N/A#
4607N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
131N/A#
131N/A
181N/A<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
181N/Aset name=pkg.fmri \
181N/A value=pkg:/library/readline@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
1835N/Aset name=pkg.summary \
1835N/A value="GNU readline provides interactive line-editing and history"
181N/Aset name=pkg.description \
181N/A value="The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in."
181N/Aset name=info.classification \
181N/A value=org.opensolaris.category.2008:System/Libraries
464N/Aset name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
618N/Aset name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
4607N/Aset name=org.opensolaris.arc-caseid value=PSARC/2007/188 value=PSARC/2015/176
131N/Aset name=org.opensolaris.consolidation value=$(CONSOLIDATION)
181N/Afile examples/Inputrc path=usr/demo/readline/Inputrc
131N/Afile path=usr/include/readline/chardefs.h
131N/Afile path=usr/include/readline/history.h
131N/Afile path=usr/include/readline/keymaps.h
131N/Afile path=usr/include/readline/readline.h
131N/Afile path=usr/include/readline/rlconf.h
131N/Afile path=usr/include/readline/rlstdc.h
131N/Afile path=usr/include/readline/rltypedefs.h
131N/Afile path=usr/include/readline/tilde.h
4607N/Alink path=usr/lib/$(MACH64)/libhistory.so target=libhistory.so.6
131N/Afile path=usr/lib/$(MACH64)/libhistory.so.5
4607N/Afile path=usr/lib/$(MACH64)/libhistory.so.6
4607N/Alink path=usr/lib/$(MACH64)/libreadline.so target=libreadline.so.6
131N/Afile path=usr/lib/$(MACH64)/libreadline.so.5
4607N/Afile path=usr/lib/$(MACH64)/libreadline.so.6
628N/Afile $(MACH64)/llib-lreadline.ln path=usr/lib/$(MACH64)/llib-lreadline.ln
4607N/Alink path=usr/lib/libhistory.so target=libhistory.so.6
131N/Afile path=usr/lib/libhistory.so.5
4607N/Afile path=usr/lib/libhistory.so.6
4607N/Alink path=usr/lib/libreadline.so target=libreadline.so.6
131N/Afile path=usr/lib/libreadline.so.5
4607N/Afile path=usr/lib/libreadline.so.6
628N/Afile llib-lreadline path=usr/lib/llib-lreadline
628N/Afile $(MACH32)/llib-lreadline.ln path=usr/lib/llib-lreadline.ln
131N/Afile path=usr/share/info/history.info
131N/Afile path=usr/share/info/readline.info
131N/Afile path=usr/share/info/rluserman.info
131N/Afile path=usr/share/man/man3/history.3
131N/Afile path=usr/share/man/man3/readline.3
4607N/A# This license action only needed for the old readline 5.2 libraries.
4607N/Alicense readline-5.license license=GPLv2 \
4607N/A com.oracle.info.description="GNU readline version 5 libraries" \
4607N/A com.oracle.info.name=readline com.oracle.info.tpno=$(TPNO_V5) \
4607N/A com.oracle.info.version=$(COMPONENT_VERSION)
4607N/Alicense readline.license license="GPLv3, FDLv1.3" \
4607N/A com.oracle.info.description="GNU readline" com.oracle.info.name=readline \
4607N/A com.oracle.info.tpno=$(TPNO_V6) \
4607N/A com.oracle.info.version=$(COMPONENT_VERSION)