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 1def4e795bb4b84cd06fc2ea7dd04975055e4414 (commit) via 13bb02ed2d37531251435fc2cdf73fd9dcfed523 (commit) from b147bdbce609bf254218a1dee0c1ec5b9ec876c6 (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 1def4e795bb4b84cd06fc2ea7dd04975055e4414 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jul 1 20:59:51 2011 +0200
wavemon: New package.
A ncurses based wireless monitor that shows a lot of details about a wireless device.
commit 13bb02ed2d37531251435fc2cdf73fd9dcfed523 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jul 1 20:40:01 2011 +0200
dhcping: New package.
dhcping can find a running DHCP server in a network.
-----------------------------------------------------------------------
Summary of changes: pkgs/{iftop/iftop.nm => dhcping/dhcping.nm} | 20 +++++++---------- pkgs/{nmap/nmap.nm => wavemon/wavemon.nm} | 31 +++++++++++++-------------- 2 files changed, 23 insertions(+), 28 deletions(-) copy pkgs/{iftop/iftop.nm => dhcping/dhcping.nm} (84%) copy pkgs/{nmap/nmap.nm => wavemon/wavemon.nm} (68%)
Difference in files: diff --git a/pkgs/dhcping/dhcping.nm b/pkgs/dhcping/dhcping.nm new file mode 100644 index 0000000..5c3a76f --- /dev/null +++ b/pkgs/dhcping/dhcping.nm @@ -0,0 +1,45 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # +# # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include $(PKGROOT)/Include + +PKG_NAME = dhcping +PKG_VER = 1.2 +PKG_REL = 1 + +PKG_MAINTAINER = +PKG_GROUPS = Applications/Internet +PKG_URL = http://www.mavetju.org/unix/general.php +PKG_LICENSE = MIT +PKG_SUMMARY = DHCP daemon ping program. + +define PKG_DESCRIPTION + Dhcping allows the system administrator to check if a remote DHCP + server is still functioning. +endef + +PKG_TARBALL = $(THISAPP).tar.gz + +CONFIGURE_OPTIONS += \ + --mandir=/usr/share/man diff --git a/pkgs/wavemon/wavemon.nm b/pkgs/wavemon/wavemon.nm new file mode 100644 index 0000000..b1ed742 --- /dev/null +++ b/pkgs/wavemon/wavemon.nm @@ -0,0 +1,51 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # +# # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include $(PKGROOT)/Include + +PKG_NAME = wavemon +PKG_VER = 0.7.2 +PKG_REL = 1 + +PKG_MAINTAINER = +PKG_GROUPS = Applications/Internet +PKG_URL = http://eden-feed.erg.abdn.ac.uk/wavemon/ +PKG_LICENSE = GPLv2+ +PKG_SUMMARY = Ncurses-based monitoring application for wireless network devices. + +PKG_BUILD_DEPS+= ncurses-devel +PKG_DEPS += wireless-tools + +define PKG_DESCRIPTION + wavemon is a wireless device monitoring application that allows you to + watch all important information like device configuration, encryption, + and power management parameters and network information at once. + Adaptive level bargraphs for link quality, signal/noise strength and + signal-to-noise ratio. The customizeable "level alarm" feature that + notices the user of changes in signal level strength audibly and/or + visually. wavemon is able to list of access points in range and shows + full-screen level histogram displaying signal/noise levels and SNR. +endef + +PKG_TARBALL = $(THISAPP).tar.bz2
hooks/post-receive -- IPFire 3.x development tree