diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-analyzer/nstats | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-analyzer/nstats')
-rw-r--r-- | net-analyzer/nstats/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/nstats/files/nstats-0.4-glibc24.patch | 102 | ||||
-rw-r--r-- | net-analyzer/nstats/files/nstats-0.4-makefile.patch | 17 | ||||
-rw-r--r-- | net-analyzer/nstats/files/nstats-0.4-tinfo.patch | 18 | ||||
-rw-r--r-- | net-analyzer/nstats/metadata.xml | 5 | ||||
-rw-r--r-- | net-analyzer/nstats/nstats-0.4-r2.ebuild | 35 |
6 files changed, 178 insertions, 0 deletions
diff --git a/net-analyzer/nstats/Manifest b/net-analyzer/nstats/Manifest new file mode 100644 index 000000000000..29867ca6f68d --- /dev/null +++ b/net-analyzer/nstats/Manifest @@ -0,0 +1 @@ +DIST nstats-0.4.tar.gz 71526 SHA256 ab36626ca06e734800a31ec64f76bf1dc0d9e579f3542155a7ce89030f74aaf4 SHA512 89e88eb0f707cb125fbf02bef93a0bbbd1409f3516d4b333e06d0a3ffe42f5e8d2b655fa6c7a0c63b7d71c7a2f74f6207e5ed158f7d102f6d47ac6e436da3315 WHIRLPOOL 87258661fa288164f31645109783737d124d899c005fbe18f3fc65d227900da867668ff8e1f63b339c628e178d778a0efb2f4a8e93de5dfa9e6109af62beb697 diff --git a/net-analyzer/nstats/files/nstats-0.4-glibc24.patch b/net-analyzer/nstats/files/nstats-0.4-glibc24.patch new file mode 100644 index 000000000000..597c0cd24285 --- /dev/null +++ b/net-analyzer/nstats/files/nstats-0.4-glibc24.patch @@ -0,0 +1,102 @@ +--- a/src/packet.c ++++ b/src/packet.c +@@ -148,9 +148,9 @@ + stats.ip.ipv6.icmp.dst_unreach.s_admin += hdr->len; + break; + +- case ICMP6_DST_UNREACH_NOTNEIGHBOR: +- stats.ip.ipv6.icmp.dst_unreach.notneighbor++; +- stats.ip.ipv6.icmp.dst_unreach.s_notneighbor += hdr->len; ++ case ICMP6_DST_UNREACH_BEYONDSCOPE: ++ stats.ip.ipv6.icmp.dst_unreach.beyondscope++; ++ stats.ip.ipv6.icmp.dst_unreach.s_beyondscope += hdr->len; + break; + + case ICMP6_DST_UNREACH_ADDR: +@@ -219,21 +219,6 @@ + stats.ip.ipv6.icmp.s_echo_reply += hdr->len; + break; + +- case ICMP6_MEMBERSHIP_QUERY: +- stats.ip.ipv6.icmp.mbrship_query++; +- stats.ip.ipv6.icmp.s_mbrship_query += hdr->len; +- break; +- +- case ICMP6_MEMBERSHIP_REPORT: +- stats.ip.ipv6.icmp.mbrship_report++; +- stats.ip.ipv6.icmp.s_mbrship_report += hdr->len; +- break; +- +- case ICMP6_MEMBERSHIP_REDUCTION: +- stats.ip.ipv6.icmp.mbrship_reduction++; +- stats.ip.ipv6.icmp.s_mbrship_reduction += hdr->len; +- break; +- + case ND_ROUTER_SOLICIT: + stats.ip.ipv6.icmp.nd_router_solicit++; + stats.ip.ipv6.icmp.s_nd_router_solicit += hdr->len; +--- a/src/stats.c ++++ b/src/stats.c +@@ -316,15 +316,6 @@ + print_line("Echo Reply:", ICMP6.echo_reply, ICMP6.cnt, + ICMP6.s_echo_reply, ICMP6.bs, .0); + NEXT_ROW; +- print_line("MbrShip Query:", ICMP6.mbrship_query, ICMP6.cnt, +- ICMP6.s_mbrship_query, ICMP6.bs, .0); +- NEXT_ROW; +- print_line("MbrShip Report:", ICMP6.mbrship_report, ICMP6.cnt, +- ICMP6.s_mbrship_report, ICMP6.bs, .0); +- NEXT_ROW; +- print_line("MbrShip Reduct.:", ICMP6.mbrship_reduction, ICMP6.cnt, +- ICMP6.s_mbrship_reduction, ICMP6.bs, .0); +- NEXT_ROW; + print_line("ND Rtr Solicit:", ICMP6.nd_router_solicit, ICMP6.cnt, + ICMP6.s_nd_router_solicit, ICMP6.bs, .0); + NEXT_ROW; +--- a/src/stats.h ++++ b/src/stats.h +@@ -233,7 +233,7 @@ + + cnt_t noroute; cnt_t s_noroute; + cnt_t admin; cnt_t s_admin; +- cnt_t notneighbor; cnt_t s_notneighbor; ++ cnt_t beyondscope; cnt_t s_beyondscope; + cnt_t addr; cnt_t s_addr; + cnt_t noport; cnt_t s_noport; + +@@ -265,9 +265,6 @@ + cnt_t pkt_too_big; cnt_t s_pkt_too_big; + cnt_t echo_request; cnt_t s_echo_request; + cnt_t echo_reply; cnt_t s_echo_reply; +- cnt_t mbrship_query; cnt_t s_mbrship_query; +- cnt_t mbrship_report; cnt_t s_mbrship_report; +- cnt_t mbrship_reduction; cnt_t s_mbrship_reduction; + cnt_t nd_router_solicit; cnt_t s_nd_router_solicit; + cnt_t nd_router_advert; cnt_t s_nd_router_advert; + cnt_t nd_neighbor_solicit; cnt_t s_nd_neighbor_solicit; +--- a/src/nstats.c ++++ b/src/nstats.c +@@ -528,12 +528,6 @@ + ICMP6.s_echo_request, ICMP6.bs); + print_line("Echo Reply:", ICMP6.echo_reply, ICMP6.cnt, + ICMP6.s_echo_reply, ICMP6.bs); +- print_line("MbrShip Query:", ICMP6.mbrship_query, ICMP6.cnt, +- ICMP6.s_mbrship_query, ICMP6.bs); +- print_line("MbrShip Report:", ICMP6.mbrship_report, ICMP6.cnt, +- ICMP6.s_mbrship_report, ICMP6.bs); +- print_line("MbrShip Reduct.:", ICMP6.mbrship_reduction, ICMP6.cnt, +- ICMP6.s_mbrship_reduction, ICMP6.bs); + print_line("ND Rtr Solicit:", ICMP6.nd_router_solicit, ICMP6.cnt, + ICMP6.s_nd_router_solicit, ICMP6.bs); + print_line("ND Rtr Advert:", ICMP6.nd_router_advert, ICMP6.cnt, +@@ -553,8 +547,8 @@ + DESTU6.s_noroute, DESTU6.bs); + print_line("Admin:", DESTU6.admin, DESTU6.cnt, + DESTU6.s_admin, DESTU6.bs); +- print_line("Not Neighbor:", DESTU6.notneighbor, DESTU6.cnt, +- DESTU6.s_notneighbor, DESTU6.bs); ++ print_line("Beyond Scope:", DESTU6.beyondscope, DESTU6.cnt, ++ DESTU6.s_beyondscope, DESTU6.bs); + print_line("Addr:", DESTU6.addr, DESTU6.cnt, + DESTU6.s_addr, DESTU6.bs); + print_line("No Port:", DESTU6.noport, DESTU6.cnt, diff --git a/net-analyzer/nstats/files/nstats-0.4-makefile.patch b/net-analyzer/nstats/files/nstats-0.4-makefile.patch new file mode 100644 index 000000000000..6c4577e333f6 --- /dev/null +++ b/net-analyzer/nstats/files/nstats-0.4-makefile.patch @@ -0,0 +1,17 @@ +# rename *mon to *mon.nstats to avoid conflict with +# net-analyzer/bmon, sys-cluster/ceph and sys-process/nmon +# bug #364685 + +--- a/Makefile ++++ b/Makefile +@@ -53,7 +53,7 @@ + mkdir -p $(DESTDIR)$(prefix)/bin/ + mkdir -p $(DESTDIR)$(mandir)/man8/ + install nstats $(DESTDIR)$(prefix)/bin/ +- install bmon $(DESTDIR)$(prefix)/bin/ +- install cmon $(DESTDIR)$(prefix)/bin/ +- install nmon $(DESTDIR)$(prefix)/bin/ ++ install bmon $(DESTDIR)$(prefix)/bin/bmon.nstats ++ install cmon $(DESTDIR)$(prefix)/bin/cmon.nstats ++ install nmon $(DESTDIR)$(prefix)/bin/nmon.nstats + install man/nstats.8 $(DESTDIR)$(mandir)/man8/ diff --git a/net-analyzer/nstats/files/nstats-0.4-tinfo.patch b/net-analyzer/nstats/files/nstats-0.4-tinfo.patch new file mode 100644 index 000000000000..ce62c8100f9b --- /dev/null +++ b/net-analyzer/nstats/files/nstats-0.4-tinfo.patch @@ -0,0 +1,18 @@ +--- a/configure.in ++++ b/configure.in +@@ -15,11 +15,12 @@ + + AC_TYPE_SIGNAL + ++PKG_CHECK_MODULES(ncurses,ncurses,,AC_MSG_ERROR([ncurses is needed])) + + AC_CHECK_LIB(ncurses,initscr,[ +- NMON_LIB="${NMON_LIB} -lncurses" +- BMON_LIB="${BMON_LIB} -lncurses" +- CMON_LIB="${CMON_LIB} -lncurses" ++ NMON_LIB="${NMON_LIB} $ncurses_LIBS" ++ BMON_LIB="${BMON_LIB} $ncurses_LIBS" ++ CMON_LIB="${CMON_LIB} $ncurses_LIBS" + ],[ + echo + echo "Missing dependency" diff --git a/net-analyzer/nstats/metadata.xml b/net-analyzer/nstats/metadata.xml new file mode 100644 index 000000000000..03aa50bab7e3 --- /dev/null +++ b/net-analyzer/nstats/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +</pkgmetadata> diff --git a/net-analyzer/nstats/nstats-0.4-r2.ebuild b/net-analyzer/nstats/nstats-0.4-r2.ebuild new file mode 100644 index 000000000000..fe972bea97d8 --- /dev/null +++ b/net-analyzer/nstats/nstats-0.4-r2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools eutils + +DESCRIPTION="Displays statistics about ethernet traffic including protocol breakdown" +SRC_URI="http://trash.net/~reeler/nstats/files/${P}.tar.gz" +HOMEPAGE="http://trash.net/~reeler/nstats/" +LICENSE="Artistic" + +SLOT="0" +KEYWORDS="amd64 ~ppc x86" + +RDEPEND=" + net-libs/libpcap + sys-libs/ncurses +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" + +DOCS=( BUGS doc/TODO doc/ChangeLog ) + +src_prepare(){ + epatch \ + "${FILESDIR}"/${P}-glibc24.patch \ + "${FILESDIR}"/${P}-makefile.patch \ + "${FILESDIR}"/${P}-tinfo.patch + + eautoreconf +} |