components/curl/curl.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 09 Apr 2013 10:37:15 -0700
changeset 1251 f1fb66b52f41
parent 1205 6c6c27bcf9ac
child 1479 00fd84194115
permissions -rw-r--r--
16611225 foomatic-rip delivers obsolete LP functionality 16611235 foomatic-rip and foomatic-db-engine should have the same sysconfdir 16611239 sysmon message file package manifest has wrong FMRI 16611251 userland pkglint should not double report pkg.linted messages 16611268 userland needs pkg.linted cleanup. 16611270 userland manifests shouldn't have dir actions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     1
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     3
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     7
#
187aa0541610 7031766 LCMS needs to move 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
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    12
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    18
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    20
#
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 959
diff changeset
    21
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    22
#
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 174
diff changeset
    23
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 174
diff changeset
    24
<transform file path=usr/share/doc/curl/html/(.+)$ -> \
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    25
	set action.hash curl-7.26.0/docs/%<\1> >
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 174
diff changeset
    26
<transform file path=usr/share/doc/libcurl/html/(.+)$ -> \
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    27
	set action.hash curl-7.26.0/docs/libcurl/%<\1> >
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 174
diff changeset
    28
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    29
set name=pkg.fmri value=pkg:/web/curl@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    30
set name=pkg.summary value="The CURL Network Utility and Library"
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    31
set name=pkg.description value="A command-line tool and library for transforming data with URL syntax"
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 959
diff changeset
    32
set name=com.oracle.info.description value="the CURL Network Utility and Library"
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 959
diff changeset
    33
set name=com.oracle.info.tpno value=8339
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    34
set name=info.classification value="org.opensolaris.category.2008:System/Libraries"
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 587
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 181
diff changeset
    36
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 181
diff changeset
    37
set name=org.opensolaris.arc-caseid \
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    38
    value=PSARC/2007/165 \
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    39
    value=PSARC/2012/252
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    40
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    41
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    42
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    43
file path=usr/bin/curl
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    44
file path=usr/bin/curl-config
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    45
file path=usr/bin/$(MACH64)/curl
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    46
file path=usr/bin/$(MACH64)/curl-config
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    47
file path=usr/include/curl/curlbuild.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    48
file path=usr/include/curl/curl.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    49
file path=usr/include/curl/curlrules.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    50
file path=usr/include/curl/curlver.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    51
file path=usr/include/curl/easy.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    52
file path=usr/include/curl/mprintf.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    53
file path=usr/include/curl/multi.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    54
file path=usr/include/curl/stdcheaders.h
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    55
file path=usr/include/curl/typecheck-gcc.h
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    56
file path=usr/lib/libcurl.so.4.2.0
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    57
file path=usr/lib/$(MACH64)/libcurl.so.4.2.0
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/llib-lcurl
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/llib-lcurl.ln
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/$(MACH64)/llib-lcurl.ln
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/pkgconfig/libcurl.pc
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/$(MACH64)/pkgconfig/libcurl.pc
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    63
file path=usr/share/doc/curl/html/index.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    64
file path=usr/share/doc/curl/html/curl.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    65
file path=usr/share/doc/curl/html/curl-config.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    66
file path=usr/share/doc/libcurl/html/curl_easy_cleanup.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    67
file path=usr/share/doc/libcurl/html/curl_easy_duphandle.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    68
file path=usr/share/doc/libcurl/html/curl_easy_escape.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    69
file path=usr/share/doc/libcurl/html/curl_easy_getinfo.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    70
file path=usr/share/doc/libcurl/html/curl_easy_init.html
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    71
file path=usr/share/doc/libcurl/html/curl_easy_pause.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    72
file path=usr/share/doc/libcurl/html/curl_easy_perform.html
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    73
file path=usr/share/doc/libcurl/html/curl_easy_recv.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    74
file path=usr/share/doc/libcurl/html/curl_easy_reset.html
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    75
file path=usr/share/doc/libcurl/html/curl_easy_send.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    76
file path=usr/share/doc/libcurl/html/curl_easy_setopt.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    77
file path=usr/share/doc/libcurl/html/curl_easy_strerror.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    78
file path=usr/share/doc/libcurl/html/curl_easy_unescape.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    79
file path=usr/share/doc/libcurl/html/curl_escape.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    80
file path=usr/share/doc/libcurl/html/curl_formadd.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    81
file path=usr/share/doc/libcurl/html/curl_formfree.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    82
file path=usr/share/doc/libcurl/html/curl_formget.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    83
file path=usr/share/doc/libcurl/html/curl_free.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    84
file path=usr/share/doc/libcurl/html/curl_getdate.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    85
file path=usr/share/doc/libcurl/html/curl_getenv.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    86
file path=usr/share/doc/libcurl/html/curl_global_cleanup.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    87
file path=usr/share/doc/libcurl/html/curl_global_init.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    88
file path=usr/share/doc/libcurl/html/curl_global_init_mem.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    89
file path=usr/share/doc/libcurl/html/curl_mprintf.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    90
file path=usr/share/doc/libcurl/html/curl_multi_add_handle.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    91
file path=usr/share/doc/libcurl/html/curl_multi_assign.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    92
file path=usr/share/doc/libcurl/html/curl_multi_cleanup.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    93
file path=usr/share/doc/libcurl/html/curl_multi_fdset.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    94
file path=usr/share/doc/libcurl/html/curl_multi_info_read.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    95
file path=usr/share/doc/libcurl/html/curl_multi_init.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    96
file path=usr/share/doc/libcurl/html/curl_multi_perform.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    97
file path=usr/share/doc/libcurl/html/curl_multi_remove_handle.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    98
file path=usr/share/doc/libcurl/html/curl_multi_setopt.html
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
    99
file path=usr/share/doc/libcurl/html/curl_multi_socket_action.html
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   100
file path=usr/share/doc/libcurl/html/curl_multi_socket.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   101
file path=usr/share/doc/libcurl/html/curl_multi_strerror.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   102
file path=usr/share/doc/libcurl/html/curl_multi_timeout.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   103
file path=usr/share/doc/libcurl/html/curl_share_cleanup.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   104
file path=usr/share/doc/libcurl/html/curl_share_init.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   105
file path=usr/share/doc/libcurl/html/curl_share_setopt.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   106
file path=usr/share/doc/libcurl/html/curl_share_strerror.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   107
file path=usr/share/doc/libcurl/html/curl_slist_append.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   108
file path=usr/share/doc/libcurl/html/curl_slist_free_all.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   109
file path=usr/share/doc/libcurl/html/curl_strequal.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   110
file path=usr/share/doc/libcurl/html/curl_unescape.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   111
file path=usr/share/doc/libcurl/html/curl_version.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   112
file path=usr/share/doc/libcurl/html/curl_version_info.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   113
file path=usr/share/doc/libcurl/html/index.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   114
file path=usr/share/doc/libcurl/html/libcurl-easy.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   115
file path=usr/share/doc/libcurl/html/libcurl-errors.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   116
file path=usr/share/doc/libcurl/html/libcurl-multi.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   117
file path=usr/share/doc/libcurl/html/libcurl-share.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   118
file path=usr/share/doc/libcurl/html/libcurl-tutorial.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   119
file path=usr/share/doc/libcurl/html/libcurl.html
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   120
file path=usr/share/man/man1/curl.1
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   121
file path=usr/share/man/man1/curl-config.1
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   122
file path=usr/share/man/man1/mk-ca-bundle.1
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   123
file path=usr/share/man/man3/curl_easy_cleanup.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   124
file path=usr/share/man/man3/curl_easy_duphandle.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   125
file path=usr/share/man/man3/curl_easy_escape.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   126
file path=usr/share/man/man3/curl_easy_getinfo.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   127
file path=usr/share/man/man3/curl_easy_init.3
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   128
file path=usr/share/man/man3/curl_easy_pause.3
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   129
file path=usr/share/man/man3/curl_easy_perform.3
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   130
file path=usr/share/man/man3/curl_easy_recv.3
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   131
file path=usr/share/man/man3/curl_easy_reset.3
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   132
file path=usr/share/man/man3/curl_easy_send.3
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   133
file path=usr/share/man/man3/curl_easy_setopt.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   134
file path=usr/share/man/man3/curl_easy_strerror.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   135
file path=usr/share/man/man3/curl_easy_unescape.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   136
file path=usr/share/man/man3/curl_escape.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   137
file path=usr/share/man/man3/curl_formadd.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   138
file path=usr/share/man/man3/curl_formfree.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   139
file path=usr/share/man/man3/curl_formget.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   140
file path=usr/share/man/man3/curl_free.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   141
file path=usr/share/man/man3/curl_getdate.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   142
file path=usr/share/man/man3/curl_getenv.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   143
file path=usr/share/man/man3/curl_global_cleanup.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   144
file path=usr/share/man/man3/curl_global_init.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   145
file path=usr/share/man/man3/curl_global_init_mem.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   146
file path=usr/share/man/man3/curl_mprintf.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   147
file path=usr/share/man/man3/curl_multi_add_handle.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   148
file path=usr/share/man/man3/curl_multi_assign.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   149
file path=usr/share/man/man3/curl_multi_cleanup.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   150
file path=usr/share/man/man3/curl_multi_fdset.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   151
file path=usr/share/man/man3/curl_multi_info_read.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   152
file path=usr/share/man/man3/curl_multi_init.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   153
file path=usr/share/man/man3/curl_multi_perform.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   154
file path=usr/share/man/man3/curl_multi_remove_handle.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   155
file path=usr/share/man/man3/curl_multi_setopt.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   156
file path=usr/share/man/man3/curl_multi_socket.3
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   157
file path=usr/share/man/man3/curl_multi_socket_action.3
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   158
file path=usr/share/man/man3/curl_multi_strerror.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   159
file path=usr/share/man/man3/curl_multi_timeout.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   160
file path=usr/share/man/man3/curl_share_cleanup.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   161
file path=usr/share/man/man3/curl_share_init.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   162
file path=usr/share/man/man3/curl_share_setopt.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   163
file path=usr/share/man/man3/curl_share_strerror.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   164
file path=usr/share/man/man3/curl_slist_append.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   165
file path=usr/share/man/man3/curl_slist_free_all.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   166
file path=usr/share/man/man3/curl_strequal.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   167
file path=usr/share/man/man3/curl_unescape.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   168
file path=usr/share/man/man3/curl_version.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   169
file path=usr/share/man/man3/curl_version_info.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   170
file path=usr/share/man/man3/libcurl-easy.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   171
file path=usr/share/man/man3/libcurl-errors.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   172
file path=usr/share/man/man3/libcurl-multi.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   173
file path=usr/share/man/man3/libcurl-share.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   174
file path=usr/share/man/man3/libcurl-tutorial.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   175
file path=usr/share/man/man3/libcurl.3
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   176
#
959
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   177
link path=usr/lib/libcurl.so.3 target=libcurl.so.4.2.0
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   178
link path=usr/lib/libcurl.so.4 target=libcurl.so.4.2.0
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   179
link path=usr/lib/libcurl.so target=libcurl.so.4.2.0
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   180
link path=usr/lib/$(MACH64)/libcurl.so.3 target=libcurl.so.4.2.0
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   181
link path=usr/lib/$(MACH64)/libcurl.so.4 target=libcurl.so.4.2.0
7f6554cdc568 PSARC 2012/252 curl 7.26.0
Rich Burridge <rich.burridge@oracle.com>
parents: 629
diff changeset
   182
link path=usr/lib/$(MACH64)/libcurl.so target=libcurl.so.4.2.0
174
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   183
#
187aa0541610 7031766 LCMS needs to move to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
   184
license curl.license license="CURL"