components/gdbm/gdbm.p5m
author Drew Fisher <drew.fisher@oracle.com>
Thu, 29 Sep 2016 07:48:57 -0700
changeset 7089 bb4d7431eea3
parent 3732 0f62cc221c7e
permissions -rw-r--r--
24737638 django 1.8.15 24737607 problem in PYTHON-MOD/DJANGO
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
333
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     1
#
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     3
#
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     7
#
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    12
#
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    18
#
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    20
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
333
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    22
#
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    23
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability Uncommitted>
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    25
set name=pkg.fmri \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    26
    value=pkg:/library/database/gdbm@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
333
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="GNU Database Manager"
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    28
set name=pkg.description \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    29
    value="GNU dbm is a set of database routines that use extensible hashing. It works similar to the standard UNIX dbm routines."
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 986
diff changeset
    30
set name=com.oracle.info.description value="the GNU Database Manager"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1251
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    32
set name=info.classification \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    33
    value=org.opensolaris.category.2008:Development/Databases
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 333
diff changeset
    34
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: 1948
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2008/645
333
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    38
file path=usr/include/gdbm.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    39
link path=usr/lib/$(MACH64)/libgdbm.so target=libgdbm.so.3.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    40
link path=usr/lib/$(MACH64)/libgdbm.so.3 target=libgdbm.so.3.0.0
333
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    41
file path=usr/lib/$(MACH64)/libgdbm.so.3.0.0
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    42
link path=usr/lib/libgdbm.so target=libgdbm.so.3.0.0
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    43
link path=usr/lib/libgdbm.so.3 target=libgdbm.so.3.0.0
333
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/libgdbm.so.3.0.0
b55d8cdd560b 7055754 migrate gdbm (aka libgdbm) to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    45
file path=usr/share/man/man3/gdbm.3
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    46
license gdbm.license license=GPLv2