head	1.7;
access;
symbols
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2003.07.19.17.06.36;	author perky;	state dead;
branches;
next	1.6;

1.6
date	2003.02.25.06.25.27;	author perky;	state Exp;
branches;
next	1.5;

1.5
date	2002.07.01.17.35.17;	author perky;	state Exp;
branches;
next	1.4;

1.4
date	2002.06.25.07.50.53;	author perky;	state Exp;
branches;
next	1.3;

1.3
date	2002.06.21.23.20.13;	author pat;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.28.16.11.51;	author pat;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.11.09.14.08;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove zh-pycodec port. It's replaced by converters/py-cjkcodecs now.
@
text
@# New ports collection makefile for:	zh-pycodec
# Date created:		24 June 2001
# Whom:			Hye-Shik Chang <perky@@python.or.kr>
#
# $FreeBSD: ports/chinese/pycodec/Makefile,v 1.6 2003/02/25 06:25:27 perky Exp $
#

PORTNAME=	pycodec
PORTVERSION=	1.2.0
CATEGORIES=	chinese python converters
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	perky
DISTNAME=	ChineseCodecs${PORTVERSION}

MAINTAINER=	perky@@FreeBSD.org
COMMENT=	Python Unicode codecs for Chinese charsets

BUILD_DEPENDS=	${PYDISTUTILS}

USE_PYTHON=	yes
NO_BUILD=	yes
PLIST_SUB+=	PYTHON_CODECDIR=${PYCODEC_DIR:S,^${LOCALBASE}/,,g}
PYCODEC_DIR=	${PYTHON_LIBDIR}/encodings
PYDIST_SETUP=	cd ${WRKSRC}/Python && ${PYTHON_CMD} setup.py

do-install:
	${PYDIST_SETUP} install --install-lib="${PYCODEC_DIR}"

.include <bsd.port.mk>
@


1.6
log
@De-pkg-comment for my ports.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Change master site to MASTER_SITE_LOCAL
@
text
@d16 1
@


1.4
log
@Updating my email address.

Approved by: cjh (mentor)
@
text
@d11 2
a12 3
MASTER_SITES=	http://www3.kr.freebsd.org/~perky/distfiles/ \
		http://fallin.lv/distfiles/ \
		#ftp://python-codecs.sourceforge.net/pub/python-codecs/
@


1.3
log
@Distfile disappeared from sf.net site so maintainer will host them

PR:		39629
Submitted by:	maintainer
@
text
@d16 1
a16 1
MAINTAINER=	perky@@fallin.lv
@


1.2
log
@Update maintainer email address

PR:		34372
Submitted by:	maintainer
@
text
@d11 3
a13 3
MASTER_SITES=	ftp://python-codecs.sourceforge.net/pub/python-codecs/ \
		ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/ \
		ftp://www3.kr.freebsd.org/~perky/distfiles/
@


1.1
log
@add zh-pycodec
Python Unicode codecs for Chinese charsets

PR:		28375
Submitted by:	Hye-Shik Chang <perky@@python.or.kr>
@
text
@d16 1
a16 1
MAINTAINER=	perky@@python.or.kr
@

