[csw-devel] SF.net SVN: gar:[8586] csw/mgar/pkg/cpan

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Feb 16 15:32:14 CET 2010


Revision: 8586
          http://gar.svn.sourceforge.net/gar/?rev=8586&view=rev
Author:   dmichelsen
Date:     2010-02-16 14:32:09 +0000 (Tue, 16 Feb 2010)

Log Message:
-----------
cpan/html2text: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/cpan/html2text/
    csw/mgar/pkg/cpan/html2text/branches/
    csw/mgar/pkg/cpan/html2text/tags/
    csw/mgar/pkg/cpan/html2text/trunk/
    csw/mgar/pkg/cpan/html2text/trunk/Makefile
    csw/mgar/pkg/cpan/html2text/trunk/checksums
    csw/mgar/pkg/cpan/html2text/trunk/files/


Property changes on: csw/mgar/pkg/cpan/html2text/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/cpan/html2text/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/html2text/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/cpan/html2text/trunk/Makefile	2010-02-16 14:32:09 UTC (rev 8586)
@@ -0,0 +1,20 @@
+GARNAME = html2text
+GARVERSION = 0.003
+CATEGORIES = cpan
+AUTHOR = AWRIGLEY
+
+DESCRIPTION = Script for generating formatted text from HTML
+define BLURB
+  html2text.pl generates simple formatted text from HTML. It uses
+  HTML::Element to traverse an HTML tree built by HTML::TreeBuilder, and formats
+  the output text using Text::Format. It is _very_ simple at the moment.
+endef
+
+PACKAGES = CSWpmhtml2text
+CATALOGNAME = pm_html2text
+
+DEP_PKGS = CSWpmtextformat CSWpmhtmltree
+
+ARCHALL = 1
+
+include gar/category.mk

Added: csw/mgar/pkg/cpan/html2text/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/html2text/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/cpan/html2text/trunk/checksums	2010-02-16 14:32:09 UTC (rev 8586)
@@ -0,0 +1 @@
+3597ea1dab4b398296313a8ed6190538  html2text-0.003.tar.gz


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