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 9e7d3368df9e92589d8a4d783b12e0091993863f (commit) via 755319ed35387d33d1677d5e52324a9cd4aad164 (commit) via 8bad4f693600a17b82b6f3843034995f9fa2123c (commit) via 65c63dd51c336e5ed28362fd48d9745e85eb4175 (commit) via 7ea7cedc9935dadea87d3eda31960ae10a1f496e (commit) via ecffe1e61d180cba8adacde8b27706ba76d9cb5a (commit) via 47b0a11583e6df56e776436174b55fc48198a2e1 (commit) via 61dfdc3b7befbf4df1f1873b539e9070769362ea (commit) from c10853e28e061cbbcac0539d79e9922379fb971f (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 9e7d3368df9e92589d8a4d783b12e0091993863f Merge: 755319e c10853e Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Mar 13 21:41:00 2011 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 755319ed35387d33d1677d5e52324a9cd4aad164 Merge: 8bad4f6 6ea175e Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Mar 13 21:29:43 2011 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 8bad4f693600a17b82b6f3843034995f9fa2123c Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun Mar 13 21:06:59 2011 +0100
perl-libww-perl: Downgrade to 5.837.
Version 6 was broken, so we had to downgrade it. Added a lot of dependencies to provide testsuite.
commit 65c63dd51c336e5ed28362fd48d9745e85eb4175 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun Mar 13 21:05:59 2011 +0100
mailcap: New package.
Reference #144.
commit 7ea7cedc9935dadea87d3eda31960ae10a1f496e Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun Mar 13 21:05:15 2011 +0100
perl-Test-Simple: New package.
Reference #144.
commit ecffe1e61d180cba8adacde8b27706ba76d9cb5a Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun Mar 13 21:04:39 2011 +0100
perl-HTML-Tagset: New package.
Reference #144.
commit 47b0a11583e6df56e776436174b55fc48198a2e1 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun Mar 13 21:04:06 2011 +0100
perl-HTML-Parser: New package.
Reference #144.
commit 61dfdc3b7befbf4df1f1873b539e9070769362ea Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun Mar 13 17:28:42 2011 +0100
perl-HTML-Tagset: New package.
Referece #144.
-----------------------------------------------------------------------
Summary of changes: pkgs/{m4/m4.nm => mailcap/mailcap.nm} | 29 +++++++++++-------- .../perl-HTML-Parser.nm} | 24 +++++++++------- .../perl-HTML-Tagset.nm} | 20 ++++++++----- .../perl-Test-Simple.nm} | 23 ++++++++------- pkgs/perl-libwww-perl/perl-libwww-perl.nm | 18 +++++++++++- 5 files changed, 71 insertions(+), 43 deletions(-) copy pkgs/{m4/m4.nm => mailcap/mailcap.nm} (70%) copy pkgs/{perl-libwww-perl/perl-libwww-perl.nm => perl-HTML-Parser/perl-HTML-Parser.nm} (76%) copy pkgs/{perl-libwww-perl/perl-libwww-perl.nm => perl-HTML-Tagset/perl-HTML-Tagset.nm} (81%) copy pkgs/{perl-URI/perl-URI.nm => perl-Test-Simple/perl-Test-Simple.nm} (81%)
Difference in files: diff --git a/pkgs/mailcap/mailcap.nm b/pkgs/mailcap/mailcap.nm new file mode 100644 index 0000000..b2532fe --- /dev/null +++ b/pkgs/mailcap/mailcap.nm @@ -0,0 +1,55 @@ +############################################################################### +# # +# 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 = mailcap +PKG_VER = 2.1.36 +PKG_REL = 1 +PKG_ARCH = noarch + +PKG_MAINTAINER = +PKG_GROUP = System/Base +PKG_URL = https://fedorahosted.org/released/mailcap/ +PKG_LICENSE = Public Domain and MIT +PKG_SUMMARY = Helper application and MIME type associations for file types. + +define PKG_DESCRIPTION + The mailcap file is used by the metamail program. Metamail reads the \ + mailcap file to determine how it should display non-text or multimedia \ + material. Basically, mailcap associates a particular type of file \ + with a particular program that a mail agent or other program can call \ + in order to handle the file. Mailcap should be installed to allow \ + certain programs to be able to handle non-text files. +endef + +PKG_TARBALL = $(THISAPP).tar.xz + +INSTALL_TARGETS = sysconfdir=/etc mandir=/usr/share/man + +STAGE_BUILD = # Nothing to do + +define STAGE_TEST + cd $(DIR_APP) && make check +endef diff --git a/pkgs/perl-HTML-Parser/perl-HTML-Parser.nm b/pkgs/perl-HTML-Parser/perl-HTML-Parser.nm new file mode 100644 index 0000000..457ea1a --- /dev/null +++ b/pkgs/perl-HTML-Parser/perl-HTML-Parser.nm @@ -0,0 +1,54 @@ +############################################################################### +# # +# 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 = HTML-Parser +PKG_VER = 3.68 +PKG_REL = 1 + +PKG_MAINTAINER = +PKG_GROUP = Development/Libratries +PKG_URL = http://search.cpan.org/dist/HTML-Parser/ +PKG_LICENSE = GPL+ or Artistic +PKG_SUMMARY = Perl module for parsing HTML. + +PKG_BUILD_DEPS+= perl-core perl-devel perl(HTML::Tagset) perl(Test::More) + +define PKG_DESCRIPTION + The HTML-Parser module for perl to parse and extract information from \ + HTML documents, including the HTML::Entities, HTML::HeadParser, \ + HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules. +endef + +PKG_TARBALL = $(THISAPP).tar.gz + +define STAGE_BUILD + cd $(DIR_APP) && perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$(CFLAGS)" + cd $(DIR_APP) && make $(PARALLELISMFLAGS) +endef + +define STAGE_TEST + cd $(DIR_APP) && make test +endef diff --git a/pkgs/perl-HTML-Tagset/perl-HTML-Tagset.nm b/pkgs/perl-HTML-Tagset/perl-HTML-Tagset.nm new file mode 100644 index 0000000..f8b17ca --- /dev/null +++ b/pkgs/perl-HTML-Tagset/perl-HTML-Tagset.nm @@ -0,0 +1,54 @@ +############################################################################### +# # +# 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 = HTML-Tagset +PKG_VER = 3.20 +PKG_REL = 1 +PKG_ARCH = noarch + +PKG_MAINTAINER = +PKG_GROUP = Development/Libratries +PKG_URL = http://search.cpan.org/dist/HTML-Tagset/ +PKG_LICENSE = GPL+ or Artistic +PKG_SUMMARY = HTML::Tagset - data tables useful in parsing HTML. + +PKG_BUILD_DEPS+= perl-core perl-devel + +define PKG_DESCRIPTION + This module contains several data tables useful in various kinds of \ + HTML parsing operations, such as tag and entity names. +endef + +PKG_TARBALL = $(THISAPP).tar.gz + +define STAGE_BUILD + cd $(DIR_APP) && perl Makefile.PL INSTALLDIRS=vendor + cd $(DIR_APP) && make $(PARALLELISMFLAGS) +endef + +define STAGE_TEST + cd $(DIR_APP) && make test +endef diff --git a/pkgs/perl-Test-Simple/perl-Test-Simple.nm b/pkgs/perl-Test-Simple/perl-Test-Simple.nm new file mode 100644 index 0000000..c4a4a44 --- /dev/null +++ b/pkgs/perl-Test-Simple/perl-Test-Simple.nm @@ -0,0 +1,54 @@ +############################################################################### +# # +# 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 = Test-Simple +PKG_VER = 0.98 +PKG_REL = 1 +PKG_ARCH = noarch + +PKG_MAINTAINER = +PKG_GROUP = Development/Libratries +PKG_URL = http://search.cpan.org/dist/Test-Simple/ +PKG_LICENSE = GPL+ or Artistic +PKG_SUMMARY = Basic utilities for writing tests. + +PKG_BUILD_DEPS+= perl-core perl-devel perl(Test::Harness) + +define PKG_DESCRIPTION + This package provides the bulk of the core testing facilities. For more \ + information, see perldoc for Test::Simple, Test::More, etc. +endef + +PKG_TARBALL = $(THISAPP).tar.gz + +define STAGE_BUILD + cd $(DIR_APP) && perl Makefile.PL INSTALLDIRS=perl + cd $(DIR_APP) && make $(PARALLELISMFLAGS) +endef + +define STAGE_TEST + cd $(DIR_APP) && make test +endef diff --git a/pkgs/perl-libwww-perl/perl-libwww-perl.nm b/pkgs/perl-libwww-perl/perl-libwww-perl.nm index 8226085..20fa29d 100644 --- a/pkgs/perl-libwww-perl/perl-libwww-perl.nm +++ b/pkgs/perl-libwww-perl/perl-libwww-perl.nm @@ -25,8 +25,9 @@ include $(PKGROOT)/Include
PKG_NAME = libwww-perl -PKG_VER = 6.01 +PKG_VER = 5.837 PKG_REL = 1 +PKG_EPOCH = 1 PKG_ARCH = noarch
PKG_MAINTAINER = @@ -35,16 +36,29 @@ PKG_URL = http://search.cpan.org/dist/libwww-perl/ PKG_LICENSE = GPL+ or Artistic PKG_SUMMARY = A Perl interface to the World-Wide Web.
-PKG_BUILD_DEPS+= perl-core perl-devel +PKG_BUILD_DEPS+= mailcap perl-core perl-devel perl-HTML-Parser perl-libwww-perl \ + perl(Test::More) perl(Compress::Zlib) perl(MIME::Base64) perl(Net::FTP)
define PKG_DESCRIPTION The libwww-perl collection is a set of Perl modules which provides a simple and \ consistent application programming interface to the World-Wide Web. endef
+# Filter string for very weird dependencies. +PKG_REQUIRES_FILTER = (HTTP::Headers|HTTP::GHTTP|Win32|Authen::NTLM) + PKG_TARBALL = $(THISAPP).tar.gz
define STAGE_BUILD cd $(DIR_APP) && perl Makefile.PL INSTALLDIRS=perl --aliases < /dev/null cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef + +define STAGE_TEST + # Use system wide MIME types (link also to blib/... for "make test"). Doing + # this stuff before "make install" would not cause the symlink to be packaged + # but a copy of /etc/mime.types. + ln -svf /etc/mime.types $(DIR_APP)/blib/lib/LWP/media.types + + cd $(DIR_APP) && make test +endef
hooks/post-receive -- IPFire 3.x development tree