2009-02-09 19:57:56 +01:00
|
|
|
# $NetBSD: Makefile,v 1.2 2009/02/09 18:57:56 joerg Exp $
|
Initial import of py-mechanize-0.1.10:
Stateful programmatic web browsing, after Andy Lester's Perl module
WWW::Mechanize.
The library is layered: mechanize.Browser (stateful web browser),
mechanize.UserAgent (configurable URL opener), plus urllib2 handlers.
Features include: ftp:, http: and file: URL schemes, browser history,
high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV
and Refresh, Referer [sic] header, robots.txt, redirections, proxies,
and Basic and Digest HTTP authentication. mechanize's response
objects are (lazily-) .seek()able and still work after .close().
2009-01-17 21:46:55 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= mechanize-0.1.10
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://wwwsearch.sourceforge.net/mechanize/src/
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://wwwsearch.sourceforge.net/mechanize/
|
|
|
|
COMMENT= Stateful programmatic web browsing in Python
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2009-02-09 19:57:56 +01:00
|
|
|
PYTHON_VERSIONS_ACCEPTED= 25
|
|
|
|
|
Initial import of py-mechanize-0.1.10:
Stateful programmatic web browsing, after Andy Lester's Perl module
WWW::Mechanize.
The library is layered: mechanize.Browser (stateful web browser),
mechanize.UserAgent (configurable URL opener), plus urllib2 handlers.
Features include: ftp:, http: and file: URL schemes, browser history,
high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV
and Refresh, Referer [sic] header, robots.txt, redirections, proxies,
and Basic and Digest HTTP authentication. mechanize's response
objects are (lazily-) .seek()able and still work after .close().
2009-01-17 21:46:55 +01:00
|
|
|
.include "../../lang/python/egg.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|