[csw-devel] SF.net SVN: gar:[19623] csw/mgar/pkg/cpan/Heap/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Nov 10 22:07:02 CET 2012


Revision: 19623
          http://gar.svn.sourceforge.net/gar/?rev=19623&view=rev
Author:   dmichelsen
Date:     2012-11-10 21:07:02 +0000 (Sat, 10 Nov 2012)
Log Message:
-----------
cpan/Heap/trunk: Update to makemake and sanitize package name

Modified Paths:
--------------
    csw/mgar/pkg/cpan/Heap/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/cpan/Heap/trunk/files/COPYING

Modified: csw/mgar/pkg/cpan/Heap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/Heap/trunk/Makefile	2012-11-10 20:22:18 UTC (rev 19622)
+++ csw/mgar/pkg/cpan/Heap/trunk/Makefile	2012-11-10 21:07:02 UTC (rev 19623)
@@ -4,19 +4,19 @@
 GARTYPE = v2
 AUTHOR = JMM
 
-DESCRIPTION = Extensions for keeping data partially sorted
+DESCRIPTION = Define Heap interface
 define BLURB
-  The Heap collection of modules provide routines that manage a heap of
-  elements.  A heap is a partially sorted structure that is always able to
-  easily extract the smallest of the elements in the structure (or the largest
-  if a reversed compare routine is provided).
 endef
 
-DISTFILES = COPYING
+CATALOG_RELEASE = unstable
 
-PACKAGES = CSWpmheap
-CATALOGNAME = pm_heap
+LICENSE_TEXT = This module is licensed under the  license
 
-ARCHALL = 1
+PACKAGES += CSWpm-heap
+CATALOGNAME_CSWpm-heap = pm_heap
+SPKG_DESC_CSWpm-heap = Define Heap interface
+ARCHALL_CSWpm-heap = 1
+OBSOLETED_BY_CSWpm-heap += CSWpmheap
+CATALOGNAME_CSWpmheap = pm_heap_stub
 
 include gar/category.mk

Deleted: csw/mgar/pkg/cpan/Heap/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/Heap/trunk/files/COPYING	2012-11-10 20:22:18 UTC (rev 19622)
+++ csw/mgar/pkg/cpan/Heap/trunk/files/COPYING	2012-11-10 21:07:02 UTC (rev 19623)
@@ -1,2 +0,0 @@
-This code is copyright 1998-2003 O'Reilly & Associates.  It is
-available on the same terms as perl itself.

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