Update to 2.37, set LICENSE.
2009-09-14: 2.37. don't use stdout by default (tx Greg Brown) warning: may not be backwards-compatible in some odd use cases 2009-08-10: 2.36. relative url resolution (tx Kevin North)
This commit is contained in:
parent
a54cd1eb98
commit
296896c2c7
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.15 2009/04/07 04:43:23 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2010/01/20 14:34:58 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= html2text-2.35
|
||||
DISTNAME= html2text-2.37
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
@ -10,6 +10,7 @@ EXTRACT_SUFX= .py
|
|||
MAINTAINER= schmonz@NetBSD.org
|
||||
HOMEPAGE= http://www.aaronsw.com/2002/html2text/
|
||||
COMMENT= Convert HTML into easy-to-read plain ASCII text
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2009/04/07 04:43:23 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.12 2010/01/20 14:34:58 wiz Exp $
|
||||
|
||||
SHA1 (html2text-2.35.py) = 00b7d520429340b7861f8d312c495eafd89281ca
|
||||
RMD160 (html2text-2.35.py) = 88705b8b5f403c9656d46dd1ad22af4c84cf03b3
|
||||
Size (html2text-2.35.py) = 14143 bytes
|
||||
SHA1 (html2text-2.37.py) = 62e80a00504984a1b5ad459566ceb587cc2617ea
|
||||
RMD160 (html2text-2.37.py) = a52e19196d0c08d43f320cefc088c3b897dda00d
|
||||
Size (html2text-2.37.py) = 14295 bytes
|
||||
SHA1 (patch-aa) = 2395e54a2c2f72231f6766375b8406928dfa7f3b
|
||||
|
|
Loading…
Reference in a new issue