[csw-devel] SF.net SVN: gar:[17741] csw/mgar/pkg/cpan/Email-Valid/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Apr 18 15:16:57 CEST 2012


Revision: 17741
          http://gar.svn.sourceforge.net/gar/?rev=17741&view=rev
Author:   dmichelsen
Date:     2012-04-18 13:16:57 +0000 (Wed, 18 Apr 2012)
Log Message:
-----------
cpan/Email-Valid/trunk: Update to 0.190, sanitize package name, update to makemake

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Email-Valid/trunk/Makefile
    csw/mgar/pkg/cpan/Email-Valid/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/cpan/Email-Valid/trunk/files/CSWpmemailvalid.depend
    csw/mgar/pkg/cpan/Email-Valid/trunk/files/CSWpmemailvalid.gspec
    csw/mgar/pkg/cpan/Email-Valid/trunk/files/gar-base.diff
    csw/mgar/pkg/cpan/Email-Valid/trunk/files/mxcheck.diff

Modified: csw/mgar/pkg/cpan/Email-Valid/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Email-Valid/trunk/Makefile	2012-04-18 12:54:33 UTC (rev 17740)
+++ csw/mgar/pkg/cpan/Email-Valid/trunk/Makefile	2012-04-18 13:16:57 UTC (rev 17741)
@@ -1,22 +1,21 @@
 NAME = Email-Valid
-VERSION = 0.15
+VERSION = 0.190
 CATEGORIES = cpan
 GARTYPE = v2
-AUTHOR = MAURICE
+AUTHOR = RJBS
 
-DESCRIPTION = check validity of Internet email addresses
-define BLURB
-  This module determines whether an email address is well-formed, and
-  optionally, whether a mail host exists for the domain.  Please note that
-  there is no way to determine whether an address is deliverable without
-  attempting delivery (for details, see perlfaq 9).
-endef
+DESCRIPTION = Check validity of Internet email addresses
 
-DISTFILES += CSWpmemailvalid.gspec CSWpmemailvalid.depend
+CATALOG_RELEASE = unstable
 
-# Disable MX check test
-PATCHFILES = mxcheck.diff
+LICENSE = LICENSE
 
-DEPENDS += cpan/MailTools
+PACKAGES += CSWpm-email-valid
+CATALOGNAME_CSWpm-email-valid = pm_email_valid
+SPKG_DESC_CSWpm-email-valid = Check validity of Internet email addresses
+# There was no information if this is pure Perl or not. Please remove if necessary.
+ARCHALL_CSWpm-email-valid = 1
+RUNTIME_DEP_PKGS_CSWpm-email-valid += CSWpmmailtools
+RUNTIME_DEP_PKGS_CSWpm-email-valid += CSWpm-net-dns
 
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/Email-Valid/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Email-Valid/trunk/checksums	2012-04-18 12:54:33 UTC (rev 17740)
+++ csw/mgar/pkg/cpan/Email-Valid/trunk/checksums	2012-04-18 13:16:57 UTC (rev 17741)
@@ -1,4 +1 @@
-a44b28303fabe36e9bf11a578f32d6fd  download/CSWpmemailvalid.gspec
-075960b751d96b8f70279761092f53e8  download/CSWpmemailvalid.depend
-371b1552b81b93ffbf89cf2b1c1376c5  download/Email-Valid-0.15.tar.gz
-282d59a32c1283f8a33f96713ecc164b  download/mxcheck.diff
+79d62c686e651247ab6688aa7307a5b2  Email-Valid-0.190.tar.gz

Deleted: csw/mgar/pkg/cpan/Email-Valid/trunk/files/CSWpmemailvalid.depend
===================================================================
--- csw/mgar/pkg/cpan/Email-Valid/trunk/files/CSWpmemailvalid.depend	2012-04-18 12:54:33 UTC (rev 17740)
+++ csw/mgar/pkg/cpan/Email-Valid/trunk/files/CSWpmemailvalid.depend	2012-04-18 13:16:57 UTC (rev 17741)
@@ -1 +0,0 @@
-P CSWpmmailtools pm_mailtools - various mail manipulation modules

Deleted: csw/mgar/pkg/cpan/Email-Valid/trunk/files/CSWpmemailvalid.gspec
===================================================================
--- csw/mgar/pkg/cpan/Email-Valid/trunk/files/CSWpmemailvalid.gspec	2012-04-18 12:54:33 UTC (rev 17740)
+++ csw/mgar/pkg/cpan/Email-Valid/trunk/files/CSWpmemailvalid.gspec	2012-04-18 13:16:57 UTC (rev 17741)
@@ -1,10 +0,0 @@
-%var            bitname pm_emailvalid
-%var            pkgname CSWpmemailvalid
-%var            arch all
-%include        url file://%{PKGLIB}/csw_cpan.gspec
-%copyright      
-Copyright 1998-2003, Maurice Aubrey E<lt>maurice at hevanet.comE<gt>. 
-All rights reserved.
-
-This module is free software; you may redistribute it and/or
-modify it under the same terms as Perl itself.

Deleted: csw/mgar/pkg/cpan/Email-Valid/trunk/files/gar-base.diff
===================================================================
--- csw/mgar/pkg/cpan/Email-Valid/trunk/files/gar-base.diff	2012-04-18 12:54:33 UTC (rev 17740)
+++ csw/mgar/pkg/cpan/Email-Valid/trunk/files/gar-base.diff	2012-04-18 13:16:57 UTC (rev 17741)
@@ -1,15 +0,0 @@
-diff --speed-large-files --minimal -Nru Email-Valid-0.14.orig/t/valid.t Email-Valid-0.14/t/valid.t
---- Email-Valid-0.14.orig/t/valid.t	2002-07-03 03:57:11.000000000 -0700
-+++ Email-Valid-0.14/t/valid.t	2003-08-17 16:35:30.767700000 -0700
-@@ -43,8 +43,10 @@
- $a = $v->address("fred&barney\@stonehenge(yup, the rock place).(that's dot)com");
- $a eq 'fred&barney at stonehenge.com' ? ok : not_ok;   
- 
--$v->address( -address => 'blort at aol.com',
--             -mxcheck => 1) ? ok : not_ok;
-+#$v->address( -address => 'blort at aol.com',
-+#             -mxcheck => 1) ? ok : not_ok;
-+print "ok\n";
-+
- $v->address( -address => 'blort at notarealdomainfoo.com',
-              -mxcheck => 1) ? not_ok : ok;   

Deleted: csw/mgar/pkg/cpan/Email-Valid/trunk/files/mxcheck.diff
===================================================================
--- csw/mgar/pkg/cpan/Email-Valid/trunk/files/mxcheck.diff	2012-04-18 12:54:33 UTC (rev 17740)
+++ csw/mgar/pkg/cpan/Email-Valid/trunk/files/mxcheck.diff	2012-04-18 13:16:57 UTC (rev 17741)
@@ -1,15 +0,0 @@
-diff --speed-large-files --minimal -Nru Email-Valid-0.14.orig/t/valid.t Email-Valid-0.14/t/valid.t
---- Email-Valid-0.14.orig/t/valid.t	2002-07-03 03:57:11.000000000 -0700
-+++ Email-Valid-0.14/t/valid.t	2003-08-17 16:35:30.767700000 -0700
-@@ -43,8 +43,10 @@
- $a = $v->address("fred&barney\@stonehenge(yup, the rock place).(that's dot)com");
- $a eq 'fred&barney at stonehenge.com' ? ok : not_ok;   
- 
--$v->address( -address => 'blort at aol.com',
--             -mxcheck => 1) ? ok : not_ok;
-+#$v->address( -address => 'blort at aol.com',
-+#             -mxcheck => 1) ? ok : not_ok;
-+print "ok\n";
-+
- $v->address( -address => 'blort at notarealdomainfoo.com',
-              -mxcheck => 1) ? not_ok : ok;   

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