[Lunar-commits] r18678 - in moonbase/trunk/perl: Glib-Perl Gtk2-Perl
Dennis Veatch
stumbles at lunar-linux.org
Fri Feb 10 17:46:41 UTC 2006
Author: stumbles
Date: 2006-02-10 17:46:38 +0000 (Fri, 10 Feb 2006)
New Revision: 18678
Modified:
moonbase/trunk/perl/Glib-Perl/DETAILS
moonbase/trunk/perl/Gtk2-Perl/DETAILS
Log:
Some Gtk2-Perl fixes and whatnot;
Fix access after free() in get_rectangles.
Allow undef for the adjustment parameters of
gtk_widget_set_scroll_adjustments().
Fix some formatting.
Some Glib-Perl fixes and whatnot;
Slightly reduce the potentially ludicrous line
length of the xsdocparse command.
Honor the "don't warn about unregistered subclasses of
this type" flags.
Hide CLONE from the docs; it's not something user
code should call.
and more on both items.
Modified: moonbase/trunk/perl/Glib-Perl/DETAILS
===================================================================
--- moonbase/trunk/perl/Glib-Perl/DETAILS 2006-02-10 16:32:26 UTC (rev 18677)
+++ moonbase/trunk/perl/Glib-Perl/DETAILS 2006-02-10 17:46:38 UTC (rev 18678)
@@ -1,12 +1,13 @@
MODULE=Glib-Perl
- VERSION=1.102
+ VERSION=1.104
SOURCE=Glib-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/gtk2-perl/
- SOURCE_VFY=sha1:eda8edb2db334800cc7debcea4658fede9ec24f2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Glib-$VERSION
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/
+ SOURCE_URL[1]=$SFORGE_URL/gtk2-perl/
+ SOURCE_VFY=sha1:d6f4143f970eb2de6ef38dd24387adcd414ad5c5
WEB_SITE=http://sourceforge.net/projects/gtk2-perl/
ENTERED=20040712
- UPDATED=20051201
+ UPDATED=20060210
SHORT="Perl wrappers for the GLib utility and Object libraries"
cat << EOF
This module provides perl access to GLib and GLib's GObject libraries. GLib
@@ -15,4 +16,3 @@
libraries are used as the foundation for many of the libraries that make
up the Gnome environment, and are used in many unrelated projects.
EOF
-
Modified: moonbase/trunk/perl/Gtk2-Perl/DETAILS
===================================================================
--- moonbase/trunk/perl/Gtk2-Perl/DETAILS 2006-02-10 16:32:26 UTC (rev 18677)
+++ moonbase/trunk/perl/Gtk2-Perl/DETAILS 2006-02-10 17:46:38 UTC (rev 18678)
@@ -1,17 +1,17 @@
MODULE=Gtk2-Perl
- VERSION=1.102
+ VERSION=1.104
SOURCE=Gtk2-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/gtk2-perl/
- SOURCE_VFY=sha1:4b3d8f03c34286258a50efaec6ddb08b9b98ad61
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/
+ SOURCE_URL[1]=$SFORGE_URL/gtk2-perl/
+ SOURCE_VFY=sha1:04b1374ca57648b29e916a286639281bb954aa43
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Gtk2-$VERSION
WEB_SITE=http://sourceforge.net/projects/gtk2-perl/
ENTERED=20040712
- UPDATED=20051201
+ UPDATED=20060210
SHORT="Perl interface to the 2.x series of the Gimp Toolkit library"
cat << EOF
Perl bindings to the 2.x series of the Gtk+ widget set. This module
allows you to write graphical user interfaces in a perlish and
object-oriented way, freeing you from the casting and memory management
in C, yet remaining very close in spirit to original API.
-
EOF
More information about the Lunar-commits
mailing list