* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipsumdump/
@ 2016-03-19 11:19 Ian Delaney
0 siblings, 0 replies; 8+ messages in thread
From: Ian Delaney @ 2016-03-19 11:19 UTC (permalink / raw
To: gentoo-commits
commit: 2970ef097b92c747ea2b95dfdcca8f6ef1a743e9
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Fri Mar 11 21:24:17 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 11:19:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2970ef09
net-analyzer/ipsumdump: initial ebuild, version 1.85
ipsumdump is actually a small collection of three tiny utilities to
process libpcap output. It's necessary for net-analyzer/bro, a network
security scanner.
Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches
Closes: https://github.com/gentoo/gentoo/pull/1069
net-analyzer/ipsumdump/Manifest | 1 +
net-analyzer/ipsumdump/ipsumdump-1.85.ebuild | 25 +++++++++++++++++++++++++
net-analyzer/ipsumdump/metadata.xml | 19 +++++++++++++++++++
3 files changed, 45 insertions(+)
diff --git a/net-analyzer/ipsumdump/Manifest b/net-analyzer/ipsumdump/Manifest
new file mode 100644
index 0000000..b6eb8fd
--- /dev/null
+++ b/net-analyzer/ipsumdump/Manifest
@@ -0,0 +1 @@
+DIST ipsumdump-1.85.tar.gz 919540 SHA256 98feca0f323605a022ba0cabcd765a8fcad1b308461360a5ae6c4c293740dc32 SHA512 b42844cf028b9c1ea9da90306be8d731bffcec1a8f5c9eeb8029f563ddd5781651c583913a2105d8ad99cabac4b003345e1e8fdfb83367cabf806de1bca31596 WHIRLPOOL e30959f3ec0416a0c85c63aafa78433f46364fd01e8dde9fac6874d4c73838096d3f48abba9b4fa5f191062a9e5186b3efa32615626e62aa724b6884be1ad6aa
diff --git a/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild b/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild
new file mode 100644
index 0000000..6155368
--- /dev/null
+++ b/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Simple TCP/IP Dump summarizer/analyzer"
+HOMEPAGE="http://read.seas.harvard.edu/~kohler/ipsumdump/"
+SRC_URI="http://read.seas.harvard.edu/~kohler/ipsumdump/${P}.tar.gz"
+
+LICENSE="the-Click-license"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+ipv6 +nanotimestamp"
+
+RDEPEND="net-libs/libpcap"
+DEPEND="${RDEPEND}
+ dev-lang/perl
+ dev-libs/expat
+ sys-apps/texinfo"
+
+src_configure() {
+ econf $(use_enable ipv6 ip6) \
+ $(use_enable nanotimestamp)
+}
diff --git a/net-analyzer/ipsumdump/metadata.xml b/net-analyzer/ipsumdump/metadata.xml
new file mode 100644
index 0000000..43ceb8c
--- /dev/null
+++ b/net-analyzer/ipsumdump/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>tomboy64@sina.cn</email>
+ <name>M.B.</name>
+ <description>Maintainer, assign bugs to him</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <use>
+ <flag name="nanotimestamp">Enable timestamps with nano-second resolution</flag>
+ </use>
+ <longdescription lang="en">
+ The ipsumdump program summarizes TCP/IP dump files into a self-describing ASCII format easily readable by humans and programs. The companion ipaggcreate program counts various properties of packet aggregates.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipsumdump/
@ 2016-03-20 14:44 Ian Delaney
0 siblings, 0 replies; 8+ messages in thread
From: Ian Delaney @ 2016-03-20 14:44 UTC (permalink / raw
To: gentoo-commits
commit: 1d21f6a6f9e8cfa0f613daf2dd15536b5672b8ad
Author: Matthew Brewer <tomboy64 <AT> sina <DOT> cn>
AuthorDate: Sun Mar 20 09:00:27 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 14:44:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d21f6a6
net-analyzer/ipsumdump: keyworded ipsumdump with ~x86
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
Closes: https://github.com/gentoo/gentoo/pull/1093
net-analyzer/ipsumdump/ipsumdump-1.85.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild b/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild
index 6155368..0136631 100644
--- a/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild
+++ b/net-analyzer/ipsumdump/ipsumdump-1.85.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://read.seas.harvard.edu/~kohler/ipsumdump/${P}.tar.gz"
LICENSE="the-Click-license"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="+ipv6 +nanotimestamp"
RDEPEND="net-libs/libpcap"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipsumdump/
@ 2018-02-11 11:02 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2018-02-11 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 8b468fc18bd6d2f3b4c8b7f2f3b8a7d8348b5b6d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:01:18 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:01:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b468fc1
net-analyzer/ipsumdump: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
net-analyzer/ipsumdump/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/net-analyzer/ipsumdump/metadata.xml b/net-analyzer/ipsumdump/metadata.xml
index 43ceb8c9a02..e440233dc9b 100644
--- a/net-analyzer/ipsumdump/metadata.xml
+++ b/net-analyzer/ipsumdump/metadata.xml
@@ -4,7 +4,6 @@
<maintainer type="person">
<email>tomboy64@sina.cn</email>
<name>M.B.</name>
- <description>Maintainer, assign bugs to him</description>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipsumdump/
@ 2018-04-03 15:28 Jonas Stein
0 siblings, 0 replies; 8+ messages in thread
From: Jonas Stein @ 2018-04-03 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 99bc0ced54a69eb7a103db93934d441dff03ace4
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 15:21:58 2018 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 15:27:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bc0ced
net-analyzer/ipsumdump: Maintainer retired
Proxied maintainer was retired due to inactivity.
Bug: https://bugs.gentoo.org/632854
Package-Manager: Portage-2.3.28, Repoman-2.3.9
net-analyzer/ipsumdump/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/net-analyzer/ipsumdump/metadata.xml b/net-analyzer/ipsumdump/metadata.xml
index e440233dc9b..b26c707b249 100644
--- a/net-analyzer/ipsumdump/metadata.xml
+++ b/net-analyzer/ipsumdump/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>tomboy64@sina.cn</email>
- <name>M.B.</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+<!-- maintainer-needed -->
<use>
<flag name="nanotimestamp">Enable timestamps with nano-second resolution</flag>
</use>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipsumdump/
@ 2018-05-12 13:09 Jeroen Roovers
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers @ 2018-05-12 13:09 UTC (permalink / raw
To: gentoo-commits
commit: fe8095f2547a5f3e3ceeabaf507c9c91f5b1ad47
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 13:04:23 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat May 12 13:04:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe8095f2
net-analyzer/ipsumdump: Install NEWS.md.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
net-analyzer/ipsumdump/ipsumdump-1.86.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-analyzer/ipsumdump/ipsumdump-1.86.ebuild b/net-analyzer/ipsumdump/ipsumdump-1.86.ebuild
index 53ee5626b55..182f6ec8e8f 100644
--- a/net-analyzer/ipsumdump/ipsumdump-1.86.ebuild
+++ b/net-analyzer/ipsumdump/ipsumdump-1.86.ebuild
@@ -21,6 +21,10 @@ DEPEND="
dev-libs/expat
sys-apps/texinfo
"
+DOCS=(
+ NEWS.md
+ README.md
+)
src_configure() {
econf \
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipsumdump/
@ 2018-05-12 13:09 Jeroen Roovers
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers @ 2018-05-12 13:09 UTC (permalink / raw
To: gentoo-commits
commit: 2d82dc001e5a80a3a64f77d28ce6002e8e079669
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 13:08:50 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat May 12 13:08:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d82dc00
net-analyzer/ipsumdump: Add netmon.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
net-analyzer/ipsumdump/metadata.xml | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/net-analyzer/ipsumdump/metadata.xml b/net-analyzer/ipsumdump/metadata.xml
index b26c707b249..670b2921b9f 100644
--- a/net-analyzer/ipsumdump/metadata.xml
+++ b/net-analyzer/ipsumdump/metadata.xml
@@ -1,11 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
- <use>
- <flag name="nanotimestamp">Enable timestamps with nano-second resolution</flag>
- </use>
- <longdescription lang="en">
- The ipsumdump program summarizes TCP/IP dump files into a self-describing ASCII format easily readable by humans and programs. The companion ipaggcreate program counts various properties of packet aggregates.
- </longdescription>
+<maintainer type='project'>
+<email>netmon@gentoo.org</email>
+</maintainer>
+<use>
+<flag name="nanotimestamp">Enable timestamps with nano-second resolution</flag>
+</use>
+<longdescription lang="en">
+The ipsumdump program summarizes TCP/IP dump files into a self-describing ASCII
+format easily readable by humans and programs. The companion ipaggcreate
+program counts various properties of packet aggregates.
+</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipsumdump/
@ 2018-05-12 13:09 Jeroen Roovers
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers @ 2018-05-12 13:09 UTC (permalink / raw
To: gentoo-commits
commit: 97629a80b9aa6e454fdde828f79ea3d0889d35da
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 12:59:38 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat May 12 12:59:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97629a80
net-analyzer/ipsumdump: Version 1.86.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
net-analyzer/ipsumdump/Manifest | 1 +
net-analyzer/ipsumdump/ipsumdump-1.86.ebuild | 29 ++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/net-analyzer/ipsumdump/Manifest b/net-analyzer/ipsumdump/Manifest
index c36dd675b6a..5b57fb55a84 100644
--- a/net-analyzer/ipsumdump/Manifest
+++ b/net-analyzer/ipsumdump/Manifest
@@ -1 +1,2 @@
DIST ipsumdump-1.85.tar.gz 919540 BLAKE2B 870e003f4d9149904e6a411ae89b6df3e6f90e378b300dea823701e5f168d7f7b2c788702c3ca9c5840dbbe4372e30435e6fab79fd975328ddc474bc3e797559 SHA512 b42844cf028b9c1ea9da90306be8d731bffcec1a8f5c9eeb8029f563ddd5781651c583913a2105d8ad99cabac4b003345e1e8fdfb83367cabf806de1bca31596
+DIST ipsumdump-1.86.tar.gz 895567 BLAKE2B 5d33e2c6a5df836592028fb1026749561188b3e0cc15fe691404ad17bc1dd724f4fd9e1be46bbe76b200288575251178f874df4f8697b0e943de4185b71f9e69 SHA512 38bf55589ab81eb7601283410a9f962508e419c1a0ef24f088a2d1328b29e360a9788a20689ea45724fbc56194ecb5ede1f3b792e5bc7e97a500a7b2e434fe65
diff --git a/net-analyzer/ipsumdump/ipsumdump-1.86.ebuild b/net-analyzer/ipsumdump/ipsumdump-1.86.ebuild
new file mode 100644
index 00000000000..53ee5626b55
--- /dev/null
+++ b/net-analyzer/ipsumdump/ipsumdump-1.86.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple TCP/IP Dump summarizer/analyzer"
+HOMEPAGE="http://read.seas.harvard.edu/~kohler/ipsumdump/"
+SRC_URI="${HOMEPAGE}${P}.tar.gz"
+
+LICENSE="the-Click-license"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ipv6 +nanotimestamp"
+
+RDEPEND="
+ net-libs/libpcap
+"
+DEPEND="
+ ${RDEPEND}
+ dev-lang/perl
+ dev-libs/expat
+ sys-apps/texinfo
+"
+
+src_configure() {
+ econf \
+ $(use_enable ipv6 ip6) \
+ $(use_enable nanotimestamp)
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipsumdump/
@ 2023-11-18 16:46 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-11-18 16:46 UTC (permalink / raw
To: gentoo-commits
commit: cbcd5712e493b87b418ab112cf002c8bdcddfe19
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 16:06:30 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 16:19:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbcd5712
net-analyzer/ipsumdump: use configure cache for subconfigure
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild b/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild
index 983cf1d190ae..6db10e8c8170 100644
--- a/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild
+++ b/net-analyzer/ipsumdump/ipsumdump-1.86-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -33,6 +33,7 @@ PATCHES=(
src_configure() {
econf \
+ --cache-file="${S}"/config.cache \
$(use_enable ipv6 ip6) \
$(use_enable nanotimestamp)
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-11-18 16:46 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-19 11:19 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ipsumdump/ Ian Delaney
-- strict thread matches above, loose matches on Subject: below --
2016-03-20 14:44 Ian Delaney
2018-02-11 11:02 Michał Górny
2018-04-03 15:28 Jonas Stein
2018-05-12 13:09 Jeroen Roovers
2018-05-12 13:09 Jeroen Roovers
2018-05-12 13:09 Jeroen Roovers
2023-11-18 16:46 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox