components/libmcrypt/libmcrypt.p5m
author John Beck <John.Beck@Oracle.COM>
Tue, 03 Feb 2015 19:24:25 -0800
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
permissions -rw-r--r--
20440737 pkgfmt all Userland pkg(5) manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
418
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     1
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     3
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     7
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    12
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    18
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@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.
418
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    22
#
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    23
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@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:/system/library/security/libmcrypt@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
418
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="Libmcrypt Encryption Algorithms Library"
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    28
set name=com.oracle.info.description \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    29
    value="the libmcrypt encryption algorithms library"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1864
diff changeset
    30
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
    31
set name=info.classification \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    32
    value=org.opensolaris.category.2008:System/Libraries
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 418
diff changeset
    34
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
    35
set name=org.opensolaris.arc-caseid value=PSARC/2008/203
418
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    37
file path=usr/bin/libmcrypt-config
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    38
file path=usr/include/mcrypt.h
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    39
file path=usr/include/mutils/mcrypt.h
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    40
link path=usr/lib/$(MACH64)/libmcrypt.so target=libmcrypt.so.4.4.8
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    41
link path=usr/lib/$(MACH64)/libmcrypt.so.4 target=libmcrypt.so.4.4.8
418
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/$(MACH64)/libmcrypt.so.4.4.8
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    43
link path=usr/lib/libmcrypt.so target=libmcrypt.so.4.4.8
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    44
link path=usr/lib/libmcrypt.so.4 target=libmcrypt.so.4.4.8
418
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/libmcrypt.so.4.4.8
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    46
file path=usr/share/aclocal/libmcrypt.m4 group=other
5b95e3689883 7066768 Move libmcrypt from SFW to Userland
April Chin <april.chin@oracle.com>
parents:
diff changeset
    47
file path=usr/share/man/man3/mcrypt.3
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    48
license libmcrypt.license license=LGPLv2.1