diff options
author | pav <pav@FreeBSD.org> | 2005-03-19 01:55:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-19 01:55:26 +0800 |
commit | b7c81a894ae4ad0325de71099eba320b74559514 (patch) | |
tree | 1a9db5c431c6ba4b0928e76d3fe15a2067d92bc0 /japanese | |
parent | 12ededf0011e800c94dfbf53c5ab27a46daa33a5 (diff) | |
download | freebsd-ports-gnome-b7c81a894ae4ad0325de71099eba320b74559514.tar.gz freebsd-ports-gnome-b7c81a894ae4ad0325de71099eba320b74559514.tar.zst freebsd-ports-gnome-b7c81a894ae4ad0325de71099eba320b74559514.zip |
Add pycodec-zope, a slave port to pycodec with depends on python 2.3 and is
useful for Zope world which is running python 2.3
PR: ports/78864
Submitted by: HAYASHI Yasushi <yasi@yasi.to>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/pycodec-zope/Makefile | 17 | ||||
-rw-r--r-- | japanese/pycodec-zope/pkg-descr | 8 |
3 files changed, 26 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 8e6745201a2e..79d188c60cea 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -312,6 +312,7 @@ SUBDIR += ptex-tetex SUBDIR += py-kanjilib SUBDIR += pycodec + SUBDIR += pycodec-zope SUBDIR += qkc SUBDIR += quit SUBDIR += rbnamazu diff --git a/japanese/pycodec-zope/Makefile b/japanese/pycodec-zope/Makefile new file mode 100644 index 000000000000..ebeafd1200f1 --- /dev/null +++ b/japanese/pycodec-zope/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: Python JapaneseCodec (for Zope) +# Date created: 15 March 2005 +# Whom: HAYASHI Yasushi <yasi@yasi.to> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -zope +COMMENT= Python JapaneseCodecs works fine with Zope +MASTERDIR= ${.CURDIR}/../../japanese/pycodec +PKGDIR= ${.CURDIR} +PLIST= ${MASTERDIR}/pkg-plist +PKGMESSAGE= ${MASTERDIR}/pkg-message + +PYTHON_VERSION= python2.3 + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/pycodec-zope/pkg-descr b/japanese/pycodec-zope/pkg-descr new file mode 100644 index 000000000000..c1519729efbe --- /dev/null +++ b/japanese/pycodec-zope/pkg-descr @@ -0,0 +1,8 @@ +This package provides Unicode codecs that make Python aware of +Japanese character encodings such as EUC-JP, Shift_JIS and +ISO-2022-JP. By using this package, Japanese characters can be +treated as a character string instead of a byte sequence. + +This ports/package is built for using with Zope. + +WWW: http://www.python.jp/Zope/download/JapaneseCodecs |