components/meld/meld.p5m
changeset 1907 446472de62e9
parent 1251 f1fb66b52f41
child 1998 0dfe74929e1c
equal deleted inserted replaced
1906:06b8097543cd 1907:446472de62e9
    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, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    25 <transform file hardlink path=usr/lib/.*\.py$ -> default pkg.tmp.pyversion 2.X>
       
    26 #
    25 set name=pkg.fmri \
    27 set name=pkg.fmri \
    26     value=pkg:/developer/meld@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28     value=pkg:/developer/meld@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    29 set name=pkg.summary value="meld - graphical diff and merge tool"
    27 set name=pkg.description \
    30 set name=pkg.description \
    28     value="Meld is a visual diff and merge tool. You can compare two or three files and edit them in place (diffs update dynamically). You can compare two or three folders and launch file comparisons. You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial."
    31     value="Meld is a visual diff and merge tool. You can compare two or three files and edit them in place (diffs update dynamically). You can compare two or three folders and launch file comparisons. You can browse and view a working copy from popular version control systems such such as CVS, Subversion, Bazaar-ng and Mercurial."
    29 set name=pkg.summary value="meld - graphical diff and merge tool"
    32 set name=com.oracle.info.description \
    30 set name=com.oracle.info.description value="the meld graphical diff and merge tool"
    33     value="the meld graphical diff and merge tool"
    31 set name=info.classification \
    34 set name=info.classification \
    32     value="org.opensolaris.category.2008:Applications/System Utilities"
    35     value="org.opensolaris.category.2008:Applications/System Utilities"
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=org.opensolaris.arc-caseid \
    38 set name=org.opensolaris.arc-caseid value=PSARC/2008/189
    36     value=PSARC/2008/189
       
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 file path=usr/bin/meld \
    40 file path=usr/bin/meld \
    39 	pkg.depend.runpath=/usr/lib/meld:/usr/lib/python2.6:/usr/lib/python2.6/vendor-packages/gtk-2.0 \
    41     pkg.depend.runpath=/usr/lib/meld:/usr/lib/python2.6:/usr/lib/python2.6/vendor-packages/gtk-2.0 \
    40 	pkg.depend.bypass-generate=.*/checker.* \
    42     pkg.depend.bypass-generate=.*/checker.* \
    41 	pkg.depend.bypass-generate=.*/pychecker/__init__.* \
    43     pkg.depend.bypass-generate=.*/pychecker/__init__.* \
    42 	pkg.depend.bypass-generate=.*/pygtk.*
    44     pkg.depend.bypass-generate=.*/pygtk.*
    43 file path=usr/lib/meld/meld/__init__.py
    45 file path=usr/lib/meld/meld/__init__.py
    44 file path=usr/lib/meld/meld/diffmap.py
    46 file path=usr/lib/meld/meld/diffmap.py
    45 file path=usr/lib/meld/meld/diffutil.py
    47 file path=usr/lib/meld/meld/diffutil.py
    46 file path=usr/lib/meld/meld/dirdiff.py
    48 file path=usr/lib/meld/meld/dirdiff.py
    47 file path=usr/lib/meld/meld/filediff.py
    49 file path=usr/lib/meld/meld/filediff.py