Date: Sat, 20 Oct 2012 07:35:22 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306166 - head/net-mgmt/echolot Message-ID: <201210200735.q9K7ZMgb077996@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Sat Oct 20 07:35:22 2012 New Revision: 306166 URL: http://svn.freebsd.org/changeset/ports/306166 Log: - Update MASTER_SITES - Remove indefinite article from COMMENT - Add LICENSE (BSD) - Mark MAKE_JOBS_SAFE - Convert pkg-plist to PLIST_FILES and PORTDOCS - Convert to new options framework - Trim Makefile header - Add additional WWW to pkg-descr PR: ports/172045 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: makc, avilla (mentors, implicit) Feature safe: yes Deleted: head/net-mgmt/echolot/pkg-plist Modified: head/net-mgmt/echolot/Makefile (contents, props changed) head/net-mgmt/echolot/pkg-descr (contents, props changed) Modified: head/net-mgmt/echolot/Makefile ============================================================================== --- head/net-mgmt/echolot/Makefile Sat Oct 20 07:12:26 2012 (r306165) +++ head/net-mgmt/echolot/Makefile Sat Oct 20 07:35:22 2012 (r306166) @@ -1,28 +1,31 @@ -# ex:ts=8 -# Ports collection makefile for: echolot -# Date created: Jun 23, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= echolot PORTVERSION= 0.1.0 PORTREVISION= 1 CATEGORIES= net-mgmt -MASTER_SITES= http://echolot.sourceforge.net/download/ \ - SF +MASTER_SITES= SF \ + http://benjamin-schweizer.de/files/echolot/ MAINTAINER= ports@FreeBSD.org -COMMENT= A packet sniffer that grabs ARP packets on any ethernet devices +COMMENT= Packet sniffer that grabs ARP packets on any ethernet devices + +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYING -GNU_CONFIGURE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + +MAN1= echolot.1 +PORTDOCS= * +PLIST_FILES= bin/echolot -MAN1= echolot.1 +.include <bsd.port.options.mk> post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} .endif Modified: head/net-mgmt/echolot/pkg-descr ============================================================================== --- head/net-mgmt/echolot/pkg-descr Sat Oct 20 07:12:26 2012 (r306165) +++ head/net-mgmt/echolot/pkg-descr Sat Oct 20 07:35:22 2012 (r306166) @@ -4,3 +4,4 @@ devices. This empowers your box * to find your boxes on foreign lans (known mac in lan) WWW: http://sourceforge.net/projects/echolot +WWW: http://benjamin-schweizer.de/echolot.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210200735.q9K7ZMgb077996>