mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
add py-pullparser 0.0.5.b
A simple "pull API" for HTML parsing
This commit is contained in:
parent
3bbb880e64
commit
7057566a2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134344
5 changed files with 33 additions and 0 deletions
|
@ -645,6 +645,7 @@
|
|||
SUBDIR += py-imdbpy
|
||||
SUBDIR += py-mt
|
||||
SUBDIR += py-nevow
|
||||
SUBDIR += py-pullparser
|
||||
SUBDIR += py-scgi
|
||||
SUBDIR += py-twistedWeb
|
||||
SUBDIR += py-websvcs
|
||||
|
|
22
www/py-pullparser/Makefile
Normal file
22
www/py-pullparser/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: py-pullparser
|
||||
# Date created: Apr 29, 2005
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pullparser
|
||||
PORTVERSION= 0.0.5.b
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= http://wwwsearch.sourceforge.net/pullparser/src/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A simple "pull API" for HTML parsing
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-pullparser/distinfo
Normal file
2
www/py-pullparser/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (pullparser-0.0.5b.tar.gz) = e4e238ead1d1e421cc5866c8e3f9153f
|
||||
SIZE (pullparser-0.0.5b.tar.gz) = 13895
|
5
www/py-pullparser/pkg-descr
Normal file
5
www/py-pullparser/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
A simple "pull API" for HTML parsing, after Perl's HTML::TokeParser. Many
|
||||
simple HTML parsing tasks are simpler this way than with the HTMLParser
|
||||
module. pullparser.PullParser is a subclass of HTMLParser.HTMLParser.
|
||||
|
||||
WWW: http://wwwsearch.sourceforge.net/pullparser/
|
3
www/py-pullparser/pkg-plist
Normal file
3
www/py-pullparser/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%PYTHON_SITELIBDIR%%/pullparser.py
|
||||
%%PYTHON_SITELIBDIR%%/pullparser.pyc
|
||||
%%PYTHON_SITELIBDIR%%/pullparser.pyo
|
Loading…
Add table
Reference in a new issue