mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.0.4
This commit is contained in:
parent
ba72c37416
commit
b4339a18e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289924
2 changed files with 5 additions and 21 deletions
|
@ -6,32 +6,16 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Net_Nmap
|
PORTNAME= Net_Nmap
|
||||||
PORTVERSION= 1.0.3
|
PORTVERSION= 1.0.4
|
||||||
CATEGORIES= net pear
|
CATEGORIES= net pear
|
||||||
|
|
||||||
MAINTAINER= miwi@FreeBSD.org
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= A Simple Wrapper Class for the Nmap Utility
|
COMMENT= A Simple Wrapper Class for the Nmap Utility
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
|
BUILD_DEPENDS= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser
|
||||||
|
|
||||||
CATEGORY= Net
|
PEAR_AUTOINSTALL= yes
|
||||||
FILES= Nmap.php \
|
|
||||||
Nmap/Exception.php Nmap/Host.php \
|
|
||||||
Nmap/Parser.php Nmap/Service.php
|
|
||||||
|
|
||||||
EXAMPLES= example1.php example2.php example2.xml
|
|
||||||
|
|
||||||
TESTS= NetNmapParseTest.php \
|
|
||||||
NetNmapParseTest.xml \
|
|
||||||
NetNmapScanTest.php \
|
|
||||||
test_config.php \
|
|
||||||
Bug16268Test.php \
|
|
||||||
Bug16336Test.php \
|
|
||||||
bug16268.xml \
|
|
||||||
bug16336.xml
|
|
||||||
|
|
||||||
DOCS= LICENSE README
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (PEAR/Net_Nmap-1.0.3.tgz) = 575d3851275941b5639d42c1b1e8e41f3654bc7594ab5fac376072f29500517c
|
SHA256 (PEAR/Net_Nmap-1.0.4.tgz) = 0f4efa7784e121d9d508ed4ecf545287e1bdbb9c454a8f31b9712ad0a8995197
|
||||||
SIZE (PEAR/Net_Nmap-1.0.3.tgz) = 25185
|
SIZE (PEAR/Net_Nmap-1.0.4.tgz) = 27132
|
||||||
|
|
Loading…
Add table
Reference in a new issue