[csw-devel] SF.net SVN: gar:[10951] csw/mgar/pkg/cpan
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Sep 13 13:51:22 CEST 2010
Revision: 10951
http://gar.svn.sourceforge.net/gar/?rev=10951&view=rev
Author: dmichelsen
Date: 2010-09-13 11:51:22 +0000 (Mon, 13 Sep 2010)
Log Message:
-----------
cpan/Mail-Sender: Initial commit
Added Paths:
-----------
csw/mgar/pkg/cpan/Mail-Sender/
csw/mgar/pkg/cpan/Mail-Sender/branches/
csw/mgar/pkg/cpan/Mail-Sender/tags/
csw/mgar/pkg/cpan/Mail-Sender/trunk/
csw/mgar/pkg/cpan/Mail-Sender/trunk/Makefile
csw/mgar/pkg/cpan/Mail-Sender/trunk/checksums
csw/mgar/pkg/cpan/Mail-Sender/trunk/files/
csw/mgar/pkg/cpan/Mail-Sender/trunk/files/0001-Don-t-ask-questions.patch
csw/mgar/pkg/cpan/Mail-Sender/trunk/files/COPYING
Property changes on: csw/mgar/pkg/cpan/Mail-Sender/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/cpan/Mail-Sender/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Mail-Sender/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/cpan/Mail-Sender/trunk/Makefile 2010-09-13 11:51:22 UTC (rev 10951)
@@ -0,0 +1,21 @@
+GARNAME = Mail-Sender
+GARVERSION = 0.8.16
+CATEGORIES = cpan
+AUTHOR = JENDA
+
+DESCRIPTION = Module for sending mails with attachments through an SMTP server
+define BLURB
+endef
+
+DISTFILES = COPYING
+PATCHFILES = 0001-Don-t-ask-questions.patch
+
+PACKAGES = CSWpmmailsender
+CATALOGNAME = pm_mailsender
+
+DEP_PKGS = CSWpmfileremove CSWpmiostringy CSWpmtimedate CSWpmdigesthmac CSWpmmailtools CSWpmuri CSWpmmimetypes
+
+ARCHALL = 1
+
+include gar/category.mk
+
Added: csw/mgar/pkg/cpan/Mail-Sender/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Mail-Sender/trunk/checksums (rev 0)
+++ csw/mgar/pkg/cpan/Mail-Sender/trunk/checksums 2010-09-13 11:51:22 UTC (rev 10951)
@@ -0,0 +1 @@
+e5d88236202b3d39567ade7d560797b0 Mail-Sender-0.8.16.tar.gz
Added: csw/mgar/pkg/cpan/Mail-Sender/trunk/files/0001-Don-t-ask-questions.patch
===================================================================
--- csw/mgar/pkg/cpan/Mail-Sender/trunk/files/0001-Don-t-ask-questions.patch (rev 0)
+++ csw/mgar/pkg/cpan/Mail-Sender/trunk/files/0001-Don-t-ask-questions.patch 2010-09-13 11:51:22 UTC (rev 10951)
@@ -0,0 +1,25 @@
+From df895cf263b747cf383180289c0fa87fe45bdc37 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Mon, 13 Sep 2010 13:31:26 +0200
+Subject: [PATCH] Don't ask questions
+
+---
+ Config.PL | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Config.PL b/Config.PL
+index a89d837..0e14cbc 100644
+--- a/Config.PL
++++ b/Config.PL
+@@ -72,7 +72,7 @@ nmake.exe may be found at ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe\n
+ }
+
+ print "\nSpecify$new defaults for Mail::Sender? (y/N) ";
+-$res = <STDIN>;
++# $res = <STDIN>;
+ exit unless $res =~ /^y$/i;
+
+ if (! $configfile) {
+--
+1.7.1
+
Added: csw/mgar/pkg/cpan/Mail-Sender/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/Mail-Sender/trunk/files/COPYING (rev 0)
+++ csw/mgar/pkg/cpan/Mail-Sender/trunk/files/COPYING 2010-09-13 11:51:22 UTC (rev 10951)
@@ -0,0 +1,4 @@
+Copyright (c) 1997-2003 Jan Krynicky <Jenda at Krynicky.cz>. All rights reserved.
+This program is free software; you can redistribute it and/or modify it under
+the same terms as Perl itself with only one exception, you are not allowed
+to use the module for SPAM.
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