components/git/git.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 3913 6975b8339adc
equal deleted inserted replaced
3731:7b09b73a67a4 3732:0f62cc221c7e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr/lib/git-core/.* -> default mode 0555>
    24 <transform file path=usr/lib/git-core/.* -> default mode 0555>
    25 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    25 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    26 
       
    27 set name=pkg.fmri \
    26 set name=pkg.fmri \
    28     value=pkg:/developer/versioning/git@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/developer/versioning/git@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    29 set name=pkg.summary value="git - Fast Version Control System"
    28 set name=pkg.summary value="git - Fast Version Control System"
    30 set name=pkg.description \
    29 set name=pkg.description \
    31     value="Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency."
    30     value="Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency."
    35     value="org.opensolaris.category.2008:Development/Source Code Management"
    34     value="org.opensolaris.category.2008:Development/Source Code Management"
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    38 set name=org.opensolaris.arc-caseid value=LSARC/2008/360
    37 set name=org.opensolaris.arc-caseid value=LSARC/2008/360
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    40 
       
    41 license git.license license=GPLv2
       
    42 
       
    43 hardlink path=usr/bin/git target=../lib/git-core/git-cherry-pick
    39 hardlink path=usr/bin/git target=../lib/git-core/git-cherry-pick
    44 hardlink path=usr/bin/git-cvsserver target=../lib/git-core/git-cvsserver
    40 hardlink path=usr/bin/git-cvsserver target=../lib/git-core/git-cvsserver
    45 hardlink path=usr/bin/git-receive-pack target=../lib/git-core/git-cherry-pick
    41 hardlink path=usr/bin/git-receive-pack target=../lib/git-core/git-cherry-pick
    46 hardlink path=usr/bin/git-shell target=../lib/git-core/git-shell
    42 hardlink path=usr/bin/git-shell target=../lib/git-core/git-shell
    47 hardlink path=usr/bin/git-upload-archive target=../lib/git-core/git-cherry-pick
    43 hardlink path=usr/bin/git-upload-archive target=../lib/git-core/git-cherry-pick
   484 file path=usr/share/man/man5/gitnamespaces.5
   480 file path=usr/share/man/man5/gitnamespaces.5
   485 file path=usr/share/man/man5/gitrevisions.5
   481 file path=usr/share/man/man5/gitrevisions.5
   486 file path=usr/share/man/man5/gittutorial-2.5
   482 file path=usr/share/man/man5/gittutorial-2.5
   487 file path=usr/share/man/man5/gittutorial.5
   483 file path=usr/share/man/man5/gittutorial.5
   488 file path=usr/share/man/man5/gitworkflows.5
   484 file path=usr/share/man/man5/gitworkflows.5
       
   485 license git.license license=GPLv2