View | Details | Raw Unified | Return to bug 164855
Collapse All | Expand All

(-)py-chardet/Makefile (-16 / +4 lines)
Lines 4-33 Link Here
4
#
4
#
5
# $FreeBSD: ports/textproc/py-chardet/Makefile,v 1.6 2010/04/03 20:42:15 lwhsu Exp $
5
# $FreeBSD: ports/textproc/py-chardet/Makefile,v 1.6 2010/04/03 20:42:15 lwhsu Exp $
6
6
7
PORTNAME=	chardet
7
PORTNAME=	chardet2
8
PORTVERSION=	2.0.1
8
PORTVERSION=	2.0.1
9
CATEGORIES=	textproc python
9
CATEGORIES=	textproc python
10
MASTER_SITES=	http://chardet.feedparser.org/download/
10
MASTER_SITES=	CHEESESHOP
11
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
11
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
DISTNAME=	python2-${PORTNAME}-${PORTVERSION}
13
EXTRACT_SUFX=	.tgz
14
12
15
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Character encoding auto-detection in Python
14
COMMENT=	Character encoding auto-detection in Python
17
15
18
USE_PYTHON=	yes
16
USE_PYTHON=	yes
19
USE_PYDISTUTILS=yes
17
USE_PYDISTUTILS=	easy_install
20
18
21
.if !defined(NOPORTDOCS)
19
PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
22
PORTDOCS=	docs COPYING
23
.endif
24
25
post-install:
26
.if !defined(NOPORTDOCS)
27
	${MKDIR} ${DOCSDIR}
28
.for i in ${PORTDOCS}
29
	${CP} -R ${WRKSRC}/${i} ${DOCSDIR}
30
.endfor
31
.endif
32
20
33
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)py-chardet/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (python2-chardet-2.0.1.tgz) = 56fa0c37189b0a5f082d064dec59d69a044aaa3eeb7acb9b3081e2ba306deaa4
1
SHA256 (chardet2-2.0.1.tar.gz) = 66a52dffeb670bc29b4e115a0b4b0ecb8cecbe93120fe9979775938f0544f37a
2
SIZE (python2-chardet-2.0.1.tgz) = 177793
2
SIZE (chardet2-2.0.1.tar.gz) = 151734
(-)py-chardet/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Character encoding auto-detection in Python.
1
Character encoding auto-detection in Python.
2
2
3
Author:	Mark Pilgrim
3
Author:	Mark Pilgrim
4
WWW:	http://chardet.feedparser.org/
4
WWW:	https://github.com/byroot/chardet

Return to bug 164855