diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-29 14:05:53 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-29 14:05:53 +0000 |
commit | bd649fe3fc1bc31a908ceeb74466efd93e34ecba (patch) | |
tree | d991c389835e3eabbabe9fed75e3c8fc3c4e5e6d /japanese | |
parent | 4b6167f8970d92f1c0a7131a39055b59143119d5 (diff) | |
download | ports-bd649fe3fc1bc31a908ceeb74466efd93e34ecba.tar.gz ports-bd649fe3fc1bc31a908ceeb74466efd93e34ecba.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/zope-jamailhost/Makefile | 56 | ||||
-rw-r--r-- | japanese/zope-jamailhost/distinfo | 2 | ||||
-rw-r--r-- | japanese/zope-jamailhost/pkg-descr | 10 | ||||
-rw-r--r-- | japanese/zope-jamailhost/pkg-message | 3 |
5 files changed, 72 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index aa24bb0734c8..6d831eb0317e 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -436,5 +436,6 @@ SUBDIR += zangband SUBDIR += zipcodes SUBDIR += zope-ejsplitter + SUBDIR += zope-jamailhost .include <bsd.port.subdir.mk> diff --git a/japanese/zope-jamailhost/Makefile b/japanese/zope-jamailhost/Makefile new file mode 100644 index 000000000000..8764a57edbfe --- /dev/null +++ b/japanese/zope-jamailhost/Makefile @@ -0,0 +1,56 @@ +# New ports collection makefile for: zope-jaMailHost +# Date created: 29 May 2004 +# Whom: Yasushi Hayashi +# +# $FreeBSD$ +# + +PORTNAME= jaMailHost +PORTVERSION= 0.3.1 +CATEGORIES= japanese www zope +MASTER_SITES= http://www005.upp.so-net.ne.jp/nakagami/Download/ + +MAINTAINER= yasi@yasi.to +COMMENT= A Zope hotfix Product to send mail in Japanese + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec + +USE_PYTHON= yes +USE_ZOPE= yes +DIST_SUBDIR= zope + +ZOPEPRODUCTNAME=${PORTNAME} + +PLIST= ${WRKDIR}/pkg-plist +WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} + +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}zope- + +do-build: + -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/ + +pre-install: + @${RM} -f ${PLIST} + @${TOUCH} ${PLIST} + @cd ${WRKDIR} ;\ + for f in `${FIND} ${ZOPEPRODUCTNAME} -type f`; do \ + ${ECHO_CMD} %%ZOPEPRODUCTDIR%%/$${f} >> ${PLIST}; \ + done; \ + for d in `${FIND} -d ${ZOPEPRODUCTNAME} -type d`; do \ + ${ECHO_CMD} @dirrm %%ZOPEPRODUCTDIR%%/$${d} >> ${PLIST}; \ + done; \ + +do-install: + @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ + @${CHMOD} -R og+rX ${WRKSRC}/ + @${CP} -R ${WRKSRC} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ + +post-install: +.if !defined(BATCH) + @${CAT} ${PKGMESSAGE} +.endif + +.include <bsd.port.post.mk> diff --git a/japanese/zope-jamailhost/distinfo b/japanese/zope-jamailhost/distinfo new file mode 100644 index 000000000000..8f7f8e3db962 --- /dev/null +++ b/japanese/zope-jamailhost/distinfo @@ -0,0 +1,2 @@ +MD5 (zope/jaMailHost-0.3.1.tar.gz) = c7c5c10d980e0c8955fd71938fd47f84 +SIZE (zope/jaMailHost-0.3.1.tar.gz) = 2635 diff --git a/japanese/zope-jamailhost/pkg-descr b/japanese/zope-jamailhost/pkg-descr new file mode 100644 index 000000000000..d52016ef22cc --- /dev/null +++ b/japanese/zope-jamailhost/pkg-descr @@ -0,0 +1,10 @@ +MailHost is Zope-integrated feature to send mail from Web applications, +but can not send Japanese mail correctly. +This "jaMailHost" product will solve this problem. + +Its license is ZPL 2.0. + +WWW: http://www005.upp.so-net.ne.jp/nakagami/tips/jaMailHost.html + +-- Yasushi Hayashi +yasi@yasi.to diff --git a/japanese/zope-jamailhost/pkg-message b/japanese/zope-jamailhost/pkg-message new file mode 100644 index 000000000000..b6db7e2e8f48 --- /dev/null +++ b/japanese/zope-jamailhost/pkg-message @@ -0,0 +1,3 @@ +To complete the installation of jaMailHost + +- Restart Zope. This may be done from the Zope Control Panel. |