Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2005 22:22:24 +0900 (JST)
From:      HAYASHI Yasushi <yasi@yasi.to>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perky@FreeBSD.org
Subject:   ports/78864: [NEW ports] japanese/pycodec-zope : Python JapaneseCodecs with Zope products 
Message-ID:  <200503151322.j2FDMOa1094580@yasi.minidns.net>
Resent-Message-ID: <200503151330.j2FDUCHe028508@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         78864
>Category:       ports
>Synopsis:       [NEW ports] japanese/pycodec-zope : Python JapaneseCodecs with Zope products
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 15 13:30:09 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     HAYASHI Yasushi
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
personal 
>Environment:
System: FreeBSD yasi.minidns.net 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #21: Sun Feb 27 10:16:13 JST 2005 yasi@yasi.minidns.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	This PR is required to clear BROKEN from some ports which I'm 
	maintaining (see ports/78719 and ports/78721).  And this PR will
	require my another PR (ports/78712).

	Current python version is python2.4.  But some ports depends on
	Zope run under python2.3.  This confusion makes broken dependency.

	This new port make japanese/pycodec with python2.3, and register
	a new package name so that it might not get confused.

	
>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/japanese/pycodec-zope/Makefile
#	/usr/ports/japanese/pycodec-zope/pkg-descr
#
echo x - /usr/ports/japanese/pycodec-zope/Makefile
sed 's/^X//' >/usr/ports/japanese/pycodec-zope/Makefile << 'END-of-/usr/ports/japanese/pycodec-zope/Makefile'
X# New ports collection makefile for:	Python JapaneseCodec (for Zope)
X# Date created:		15 March 2005
X# Whom:			HAYASHI Yasushi <yasi@yasi.to>
X#
X# $FreeBSD$
X#
X
XPKGNAMESUFFIX=	-zope
XCOMMENT=	Python JapaneseCodecs works fine with Zope
XMASTERDIR=      ${.CURDIR}/../../japanese/pycodec
XPKGDIR=         ${.CURDIR}
XPLIST=          ${MASTERDIR}/pkg-plist
XPKGMESSAGE=     ${MASTERDIR}/pkg-message
X
XPYTHON_VERSION=	python2.3
X
X.include "${MASTERDIR}/Makefile"
END-of-/usr/ports/japanese/pycodec-zope/Makefile
echo x - /usr/ports/japanese/pycodec-zope/pkg-descr
sed 's/^X//' >/usr/ports/japanese/pycodec-zope/pkg-descr << 'END-of-/usr/ports/japanese/pycodec-zope/pkg-descr'
XThis package provides Unicode codecs that make Python aware of
XJapanese character encodings such as EUC-JP, Shift_JIS and
XISO-2022-JP.  By using this package, Japanese characters can be
Xtreated as a character string instead of a byte sequence.
X
XThis ports/package is built for using with Zope.
X
XWWW: http://www.python.jp/Zope/download/JapaneseCodecs
END-of-/usr/ports/japanese/pycodec-zope/pkg-descr
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503151322.j2FDMOa1094580>