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 249065db2ce9b575a28019c8daa0e00cb8f29dad (commit) via 00267e73c7ff547c4b5442b0ca40108c8532fe9e (commit) via 26b8800618dc2daad975e88439d32ea276fbde08 (commit) via ad7ade3a2ad94593ba9ac11d4c2dd172ddcb6257 (commit) via c8ed820abf15064e3901b18b932037a9d8bc79e1 (commit) via 98db621b5a68218995df72f725e14ea982976730 (commit) via c777ea37848c73be93e75f447a26f3edd33e86ca (commit) via 59dfebe766f8708901713719a4b2fc585efabc83 (commit) via 2892e81ced0b24010ff9f3f9b760e962940f5bc9 (commit) from 77a04db2e55eaed242cb4d167e9b3c9e0525a480 (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 249065db2ce9b575a28019c8daa0e00cb8f29dad Merge: 00267e7 2892e81 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Apr 2 10:16:32 2011 +0200
Merge remote-tracking branch 'earl/lm_sensors'
commit 00267e73c7ff547c4b5442b0ca40108c8532fe9e Merge: 26b8800 59dfebe Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Apr 2 10:16:14 2011 +0200
Merge remote-tracking branch 'earl/nmap'
commit 26b8800618dc2daad975e88439d32ea276fbde08 Merge: ad7ade3 c777ea3 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Apr 2 10:15:49 2011 +0200
Merge remote-tracking branch 'earl/nano'
commit ad7ade3a2ad94593ba9ac11d4c2dd172ddcb6257 Author: Jan Paul Tuecking earl@ipfire.org Date: Fri Apr 1 23:35:03 2011 +0200
rtorrent: New package.
commit c8ed820abf15064e3901b18b932037a9d8bc79e1 Author: Jan Paul Tuecking earl@ipfire.org Date: Fri Apr 1 23:34:28 2011 +0200
libtorrent: New package.
commit 98db621b5a68218995df72f725e14ea982976730 Author: Jan Paul Tuecking earl@ipfire.org Date: Fri Apr 1 23:33:44 2011 +0200
libsigc++: New package.
commit c777ea37848c73be93e75f447a26f3edd33e86ca Author: Jan Paul Tuecking earl@ipfire.org Date: Fri Apr 1 15:57:52 2011 +0200
nano: Update to 2.3.0.
commit 59dfebe766f8708901713719a4b2fc585efabc83 Author: Jan Paul Tuecking earl@ipfire.org Date: Fri Apr 1 15:45:25 2011 +0200
nmap: Update to 5.51.
commit 2892e81ced0b24010ff9f3f9b760e962940f5bc9 Author: Jan Paul Tuecking earl@ipfire.org Date: Fri Apr 1 15:11:34 2011 +0200
lm-sensors: Update to 3.3.0
Fixes #158
-----------------------------------------------------------------------
Summary of changes: pkgs/{libnl/libnl.nm => libsigc++/libsigc++.nm} | 31 +++++++++------------ pkgs/{gssdp/gssdp.nm => libtorrent/libtorrent.nm} | 18 ++++++------ pkgs/lm-sensors/lm-sensors.nm | 4 +- pkgs/nano/nano.nm | 4 +- pkgs/nmap/nmap.nm | 2 +- pkgs/{texinfo/texinfo.nm => rtorrent/rtorrent.nm} | 30 +++++++++----------- 6 files changed, 40 insertions(+), 49 deletions(-) copy pkgs/{libnl/libnl.nm => libsigc++/libsigc++.nm} (75%) copy pkgs/{gssdp/gssdp.nm => libtorrent/libtorrent.nm} (83%) copy pkgs/{texinfo/texinfo.nm => rtorrent/rtorrent.nm} (73%)
Difference in files: diff --git a/pkgs/libsigc++/libsigc++.nm b/pkgs/libsigc++/libsigc++.nm new file mode 100644 index 0000000..28499a8 --- /dev/null +++ b/pkgs/libsigc++/libsigc++.nm @@ -0,0 +1,49 @@ +############################################################################### +# # +# 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 = libsigc++ +PKG_VER = 2.2.9 +PKG_REL = 1 + +PKG_MAINTAINER = +PKG_GROUPS = Development/Libraries +PKG_URL = http://libsigc.sourceforge.net +PKG_LICENSE = GPLv2 +PKG_SUMMARY = Callback Framework for C++. + +PKG_BUILD_DEPS+= gcc-c++ m4 + +define PKG_DESCRIPTION + libsigc++ implements a typesafe callback system for standard C++. + It allows you to define signals and to connect those signals to any callback + function, either global or a member function, regardless of whether it is + static or virtual. It also contains adaptor classes for connection of + dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries. +endef + +PKG_TARBALL = $(THISAPP).tar.gz + +PKG_PACKAGES += $(PKG_NAME)-devel diff --git a/pkgs/libtorrent/libtorrent.nm b/pkgs/libtorrent/libtorrent.nm new file mode 100644 index 0000000..89c0cda --- /dev/null +++ b/pkgs/libtorrent/libtorrent.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 = libtorrent +PKG_VER = 0.12.7 +PKG_REL = 1 + +PKG_MAINTAINER = +PKG_GROUPS = Internet/P2P +PKG_URL = http://libtorrent.rakshasa.no/ +PKG_LICENSE = GPLv3 +PKG_SUMMARY = A BitTorrent libary. + +PKG_BUILD_DEPS+= gcc-c++ libsigc++-devel openssl-devel + +define PKG_DESCRIPTION + LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. +endef + +PKG_TARBALL = $(THISAPP).tar.gz + +PKG_PACKAGES += $(PKG_NAME)-devel diff --git a/pkgs/lm-sensors/lm-sensors.nm b/pkgs/lm-sensors/lm-sensors.nm index ccf7502..9a0eeed 100644 --- a/pkgs/lm-sensors/lm-sensors.nm +++ b/pkgs/lm-sensors/lm-sensors.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = lm_sensors -PKG_VER = 3.0.0 -PKG_REL = 0 +PKG_VER = 3.3.0 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = Applications/Statistics diff --git a/pkgs/nano/nano.nm b/pkgs/nano/nano.nm index 62c21bb..b33d66c 100644 --- a/pkgs/nano/nano.nm +++ b/pkgs/nano/nano.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = nano -PKG_VER = 2.2.2 -PKG_REL = 0 +PKG_VER = 2.3.0 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = Application/Editors diff --git a/pkgs/nmap/nmap.nm b/pkgs/nmap/nmap.nm index 8d5b93e..78e7c9d 100644 --- a/pkgs/nmap/nmap.nm +++ b/pkgs/nmap/nmap.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = nmap -PKG_VER = 5.50 +PKG_VER = 5.51 PKG_REL = 1
PKG_MAINTAINER = diff --git a/pkgs/rtorrent/rtorrent.nm b/pkgs/rtorrent/rtorrent.nm new file mode 100644 index 0000000..327d709 --- /dev/null +++ b/pkgs/rtorrent/rtorrent.nm @@ -0,0 +1,49 @@ +############################################################################### +# # +# 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 = rtorrent +PKG_VER = 0.8.7 +PKG_REL = 1 + +PKG_MAINTAINER = +PKG_GROUPS = Internet/P2P +PKG_URL = http://libtorrent.rakshasa.no/ +PKG_LICENSE = GPLv3 +PKG_SUMMARY = BitTorrent client based on libtorrent. + +PKG_BUILD_DEPS+= gcc-c++ libcurl-devel libsigc++-devel libtorrent-devel ncurses-devel + +define PKG_DESCRIPTION + A BitTorrent client using libtorrent, which on high-bandwidth connections is + able to seed at 3 times the speed of the official client. Using + ncurses its ideal for use with screen or dtach. It supports + saving of sessions and allows the user to add and remove torrents and scanning + of directories for torrent files to seed and/or download. +endef + +PKG_TARBALL = $(THISAPP).tar.gz + +STAGE_BUILD_TARGETS += LDFLAGS=-lpthread
hooks/post-receive -- IPFire 3.x development tree