1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 19:39:07 +00:00

Add Ncat to the package maker XML files.

This commit is contained in:
david
2008-09-16 04:17:32 +00:00
parent 4ef8b352e7
commit 2f44d6238a
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<pkg-contents spec="1.12">
<f n="Ncat" pt="Ncat" m="false" t="file"/>
</pkg-contents>

View File

@@ -0,0 +1,25 @@
<pkgref spec="1.12" uuid="405DE819-24DC-406C-A9F8-4ED37BA1C1D6">
<config>
<identifier>org.insecure.nmap.ncat.pkg</identifier>
<version>1</version>
<description />
<post-install type="none" />
<requireAuthorization />
<installFrom relative="true" includeRoot="false">Ncat</installFrom>
<installTo>/</installTo>
<flags>
<followSymbolicLinks />
</flags>
<packageStore type="internal" />
<mod>parent</mod>
<mod>installFrom.isRelativeType</mod>
</config>
<contents>
<file-list>03ncat-contents.xml</file-list>
<filter>/CVS$</filter>
<filter>/\.svn$</filter>
<filter>/\.cvsignore$</filter>
<filter>/\.cvspass$</filter>
<filter>/\.DS_Store$</filter>
</contents>
</pkgref>

View File

@@ -21,6 +21,11 @@
starts_enabled="true" starts_hidden="false">
<pkgref id="org.insecure.nmap.zenmap.pkg" />
</choice>
<choice title="Ncat" id="choice94" starts_selected="true"
description="Ncat general-purpose network sender and receiver (reimplementation of Netcat)."
starts_enabled="true" starts_hidden="false">
<pkgref id="org.insecure.nmap.ncat.pkg" />
</choice>
</contents>
<resources bg-scale="none" bg-align="topleft">
<locale lang="en">
@@ -31,6 +36,7 @@
<flags />
<item type="file">01nmap.xml</item>
<item type="file">02zenmap.xml</item>
<item type="file">03ncat.xml</item>
<mod>properties.customizeOption</mod>
<mod>properties.title</mod>
<mod>properties.anywhereDomain</mod>