Index: head/net/icpld/pkg-plist =================================================================== --- head/net/icpld/pkg-plist (revision 104757) +++ head/net/icpld/pkg-plist (nonexistent) @@ -1,5 +0,0 @@ -bin/icpld -etc/icpld.conf.sample -etc/rc.d/icpld.sh.sample -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net/icpld/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/icpld/Makefile =================================================================== --- head/net/icpld/Makefile (revision 104757) +++ head/net/icpld/Makefile (revision 104758) @@ -1,39 +1,42 @@ # New ports collection makefile for: icpld # Date created: 04.01.2004 # Whom: krion@FreeBSD.org # # $FreeBSD$ # PORTNAME= icpld PORTVERSION= 0.6.0 CATEGORIES= net MASTER_SITES= http://www.ibiblio.org/icpld/download/ MAINTAINER= krion@FreeBSD.org COMMENT= Internet connection performance logging daemon USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= ${PORTNAME}.1 +PORTDOCS= README +PLIST_FILES= bin/icpld etc/icpld.conf.sample etc/rc.d/icpld.sh.sample + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/icpld.conf.sample ${PREFIX}/etc @${ECHO_MSG} '===> Installing ${PREFIX}/etc/icpld.conf.sample file.' ${INSTALL_SCRIPT} ${WRKSRC}/contrib/icpld.sh.sample ${PREFIX}/etc/rc.d @${ECHO_MSG} '===> Installing ${PREFIX}/etc/rc.d/icpld.sh.sample' post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net/icpld/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net/ipsumdump/pkg-plist =================================================================== --- head/net/ipsumdump/pkg-plist (revision 104757) +++ head/net/ipsumdump/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -bin/ipsumdump -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net/ipsumdump/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/ipsumdump/Makefile =================================================================== --- head/net/ipsumdump/Makefile (revision 104757) +++ head/net/ipsumdump/Makefile (revision 104758) @@ -1,33 +1,36 @@ # New ports collection makefile for: ipsumdump # Date created: 12.01.2004 # Whom: krion@FreeBSD.org # # $FreeBSD$ # PORTNAME= ipsumdump PORTVERSION= 1.34 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.icir.org/kohler/ipsumdump/ MAINTAINER= krion@FreeBSD.org COMMENT= Produce ASCII summary of network traffic or tcpdump(1) file GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_PERL5_BUILD=yes USE_GMAKE= yes USE_SIZE= yes MAN1= ${PORTNAME}.1 +PORTDOCS= README +PLIST_FILES= bin/ipsumdump + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net/ipsumdump/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/uplog/pkg-plist =================================================================== --- head/net/uplog/pkg-plist (revision 104757) +++ head/net/uplog/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -bin/uplog -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/net/uplog/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/uplog/Makefile =================================================================== --- head/net/uplog/Makefile (revision 104757) +++ head/net/uplog/Makefile (revision 104758) @@ -1,37 +1,40 @@ # New ports collection makefile for: uplog # Date created: 16.06.2003 # Whom: Kirill Ponomarew # # $FreeBSD$ # PORTNAME= uplog PORTVERSION= 0.2 CATEGORIES= net MASTER_SITES= http://www.nerdlabs.org/downloads/${PORTNAME}/ MAINTAINER= krion@FreeBSD.org COMMENT= UDP-based ping programm USE_SIZE= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +PORTDOCS= README +PLIST_FILES= bin/uplog + post-patch: ${REINPLACE_CMD} -e \ 's|#include ||g' \ ${WRKSRC}/${PORTNAME}.c post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif .include Property changes on: head/net/uplog/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property