components/subversion/subversion-python.p5m
author Rishi Srivatsavai <Rishi.Srivatsavai@oracle.com>
Thu, 02 Jun 2011 13:26:03 -0700
changeset 280 c0dae1e3ca2f
parent 206 a4474882bf60
child 464 08f94c414553
permissions -rw-r--r--
PSARC 2011/043 Import ISC DHCP 7022308 Integrate ISC DHCP server and relay agent

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
#
set name=pkg.fmri value=pkg:/library/python-2/subversion@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="Python bindings for the Subversion SCM"
set name=info.classification value="org.opensolaris.category.2008:Development/Source Code Management"
set name=info.upstream_url value="http://subversion.apache.org/"
set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
set name=opensolaris.arc_url \
    value=http://arc.opensolaris.org/caselog/PSARC/2006/563
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
dir path=usr
dir path=usr/lib
dir path=usr/lib/python2.6
dir path=usr/lib/python2.6/vendor-packages
dir path=usr/lib/python2.6/vendor-packages/libsvn
dir path=usr/lib/python2.6/vendor-packages/svn
dir path=usr/lib/svn
#
file path=usr/lib/python2.6/vendor-packages/libsvn/_client.so
file path=usr/lib/python2.6/vendor-packages/libsvn/_core.so
file path=usr/lib/python2.6/vendor-packages/libsvn/_delta.so
file path=usr/lib/python2.6/vendor-packages/libsvn/_diff.so
file path=usr/lib/python2.6/vendor-packages/libsvn/_fs.so
file path=usr/lib/python2.6/vendor-packages/libsvn/_ra.so
file path=usr/lib/python2.6/vendor-packages/libsvn/_repos.so
file path=usr/lib/python2.6/vendor-packages/libsvn/_wc.so
file path=usr/lib/python2.6/vendor-packages/libsvn/client.py
file path=usr/lib/python2.6/vendor-packages/libsvn/core.py
file path=usr/lib/python2.6/vendor-packages/libsvn/delta.py
file path=usr/lib/python2.6/vendor-packages/libsvn/diff.py
file path=usr/lib/python2.6/vendor-packages/libsvn/fs.py
file path=usr/lib/python2.6/vendor-packages/libsvn/ra.py
file path=usr/lib/python2.6/vendor-packages/libsvn/repos.py
file path=usr/lib/python2.6/vendor-packages/libsvn/wc.py
file path=usr/lib/python2.6/vendor-packages/libsvn/__init__.py
file path=usr/lib/python2.6/vendor-packages/svn/client.py
file path=usr/lib/python2.6/vendor-packages/svn/core.py
file path=usr/lib/python2.6/vendor-packages/svn/delta.py
file path=usr/lib/python2.6/vendor-packages/svn/diff.py
file path=usr/lib/python2.6/vendor-packages/svn/fs.py
file path=usr/lib/python2.6/vendor-packages/svn/ra.py
file path=usr/lib/python2.6/vendor-packages/svn/repos.py
file path=usr/lib/python2.6/vendor-packages/svn/wc.py
file path=usr/lib/python2.6/vendor-packages/svn/__init__.py
file path=usr/lib/svn/libsvn_swig_py-1.so.0.0.0
#
link path=usr/lib/svn/libsvn_swig_py-1.so.0 target=libsvn_swig_py-1.so.0.0.0
link path=usr/lib/svn/libsvn_swig_py-1.so target=libsvn_swig_py-1.so.0.0.0
#
license subversion.license license="Subversion License"
#
legacy pkg=SUNWsvn-python \
    desc="Python Bindings for the Subversion Source Control Management System" \
    name="Subversion Python Bindings"