[csw-devel] SF.net SVN: gar:[13212] csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Sun Feb 6 14:40:28 CET 2011


Revision: 13212
          http://gar.svn.sourceforge.net/gar/?rev=13212&view=rev
Author:   bonivart
Date:     2011-02-06 13:40:27 +0000 (Sun, 06 Feb 2011)

Log Message:
-----------
pm_geoippureperl: update to 1.25

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/Makefile
    csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/files/CSWpmgeoippureperl.gspec

Modified: csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/Makefile	2011-02-06 13:04:37 UTC (rev 13211)
+++ csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/Makefile	2011-02-06 13:40:27 UTC (rev 13212)
@@ -1,24 +1,27 @@
 NAME = Geo-IP-PurePerl
-VERSION = 1.23
+VERSION = 1.25
 CATEGORIES = cpan
 AUTHOR = BORISZ
 
 DESCRIPTION = Look up country by IP Address
 define BLURB
-  This Perl module enables the user to find geographical and network information of
-  an IP address. This is the Pure Perl version. There is also a faster implementation,
-  Geo::IP which is a XS wrapper around the GeoIP C library, available from CPAN
+  This Perl module enables the user to find geographical and network
+  information of an IP address. This is the Pure Perl version. There
+  is also a faster implementation, Geo::IP which is a XS wrapper
+  around the GeoIP C library, available from CPAN
 endef
 
 DISTFILES  = $(NAME)-$(VERSION).tar.gz
-DISTFILES += $(call admfiles,CSWpmgeoippureperl,)
 
-# We define upstream file regex so we can be notifed of new upstream software release
+PACKAGES = CSWpmgeoippureperl
+CATALOGNAME = pm_geoippureperl
+ARCHALL = 1
+
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 
 RUNTIME_DEP_PKGS = CSWgeolitedb
 
-EXTRA_MERGE_EXCLUDE_FILES = .*~ .*perllocal\.pod
+CHECKPKG_OVERRIDES_CSWpmgeoippureperl += file-with-bad-content|/usr/local|root/opt/csw/share/perl/csw/Geo/IP/PurePerl.pm
 
 include gar/category.mk
 
@@ -27,4 +30,7 @@
 	@( cd $(WORKSRC)/lib/Geo/IP ; \
 	   sed 's/\/usr\/local\/share\/GeoIP\/GeoIP.dat/\/opt\/csw\/share\/GeoIP\/GeoIP.dat/' PurePerl.pm > tmp.sed ; \
 	   mv tmp.sed PurePerl.pm )
+	@( cd $(WORKSRC) ; \
+	   sed 's/\/usr\/local\/share\/GeoIP\/GeoIP.dat/\/opt\/csw\/share\/GeoIP\/GeoIP.dat/' geoip-lookup > tmp.sed ; \
+	   mv tmp.sed geoip-lookup )
 	@$(MAKECOOKIE)

Modified: csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/checksums	2011-02-06 13:04:37 UTC (rev 13211)
+++ csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/checksums	2011-02-06 13:40:27 UTC (rev 13212)
@@ -1,3 +1 @@
-fad130a33f98ff04aed6a5c9c64e45c9  download/Geo-IP-PurePerl-1.23.tar.gz
-c0c93e9c654e4af6a01ecd3da4d036ef  download/CSWpmgeoippureperl.gspec
-fad130a33f98ff04aed6a5c9c64e45c9  download/Geo-IP-PurePerl-1.23.tar.gz
+a47a1b71f7cd7c46cca9efcc448e0726  Geo-IP-PurePerl-1.25.tar.gz

Deleted: csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/files/CSWpmgeoippureperl.gspec
===================================================================
--- csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/files/CSWpmgeoippureperl.gspec	2011-02-06 13:04:37 UTC (rev 13211)
+++ csw/mgar/pkg/cpan/Geo-IP-PurePerl/trunk/files/CSWpmgeoippureperl.gspec	2011-02-06 13:40:27 UTC (rev 13212)
@@ -1,10 +0,0 @@
-%var            bitname pm_geoippureperl
-%var            pkgname CSWpmgeoippureperl
-%var		arch all
-%include        url file://%{PKGLIB}/csw_cpan.gspec
-%copyright
-
-Copyright (c) 2007, MaxMind LLC
-
-All rights reserved. This package is free software and is licensed under the GPL.
-For details, see the COPYING file.


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