Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ec4a012b82ddf383e475f06c475b0984e4e86545)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ec4a012b82ddf383e475f06c475b0984e4e86545)
  • Date: Sun, 11 Nov 2007 09:38:55 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

perl-cpan/wxperl/BUILD | 5 +++++
perl-cpan/wxperl/DEPENDS | 2 ++
perl-cpan/wxperl/DETAILS | 17 +++++++++++++++++
perl-cpan/wxperl/HISTORY | 2 ++
4 files changed, 26 insertions(+)

New commits:
commit ec4a012b82ddf383e475f06c475b0984e4e86545
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

wxperl: new spell (perl module to use WxWidgets toolkit)

diff --git a/perl-cpan/wxperl/BUILD b/perl-cpan/wxperl/BUILD
new file mode 100755
index 0000000..79655d7
--- /dev/null
+++ b/perl-cpan/wxperl/BUILD
@@ -0,0 +1,5 @@
+# STC is in contrib/ of wxWidgets... not there per default
+perl Makefile.PL --disable-stc &&
+make
+# Test is generally a good idea, but it pops up random X11 windows here...
+#make test
diff --git a/perl-cpan/wxperl/DEPENDS b/perl-cpan/wxperl/DEPENDS
new file mode 100755
index 0000000..2e92fa2
--- /dev/null
+++ b/perl-cpan/wxperl/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends wxgtk
diff --git a/perl-cpan/wxperl/DETAILS b/perl-cpan/wxperl/DETAILS
new file mode 100755
index 0000000..8b365f5
--- /dev/null
+++ b/perl-cpan/wxperl/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=wxperl
+ SNAME=Wx
+ VERSION=0.80
+ SOURCE=$SNAME-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SNAME-$VERSION
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/M/MB/MBARBON/$SOURCE
+
SOURCE_HASH=sha512:e325fc7d78cb1bffa631de49e4cf00678ef2f325be8863b04c50c21ef713266fc9c0c3da4d067222901e66b22318ffa78f5c7b186005e460659574d67182d52c
+ LICENSE=ART
+ WEB_SITE="http://wxperl.sourceforge.net";
+ ENTERED=20071111
+ KEYWORDS="perl wx"
+ SHORT="Perl module for WxWidgets"
+cat << EOF
+wxPerl is an extension module allowing the creation of GUI (Graphical User
+Interface) from Perl; it is built as a wrapper for the awesome wxWidgets
+C++ GUI toolkit.
+EOF
diff --git a/perl-cpan/wxperl/HISTORY b/perl-cpan/wxperl/HISTORY
new file mode 100644
index 0000000..02d12dd
--- /dev/null
+++ b/perl-cpan/wxperl/HISTORY
@@ -0,0 +1,2 @@
+2007-11-11 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, BUILD, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ec4a012b82ddf383e475f06c475b0984e4e86545), Thomas Orgis, 11/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page