components/mercurial/mercurial.p5m
branchs11-update
changeset 3045 0121e7323666
parent 3044 6e52dcd9229a
child 3046 1e256e706b72
equal deleted inserted replaced
3044:6e52dcd9229a 3045:0121e7323666
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
       
    25 
       
    26 # These are not installed, but can be found in the source contrib directory.
       
    27 <transform file path=usr/demo/mercurial/(.+)$ -> set action.hash %<\1> >
       
    28  
       
    29 # We also ignore all dependencies implied by the demos.
       
    30 <transform file path=usr/demo/mercurial/.+ -> set pkg.depend.bypass-generate .*>
       
    31 
       
    32 # And we don't create .pyc files for demo files.
       
    33 <transform file path=usr/demo/mercurial/.*\.py$ -> default pkg.tmp.autopyc false>
       
    34 
       
    35 set name=pkg.fmri value=pkg:/developer/versioning/mercurial@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    36 set name=pkg.summary value="The Mercurial Source Control Management System"
       
    37 set name=pkg.description value="A fast, lightweight source control management system designed for efficient handling of very large distributed projects."
       
    38 set name=com.oracle.info.description value="the Mercurial source control management system"
       
    39 set name=info.classification value="org.opensolaris.category.2008:Development/Source Code Management"
       
    40 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    41 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    42 set name=org.opensolaris.arc-caseid value=PSARC/2006/417
       
    43 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    44 
       
    45 license mercurial.copyright license='GPLv2+'
       
    46 
       
    47 depend fmri=developer/versioning/mercurial-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    48     predicate=runtime/python-26 \
       
    49     type=conditional
       
    50 
       
    51 depend fmri=developer/versioning/mercurial-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    52     predicate=runtime/python-27 \
       
    53     type=conditional
       
    54 
       
    55 
       
    56 dir path=usr
       
    57 dir path=usr/demo
       
    58 dir path=usr/demo/mercurial
       
    59 dir path=usr/demo/mercurial/git-viz
       
    60 dir path=usr/demo/mercurial/hgsh
       
    61 dir path=usr/demo/mercurial/vim
       
    62 dir path=usr/share
       
    63 dir path=usr/share/man
       
    64 dir path=usr/share/man/man1
       
    65 dir path=usr/share/man/man5
       
    66 
       
    67 file path=usr/demo/mercurial/bash_completion
       
    68 file path=usr/demo/mercurial/casesmash.py
       
    69 file path=usr/demo/mercurial/check-code.py mode=555
       
    70 file path=usr/demo/mercurial/convert-repo mode=555
       
    71 file path=usr/demo/mercurial/debugcmdserver.py mode=555
       
    72 file path=usr/demo/mercurial/debugshell.py
       
    73 file path=usr/demo/mercurial/dumprevlog mode=555
       
    74 file path=usr/demo/mercurial/hg-ssh mode=555
       
    75 file path=usr/demo/mercurial/hgk mode=555
       
    76 file path=usr/demo/mercurial/hgsh/Makefile
       
    77 file path=usr/demo/mercurial/hgsh/hgsh.c
       
    78 file path=usr/demo/mercurial/hgweb.fcgi mode=555
       
    79 file path=usr/demo/mercurial/hgweb.wsgi
       
    80 file path=usr/demo/mercurial/logo-droplets.svg
       
    81 file path=usr/demo/mercurial/memory.py
       
    82 file path=usr/demo/mercurial/mercurial.el
       
    83 file path=usr/demo/mercurial/mergetools.hgrc
       
    84 file path=usr/demo/mercurial/mq.el
       
    85 file path=usr/demo/mercurial/perf.py
       
    86 file path=usr/demo/mercurial/pylintrc
       
    87 file path=usr/demo/mercurial/python-hook-examples.py
       
    88 file path=usr/demo/mercurial/sample.hgrc
       
    89 file path=usr/demo/mercurial/shrink-revlog.py
       
    90 file path=usr/demo/mercurial/simplemerge mode=555
       
    91 file path=usr/demo/mercurial/tcsh_completion
       
    92 file path=usr/demo/mercurial/tcsh_completion_build.sh mode=555
       
    93 file path=usr/demo/mercurial/tmplrewrite.py mode=555
       
    94 file path=usr/demo/mercurial/undumprevlog mode=555
       
    95 file path=usr/demo/mercurial/vim/HGAnnotate.vim
       
    96 file path=usr/demo/mercurial/vim/hg-menu.vim
       
    97 file path=usr/demo/mercurial/vim/hgcommand.vim
       
    98 file path=usr/demo/mercurial/vim/hgtest.vim
       
    99 file path=usr/demo/mercurial/vim/patchreview.txt
       
   100 file path=usr/demo/mercurial/vim/patchreview.vim
       
   101 file path=usr/demo/mercurial/xml.rnc
       
   102 file path=usr/demo/mercurial/zsh_completion
       
   103 
       
   104 file hg.1 path=usr/share/man/man1/hg.1
       
   105 file hgignore.5 path=usr/share/man/man5/hgignore.5
       
   106 file hgrc.5 path=usr/share/man/man5/hgrc.5