From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 28 19:51:04 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5553D16A4CE for ; Fri, 28 May 2004 19:51:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49C0143D48 for ; Fri, 28 May 2004 19:51:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4T2oM7N044344 for ; Fri, 28 May 2004 19:50:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4T2oMKX044343; Fri, 28 May 2004 19:50:22 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 28 May 2004 19:50:22 -0700 (PDT) Resent-Message-Id: <200405290250.i4T2oMKX044343@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, HAYASHI Yasushi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8193316A4CE for ; Fri, 28 May 2004 19:42:25 -0700 (PDT) Received: from yasi.minidns.net (219-122-177-1.eonet.ne.jp [219.122.177.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D3643D46 for ; Fri, 28 May 2004 19:42:24 -0700 (PDT) (envelope-from root@minidns.net) Received: by yasi.minidns.net (Postfix, from userid 0) id 6CC59114A3; Sat, 29 May 2004 11:42:03 +0900 (JST) Message-Id: <20040529024203.6CC59114A3@yasi.minidns.net> Date: Sat, 29 May 2004 11:42:03 +0900 (JST) From: HAYASHI Yasushi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: yasi@yasi.to Subject: ports/67318: New Port: japanese/ja-zope-jaMailhost : Zope product to send mail in japanese X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: HAYASHI Yasushi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 May 2004 02:51:04 -0000 >Number: 67318 >Category: ports >Synopsis: New Port: japanese/ja-zope-jaMailhost : Zope product to send mail in japanese >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: Fri May 28 19:50:22 PDT 2004 >Closed-Date: >Last-Modified: >Originator: HAYASHI Yasushi >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD yasi.minidns.net 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #14: Thu May 27 22:35:39 JST 2004 yasi@yasi.minidns.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: Zope has a feature to send mail from Web applications. But this can't send mail in Japanese crrectly. jaMailHost fixes this problem. >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: # # japanese/zope-jamailhost/Makefile # japanese/zope-jamailhost/distinfo # japanese/zope-jamailhost/pkg-descr # japanese/zope-jamailhost/pkg-message # echo x - japanese/zope-jamailhost/Makefile sed 's/^X//' >japanese/zope-jamailhost/Makefile << 'END-of-japanese/zope-jamailhost/Makefile' X# New ports collection makefile for: zope-jaMailHost X# Date created: 29 May 2004 X# Whom: Yasushi Hayashi X# X# $FreeBSD$ X# X XPORTNAME= jaMailHost XPORTVERSION= 0.3.1 XCATEGORIES= japanese www zope XMASTER_SITES= http://www005.upp.so-net.ne.jp/nakagami/Download/ X XMAINTAINER= yasi@yasi.to XCOMMENT= A Zope hotfix Product to send mail in Japanese X XBUILD_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec X XUSE_PYTHON= yes XUSE_ZOPE= yes XDIST_SUBDIR= zope X XZOPEPRODUCTNAME=${PORTNAME} X XPLIST= ${WRKDIR}/pkg-plist XWRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} X X.include X XPKGNAMEPREFIX:= ${PKGNAMEPREFIX}zope- X Xdo-build: X -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/ X Xpre-install: X @${RM} -f ${PLIST} X @${TOUCH} ${PLIST} X @cd ${WRKDIR} ;\ X for f in `${FIND} ${ZOPEPRODUCTNAME} -type f`; do \ X ${ECHO_CMD} %%ZOPEPRODUCTDIR%%/$${f} >> ${PLIST}; \ X done; \ X for d in `${FIND} -d ${ZOPEPRODUCTNAME} -type d`; do \ X ${ECHO_CMD} @dirrm %%ZOPEPRODUCTDIR%%/$${d} >> ${PLIST}; \ X done; \ X Xdo-install: X @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ X @${CHMOD} -R og+rX ${WRKSRC}/ X @${CP} -R ${WRKSRC} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ X Xpost-install: X.if !defined(BATCH) X @${CAT} ${PKGMESSAGE} X.endif X X.include END-of-japanese/zope-jamailhost/Makefile echo x - japanese/zope-jamailhost/distinfo sed 's/^X//' >japanese/zope-jamailhost/distinfo << 'END-of-japanese/zope-jamailhost/distinfo' XMD5 (zope/jaMailHost-0.3.1.tar.gz) = c7c5c10d980e0c8955fd71938fd47f84 XSIZE (zope/jaMailHost-0.3.1.tar.gz) = 2635 END-of-japanese/zope-jamailhost/distinfo echo x - japanese/zope-jamailhost/pkg-descr sed 's/^X//' >japanese/zope-jamailhost/pkg-descr << 'END-of-japanese/zope-jamailhost/pkg-descr' XMailHost is Zope-integrated feature to send mail from Web applications, Xbut can not send Japanese mail correctly. XThis "jaMailHost" product will solve this problem. X XIts license is ZPL 2.0. X XWWW: http://www005.upp.so-net.ne.jp/nakagami/tips/jaMailHost.html X X-- Yasushi Hayashi Xyasi@yasi.to END-of-japanese/zope-jamailhost/pkg-descr echo x - japanese/zope-jamailhost/pkg-message sed 's/^X//' >japanese/zope-jamailhost/pkg-message << 'END-of-japanese/zope-jamailhost/pkg-message' XTo complete the installation of jaMailHost X X- Restart Zope. This may be done from the Zope Control Panel. END-of-japanese/zope-jamailhost/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: