head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.11.17.17.20.43;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307364
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307364 | rm | 2012-11-13 09:06:31 +0000 (Tue, 13 Nov 2012) | 17 lines
## SVN ##
## SVN ## This is a Python library of web-related functions, such as:
## SVN ##
## SVN ##   - remove comments, or tags from HTML snippets
## SVN ##   - extract base url from HTML snippets
## SVN ##   - translate entites on HTML strings
## SVN ##   - encoding mulitpart/form-data
## SVN ##   - convert raw HTTP headers to dicts and vice-versa
## SVN ##   - construct HTTP auth header
## SVN ##   - converting HTML pages to unicode
## SVN ##   - RFC-compliant url joining
## SVN ##   - sanitize urls (like browsers do)
## SVN ##   - extract arguments from urls
## SVN ##
## SVN ## WWW: http://github.com/scrapy/w3lib
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $FreeBSD: head/www/py-w3lib/Makefile 307364 2012-11-13 09:06:31Z rm $

PORTNAME=	w3lib
PORTVERSION=	1.2
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	rm@@FreeBSD.org
COMMENT=	Library of web-related functions

LICENSE=	BSD

USE_PYTHON=	-2.7
USE_PYDISTUTILS=yes

.include <bsd.port.mk>
@
