mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Update to version 0.2.0
* Completely rewritten ncurses graphical interface (-G flag) * Many improvements in graphical analyzer features * Connections handling for data stream sniffing and resetting * Added new stats for byte counter * Added dns resolution support * Recoded a new errors handler * Fixed banner catcher * Added tcpdump-format logging and loading * Added NCURSES_README file
This commit is contained in:
parent
e3428e615f
commit
1daebd57da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101250
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nast
|
||||
PORTVERSION= 0.1.7e
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://nast.berlios.de/src/ \
|
||||
http://voodoo.oberon.net/downloads/
|
||||
@ -21,13 +20,14 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
|
||||
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config
|
||||
|
||||
MAN8= nast.8
|
||||
DOC_FILES= README
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_SIZE= yes
|
||||
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
PLIST_FILES= bin/nast
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -45,16 +45,8 @@ post-patch:
|
||||
${WRKSRC}/configure
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
|
||||
${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 \
|
||||
${PREFIX}/man/man8
|
||||
.ifndef (NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
||||
.for doc in ${DOC_FILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8
|
||||
|
||||
post-install:
|
||||
${CHMOD} 0755 ${PREFIX}/bin/${PORTNAME}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (nast-0.1.7e.tar.gz) = 52a64ff9d02dabc70de15dc1cb5e4528
|
||||
SIZE (nast-0.1.7e.tar.gz) = 126478
|
||||
MD5 (nast-0.2.0.tar.gz) = 77cbab45f5850d6cdb7ecb10e291bfa7
|
||||
SIZE (nast-0.2.0.tar.gz) = 147568
|
||||
|
@ -1,3 +0,0 @@
|
||||
bin/nast
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user