Update to plushs-1.2; from maintainer pluf@wanadoo.es
This commit is contained in:
parent
72ab9eca46
commit
be4b074f6f
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/05/21 21:59:42 jsyn Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2002/07/07 06:41:56 pvalchev Exp $
|
||||
|
||||
COMMENT= "simple hostname scanner"
|
||||
|
||||
DISTNAME= plushs-1.0
|
||||
DISTNAME= plushs-1.2
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.531
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=plushs/}
|
||||
|
||||
HOMEPAGE= http://plushs.sourceforge.net
|
||||
@ -24,5 +23,6 @@ NO_REGRESS= Yes
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/plushs
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/plushs
|
||||
${INSTALL_DATA} ${WRKSRC}/patterns.list ${PREFIX}/share/doc/plushs
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (plushs-1.0.tar.gz) = 064be0c57d85be24c358fa9ca0abac81
|
||||
RMD160 (plushs-1.0.tar.gz) = ff666b77d7e3de0b75631dbc849a9ed0aacb662f
|
||||
SHA1 (plushs-1.0.tar.gz) = f52cb240dd0177d840ac42e73d97902c8e5dfee0
|
||||
MD5 (plushs-1.2.tar.gz) = 8c42b485e87f7ea0a39fbf9d0c291773
|
||||
RMD160 (plushs-1.2.tar.gz) = cb7a93aa51656e12fa9bc5246cab08dc2b3f1449
|
||||
SHA1 (plushs-1.2.tar.gz) = c71193fa11a7b2820c78c4ec1d36d392c234723c
|
||||
|
@ -1,5 +1,5 @@
|
||||
PluSHS allows a user to resolve the names of a single IP address or
|
||||
entire network of addresses to maintain a "map" of the names that
|
||||
comprise a certain network.
|
||||
Plushs is a network analisis tool, which allows a user to resolve the
|
||||
names of a single IP address or entire network of addresses to maintain
|
||||
a "map" of the names that comprise a certain network.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/21 21:59:42 jsyn Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/07/07 06:41:56 pvalchev Exp $
|
||||
bin/plushs
|
||||
man/man1/plushs.1
|
||||
share/doc/plushs/README
|
||||
share/doc/plushs/patterns.list
|
||||
@dirrm share/doc/plushs
|
||||
|
Loading…
Reference in New Issue
Block a user