SF.net SVN: gar:[24261] csw/mgar/pkg/cpan/Devel-Size/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Nov 5 13:12:07 CET 2014
Revision: 24261
http://sourceforge.net/p/gar/code/24261
Author: dmichelsen
Date: 2014-11-05 12:12:05 +0000 (Wed, 05 Nov 2014)
Log Message:
-----------
cpan/Devel-Size/trunk: Update to 0.79 and makemake
Modified Paths:
--------------
csw/mgar/pkg/cpan/Devel-Size/trunk/Makefile
csw/mgar/pkg/cpan/Devel-Size/trunk/checksums
Removed Paths:
-------------
csw/mgar/pkg/cpan/Devel-Size/trunk/files/COPYING
Modified: csw/mgar/pkg/cpan/Devel-Size/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Devel-Size/trunk/Makefile 2014-11-05 11:51:25 UTC (rev 24260)
+++ csw/mgar/pkg/cpan/Devel-Size/trunk/Makefile 2014-11-05 12:12:05 UTC (rev 24261)
@@ -1,21 +1,21 @@
NAME = Devel-Size
-VERSION = 0.71
+VERSION = 0.79
CATEGORIES = cpan
GARTYPE = v2
-AUTHOR = TELS
+AUTHOR = NWCLARK
DESCRIPTION = Extension for finding the memory usage of Perl variables
define BLURB
- This module figures out the real sizes of Perl variables in bytes. Call
- functions with a reference to the variable you want the size of. If the
- variable is a plain scalar it returns the size of the scalar. If the
- variable is a hash or an array, use a reference when calling.
endef
-MASTER_SITES = $(addsuffix devel/,$(CPAN_MIRRORS))
-DISTFILES = COPYING
+CATALOG_RELEASE = unstable
-PACKAGES = CSWpmdevelsize
-CATALOGNAME = pm_develsize
+LICENSE_TEXT = This module is licensed under the perl license
+PACKAGES += CSWpm-devel-size
+CATALOGNAME_CSWpm-devel-size = pm_devel_size
+SPKG_DESC_CSWpm-devel-size = Extension for finding the memory usage of Perl variables
+OBSOLETED_BY_CSWpm-devel-size += CSWpmdevelsize
+CATALOGNAME_CSWpmdevelsize = pm_develsize_stub
+
include gar/category.mk
Modified: csw/mgar/pkg/cpan/Devel-Size/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/Devel-Size/trunk/checksums 2014-11-05 11:51:25 UTC (rev 24260)
+++ csw/mgar/pkg/cpan/Devel-Size/trunk/checksums 2014-11-05 12:12:05 UTC (rev 24261)
@@ -1 +1 @@
-9504441ae609b39d70384a9fdc186362 Devel-Size-0.71.tar.gz
+d171491fecb093336644a5244f089b70 Devel-Size-0.79.tar.gz
Deleted: csw/mgar/pkg/cpan/Devel-Size/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/Devel-Size/trunk/files/COPYING 2014-11-05 11:51:25 UTC (rev 24260)
+++ csw/mgar/pkg/cpan/Devel-Size/trunk/files/COPYING 2014-11-05 12:12:05 UTC (rev 24261)
@@ -1,6 +0,0 @@
-Copyright (C) 2005 Dan Sugalski, Copyright (C) 2007-2008 Tels
-
-This module is free software; you can redistribute it and/or modify it
-under the same terms as Perl v5.8.8.
-
-
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