[csw-devel] SF.net SVN: gar:[9149] csw/mgar/pkg/cpan/POE/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Mar 13 22:12:48 CET 2010
Revision: 9149
http://gar.svn.sourceforge.net/gar/?rev=9149&view=rev
Author: dmichelsen
Date: 2010-03-13 21:12:48 +0000 (Sat, 13 Mar 2010)
Log Message:
-----------
cpan/POE: Move to mGAR v2 and 1.287
Modified Paths:
--------------
csw/mgar/pkg/cpan/POE/trunk/Makefile
csw/mgar/pkg/cpan/POE/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/cpan/POE/trunk/files/COPYING
Removed Paths:
-------------
csw/mgar/pkg/cpan/POE/trunk/files/CSWpmpoe.depend
csw/mgar/pkg/cpan/POE/trunk/files/CSWpmpoe.gspec
csw/mgar/pkg/cpan/POE/trunk/files/optional.diff
Property Changed:
----------------
csw/mgar/pkg/cpan/POE/trunk/
Property changes on: csw/mgar/pkg/cpan/POE/trunk
___________________________________________________________________
Modified: svn:externals
- gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Modified: csw/mgar/pkg/cpan/POE/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/POE/trunk/Makefile 2010-03-13 21:12:24 UTC (rev 9148)
+++ csw/mgar/pkg/cpan/POE/trunk/Makefile 2010-03-13 21:12:48 UTC (rev 9149)
@@ -1,9 +1,9 @@
GARNAME = POE
-GARVERSION = 0.3601
+GARVERSION = 1.287
CATEGORIES = cpan
AUTHOR = RCAPUTO
-DESCRIPTION = portable multitasking and networking framework for Perl
+DESCRIPTION = Portable multitasking and networking framework for Perl
define BLURB
POE is a framework for cooperative, event driven multitasking in Perl. Other
languages have similar frameworks. Python has Twisted. TCL has "the event
@@ -15,11 +15,16 @@
other event loops such as Event and the Tk and Gtk toolkits.
endef
-DISTFILES += CSWpmpoe.gspec CSWpmpoe.depend
+DISTFILES = COPYING
-# Disable Tk/Gtk optional module checks
-PATCHFILES = optional.diff
+PACKAGES = CSWpmpoe
+CATALOGNAME = pm_poe
-DEPENDS += cpan/Curses cpan/IO-Tty cpan/Term-Cap cpan/Event
+RUNTIME_DEP_PKGS = CSWpmiotty
+BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) CSWpoetestloops
+ARCHALL = 1
+
+CONFIGURE_ARGS = --default
+
include gar/category.mk
Modified: csw/mgar/pkg/cpan/POE/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/POE/trunk/checksums 2010-03-13 21:12:24 UTC (rev 9148)
+++ csw/mgar/pkg/cpan/POE/trunk/checksums 2010-03-13 21:12:48 UTC (rev 9149)
@@ -1,4 +1,2 @@
-79e26cedcf8ac6e4a6be3c8d93852c39 download/CSWpmpoe.gspec
-2ba3f7b77a0d42c18f2960d945bad86a download/CSWpmpoe.depend
-e83ba84588e428915442980b06adab8a download/POE-0.3601.tar.gz
-e85529b81e2fb1a1b676bdae17527d93 download/optional.diff
+504b863dc2c2daabccc36f07e44a2619 COPYING
+26c12727cf34190507c249a2dc5c58ce POE-1.287.tar.gz
Added: csw/mgar/pkg/cpan/POE/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/POE/trunk/files/COPYING (rev 0)
+++ csw/mgar/pkg/cpan/POE/trunk/files/COPYING 2010-03-13 21:12:48 UTC (rev 9149)
@@ -0,0 +1,3 @@
+Except where otherwise noted, POE is Copyright 1998-2009 Rocco Caputo.
+All rights reserved. POE is free software; you may redistribute it
+and/or modify it under the same terms as Perl itself.
Deleted: csw/mgar/pkg/cpan/POE/trunk/files/CSWpmpoe.depend
===================================================================
--- csw/mgar/pkg/cpan/POE/trunk/files/CSWpmpoe.depend 2010-03-13 21:12:24 UTC (rev 9148)
+++ csw/mgar/pkg/cpan/POE/trunk/files/CSWpmpoe.depend 2010-03-13 21:12:48 UTC (rev 9149)
@@ -1,4 +0,0 @@
-P CSWpmcurses pm_curses - terminal screen handling and optimization
-P CSWpmevent pm_event - event loop processing
-P CSWpmiotty pm_iotty - pseudo TTY object class
-P CSWpmtermcap pm_termcap - termcap interface
Deleted: csw/mgar/pkg/cpan/POE/trunk/files/CSWpmpoe.gspec
===================================================================
--- csw/mgar/pkg/cpan/POE/trunk/files/CSWpmpoe.gspec 2010-03-13 21:12:24 UTC (rev 9148)
+++ csw/mgar/pkg/cpan/POE/trunk/files/CSWpmpoe.gspec 2010-03-13 21:12:48 UTC (rev 9149)
@@ -1,8 +0,0 @@
-%var bitname pm_poe
-%var pkgname CSWpmpoe
-%var arch all
-%include url file://%{PKGLIB}/csw_cpan.gspec
-%copyright
-Except where otherwise noted, POE is Copyright 1998-2004 Rocco Caputo.
-All rights reserved. POE is free software; you may redistribute it
-and/or modify it under the same terms as Perl itself.
Deleted: csw/mgar/pkg/cpan/POE/trunk/files/optional.diff
===================================================================
--- csw/mgar/pkg/cpan/POE/trunk/files/optional.diff 2010-03-13 21:12:24 UTC (rev 9148)
+++ csw/mgar/pkg/cpan/POE/trunk/files/optional.diff 2010-03-13 21:12:48 UTC (rev 9149)
@@ -1,47 +0,0 @@
-diff --speed-large-files --minimal -Nru POE-0.2802.orig/mylib/Makefile-5005.pm POE-0.2802/mylib/Makefile-5005.pm
---- POE-0.2802.orig/mylib/Makefile-5005.pm 2004-02-02 09:24:51.000000000 -0800
-+++ POE-0.2802/mylib/Makefile-5005.pm 2004-02-18 08:41:08.203144000 -0800
-@@ -71,11 +71,11 @@
- -tests => [ qw(t/27_poll.t) ],
- 'IO::Poll' => 0.05,
- ],
-- "Optional modules for IPv6 support." => [
-- -default => 0,
-- -tests => [ qw(t/29_sockfact6.t) ],
-- 'Socket6' => 0.11,
-- ],
-+# "Optional modules for IPv6 support." => [
-+# -default => 0,
-+# -tests => [ qw(t/29_sockfact6.t) ],
-+# 'Socket6' => 0.11,
-+# ],
- "Optional modules for controlling full-screen programs (e.g. vi)." => [
- -default => 0,
- 'IO::Pty' => '1.02',
-@@ -103,16 +103,16 @@
- 'Term::ReadKey' => '',
- 'Term::Cap' => '',
- ],
-- "Optional modules for Gtk+ graphical interfaces." => [
-- -default => 0,
-- -tests => [ qw(t/21_gtk.t) ],
-- 'Gtk' => '',
-- ],
-- "Optional modules for Tk graphical interfaces." => [
-- -default => 0,
-- -tests => [ qw(t/06_tk.t) ],
-- 'Tk' => '800.021',
-- ],
-+# "Optional modules for Gtk+ graphical interfaces." => [
-+# -default => 0,
-+# -tests => [ qw(t/21_gtk.t) ],
-+# 'Gtk' => '',
-+# ],
-+# "Optional modules for Tk graphical interfaces." => [
-+# -default => 0,
-+# -tests => [ qw(t/06_tk.t) ],
-+# 'Tk' => '800.021',
-+# ],
- "Optional modules for Event.pm support." => [
- -default => 0,
- -tests => [ qw(t/07_event.t t/12_signals_ev.t) ],
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list