Index: head/net-mgmt/braa/pkg-plist =================================================================== --- head/net-mgmt/braa/pkg-plist (revision 104761) +++ head/net-mgmt/braa/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -bin/braa -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net-mgmt/braa/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net-mgmt/braa/Makefile =================================================================== --- head/net-mgmt/braa/Makefile (revision 104761) +++ head/net-mgmt/braa/Makefile (revision 104762) @@ -1,46 +1,48 @@ # New ports collection makefile for: braa # Date created: 31.05.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= braa PORTVERSION= 0.8 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://s-tech.elsat.net.pl/braa/ MAINTAINER= krion@FreeBSD.org COMMENT= Tool for making SNMP queries LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp -USE_SIZE= yes USE_GMAKE= yes USE_REINPLACE= yes LDFLAGS+= -lcompat + +PORTDOCS= README +PLIST_FILES= bin/braa post-patch: .for file in Makefile @${REINPLACE_CMD} -e \ 's|CFLAGS =|CFLAGS+=${CFLAGS}|g ; \ s|LDFLAGS =|LDFLAGS?=${LDFLAGS}|g ; \ s|strip $$(OUT)||g' ${WRKSRC}/${file} .endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin post-install: .for i in ${PORTNAME} ${STRIP_CMD} ${PREFIX}/bin/${i} .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net-mgmt/braa/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/net-mgmt/disco/pkg-plist =================================================================== --- head/net-mgmt/disco/pkg-plist (revision 104761) +++ head/net-mgmt/disco/pkg-plist (nonexistent) @@ -1,4 +0,0 @@ -bin/disco -bin/disco.fp -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net-mgmt/disco/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net-mgmt/disco/Makefile =================================================================== --- head/net-mgmt/disco/Makefile (revision 104761) +++ head/net-mgmt/disco/Makefile (revision 104762) @@ -1,32 +1,34 @@ # New ports collection makefile for: disco # Date created: 08.06.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= disco PORTVERSION= 1.2 CATEGORIES= net-mgmt MASTER_SITES= http://www.altmode.com/disco/ MAINTAINER= krion@FreeBSD.org COMMENT= IP discovery and fingerprinting utility -USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME} + +PORTDOCS= README +PLIST_FILES= bin/disco bin/disco.fp post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net-mgmt/disco/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net-mgmt/fprobe/pkg-plist =================================================================== --- head/net-mgmt/fprobe/pkg-plist (revision 104761) +++ head/net-mgmt/fprobe/pkg-plist (nonexistent) @@ -1,4 +0,0 @@ -bin/fprobe -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net-mgmt/fprobe/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net-mgmt/fprobe/Makefile =================================================================== --- head/net-mgmt/fprobe/Makefile (revision 104761) +++ head/net-mgmt/fprobe/Makefile (revision 104762) @@ -1,35 +1,38 @@ # New ports collection makefile for: fprobe # Date created: 03.06.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= fprobe PORTVERSION= 1.0.4 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= Tool that collects network traffic data MAN1= fprobe.1 GNU_CONFIGURE= yes USE_BZIP2= yes USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure +PORTDOCS= ChangeLog README +PLIST_FILES= bin/fprobe + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ChangeLog README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net-mgmt/fprobe/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net-mgmt/iftop/pkg-plist =================================================================== --- head/net-mgmt/iftop/pkg-plist (revision 104761) +++ head/net-mgmt/iftop/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -bin/iftop -%%PORTDOCS%%%%DOCSDIR%%/README -@dirrm %%PORTDOCS%%%%DOCSDIR%% Property changes on: head/net-mgmt/iftop/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/net-mgmt/iftop/Makefile =================================================================== --- head/net-mgmt/iftop/Makefile (revision 104761) +++ head/net-mgmt/iftop/Makefile (revision 104762) @@ -1,43 +1,44 @@ # New ports collection makefile for: iftop # Date created: 24 May 2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= iftop PORTVERSION= 0.16 CATEGORIES= net-mgmt MASTER_SITES= http://www.ex-parrot.com/~pdw/iftop/download/ \ http://voodoo.oberon.net/ MAINTAINER= krion@FreeBSD.org COMMENT= Network utility for real-time bandwidth usage information -USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= yes -DOCFILES= README MAN8= iftop.8 +PORTDOCS= README +PLIST_FILES= bin/iftop + .include post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8 + @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8 post-install: .ifndef (NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/${PORTNAME} -.for doc in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} +.for i in README + @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net-mgmt/iftop/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property