components/unixodbc/unixodbc.p5m
author John Beck <John.Beck@Oracle.COM>
Tue, 03 Feb 2015 19:24:25 -0800
changeset 3732 0f62cc221c7e
parent 1251 f1fb66b52f41
child 3966 cca72467a46d
permissions -rw-r--r--
20440737 pkgfmt all Userland pkg(5) manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     1
#
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     3
#
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     7
#
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    12
#
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    18
#
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    20
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    22
#
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    23
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    24
set name=pkg.fmri \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    25
    value=pkg:/library/unixodbc@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="The UnixODBC Subsystem and SDK"
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    27
set name=pkg.description \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    28
    value="An Open Source implementation of the ODBC Standard providing a Library Framework for Software Development"
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1042
diff changeset
    29
set name=com.oracle.info.description value="the UnixODBC Subsystem and SDK"
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    30
set name=info.classification \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    31
    value=org.opensolaris.category.2008:Development/Databases
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 253
diff changeset
    32
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    33
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    34
set name=org.opensolaris.arc-caseid value=LSARC/2007/684
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    35
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    36
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    37
dir  path=etc/odbc/ODBCDataSources
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    38
#
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    39
file path=etc/odbc/odbc.ini
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    40
file path=etc/odbc/odbcinst.ini
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    41
file path=usr/bin/$(MACH64)/odbc_config
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    42
file path=usr/bin/dltest
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    43
file path=usr/bin/isql
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    44
file path=usr/bin/iusql
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    45
file path=usr/bin/odbc_config
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    46
file path=usr/bin/odbcinst
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    47
file path=usr/include/odbc/odbcinst.h
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    48
file path=usr/include/odbc/odbcinstext.h
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    49
file path=usr/include/odbc/sql.h
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    50
file path=usr/include/odbc/sqlext.h
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    51
file path=usr/include/odbc/sqltypes.h
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    52
file path=usr/include/odbc/sqlucode.h
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    53
file path=usr/include/odbc/unixodbc_conf.h
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    54
file path=usr/include/odbc/uodbc_extras.h
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    55
file path=usr/include/odbc/uodbc_stats.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    56
link path=usr/lib/$(MACH64)/libesoobS.so target=libesoobS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    57
link path=usr/lib/$(MACH64)/libesoobS.so.1 target=libesoobS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/$(MACH64)/libesoobS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    59
link path=usr/lib/$(MACH64)/libmimerS.so target=libmimerS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    60
link path=usr/lib/$(MACH64)/libmimerS.so.1 target=libmimerS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/$(MACH64)/libmimerS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    62
link path=usr/lib/$(MACH64)/libnn.so target=libnn.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    63
link path=usr/lib/$(MACH64)/libnn.so.1 target=libnn.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/$(MACH64)/libnn.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    65
link path=usr/lib/$(MACH64)/libodbc.so target=libodbc.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    66
link path=usr/lib/$(MACH64)/libodbc.so.1 target=libodbc.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    67
link path=usr/lib/$(MACH64)/libodbc.so.2 target=libodbc.so.2.0.0
1042
31d26adcf615 15822919 SUNBT7204858-12.0 Upgrade UnixODBC to 2.3.1
Stefan Teleman <stefan.teleman@oracle.com>
parents: 629
diff changeset
    68
file path=usr/lib/$(MACH64)/libodbc.so.2.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    69
link path=usr/lib/$(MACH64)/libodbccr.so target=libodbccr.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    70
link path=usr/lib/$(MACH64)/libodbccr.so.1 target=libodbccr.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    71
link path=usr/lib/$(MACH64)/libodbccr.so.2 target=libodbccr.so.2.0.0
1042
31d26adcf615 15822919 SUNBT7204858-12.0 Upgrade UnixODBC to 2.3.1
Stefan Teleman <stefan.teleman@oracle.com>
parents: 629
diff changeset
    72
file path=usr/lib/$(MACH64)/libodbccr.so.2.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    73
link path=usr/lib/$(MACH64)/libodbcdrvcfg1S.so target=libodbcdrvcfg1S.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    74
link path=usr/lib/$(MACH64)/libodbcdrvcfg1S.so.1 target=libodbcdrvcfg1S.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/$(MACH64)/libodbcdrvcfg1S.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    76
link path=usr/lib/$(MACH64)/libodbcdrvcfg2S.so target=libodbcdrvcfg2S.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    77
link path=usr/lib/$(MACH64)/libodbcdrvcfg2S.so.1 target=libodbcdrvcfg2S.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/$(MACH64)/libodbcdrvcfg2S.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    79
link path=usr/lib/$(MACH64)/libodbcinst.so target=libodbcinst.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    80
link path=usr/lib/$(MACH64)/libodbcinst.so.1 target=libodbcinst.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    81
link path=usr/lib/$(MACH64)/libodbcinst.so.2 target=libodbcinst.so.2.0.0
1042
31d26adcf615 15822919 SUNBT7204858-12.0 Upgrade UnixODBC to 2.3.1
Stefan Teleman <stefan.teleman@oracle.com>
parents: 629
diff changeset
    82
file path=usr/lib/$(MACH64)/libodbcinst.so.2.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    83
link path=usr/lib/$(MACH64)/libodbcminiS.so target=libodbcminiS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    84
link path=usr/lib/$(MACH64)/libodbcminiS.so.1 target=libodbcminiS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/$(MACH64)/libodbcminiS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    86
link path=usr/lib/$(MACH64)/libodbcmyS.so target=libodbcmyS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    87
link path=usr/lib/$(MACH64)/libodbcmyS.so.1 target=libodbcmyS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    88
file path=usr/lib/$(MACH64)/libodbcmyS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    89
link path=usr/lib/$(MACH64)/libodbcnnS.so target=libodbcnnS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    90
link path=usr/lib/$(MACH64)/libodbcnnS.so.1 target=libodbcnnS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    91
file path=usr/lib/$(MACH64)/libodbcnnS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    92
link path=usr/lib/$(MACH64)/libodbcpsql.so target=libodbcpsql.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    93
link path=usr/lib/$(MACH64)/libodbcpsql.so.2 target=libodbcpsql.so.2.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/$(MACH64)/libodbcpsql.so.2.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    95
link path=usr/lib/$(MACH64)/libodbcpsqlS.so target=libodbcpsqlS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    96
link path=usr/lib/$(MACH64)/libodbcpsqlS.so.1 target=libodbcpsqlS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    97
file path=usr/lib/$(MACH64)/libodbcpsqlS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    98
link path=usr/lib/$(MACH64)/libodbctxtS.so target=libodbctxtS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    99
link path=usr/lib/$(MACH64)/libodbctxtS.so.1 target=libodbctxtS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   100
file path=usr/lib/$(MACH64)/libodbctxtS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   101
link path=usr/lib/$(MACH64)/liboplodbcS.so target=liboplodbcS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   102
link path=usr/lib/$(MACH64)/liboplodbcS.so.1 target=liboplodbcS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   103
file path=usr/lib/$(MACH64)/liboplodbcS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   104
link path=usr/lib/$(MACH64)/liboraodbcS.so target=liboraodbcS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   105
link path=usr/lib/$(MACH64)/liboraodbcS.so.1 target=liboraodbcS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   106
file path=usr/lib/$(MACH64)/liboraodbcS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   107
link path=usr/lib/$(MACH64)/libsapdbS.so target=libsapdbS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   108
link path=usr/lib/$(MACH64)/libsapdbS.so.1 target=libsapdbS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   109
file path=usr/lib/$(MACH64)/libsapdbS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   110
link path=usr/lib/$(MACH64)/libtdsS.so target=libtdsS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   111
link path=usr/lib/$(MACH64)/libtdsS.so.1 target=libtdsS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   112
file path=usr/lib/$(MACH64)/libtdsS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   113
link path=usr/lib/$(MACH64)/libtemplate.so target=libtemplate.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   114
link path=usr/lib/$(MACH64)/libtemplate.so.1 target=libtemplate.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   115
file path=usr/lib/$(MACH64)/libtemplate.so.1.0.0
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   116
file path=usr/lib/$(MACH64)/pkgconfig/unixODBC.pc
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   117
link path=usr/lib/libesoobS.so target=libesoobS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   118
#
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   119
link path=usr/lib/libesoobS.so.1 target=libesoobS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   120
file path=usr/lib/libesoobS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   121
link path=usr/lib/libmimerS.so target=libmimerS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   122
link path=usr/lib/libmimerS.so.1 target=libmimerS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   123
file path=usr/lib/libmimerS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   124
link path=usr/lib/libnn.so target=libnn.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   125
link path=usr/lib/libnn.so.1 target=libnn.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   126
file path=usr/lib/libnn.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   127
link path=usr/lib/libodbc.so target=libodbc.so.2.0.0
1042
31d26adcf615 15822919 SUNBT7204858-12.0 Upgrade UnixODBC to 2.3.1
Stefan Teleman <stefan.teleman@oracle.com>
parents: 629
diff changeset
   128
link path=usr/lib/libodbc.so.1 target=libodbc.so.2.0.0
31d26adcf615 15822919 SUNBT7204858-12.0 Upgrade UnixODBC to 2.3.1
Stefan Teleman <stefan.teleman@oracle.com>
parents: 629
diff changeset
   129
link path=usr/lib/libodbc.so.2 target=libodbc.so.2.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   130
file path=usr/lib/libodbc.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   131
link path=usr/lib/libodbccr.so target=libodbccr.so.2.0.0
1042
31d26adcf615 15822919 SUNBT7204858-12.0 Upgrade UnixODBC to 2.3.1
Stefan Teleman <stefan.teleman@oracle.com>
parents: 629
diff changeset
   132
link path=usr/lib/libodbccr.so.1 target=libodbccr.so.2.0.0
31d26adcf615 15822919 SUNBT7204858-12.0 Upgrade UnixODBC to 2.3.1
Stefan Teleman <stefan.teleman@oracle.com>
parents: 629
diff changeset
   133
link path=usr/lib/libodbccr.so.2 target=libodbccr.so.2.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   134
file path=usr/lib/libodbccr.so.2.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   135
link path=usr/lib/libodbcdrvcfg1S.so target=libodbcdrvcfg1S.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   136
link path=usr/lib/libodbcdrvcfg1S.so.1 target=libodbcdrvcfg1S.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   137
file path=usr/lib/libodbcdrvcfg1S.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   138
link path=usr/lib/libodbcdrvcfg2S.so target=libodbcdrvcfg2S.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   139
link path=usr/lib/libodbcdrvcfg2S.so.1 target=libodbcdrvcfg2S.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   140
file path=usr/lib/libodbcdrvcfg2S.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   141
link path=usr/lib/libodbcinst.so target=libodbcinst.so.2.0.0
1042
31d26adcf615 15822919 SUNBT7204858-12.0 Upgrade UnixODBC to 2.3.1
Stefan Teleman <stefan.teleman@oracle.com>
parents: 629
diff changeset
   142
link path=usr/lib/libodbcinst.so.1 target=libodbcinst.so.2.0.0
31d26adcf615 15822919 SUNBT7204858-12.0 Upgrade UnixODBC to 2.3.1
Stefan Teleman <stefan.teleman@oracle.com>
parents: 629
diff changeset
   143
link path=usr/lib/libodbcinst.so.2 target=libodbcinst.so.2.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   144
file path=usr/lib/libodbcinst.so.2.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   145
link path=usr/lib/libodbcminiS.so target=libodbcminiS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   146
link path=usr/lib/libodbcminiS.so.1 target=libodbcminiS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   147
file path=usr/lib/libodbcminiS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   148
link path=usr/lib/libodbcmyS.so target=libodbcmyS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   149
link path=usr/lib/libodbcmyS.so.1 target=libodbcmyS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   150
file path=usr/lib/libodbcmyS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   151
link path=usr/lib/libodbcnnS.so target=libodbcnnS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   152
link path=usr/lib/libodbcnnS.so.1 target=libodbcnnS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   153
file path=usr/lib/libodbcnnS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   154
link path=usr/lib/libodbcpsql.so target=libodbcpsql.so.2.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   155
link path=usr/lib/libodbcpsql.so.2 target=libodbcpsql.so.2.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   156
file path=usr/lib/libodbcpsql.so.2.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   157
link path=usr/lib/libodbcpsqlS.so target=libodbcpsqlS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   158
link path=usr/lib/libodbcpsqlS.so.1 target=libodbcpsqlS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   159
file path=usr/lib/libodbcpsqlS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   160
link path=usr/lib/libodbctxtS.so target=libodbctxtS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   161
link path=usr/lib/libodbctxtS.so.1 target=libodbctxtS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   162
file path=usr/lib/libodbctxtS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   163
link path=usr/lib/liboplodbcS.so target=liboplodbcS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   164
link path=usr/lib/liboplodbcS.so.1 target=liboplodbcS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   165
file path=usr/lib/liboplodbcS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   166
link path=usr/lib/liboraodbcS.so target=liboraodbcS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   167
link path=usr/lib/liboraodbcS.so.1 target=liboraodbcS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   168
file path=usr/lib/liboraodbcS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   169
link path=usr/lib/libsapdbS.so target=libsapdbS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   170
link path=usr/lib/libsapdbS.so.1 target=libsapdbS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   171
file path=usr/lib/libsapdbS.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   172
link path=usr/lib/libtdsS.so target=libtdsS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   173
link path=usr/lib/libtdsS.so.1 target=libtdsS.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   174
file path=usr/lib/libtdsS.so.1.0.0
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   175
link path=usr/lib/libtemplate.so target=libtemplate.so.1.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   176
link path=usr/lib/libtemplate.so.1 target=libtemplate.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   177
file path=usr/lib/libtemplate.so.1.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
   178
file path=usr/lib/pkgconfig/unixODBC.pc
253
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   179
#
425c6a23679f 7031762 libidn to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   180
license unixodbc.license license="LGPLv2.1, GPLv2"