summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-03-18 17:55:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-03-18 17:55:26 +0000
commit543896a513d028163c5021fa48dc692e8e080a13 (patch)
tree9426a0dec19d09d3376d63fd11b23b3952e826e9 /japanese
parentUpdate to 0.08 (diff)
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>
Notes
Notes: svn path=/head/; revision=131575
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/pycodec-zope/Makefile17
-rw-r--r--japanese/pycodec-zope/pkg-descr8
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