[csw-devel] SF.net SVN: gar:[10239] csw/mgar/pkg/cpan/Data-ICal/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Wed Jun 16 14:42:14 CEST 2010


Revision: 10239
          http://gar.svn.sourceforge.net/gar/?rev=10239&view=rev
Author:   bonivart
Date:     2010-06-16 12:42:14 +0000 (Wed, 16 Jun 2010)

Log Message:
-----------
Data-ICal: replace crap installer to make it build

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Data-ICal/trunk/Makefile
    csw/mgar/pkg/cpan/Data-ICal/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/cpan/Data-ICal/trunk/files/0001-Replace-crap-installer-with-something-more-standard.patch
    csw/mgar/pkg/cpan/Data-ICal/trunk/files/COPYING

Modified: csw/mgar/pkg/cpan/Data-ICal/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Data-ICal/trunk/Makefile	2010-06-16 12:14:48 UTC (rev 10238)
+++ csw/mgar/pkg/cpan/Data-ICal/trunk/Makefile	2010-06-16 12:42:14 UTC (rev 10239)
@@ -5,11 +5,17 @@
 
 DESCRIPTION = Generates iCalendar (RFC 2445) calendar files
 define BLURB
+   Generates iCalendar (RFC 2445) calendar files
 endef
 
+DISTFILES += COPYING
+
 PACKAGES = CSWpmdataical
 CATALOGNAME = pm_dataical
-
 ARCHALL = 1
 
+PATCHFILES += 0001-Replace-crap-installer-with-something-more-standard.patch
+
+RUNTIME_DEP_PKGS += CSWpmclsaccessor CSWpmclassretval CSWpmtextvfileasdata
+
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/Data-ICal/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Data-ICal/trunk/checksums	2010-06-16 12:14:48 UTC (rev 10238)
+++ csw/mgar/pkg/cpan/Data-ICal/trunk/checksums	2010-06-16 12:42:14 UTC (rev 10239)
@@ -1 +1,3 @@
+313a3dfd22c5a34832ed31f5a3934fa8  0001-Replace-crap-installer-with-something-more-standard.patch
+98996bde28a864ffdd755bd147f569f0  COPYING
 12430864424a7bfe77e5d62a083f792c  Data-ICal-0.16.tar.gz

Added: csw/mgar/pkg/cpan/Data-ICal/trunk/files/0001-Replace-crap-installer-with-something-more-standard.patch
===================================================================
--- csw/mgar/pkg/cpan/Data-ICal/trunk/files/0001-Replace-crap-installer-with-something-more-standard.patch	                        (rev 0)
+++ csw/mgar/pkg/cpan/Data-ICal/trunk/files/0001-Replace-crap-installer-with-something-more-standard.patch	2010-06-16 12:42:14 UTC (rev 10239)
@@ -0,0 +1,51 @@
+From 6fcc6bf1cc16c99496708fa3798dd3ccb91b7a36 Mon Sep 17 00:00:00 2001
+From: Peter Bonivart <bonivart at testing9x.(none)>
+Date: Wed, 16 Jun 2010 14:35:28 +0200
+Subject: [PATCH] Replace crap installer with something more standard.
+
+---
+ Makefile.PL |   34 ++++++++++++++++------------------
+ 1 files changed, 16 insertions(+), 18 deletions(-)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 238bdf0..29ac063 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -1,18 +1,16 @@
+-use inc::Module::Install;
+-
+-name ('Data-ICal');
+-author ('Jesse Vincent <jesse at bestpractical.com>');
+-version_from ('lib/Data/ICal.pm');
+-abstract_from('lib/Data/ICal.pm');
+-license('perl');
+-build_requires('Test::More');
+-build_requires('Test::Warn');
+-build_requires('Test::NoWarnings');
+-build_requires('Test::LongString');
+-requires('Class::Accessor');
+-requires('Text::vFile::asData');
+-requires('MIME::QuotedPrint');
+-requires('Class::ReturnValue');
+-auto_install();
+-sign();
+-WriteAll;
++use ExtUtils::MakeMaker;
++WriteMakefile
++(
++          'PL_FILES' => {},
++          'INSTALLDIRS' => 'site',
++          'NAME' => 'Data::ICal',
++          'EXE_FILES' => [],
++          'VERSION_FROM' => 'lib/Data/ICal.pm',
++          'PREREQ_PM' => {
++                           'Test::More' => 0,
++                           'Test::Warn' => 0,
++                           'Test::NoWarnings' => 0,
++                           'Test::LongString' => 0
++                         }
++        )
++;
+-- 
+1.7.1
+

Added: csw/mgar/pkg/cpan/Data-ICal/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/Data-ICal/trunk/files/COPYING	                        (rev 0)
+++ csw/mgar/pkg/cpan/Data-ICal/trunk/files/COPYING	2010-06-16 12:42:14 UTC (rev 10239)
@@ -0,0 +1,5 @@
+    Copyright (c) 2005 - 2009, Best Practical Solutions, LLC. All rights
+    reserved.
+
+    This module is free software; you can redistribute it and/or modify it
+    under the same terms as Perl itself. See perlartistic.


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