svn commit: r306166 - head/net-mgmt/echolot
Jason E. Hale
jhale at FreeBSD.org
Sat Oct 20 07:35:23 UTC 2012
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 at 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 at 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
More information about the svn-ports-head
mailing list