components/nmap/nmap.p5m
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
child 3915 bf1315c4d52e
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.*/man/.+ -> default mangler.man.stability volatile>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
    25 # Pull vendor-packages files from site-packages because nmap build installs
    25 # Pull vendor-packages files from site-packages because nmap build installs
    26 # them there and doesn't offer an overide.
    26 # them there and doesn't offer an overide.
    27 <transform file path=(usr/lib/python.*)/vendor-packages/(.+) -> \
    27 <transform file path=(usr/lib/python.*)/vendor-packages/(.+) -> \
    28     set action.hash %<\1>/site-packages/%<\2> >
    28     set action.hash %<\1>/site-packages/%<\2> >
    29 
       
    30 set name=pkg.fmri \
    29 set name=pkg.fmri \
    31     value=pkg:/diagnostic/nmap@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    30     value=pkg:/diagnostic/nmap@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    32 set name=pkg.summary \
    31 set name=pkg.summary \
    33     value="Network exploration tool and security / port scanner."
    32     value="Network exploration tool and security / port scanner."
    34 set name=pkg.description \
    33 set name=pkg.description \
    35     value="Nmap is useful for inventorying the network, managing service upgrade schedules, and monitoring host or service uptime."
    34     value="Nmap is useful for inventorying the network, managing service upgrade schedules, and monitoring host or service uptime."
    36 set name=com.oracle.info.description value="the nmap network exploration tool and security / port scanner"
    35 set name=com.oracle.info.description \
       
    36     value="the nmap network exploration tool and security / port scanner"
    37 set name=com.oracle.info.tpno value=$(TPNO)
    37 set name=com.oracle.info.tpno value=$(TPNO)
    38 set name=info.classification \
    38 set name=info.classification \
    39     value="org.opensolaris.category.2008:System/Administration and Configuration"
    39     value="org.opensolaris.category.2008:System/Administration and Configuration"
    40 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    40 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    41 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    41 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)