[csw-devel] SF.net SVN: gar:[19039] csw/mgar/pkg/cpan/HTML-Format/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Aug 20 18:44:11 CEST 2012


Revision: 19039
          http://gar.svn.sourceforge.net/gar/?rev=19039&view=rev
Author:   dmichelsen
Date:     2012-08-20 16:44:10 +0000 (Mon, 20 Aug 2012)
Log Message:
-----------
cpan/HTML-Format/trunk: Update to 2.10 and makemake, sanitize package name

Modified Paths:
--------------
    csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile
    csw/mgar/pkg/cpan/HTML-Format/trunk/checksums

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

Modified: csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile	2012-08-20 16:35:10 UTC (rev 19038)
+++ csw/mgar/pkg/cpan/HTML-Format/trunk/Makefile	2012-08-20 16:44:10 UTC (rev 19039)
@@ -1,33 +1,34 @@
 NAME = HTML-Format
-VERSION = 2.04
+VERSION = 2.10
 CATEGORIES = cpan
 GARTYPE = v2
-AUTHOR = SBURKE
+AUTHOR = NIGELM
 
-DESCRIPTION = Format HTML as plaintext
+DESCRIPTION = Base class for HTML formatters
 define BLURB
-  The HTML::FormatText is a formatter that outputs plain latin1 text. All
-  character attributes (bold/italic/underline) are ignored. Formatting of HTML
-  tables and forms is not implemented.
 endef
 
-DISTFILES = COPYING
+CATALOG_RELEASE = unstable
 
-PACKAGES = CSWpmhtmlformat
-CATALOGNAME_CSWpmhtmlformat = pm_htmlformat
+LICENSE = LICENSE
 
-# Legacy package
-PACKAGES += CSWpmhtmlfmt
-CATALOGNAME_CSWpmhtmlfmt = pm_htmlfmt
+BUILD_DEP_PKGS += CSWpmfileslurp
+BUILD_DEP_PKGS += CSWpm-module-build
 
-SPKG_DESC_CSWpmhtmlformat = $(DESCRIPTION)
-SPKG_DESC_CSWpmhtmlfmt = Deprecated, empty stub to CSWpmhtmlformat
+PACKAGES += CSWpm-html-formatter
+CATALOGNAME_CSWpm-html-formatter = pm_html_formatter
+SPKG_DESC_CSWpm-html-formatter = Base class for HTML formatters
+ARCHALL_CSWpm-html-formatter = 1
+RUNTIME_DEP_PKGS_CSWpm-html-formatter += CSWpm-font-afm
+RUNTIME_DEP_PKGS_CSWpm-html-formatter += CSWpm-html-tree
+OBSOLETED_BY_CSWpm-html-formatter += CSWpmhtmlformat
+CATALOGNAME_CSWpmhtmlformat = pm_htmlformat_stub
+OBSOLETED_BY_CSWpm-html-format += CSWpmhtmlfmt
+CATALOGNAME_CSWpmhtmlfmt = pm_htmlfmt_stub
 
-DEP_PKGS_CSWpmhtmlformat = CSWpmfontafm CSWpmhtmltree
-RUNTIME_DEP_PKGS_CSWpmhtmlfmt = CSWpmhtmlformat
+CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL
+BUILD_SCRIPTS = $(WORKSRC)/Build
+TEST_SCRIPTS = $(WORKSRC)/Build
+INSTALL_SCRIPTS = $(WORKSRC)/Build
 
-ARCHALL = 1
-
-PKGFILES_CSWpmhtmlfmt = NOFILES
-
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/HTML-Format/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/HTML-Format/trunk/checksums	2012-08-20 16:35:10 UTC (rev 19038)
+++ csw/mgar/pkg/cpan/HTML-Format/trunk/checksums	2012-08-20 16:44:10 UTC (rev 19039)
@@ -1 +1 @@
-2d287392b77c959f06397371116c2d7e  HTML-Format-2.04.tar.gz
+34831ec506eaa8a7ad5da698224cf58d  HTML-Format-2.10.tar.gz

Deleted: csw/mgar/pkg/cpan/HTML-Format/trunk/files/COPYING
===================================================================
--- csw/mgar/pkg/cpan/HTML-Format/trunk/files/COPYING	2012-08-20 16:35:10 UTC (rev 19038)
+++ csw/mgar/pkg/cpan/HTML-Format/trunk/files/COPYING	2012-08-20 16:44:10 UTC (rev 19039)
@@ -1,4 +0,0 @@
-(c) 1995-2002 Gisle Aas and Sean M. Burke.  All rights reserved.
-
-This library is free software; you can redistribute it and/or modify
-it under 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