From owner-svn-ports-all@FreeBSD.ORG Sat Oct 20 07:35:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5ACC8C08; Sat, 20 Oct 2012 07:35:23 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 287118FC08; Sat, 20 Oct 2012 07:35:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9K7ZNwc078001; Sat, 20 Oct 2012 07:35:23 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9K7ZMgb077996; Sat, 20 Oct 2012 07:35:22 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201210200735.q9K7ZMgb077996@svn.freebsd.org> From: "Jason E. Hale" Date: Sat, 20 Oct 2012 07:35:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306166 - head/net-mgmt/echolot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 07:35:23 -0000 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 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 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