pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ipfm: remove



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Sun May 27 23:19:27 2018 +0900
Changeset:	be74104d3ec8489188abc39bfb76ca6e032aa0ab

Modified Files:
	Makefile
Removed Files:
	ipfm/DESCR
	ipfm/Makefile
	ipfm/PLIST
	ipfm/distinfo
	ipfm/patches/patch-aa

Log Message:
ipfm: remove

MASTER_SITE not found

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=be74104d3ec8489188abc39bfb76ca6e032aa0ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 -
 ipfm/DESCR            |  4 ----
 ipfm/Makefile         | 27 ---------------------------
 ipfm/PLIST            |  7 -------
 ipfm/distinfo         |  6 ------
 ipfm/patches/patch-aa | 14 --------------
 6 files changed, 59 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 4221bccacb..77dcf50175 100644
--- a/Makefile
+++ b/Makefile
@@ -1427,7 +1427,6 @@ SUBDIR+=	ion3
 SUBDIR+=	ioquake3-snapshot
 SUBDIR+=	ipamjfont
 SUBDIR+=	ipax0208font-ttf
-SUBDIR+=	ipfm
 SUBDIR+=	ipsvd
 SUBDIR+=	iptables
 SUBDIR+=	iptstate
diff --git a/ipfm/DESCR b/ipfm/DESCR
deleted file mode 100644
index 582d09b736..0000000000
--- a/ipfm/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-IP Flow Meter is a bandwidth analysis tool, that measures how much
-bandwidth specified hosts use on their Internet link.
-
-It is written using libpcap, so it ought to be portable.
diff --git a/ipfm/Makefile b/ipfm/Makefile
deleted file mode 100644
index c6c02791a6..0000000000
--- a/ipfm/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/09/30 05:44:15 asau Exp $
-
-DISTNAME=		ipfm-0.11.5
-CATEGORIES=		net
-MASTER_SITES=		http://robert.cheramy.net/ipfm/archive/
-EXTRACT_SUFX=		.tgz
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://robert.cheramy.net/ipfm/
-COMMENT=		Bandwidth analysis tool
-
-
-GNU_CONFIGURE=		yes
-CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=	--localstatedir=${VARBASE}
-
-EGDIR=			${PREFIX}/share/examples/ipfm
-CONF_FILES=		${EGDIR}/ipfm.conf ${PKG_SYSCONFDIR}/ipfm.conf
-
-BUILDLINK_API_DEPENDS.libpcap+=	libpcap>=0.8.3
-
-post-install:
-	@${INSTALL_DATA_DIR} ${EGDIR}
-	${INSTALL_DATA} ${WRKSRC}/ipfm.conf.sample ${EGDIR}/ipfm.conf
-
-.include "../../net/libpcap/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/ipfm/PLIST b/ipfm/PLIST
deleted file mode 100644
index 46ad6f4f3c..0000000000
--- a/ipfm/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:48 thomasklausner Exp $
-man/man5/ipfm.conf.5
-man/man8/ipfm.8
-sbin/ipfm
-share/examples/ipfm/ipfm.conf
-@exec ${MKDIR} %D/var/run
-@exec ${MKDIR} %D/var/log/ipfm
diff --git a/ipfm/distinfo b/ipfm/distinfo
deleted file mode 100644
index 923e662654..0000000000
--- a/ipfm/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/09/28 06:41:22 rillig Exp $
-
-SHA1 (ipfm-0.11.5.tgz) = a42837383793e5abb0c5d299001831247b7d26c9
-RMD160 (ipfm-0.11.5.tgz) = 70b18eafa9c889c1d80b5d3a6dc739a46014a0e9
-Size (ipfm-0.11.5.tgz) = 51742 bytes
-SHA1 (patch-aa) = fc15d775b5f9c308606d2dcfdd685b3ad94b04ed
diff --git a/ipfm/patches/patch-aa b/ipfm/patches/patch-aa
deleted file mode 100644
index b268676cc8..0000000000
--- a/ipfm/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/02/13 12:35:56 ppostma Exp $
-
---- Makefile.in.orig	2002-10-06 18:39:42.000000000 +0200
-+++ Makefile.in	2005-01-19 02:50:21.000000000 +0100
-@@ -17,9 +17,6 @@
- install: all
- 	$(INSTALL) -d -m 755 $(SBINDIR)
- 	$(INSTALL) -m 555 source/ipfm $(SBINDIR)/ipfm
--	$(INSTALL) -d -m 755 $(ETCDIR)
--	[ -f $(CONFIGFILE) ] || \
--	  $(INSTALL) -m 644 ipfm.conf.sample $(CONFIGFILE)
- 	$(INSTALL) -d -m 755 $(MANDIR)/man5
- 	$(INSTALL) -d -m 755 $(MANDIR)/man8
- 	$(INSTALL) -m 444 doc/ipfm.conf.5 $(MANDIR)/man5/ipfm.conf.5


Home | Main Index | Thread Index | Old Index