diff options
author | drochner <drochner@pkgsrc.org> | 2003-08-11 15:20:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-08-11 15:20:38 +0000 |
commit | eaa043c92ba9916e7c6531f025c8df84043c58cf (patch) | |
tree | 0c67b5e8ce43926c022b0b3f2f8810e160f76479 /www | |
parent | 7ba2649880314a929c97836dcd7f620f1622127b (diff) | |
download | pkgsrc-eaa043c92ba9916e7c6531f025c8df84043c58cf.tar.gz |
import zope25-StripoGram-1.4, a tool to get selected HTML components
out of a document
Diffstat (limited to 'www')
-rw-r--r-- | www/zope25-StripoGram/DESCR | 2 | ||||
-rw-r--r-- | www/zope25-StripoGram/Makefile | 17 | ||||
-rw-r--r-- | www/zope25-StripoGram/PLIST | 16 | ||||
-rw-r--r-- | www/zope25-StripoGram/distinfo | 4 |
4 files changed, 39 insertions, 0 deletions
diff --git a/www/zope25-StripoGram/DESCR b/www/zope25-StripoGram/DESCR new file mode 100644 index 00000000000..318a371ea37 --- /dev/null +++ b/www/zope25-StripoGram/DESCR @@ -0,0 +1,2 @@ +This is a library for converting HTML to Plain Text +and stripping specified tags from HTML. diff --git a/www/zope25-StripoGram/Makefile b/www/zope25-StripoGram/Makefile new file mode 100644 index 00000000000..0172de2ea40 --- /dev/null +++ b/www/zope25-StripoGram/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/08/11 15:20:38 drochner Exp $ + +DISTNAME= stripogram-1-4 +PKGNAME= zope25-StripoGram-1.4 +CATEGORIES= www +MASTER_SITES= http://zope.org/Members/chrisw/StripOGram/ +MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=squishdot/} +EXTRACT_SUFX= .tgz + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://zope.org/Members/chrisw/StripOGram +COMMENT= Converting HTML to Plain Text + +PRODNAMES= stripogram + +.include "../../www/zope25/product.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/zope25-StripoGram/PLIST b/www/zope25-StripoGram/PLIST new file mode 100644 index 00000000000..c6bee8795e1 --- /dev/null +++ b/www/zope25-StripoGram/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/11 15:20:38 drochner Exp $ +lib/zope/lib/python/Products/stripogram/HTMLParser.py +lib/zope/lib/python/Products/stripogram/HTMLParser.pyc +lib/zope/lib/python/Products/stripogram/__init__.py +lib/zope/lib/python/Products/stripogram/__init__.pyc +lib/zope/lib/python/Products/stripogram/html2safehtml.py +lib/zope/lib/python/Products/stripogram/html2safehtml.pyc +lib/zope/lib/python/Products/stripogram/html2text.py +lib/zope/lib/python/Products/stripogram/html2text.pyc +lib/zope/lib/python/Products/stripogram/license.txt +lib/zope/lib/python/Products/stripogram/readme.txt +lib/zope/lib/python/Products/stripogram/setup.py +lib/zope/lib/python/Products/stripogram/setup.pyc +lib/zope/lib/python/Products/stripogram/testStripogram.py +lib/zope/lib/python/Products/stripogram/testStripogram.pyc +@dirrm lib/zope/lib/python/Products/stripogram diff --git a/www/zope25-StripoGram/distinfo b/www/zope25-StripoGram/distinfo new file mode 100644 index 00000000000..7c589cbfe43 --- /dev/null +++ b/www/zope25-StripoGram/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/08/11 15:20:38 drochner Exp $ + +SHA1 (zope/stripogram-1-4.tgz) = 768eb15b32afccb9444a31bf0cbdd593ad63118a +Size (zope/stripogram-1-4.tgz) = 10767 bytes |