r75203 - in /branches/upstream/libgtk2-mozembed-perl/current: ./ examples/ lib/ lib/Gtk2/ t/ xs/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 6 19:33:24 UTC 2011


Author: gregoa
Date: Mon Jun  6 19:32:44 2011
New Revision: 75203

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75203
Log:
[svn-upgrade] new version libgtk2-mozembed-perl (0.09)

Added:
    branches/upstream/libgtk2-mozembed-perl/current/ChangeLog.pre-git
    branches/upstream/libgtk2-mozembed-perl/current/lib/
    branches/upstream/libgtk2-mozembed-perl/current/lib/Gtk2/
    branches/upstream/libgtk2-mozembed-perl/current/lib/Gtk2/MozEmbed.pm
    branches/upstream/libgtk2-mozembed-perl/current/perl-Gtk2-MozEmbed.doap
Removed:
    branches/upstream/libgtk2-mozembed-perl/current/ChangeLog
    branches/upstream/libgtk2-mozembed-perl/current/MozEmbed.pm
Modified:
    branches/upstream/libgtk2-mozembed-perl/current/MANIFEST
    branches/upstream/libgtk2-mozembed-perl/current/MANIFEST.SKIP
    branches/upstream/libgtk2-mozembed-perl/current/META.yml
    branches/upstream/libgtk2-mozembed-perl/current/Makefile.PL
    branches/upstream/libgtk2-mozembed-perl/current/NEWS
    branches/upstream/libgtk2-mozembed-perl/current/copyright.pod
    branches/upstream/libgtk2-mozembed-perl/current/examples/pumzilla
    branches/upstream/libgtk2-mozembed-perl/current/gtkmozembed2perl.h
    branches/upstream/libgtk2-mozembed-perl/current/t/GtkMozEmbed.t
    branches/upstream/libgtk2-mozembed-perl/current/xs/GtkMozEmbed.xs

Added: branches/upstream/libgtk2-mozembed-perl/current/ChangeLog.pre-git
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/ChangeLog.pre-git?rev=75203&op=file
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/ChangeLog.pre-git (added)
+++ branches/upstream/libgtk2-mozembed-perl/current/ChangeLog.pre-git Mon Jun  6 19:32:44 2011
@@ -1,0 +1,162 @@
+=== ChangeLog discontinued ===
+
+	With the move to git, we stop maintaining a separate ChangeLog and
+	rely on proper commit messages instead.
+
+2008-11-20  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* Makefile.PL: Catch exceptions thrown by EU::PkgConfig so that we
+	can abort properly.
+
+2008-08-25  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* MozEmbed.pm
+	* NEWS: Version 0.08.
+
+2008-08-25  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* Makefile.PL
+	* xs/GtkMozEmbed.xs: When compiling against xulrunner, make sure
+	we call gtk_moz_embed_set_path on the appropriate library
+	directory.  This should make us work with xulrunner-1.9.  Patch by
+	Boris Sukholitko.
+
+2008-03-23  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* Makefile.PL: Say which gtkmozembed provider we compile against.
+
+2008-03-15  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* copyright.pod
+	* MozEmbed.pm
+	* NEWS: Version 0.07.
+
+2008-03-15  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* Makefile.PL: Prefer xulrunner-gtkmozembed over the Mozilla and
+	Firefox packages as the former doesn't have run-time linking
+	problems.  Also, announce our Makefile.PL-time dependencies via
+	META.yml's configure_requires key.
+
+2007-01-31	kaffeetisch
+
+	* t/GtkMozEmbed.t: Remove obsolete TODO block.
+
+2006-08-09	kaffeetisch
+
+	* MozEmbed.pm, NEWS, README, copyright.pod: Version 0.06.
+
+2006/03/07	kaffeetisch
+
+	* Makefile.PL: Patch from Tom Killian adds support for compiling
+	against XULRunner.
+
+2005/12/20	kaffeetisch
+
+	* Makefile.PL: Make our dependencies known so MakeMaker generates
+	a correct META.yml.
+
+	* t/GtkMozEmbed.t, xs/GtkMozEmbed.xs: Bind and test
+	gtk_moz_embed_push_startup and gtk_moz_embed_pop_startup.
+
+2005/10/10	kaffeetisch
+
+	* MozEmbed.pm, NEWS: Version 0.05.
+
+2005/09/28	kaffeetisch
+
+	* Makefile.PL: Apply patches from Scott Lanning and José (RT
+	Ticker 14792) to make the pkg-config interaction more robust and
+	correct.
+
+2005/04/12	kaffeetisch
+
+	* MozEmbed.pm, NEWS, README: Version 0.04.
+
+2005/04/12	kaffeetisch
+
+	* META.yml: Add dependencies.
+
+	* Makefile.PL: Require Gtk2 1.081.  Add support for Firefox'
+	GtkMozEmbed package.
+
+	* MANIFEST, gtkmozembed.typemap, gtkmozembed2perl.h,
+	GtkMozEmbed.xs: Another patch from Scott Lanning adds support for
+	gtk_moz_embed_get_nsIWebBrowser.
+
+	* examples/pumzilla: Remove signal handling code.  The new
+	examples in Mozilla::DOM do a much better job at, and are much
+	better suited for showing off this stuff.
+
+2005/04/03	kaffeetisch
+
+	Large patch from Scott Lanning adds optional Mozilla::DOM support:
+
+	* Makefile.PL, MozEmbed.pm, README, gtkmozembed2perl.h,
+	examples/pumzilla, xs/GtkMozEmbed.xs: Optionally pull in
+	Mozilla::DOM.  Add and register dom_key_* and dom_mouse_*
+	marshallers.  Add documentation for those signals.  Show how to
+	use them in the example.
+
+	* xs/GtkMozEmbed.xs: Cast the return value of
+	gtk_moz_embed_get_chrome_mask to make g++ happy.
+
+2005/03/11	kaffeetisch
+
+	* xs/GtkMozEmbed.xs: Fix an error in the documentation, found by
+	Scott Lanning.
+
+2005/02/27	kaffeetisch
+
+	* META.yml, Makefile.PL, MozEmbed.pm, NEWS, README: Version 0.03.
+
+2005/02/27	kaffeetisch
+
+	* t/GtkMozEmbed.t: Mark the failing test as TODO until we find a
+	solution for the Test::More issue.
+
+2004/10/24 11:55 (-0400) rwmcfa1
+
+	* MANIFEST.SKIP: updates
+
+2004/09/11 17:23 (+0200) kaffeetisch
+
+	* META.yml, MozEmbed.pm, NEWS: Version 0.02.
+
+2004/09/11 17:20 (+0200) kaffeetisch
+
+	* MozEmbed.pm: Add a SYNOPSIS example.
+
+2004/08/27 22:59 (+0200) kaffeetisch
+
+	* Makefile.PL: Generate version macros in
+	gtkmozembed2perl-version.h
+
+	* pumzilla: Some whitespace fixes.
+
+	* GtkMozEmbed.xs: Add lots of POD for nearly all the functions and
+	signals.
+
+	* gtkmozembed2perl.h, maps, t/GtkMozEmbed.t, xs/GtkMozEmbed.xs:
+	Add commented out support for GtkMozEmbedSingle, blocking on an
+	upstream bug.
+
+2004/08/16 19:14 (+0200) kaffeetisch
+
+	* MANIFEST: Add ChangeLog and NEWS.
+
+	* META.yml, Makefile.PL, MozEmbed.pm, NEWS, README: Version 0.01.
+
+2004/08/16 19:03 (+0200) kaffeetisch
+
+	* MANIFEST: Remove Makefile.
+
+	* Makefile.PL: Use LD_RUN_PATH when linking to make sure we work
+	for people whose /etc/ld.so.conf doesn't include Mozilla's libdir.
+
+2004/08/16 02:11 (+0200) kaffeetisch
+
+	* .cvsignore, ChangeLog, LICENSE, MANIFEST, MANIFEST.SKIP,
+	META.yml, Makefile.PL, MozEmbed.pm, README, copyright.pod,
+	gtkmozembed2perl.h, maps, examples/pumzilla, t/GtkMozEmbed.t,
+	xs/GtkMozEmbed.xs: Initial import.

Modified: branches/upstream/libgtk2-mozembed-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/MANIFEST?rev=75203&op=diff
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/MANIFEST (original)
+++ branches/upstream/libgtk2-mozembed-perl/current/MANIFEST Mon Jun  6 19:32:44 2011
@@ -1,15 +1,16 @@
-ChangeLog
+ChangeLog.pre-git
 copyright.pod
 examples/pumzilla
 gtkmozembed.typemap
 gtkmozembed2perl.h
+lib/Gtk2/MozEmbed.pm
 LICENSE
 Makefile.PL
 MANIFEST			This list of files
 MANIFEST.SKIP
 maps
-MozEmbed.pm
 NEWS
+perl-Gtk2-MozEmbed.doap
 README
 t/GtkMozEmbed.t
 xs/GtkMozEmbed.xs

Modified: branches/upstream/libgtk2-mozembed-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/MANIFEST.SKIP?rev=75203&op=diff
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/MANIFEST.SKIP (original)
+++ branches/upstream/libgtk2-mozembed-perl/current/MANIFEST.SKIP Mon Jun  6 19:32:44 2011
@@ -4,8 +4,7 @@
 \.bs$
 build
 \.c$
-CVS
-\.cvsignore$
+\.git
 Makefile$
 Makefile\.old$
 \.o$

Modified: branches/upstream/libgtk2-mozembed-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/META.yml?rev=75203&op=diff
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/META.yml (original)
+++ branches/upstream/libgtk2-mozembed-perl/current/META.yml Mon Jun  6 19:32:44 2011
@@ -1,20 +1,28 @@
 --- #YAML:1.0
-name:                Gtk2-MozEmbed
-version:             0.08
-abstract:            Perl interface to the Mozilla embedding widget
-license:             ~
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
-    ExtUtils::Depends:             0.20
-    ExtUtils::PkgConfig:           1.03
-    Gtk2:                          1.081
+name:               Gtk2-MozEmbed
+version:            0.09
+abstract:           Perl interface to the Mozilla embedding widget
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::Depends:    0.20
+    ExtUtils::MakeMaker:  0
+    ExtUtils::PkgConfig:  1.03
+    Gtk2:                 1.081
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    ExtUtils::Depends:    0.20
+    ExtUtils::PkgConfig:  1.03
+    Gtk2:                 1.081
+no_index:
+    directory:
+        - t
+        - inc
+    file:
+        - xs/GtkMozEmbed.xs
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
-
-configure_requires:
-   ExtUtils::Depends: 0.20
-   Gtk2: 1.081
-   ExtUtils::PkgConfig: 1.03
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libgtk2-mozembed-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/Makefile.PL?rev=75203&op=diff
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/Makefile.PL (original)
+++ branches/upstream/libgtk2-mozembed-perl/current/Makefile.PL Mon Jun  6 19:32:44 2011
@@ -8,7 +8,7 @@
 use Cwd;
 use File::Spec;
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2-MozEmbed/Makefile.PL,v 1.14 2008/08/25 21:30:23 kaffeetisch Exp $
+# $Id$
 
 our %build_reqs = (
   'perl-ExtUtils-Depends'   => '0.20',
@@ -48,17 +48,26 @@
   $use_dom = 0;
 }
 
-my %pkgcfg = ExtUtils::PkgConfig->find(
-	"xulrunner-gtkmozembed >= $build_reqs{'XULRunner'}",
-	"mozilla-gtkmozembed >= $build_reqs{'Mozilla'}",
-	"firefox-gtkmozembed >= $build_reqs{'Firefox'}",
-	"mozilla-firefox-gtkmozembed >= $build_reqs{'Firefox'}");
+# If the package can't be found, warn and exit with status 0 to indicate to
+# CPAN testers that their system is not supported.
+my %pkgcfg;
+unless (eval {
+          %pkgcfg = ExtUtils::PkgConfig->find(
+            "xulrunner-gtkmozembed >= $build_reqs{'XULRunner'}",
+            "mozilla-gtkmozembed >= $build_reqs{'Mozilla'}",
+            "firefox-gtkmozembed >= $build_reqs{'Firefox'}",
+            "mozilla-firefox-gtkmozembed >= $build_reqs{'Firefox'}");
+          1; })
+{
+	warn $@;
+	exit 0;
+}
 
 mkdir 'build', 0777;
 
 our @xs_files = <xs/*.xs>;
 our %pod_files = (
-	'MozEmbed.pm' => '$(INST_MAN3DIR)/Gtk2::MozEmbed.$(MAN3EXT)',
+	'lib/Gtk2/MozEmbed.pm' => '$(INST_MAN3DIR)/Gtk2::MozEmbed.$(MAN3EXT)',
 	Glib::MakeHelper->do_pod_files (@xs_files),
 );
 
@@ -76,9 +85,9 @@
 my $inc = $pkgcfg{cflags};
 my $libs = $pkgcfg{libs};
 
-if ($libs =~ m#xulrunner-devel-([^/]+)#) {
+if ($libs =~ m#(lib|lib64)/xulrunner-(devel|sdk)-([^/]+)#) {
 	$inc .= qq( -DGTK_MOZ_EMBED_PERL_XULRUNNER_PATH=)
-	      . qq("\\"/usr/lib/xulrunner-$1\\"" );
+	      . qq("\\"/usr/$1/xulrunner-$3\\"" );
 }
 
 my $mozembed = ExtUtils::Depends->new('Gtk2::MozEmbed', 'Gtk2',
@@ -87,7 +96,7 @@
 $mozembed->set_inc($inc);
 $mozembed->set_libs($libs);
 $mozembed->add_xs(@xs_files);
-$mozembed->add_pm('MozEmbed.pm' => '$(INST_LIBDIR)/MozEmbed.pm');
+$mozembed->add_pm('lib/Gtk2/MozEmbed.pm' => '$(INST_LIBDIR)/MozEmbed.pm');
 $mozembed->add_typemaps(map { File::Spec->catfile(cwd(), $_) }
                           qw(gtkmozembed.typemap
                              build/gtkmozembed2perl.typemap));
@@ -101,8 +110,8 @@
 
 WriteMakefile(
   NAME          => 'Gtk2::MozEmbed',
-  VERSION_FROM  => 'MozEmbed.pm',
-  ABSTRACT_FROM => 'MozEmbed.pm',
+  VERSION_FROM  => 'lib/Gtk2/MozEmbed.pm',
+  ABSTRACT_FROM => 'lib/Gtk2/MozEmbed.pm',
   PREREQ_PM     => \%pre_reqs,
   XSPROTOARG    => '-noprototypes',
   MAN3PODS      => \%pod_files,
@@ -111,9 +120,12 @@
 
   $mozembed->get_makefile_vars,
 
-  EXTRA_META => qq/
-$configure_requires
-/,
+  META_MERGE => {
+    configure_requires => \%pre_reqs,
+    no_index => {
+      file => [@xs_files],
+    },
+  },
 );
 
 sub MY::postamble {

Modified: branches/upstream/libgtk2-mozembed-perl/current/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/NEWS?rev=75203&op=diff
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/NEWS (original)
+++ branches/upstream/libgtk2-mozembed-perl/current/NEWS Mon Jun  6 19:32:44 2011
@@ -1,3 +1,9 @@
+Overview of changes in Gtk2::MozEmbed 0.09
+==========================================
+
+* Make the xulrunner SDK detection work more robust.  [Remi Collet]
+* Fix a test failure.
+
 Overview of changes in Gtk2::MozEmbed 0.08
 ==========================================
 

Modified: branches/upstream/libgtk2-mozembed-perl/current/copyright.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/copyright.pod?rev=75203&op=diff
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/copyright.pod (original)
+++ branches/upstream/libgtk2-mozembed-perl/current/copyright.pod Mon Jun  6 19:32:44 2011
@@ -1,4 +1,4 @@
-Copyright (C) 2004-2008 by the gtk2-perl team.
+Copyright (C) 2004-2011 by the gtk2-perl team.
 
 This software is licensed under the LGPL.  See L<Gtk2::MozEmbed> for a full
 notice.

Modified: branches/upstream/libgtk2-mozembed-perl/current/examples/pumzilla
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/examples/pumzilla?rev=75203&op=diff
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/examples/pumzilla (original)
+++ branches/upstream/libgtk2-mozembed-perl/current/examples/pumzilla Mon Jun  6 19:32:44 2011
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2-MozEmbed/examples/pumzilla,v 1.4 2005/04/11 22:30:40 kaffeetisch Exp $
+# $Id$
 
 package PumZilla;
 

Modified: branches/upstream/libgtk2-mozembed-perl/current/gtkmozembed2perl.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/gtkmozembed2perl.h?rev=75203&op=diff
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/gtkmozembed2perl.h (original)
+++ branches/upstream/libgtk2-mozembed-perl/current/gtkmozembed2perl.h Mon Jun  6 19:32:44 2011
@@ -15,7 +15,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2-MozEmbed/gtkmozembed2perl.h,v 1.4 2005/04/11 22:30:19 kaffeetisch Exp $
+ * $Id$
  */
 
 #ifndef _GTKMOZEMBED2PERL_H_

Added: branches/upstream/libgtk2-mozembed-perl/current/lib/Gtk2/MozEmbed.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/lib/Gtk2/MozEmbed.pm?rev=75203&op=file
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/lib/Gtk2/MozEmbed.pm (added)
+++ branches/upstream/libgtk2-mozembed-perl/current/lib/Gtk2/MozEmbed.pm Mon Jun  6 19:32:44 2011
@@ -1,0 +1,87 @@
+package Gtk2::MozEmbed;
+
+# $Id$
+
+use 5.008;
+use strict;
+use warnings;
+
+use Gtk2;
+eval "use Mozilla::DOM; 1;";
+
+require DynaLoader;
+
+our @ISA = qw(DynaLoader);
+
+our $VERSION = '0.09';
+
+sub import {
+  my $self = shift();
+  $self -> VERSION(@_);
+}
+
+sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
+
+Gtk2::MozEmbed -> bootstrap($VERSION);
+
+1;
+__END__
+
+=head1 NAME
+
+Gtk2::MozEmbed - Perl interface to the Mozilla embedding widget
+
+=head1 SYNOPSIS
+
+  #!/usr/bin/perl
+  use strict;
+  use warnings;
+  use Glib qw(TRUE FALSE);
+  use Gtk2 -init;
+  use Gtk2::MozEmbed;
+
+  Gtk2::MozEmbed -> set_profile_path($ENV{ HOME } . "/.mybrowser",
+                                     "MyBrowser");
+
+  my $window = Gtk2::Window -> new();
+  my $moz = Gtk2::MozEmbed -> new();
+
+  $window -> signal_connect(delete_event => sub {
+    Gtk2 -> main_quit;
+    return FALSE;
+  });
+
+  $window -> set_title("MyBrowser");
+  $window -> set_default_size(600, 400);
+  $window -> add($moz);
+  $window -> show_all();
+
+  $moz -> load_url("http://gtk2-perl.sf.net");
+
+  Gtk2 -> main;
+
+See examples/pumzilla in the source tarball for a more complete example.
+
+=head1 ABSTRACT
+
+This module allows a Perl developer to use the Mozilla embedding widget.
+
+=head1 SEE ALSO
+
+L<Gtk2::MozEmbed::index>(3pm), L<Gtk2>(3pm), L<Gtk2::api>(3pm).
+
+=head1 AUTHORS
+
+=over
+
+=item Torsten Schoenfeld E<lt>kaffeetisch at gmx dot deE<gt>
+
+=item Scott Lanning E<lt>lannings at who dot intE<gt>
+
+=back
+
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (C) 2004-2011 by the gtk2-perl team
+
+=cut

Added: branches/upstream/libgtk2-mozembed-perl/current/perl-Gtk2-MozEmbed.doap
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/perl-Gtk2-MozEmbed.doap?rev=75203&op=file
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/perl-Gtk2-MozEmbed.doap (added)
+++ branches/upstream/libgtk2-mozembed-perl/current/perl-Gtk2-MozEmbed.doap Mon Jun  6 19:32:44 2011
@@ -1,0 +1,20 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/"
+         xmlns:gnome="http://api.gnome.org/doap-extensions#"
+         xmlns="http://usefulinc.com/ns/doap#">
+
+  <name xml:lang="en">Gtk2::MozEmbed</name>
+  <shortdesc xml:lang="en">Perl interface to the Mozilla embedding widget</shortdesc>
+  <homepage rdf:resource="http://gtk2-perl.sourceforge.net/" />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-perl-list" />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Torsten Schönfeld</foaf:name>
+      <foaf:mbox rdf:resource="mailto:tsch at src.gnome.org" />
+      <gnome:userid>tsch</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+</Project>

Modified: branches/upstream/libgtk2-mozembed-perl/current/t/GtkMozEmbed.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/t/GtkMozEmbed.t?rev=75203&op=diff
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/t/GtkMozEmbed.t (original)
+++ branches/upstream/libgtk2-mozembed-perl/current/t/GtkMozEmbed.t Mon Jun  6 19:32:44 2011
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2-MozEmbed/t/GtkMozEmbed.t,v 1.5 2007/01/31 19:04:03 kaffeetisch Exp $
+# $Id$
 
 use strict;
 use warnings;
@@ -10,8 +10,9 @@
 
 use Test::More tests => 8;
 
-Gtk2::MozEmbed -> push_startup();
-Gtk2::MozEmbed -> pop_startup();
+# These cause an abort:
+# Gtk2::MozEmbed -> push_startup();
+# Gtk2::MozEmbed -> pop_startup();
 
 Gtk2::MozEmbed -> set_comp_path($ENV{ HOME });
 Gtk2::MozEmbed -> set_profile_path($ENV{ HOME } . "/.Schmuh", "Schmuh");

Modified: branches/upstream/libgtk2-mozembed-perl/current/xs/GtkMozEmbed.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libgtk2-mozembed-perl/current/xs/GtkMozEmbed.xs?rev=75203&op=diff
==============================================================================
--- branches/upstream/libgtk2-mozembed-perl/current/xs/GtkMozEmbed.xs (original)
+++ branches/upstream/libgtk2-mozembed-perl/current/xs/GtkMozEmbed.xs Mon Jun  6 19:32:44 2011
@@ -15,7 +15,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
- * $Header: /cvsroot/gtk2-perl/gtk2-perl-xs/Gtk2-MozEmbed/xs/GtkMozEmbed.xs,v 1.7 2008/08/25 21:27:20 kaffeetisch Exp $
+ * $Id$
  */
 
 #include "gtkmozembed2perl.h"




More information about the Pkg-perl-cvs-commits mailing list