pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Template-Extract This module is a subclass of t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17c92c83b086
branches:  trunk
changeset: 462460:17c92c83b086
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 03 14:07:24 2003 +0000

description:
This module is a subclass of the Template toolkit, with added
template extraction functionality.  It can take a rendered document
and its template together, and get the original data structure
back, effectively reversing the "process" function.

This module is considered experimental.  If you just wish to extract
RSS-type information out of a HTML document, WWW::SherlockSearch
may be a more robust solution.

diffstat:

 www/p5-Template-Extract/DESCR    |   8 ++++++++
 www/p5-Template-Extract/Makefile |  19 +++++++++++++++++++
 www/p5-Template-Extract/PLIST    |   1 +
 www/p5-Template-Extract/distinfo |   4 ++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 58ffed4b6a53 -r 17c92c83b086 www/p5-Template-Extract/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Template-Extract/DESCR     Fri Oct 03 14:07:24 2003 +0000
@@ -0,0 +1,8 @@
+This module is a subclass of the Template toolkit, with added
+template extraction functionality.  It can take a rendered document
+and its template together, and get the original data structure
+back, effectively reversing the "process" function.
+
+This module is considered experimental.  If you just wish to extract
+RSS-type information out of a HTML document, WWW::SherlockSearch
+may be a more robust solution.
diff -r 58ffed4b6a53 -r 17c92c83b086 www/p5-Template-Extract/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Template-Extract/Makefile  Fri Oct 03 14:07:24 2003 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/10/03 14:07:24 wiz Exp $
+
+DISTNAME=              Template-Extract-0.25
+PKGNAME=               p5-${DISTNAME}
+SVR4_PKGNAME=          p5tex
+CATEGORIES=            www perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Template/}
+
+MAINTAINER=            wiz%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/~autrijus/Template-Extract/
+COMMENT=               Perl5 module for extracting data structure from TT2-rendered documents
+
+DEPENDS+=              p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
+
+USE_BUILDLINK2=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Template/Extract/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 58ffed4b6a53 -r 17c92c83b086 www/p5-Template-Extract/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Template-Extract/PLIST     Fri Oct 03 14:07:24 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/10/03 14:07:24 wiz Exp $
diff -r 58ffed4b6a53 -r 17c92c83b086 www/p5-Template-Extract/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Template-Extract/distinfo  Fri Oct 03 14:07:24 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/10/03 14:07:24 wiz Exp $
+
+SHA1 (Template-Extract-0.25.tar.gz) = 9e5a99ee3076e130ce601f50c672b3baf05510b5
+Size (Template-Extract-0.25.tar.gz) = 19323 bytes



Home | Main Index | Thread Index | Old Index