Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37901149
en ru br
Репозитории ALT
S:3.81-alt1
5.1: 3.62-alt2
4.1: 3.56-alt2
4.0: 3.56-alt1
3.0: 3.45-alt2
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-HTML-Parser

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: perl-HTML-Parser-3.56-alt2.patch
Скачать


 .gear/rules                                        |    2 +
 .../tags/57d78eb28b2690eb474d9f439ada00f296a5506d  |   13 ++
 .gear/tags/list                                    |    1 +
 Parser.xs                                          |    1 +
 hparser.c                                          |    1 +
 perl-HTML-Parser.spec                              |  140 ++++++++++++++++++++
 6 files changed, 158 insertions(+), 0 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..aa42239
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: @version@:. name=HTML-Parser-@version@
+diff: @version@:. . name=perl-HTML-Parser-@version@-@release@.patch
diff --git a/.gear/tags/57d78eb28b2690eb474d9f439ada00f296a5506d b/.gear/tags/57d78eb28b2690eb474d9f439ada00f296a5506d
new file mode 100644
index 0000000..0e271a4
--- /dev/null
+++ b/.gear/tags/57d78eb28b2690eb474d9f439ada00f296a5506d
@@ -0,0 +1,13 @@
+object f21cad6ff6aeab1971312ab73a59bb304b0755f1
+type commit
+tag 3.56
+tagger Alexey Tourbin <at@localhost.localdomain> 1168670085 +0300
+
+3.56
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQBFqH2HfBKgtDjnu0YRAo1/AKCFTAOZy2ycJrVHQfrXmOkB70BeIACg2eFH
+cR4ruN+VIJlOScRUF4sXO6o=
+=eH/L
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..ffa4860
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+57d78eb28b2690eb474d9f439ada00f296a5506d 3.56
diff --git a/Parser.xs b/Parser.xs
index a173eb6..512b7f4 100644
--- a/Parser.xs
+++ b/Parser.xs
@@ -307,6 +307,7 @@ magic_dup_pstate(pTHX_ MAGIC *mg, CLONE_PARAMS *params)
 
 #endif
 
+static
 MGVTBL vtbl_pstate =
 {
     0,
diff --git a/hparser.c b/hparser.c
index e5887c3..862bc02 100644
--- a/hparser.c
+++ b/hparser.c
@@ -59,6 +59,7 @@ enum argcode {
     ARG_FLAG_FLAT_ARRAY
 };
 
+static
 char *argname[] = {
     /* Must be in the same order as enum argcode */
     "self",     /* ARG_SELF */
diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec
new file mode 100644
index 0000000..31d730e
--- /dev/null
+++ b/perl-HTML-Parser.spec
@@ -0,0 +1,140 @@
+%define dist HTML-Parser
+Name: perl-%dist
+Version: 3.56
+Release: alt2
+
+Summary: Parsing and extracting information from HTML documents
+License: GPL or Artistic
+Group: Development/Perl
+
+URL: %CPAN %dist
+Source: %dist-%version.tar
+Patch: %name-%version-%release.patch
+
+# Automatically added by buildreq on Sun Mar 02 2008
+BuildRequires: perl-HTML-Tagset perl-Test-Pod perl-URI perl-threads
+
+%description
+This is a collection of perl modules that parse and extract
+information from HTML documents.
+
+%prep
+%setup -q -n %dist-%version
+%patch -p1
+
+%ifdef __buildreqs
+# avoid build dependency on perl-libwww
+mv t/headparser-http.t t/headparser-http.t.orig
+%endif
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%doc Changes README eg
+%perl_vendor_archlib/HTML
+%perl_vendor_autolib/HTML
+
+%changelog
+* Sun Mar 02 2008 Alexey Tourbin <at@altlinux.ru> 3.56-alt2
+- packaged examples
+
+* Sat Jan 13 2007 Alexey Tourbin <at@altlinux.ru> 3.56-alt1
+- 3.55 -> 3.56
+- imported into git and adapted for gear
+
+* Thu Jul 13 2006 Alexey Tourbin <at@altlinux.ru> 3.55-alt1
+- 3.54 -> 3.55
+
+* Mon May 22 2006 Alexey Tourbin <at@altlinux.ru> 3.54-alt1
+- 3.51 -> 3.54
+
+* Mon Apr 17 2006 Alexey Tourbin <at@altlinux.ru> 3.51-alt1
+- 3.45 -> 3.51
+
+* Sat Jun 25 2005 Alexey Tourbin <at@altlinux.ru> 3.45-alt2
+- added support for XSLoader (cpan #13409)
+
+* Fri Jan 07 2005 Alexey Tourbin <at@altlinux.ru> 3.45-alt1
+- 3.43 -> 3.45
+
+* Sun Dec 19 2004 Alexey Tourbin <at@altlinux.ru> 3.43-alt1
+- 3.36 -> 3.43
+- HTML-TokeParser-Simple decoupled because of extra build dependencies
+- manual pages not packaged (use perldoc)
+
+* Mon Apr 19 2004 Alexey Tourbin <at@altlinux.ru> 3.36-alt1
+- 3.35 -> 3.36
+- packaged HTML-TokeParser-Simple-2.2 here (laziness is a virtue)
+
+* Mon Dec 15 2003 Alexey Tourbin <at@altlinux.ru> 3.35-alt1
+- 3.35
+
+* Tue Oct 28 2003 Alexey Tourbin <at@altlinux.ru> 3.34-alt1
+- 3.34; segfault fixed: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=217616
+- alt-unicode.patch: enable support for unicode entities
+
+* Fri Oct 17 2003 Alexey Tourbin <at@altlinux.ru> 3.33-alt1
+- 3.33
+
+* Thu Aug 28 2003 Alexey Tourbin <at@altlinux.ru> 3.31-alt1
+- 3.31
+
+* Mon Apr 28 2003 Alexey Tourbin <at@altlinux.ru> 3.28-alt1
+- 3.28
+
+* Fri Mar 14 2003 Alexey Tourbin <at@altlinux.ru> 3.27-alt1
+- 3.27
+- spec file cleanup; sample programs added to docs
+
+* Tue Oct 22 2002 Alexey Tourbin <at@altlinux.ru> 3.26-alt2
+- rebuilt for perl-5.8 with new rpm macros
+
+* Wed Apr 03 2002 Stanislav Ievlev <inger@altlinux.ru> 3.26-alt1
+- 3.26
+
+* Tue Aug 21 2001 Stanislav Ievlev <inger@altlinux.ru> 3.25-alt1
+- 3.25
+
+* Mon Jul 23 2001 Stanislav Ievlev <inger@altlinux.ru> 3.18-alt2
+- Rebuilt with new perl
+
+* Mon Jun 25 2001 Konstantin Volckov <goldhead@altlinux.ru> 3.18-alt1
+- Rebuilt with perl-5.6.1
+- Some spec cleanup
+
+* Sun Jan 28 2001 Mikhail Zabaluev <zabaluev@parascript.com> 3.15-ipl1mdk
+- Updated:
+  + version 3.15
+- Changed:
+  + Sisyphus adaptations
+
+* Wed Jun 28 2000 Mikhail Zabaluev <mookid@sigent.ru> 3.09-1mdk_mhz
+- new version
+- redid filelist
+
+* Wed May 17 2000 David BAUDENS <baudens@mandrakesoft.com> 3.05-4mdk
+- Fix build for i486
+- Use %%_tmppath for BuildRoot
+
+* Fri Mar 31 2000 Pixel <pixel@mandrakesoft.com> 3.05-3mdk
+- rebuild, new group, cleanup
+
+* Tue Feb 29 2000 Jean-Michel Dault <jmdault@netrevolution.com> 3.0.5-1mdk
+- upgrade to 3.05
+
+* Mon Jan  3 2000 Jean-Michel Dault <jmdault@netrevolution.com>
+- final cleanup for Mandrake 7
+
+* Thu Dec 30 1999 Jean-Michel Dault <jmdault@netrevolution.com>
+-updated to 3.02
+
+* Sun Aug 29 1999 Jean-Michel Dault <jmdault@netrevolution.com>
+- bzip2'd sources
+- updated to 2.23
+
+* Tue May 11 1999 root <root@alien.devel.redhat.com>
+- Spec file was autogenerated.
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin