summaryrefslogtreecommitdiff
path: root/www/p5-HTTP-Request-Form
diff options
context:
space:
mode:
authorwiz <wiz>2001-05-03 16:07:19 +0000
committerwiz <wiz>2001-05-03 16:07:19 +0000
commit5d7dbec493bca2c143f80c48e81b0a722ead1038 (patch)
tree7ef280363cbe85916bcd7abd4005db134719e2ce /www/p5-HTTP-Request-Form
parentea81d459177f70e2bd07529c757745eb1677dcdb (diff)
downloadpkgsrc-5d7dbec493bca2c143f80c48e81b0a722ead1038.tar.gz
Initial import of p5-HTTP-Request-Form, provided by David Rankin in
pkg/11083: Construct HTTP::Request objects for form processing
Diffstat (limited to 'www/p5-HTTP-Request-Form')
-rw-r--r--www/p5-HTTP-Request-Form/Makefile23
-rw-r--r--www/p5-HTTP-Request-Form/distinfo4
-rw-r--r--www/p5-HTTP-Request-Form/pkg/DESCR8
-rw-r--r--www/p5-HTTP-Request-Form/pkg/PLIST1
4 files changed, 36 insertions, 0 deletions
diff --git a/www/p5-HTTP-Request-Form/Makefile b/www/p5-HTTP-Request-Form/Makefile
new file mode 100644
index 00000000000..65a627d6c5b
--- /dev/null
+++ b/www/p5-HTTP-Request-Form/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/03 16:07:19 wiz Exp $
+#
+
+DISTNAME= HTTP-Request-Form-0.7
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= Construct HTTP::Request objects for form processing
+
+DEPENDS+= p5-libwww-*:../../www/p5-libwww
+DEPENDS+= p5-URI-*:../../www/p5-URI
+DEPENDS+= p5-HTML-Tagset-*:../../www/p5-HTML-Tagset
+DEPENDS+= p5-HTML-Tree-*:../../www/p5-HTML-Tree
+
+USE_PERL5= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTTP/Request/Form/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-HTTP-Request-Form/distinfo b/www/p5-HTTP-Request-Form/distinfo
new file mode 100644
index 00000000000..1bdaa7a8d09
--- /dev/null
+++ b/www/p5-HTTP-Request-Form/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/05/03 16:07:19 wiz Exp $
+
+SHA1 (HTTP-Request-Form-0.7.tar.gz) = f4326119d105280c26ab951b4479fa3ed5747265
+Size (HTTP-Request-Form-0.7.tar.gz) = 7563 bytes
diff --git a/www/p5-HTTP-Request-Form/pkg/DESCR b/www/p5-HTTP-Request-Form/pkg/DESCR
new file mode 100644
index 00000000000..58bf5bf0182
--- /dev/null
+++ b/www/p5-HTTP-Request-Form/pkg/DESCR
@@ -0,0 +1,8 @@
+This is an extension of the HTTP::Request suite. It allows easy
+processing of forms in a user agent by filling out fields,
+querying fields, selections and buttons and pressing buttons. It
+uses HTML::TreeBuilder generated parse trees of documents
+(especially the forms parts extracted with extract_links) and
+generates its own internal representation of forms from which
+it then generates the request objects to process the form
+application.
diff --git a/www/p5-HTTP-Request-Form/pkg/PLIST b/www/p5-HTTP-Request-Form/pkg/PLIST
new file mode 100644
index 00000000000..77346dd2ab1
--- /dev/null
+++ b/www/p5-HTTP-Request-Form/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/03 16:07:19 wiz Exp $