This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 9c6fb4372d0336b91cf0aa89862d09e221582e26 (commit) from ad134621260cee8bc62a0df09b288a96b694be85 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 9c6fb4372d0336b91cf0aa89862d09e221582e26 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Sep 30 15:29:36 2012 +0200
mtr: New package.
A nice tool that combines ping and traceroute.
-----------------------------------------------------------------------
Summary of changes: dhcping/dhcping.nm => mtr/mtr.nm | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) copy dhcping/dhcping.nm => mtr/mtr.nm (62%)
Difference in files: diff --git a/mtr/mtr.nm b/mtr/mtr.nm new file mode 100644 index 0000000..4d978be --- /dev/null +++ b/mtr/mtr.nm @@ -0,0 +1,37 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = mtr +version = 0.82 +release = 1 + +groups = Applications/Internet +url = http://www.BitWizard.nl/mtr +license = GPLv2+ +summary = A network diagnostic tool. + +description + Mtr is a network diagnostic tool that combines ping and traceroute + into one program. +end + +source_dl = ftp://ftp.bitwizard.nl/mtr/ + +build + requires + ncurses-devel + end + + configure_options += \ + --without-gtk +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end
hooks/post-receive -- IPFire 3.x development tree