components/libevent/libevent.p5m
author Stacy Yeh <stacy.yeh@oracle.com>
Wed, 04 May 2016 15:48:49 -0700
changeset 5921 cf3796081ab1
parent 3732 0f62cc221c7e
permissions -rw-r--r--
15801008 upgrade libevent to 2.0.22 23200097 problem in LIBRARY/LIBEVENT
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
209
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     1
#
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     3
#
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     7
#
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    12
#
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    18
#
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    20
#
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    21
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    22
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    23
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
209
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    24
#
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    25
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    27
set name=pkg.fmri \
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    28
    value=pkg:/library/libevent@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    29
set name=pkg.summary value="Libevent - an event notification library"
582
f788d69e0553 7085723 use pkg.human-version
Rich Burridge <rich.burridge@oracle.com>
parents: 464
diff changeset
    30
set name=pkg.human-version value=$(COMPONENT_VERSION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    31
set name=com.oracle.info.description \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    32
    value="the libevent event notification library"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    33
set name=com.oracle.info.tpno value=$(TPNO)
209
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    34
set name=info.classification \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    35
    value=org.opensolaris.category.2008:System/Libraries
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 209
diff changeset
    36
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 604
diff changeset
    37
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    38
set name=org.opensolaris.arc-caseid value=PSARC/2007/580
209
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    39
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
604
c25824a87b1f 6674902 a lot of superfluous calls to clock_gettime if timed events is not used
Milan Jurik <Milan.Jurik@oracle.com>
parents: 587
diff changeset
    40
file path=usr/include/evdns.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    41
file path=usr/include/event.h
5921
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    42
file path=usr/include/event2/buffer.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    43
file path=usr/include/event2/buffer_compat.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    44
file path=usr/include/event2/bufferevent.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    45
file path=usr/include/event2/bufferevent_compat.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    46
file path=usr/include/event2/bufferevent_ssl.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    47
file path=usr/include/event2/bufferevent_struct.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    48
file path=usr/include/event2/dns.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    49
file path=usr/include/event2/dns_compat.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    50
file path=usr/include/event2/dns_struct.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    51
file path=usr/include/event2/event-config.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    52
file path=usr/include/event2/event.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    53
file path=usr/include/event2/event_compat.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    54
file path=usr/include/event2/event_struct.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    55
file path=usr/include/event2/http.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    56
file path=usr/include/event2/http_compat.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    57
file path=usr/include/event2/http_struct.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    58
file path=usr/include/event2/keyvalq_struct.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    59
file path=usr/include/event2/listener.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    60
file path=usr/include/event2/rpc.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    61
file path=usr/include/event2/rpc_compat.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    62
file path=usr/include/event2/rpc_struct.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    63
file path=usr/include/event2/tag.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    64
file path=usr/include/event2/tag_compat.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    65
file path=usr/include/event2/thread.h
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    66
file path=usr/include/event2/util.h
604
c25824a87b1f 6674902 a lot of superfluous calls to clock_gettime if timed events is not used
Milan Jurik <Milan.Jurik@oracle.com>
parents: 587
diff changeset
    67
file path=usr/include/evhttp.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    68
file path=usr/include/evrpc.h
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    69
file path=usr/include/evutil.h
5921
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    70
link path=usr/lib/$(MACH64)/libevent-2.0.so.5 target=libevent-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    71
file path=usr/lib/$(MACH64)/libevent-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    72
link path=usr/lib/$(MACH64)/libevent.so target=libevent-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    73
link path=usr/lib/$(MACH64)/libevent_core-2.0.so.5 \
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    74
    target=libevent_core-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    75
file path=usr/lib/$(MACH64)/libevent_core-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    76
link path=usr/lib/$(MACH64)/libevent_core.so target=libevent_core-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    77
link path=usr/lib/$(MACH64)/libevent_extra-2.0.so.5 \
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    78
    target=libevent_extra-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    79
file path=usr/lib/$(MACH64)/libevent_extra-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    80
link path=usr/lib/$(MACH64)/libevent_extra.so target=libevent_extra-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    81
link path=usr/lib/$(MACH64)/libevent_openssl-2.0.so.5 \
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    82
    target=libevent_openssl-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    83
file path=usr/lib/$(MACH64)/libevent_openssl-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    84
link path=usr/lib/$(MACH64)/libevent_openssl.so \
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    85
    target=libevent_openssl-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    86
link path=usr/lib/$(MACH64)/libevent_pthreads-2.0.so.5 \
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    87
    target=libevent_pthreads-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    88
file path=usr/lib/$(MACH64)/libevent_pthreads-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    89
link path=usr/lib/$(MACH64)/libevent_pthreads.so \
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    90
    target=libevent_pthreads-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    91
file path=usr/lib/$(MACH64)/pkgconfig/libevent.pc
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    92
file path=usr/lib/$(MACH64)/pkgconfig/libevent_openssl.pc
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    93
file path=usr/lib/$(MACH64)/pkgconfig/libevent_pthreads.pc
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    94
link path=usr/lib/libevent-2.0.so.5 target=libevent-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    95
file path=usr/lib/libevent-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    96
link path=usr/lib/libevent.so target=libevent-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    97
link path=usr/lib/libevent_core-2.0.so.5 target=libevent_core-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    98
file path=usr/lib/libevent_core-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
    99
link path=usr/lib/libevent_core.so target=libevent_core-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   100
link path=usr/lib/libevent_extra-2.0.so.5 target=libevent_extra-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   101
file path=usr/lib/libevent_extra-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   102
link path=usr/lib/libevent_extra.so target=libevent_extra-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   103
link path=usr/lib/libevent_openssl-2.0.so.5 target=libevent_openssl-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   104
file path=usr/lib/libevent_openssl-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   105
link path=usr/lib/libevent_openssl.so target=libevent_openssl-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   106
link path=usr/lib/libevent_pthreads-2.0.so.5 \
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   107
    target=libevent_pthreads-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   108
file path=usr/lib/libevent_pthreads-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   109
link path=usr/lib/libevent_pthreads.so target=libevent_pthreads-2.0.so.5.1.9
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   110
file path=usr/lib/pkgconfig/libevent.pc
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   111
file path=usr/lib/pkgconfig/libevent_openssl.pc
cf3796081ab1 15801008 upgrade libevent to 2.0.22
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3732
diff changeset
   112
file path=usr/lib/pkgconfig/libevent_pthreads.pc
209
2961eca161ad 7040066 move libevent to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
   113
license libevent.license license=BSD