components/libtecla/libtecla.p5m
author Shawn Walker-Salas <shawn.walker@oracle.com>
Wed, 30 Mar 2016 13:33:31 -0700
changeset 5682 94c0ca64c022
parent 5052 65f5fba4e0e3
child 5810 76203f2cf39d
permissions -rw-r--r--
15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh 22228656 remove redundant declarations and additions from makefiles 22252545 simplify build rules for components from common upstream 22378457 tclConfig.sh compiler settings are too specific 22727315 httping curses gui missing 22750630 procmail ignores userland cflags and may use private strstr function 22758725 wdiff uses diff from PATH instead of /usr/gnu/bin/diff 22926847 cloog Makefile typo when setting ASLR_MODE 22935090 tk config script has wrong linker flags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
681
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
#
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
#
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
4295
8e6a71e8754b 19810791 Numerous Userland components have an unwanted back slash
Stacy Yeh <stacy.yeh@oracle.com>
parents: 2008
diff changeset
    23
# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
681
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
#
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
# The man pages are all at the top of a "files" directory; setting the hash to
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
# point to the files therein.
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
<transform file path=usr/share/man/man.+/(.+)$ -> \
4295
8e6a71e8754b 19810791 Numerous Userland components have an unwanted back slash
Stacy Yeh <stacy.yeh@oracle.com>
parents: 2008
diff changeset
    29
    set action.hash %<1> >
681
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
# Bypassing the mangler for these files because they are pre-Solarified.
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
<transform file path=usr/share/man/.+$ -> \
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
    add mangler.bypass true >
1638
e09cb51b45b1 18071417 libtecla's enhance needs enhancement for ASLR & 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1397
diff changeset
    33
#
681
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
set name=pkg.fmri \
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
    value=pkg:/library/libtecla@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
set name=pkg.summary value="Tecla command-line editing library"
1397
5bfdc9708efe 17166668 Enter fetchmail's TPNO # in its package metadata
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    37
set name=com.oracle.info.description \
5bfdc9708efe 17166668 Enter fetchmail's TPNO # in its package metadata
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    38
    value="the libtecla command-line editing library"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1638
diff changeset
    39
set name=com.oracle.info.tpno value=$(TPNO)
681
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    40
set name=info.classification \
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    41
    value=org.opensolaris.category.2008:System/Libraries
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    42
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    43
set name=info.upstream value="Martin Shepherd"
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    44
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    45
set name=org.opensolaris.arc-caseid value=PSARC/2004/330
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    46
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5052
diff changeset
    47
file path=usr/bin/enhance
681
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    48
file path=usr/include/libtecla.h
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    49
link path=usr/lib/$(MACH64)/libtecla.so target=libtecla.so.1
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    50
file path=usr/lib/$(MACH64)/libtecla.so.1
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    51
file path=usr/lib/$(MACH64)/llib-ltecla.ln
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    52
link path=usr/lib/libtecla.so target=libtecla.so.1
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    53
file path=usr/lib/libtecla.so.1
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    54
file path=usr/lib/llib-ltecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    55
file path=usr/lib/llib-ltecla.ln
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    56
file enhance.1.ja_JP.UTF-8 path=usr/share/man/ja_JP.UTF-8/man1/enhance.1
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    57
file path=usr/share/man/man1/enhance.1
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    58
file path=usr/share/man/man3lib/libtecla.3lib
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    59
file path=usr/share/man/man3tecla/cfc_file_start.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    60
file path=usr/share/man/man3tecla/cfc_literal_escapes.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    61
file path=usr/share/man/man3tecla/cfc_set_check_fn.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    62
file path=usr/share/man/man3tecla/cpl_add_completion.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    63
file path=usr/share/man/man3tecla/cpl_check_exe.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    64
file path=usr/share/man/man3tecla/cpl_complete_word.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    65
file path=usr/share/man/man3tecla/cpl_file_completions.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    66
file path=usr/share/man/man3tecla/cpl_last_error.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    67
file path=usr/share/man/man3tecla/cpl_list_completions.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    68
file path=usr/share/man/man3tecla/cpl_recall_matches.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    69
file path=usr/share/man/man3tecla/cpl_record_error.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    70
file path=usr/share/man/man3tecla/del_CplFileConf.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    71
file path=usr/share/man/man3tecla/del_ExpandFile.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    72
file path=usr/share/man/man3tecla/del_GetLine.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    73
file path=usr/share/man/man3tecla/del_PathCache.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    74
file path=usr/share/man/man3tecla/del_PcaPathConf.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    75
file path=usr/share/man/man3tecla/del_WordCompletion.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    76
file path=usr/share/man/man3tecla/ef_expand_file.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    77
file path=usr/share/man/man3tecla/ef_last_error.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    78
file path=usr/share/man/man3tecla/ef_list_expansions.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    79
file path=usr/share/man/man3tecla/gl_abandon_line.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    80
file path=usr/share/man/man3tecla/gl_append_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    81
file path=usr/share/man/man3tecla/gl_automatic_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    82
file path=usr/share/man/man3tecla/gl_bind_keyseq.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    83
file path=usr/share/man/man3tecla/gl_catch_blocked.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    84
file path=usr/share/man/man3tecla/gl_change_terminal.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    85
file path=usr/share/man/man3tecla/gl_clear_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    86
file path=usr/share/man/man3tecla/gl_completion_action.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    87
file path=usr/share/man/man3tecla/gl_configure_getline.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    88
file path=usr/share/man/man3tecla/gl_customize_completion.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    89
file path=usr/share/man/man3tecla/gl_display_text.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    90
file path=usr/share/man/man3tecla/gl_echo_mode.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    91
file path=usr/share/man/man3tecla/gl_erase_terminal.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    92
file path=usr/share/man/man3tecla/gl_error_message.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    93
file path=usr/share/man/man3tecla/gl_get_line.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    94
file path=usr/share/man/man3tecla/gl_group_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    95
file path=usr/share/man/man3tecla/gl_handle_signal.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    96
file path=usr/share/man/man3tecla/gl_ignore_signal.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    97
file path=usr/share/man/man3tecla/gl_inactivity_timeout.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    98
file path=usr/share/man/man3tecla/gl_io_mode.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    99
file path=usr/share/man/man3tecla/gl_last_signal.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   100
file path=usr/share/man/man3tecla/gl_limit_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   101
file path=usr/share/man/man3tecla/gl_list_signals.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   102
file path=usr/share/man/man3tecla/gl_load_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   103
file path=usr/share/man/man3tecla/gl_lookup_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   104
file path=usr/share/man/man3tecla/gl_normal_io.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   105
file path=usr/share/man/man3tecla/gl_pending_io.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   106
file path=usr/share/man/man3tecla/gl_prompt_style.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   107
file path=usr/share/man/man3tecla/gl_query_char.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   108
file path=usr/share/man/man3tecla/gl_range_of_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   109
file path=usr/share/man/man3tecla/gl_raw_io.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   110
file path=usr/share/man/man3tecla/gl_read_char.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   111
file path=usr/share/man/man3tecla/gl_register_action.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   112
file path=usr/share/man/man3tecla/gl_replace_prompt.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   113
file path=usr/share/man/man3tecla/gl_resize_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   114
file path=usr/share/man/man3tecla/gl_return_status.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   115
file path=usr/share/man/man3tecla/gl_save_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   116
file path=usr/share/man/man3tecla/gl_set_term_size.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   117
file path=usr/share/man/man3tecla/gl_show_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   118
file path=usr/share/man/man3tecla/gl_size_of_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   119
file path=usr/share/man/man3tecla/gl_state_of_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   120
file path=usr/share/man/man3tecla/gl_terminal_size.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   121
file path=usr/share/man/man3tecla/gl_toggle_history.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   122
file path=usr/share/man/man3tecla/gl_trap_signal.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   123
file path=usr/share/man/man3tecla/gl_tty_signals.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   124
file path=usr/share/man/man3tecla/gl_watch_fd.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   125
file path=usr/share/man/man3tecla/libtecla_version.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   126
file path=usr/share/man/man3tecla/new_CplFileConf.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   127
file path=usr/share/man/man3tecla/new_ExpandFile.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   128
file path=usr/share/man/man3tecla/new_GetLine.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   129
file path=usr/share/man/man3tecla/new_PathCache.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   130
file path=usr/share/man/man3tecla/new_PcaPathConf.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   131
file path=usr/share/man/man3tecla/new_WordCompletion.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   132
file path=usr/share/man/man3tecla/pca_last_error.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   133
file path=usr/share/man/man3tecla/pca_lookup_file.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   134
file path=usr/share/man/man3tecla/pca_path_completions.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   135
file path=usr/share/man/man3tecla/pca_scan_path.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   136
file path=usr/share/man/man3tecla/pca_set_check_fn.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   137
file path=usr/share/man/man3tecla/ppc_file_start.3tecla
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   138
file path=usr/share/man/man3tecla/ppc_literal_escapes.3tecla
5052
65f5fba4e0e3 22115658 libtecla needs SOLARIS_12_ONLY macro for some p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 4295
diff changeset
   139
$(SOLARIS_12_ONLY)file path=usr/share/man/man5/tecla.5
65f5fba4e0e3 22115658 libtecla needs SOLARIS_12_ONLY macro for some p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 4295
diff changeset
   140
$(SOLARIS_12_ONLY)file path=usr/share/man/man5/teclarc.5
681
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   141
file enhance.1.zh_CN.UTF-8 path=usr/share/man/zh_CN.UTF-8/man1/enhance.1
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   142
legacy pkg=SUNWtecla desc="Tecla command-line editing library" \
7c568e880861 7143177 move libtecla from ON to Userland (Userland portion)
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   143
    name="Tecla command-line editing library"
1638
e09cb51b45b1 18071417 libtecla's enhance needs enhancement for ASLR & 64-bit
John Beck <John.Beck@Oracle.COM>
parents: 1397
diff changeset
   144
license libtecla.license license=MIT-like
2008
fbb3d4972042 18996594 tecla.5, teclarc.5, openssl.5 & pam_pkcs11.5 need to be added to Userland
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   145
# Both tecla.5 & teclarc.5 used to be in system/core-os, so we need an
fbb3d4972042 18996594 tecla.5, teclarc.5, openssl.5 & pam_pkcs11.5 need to be added to Userland
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   146
# optional dependency on that package @ the first version where they are
fbb3d4972042 18996594 tecla.5, teclarc.5, openssl.5 & pam_pkcs11.5 need to be added to Userland
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
   147
# no longer there.
5052
65f5fba4e0e3 22115658 libtecla needs SOLARIS_12_ONLY macro for some p5m file entries
John Beck <John.Beck@Oracle.COM>
parents: 4295
diff changeset
   148
$(SOLARIS_12_ONLY)depend type=optional fmri=system/[email protected]