diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-10-27 09:34:24 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-10-27 09:34:24 +0000 |
commit | 7920eae3b4ae1a7218d23b8cae9ece9504c7940d (patch) | |
tree | 1b57875fb7c3639c70224fc5ed4c05b5cfcc3d3a /japanese | |
parent | 4a065051361a164d4637a5d7037a682189ae04bf (diff) | |
download | ports-7920eae3b4ae1a7218d23b8cae9ece9504c7940d.tar.gz ports-7920eae3b4ae1a7218d23b8cae9ece9504c7940d.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/pycodec-zope/Makefile | 3 | ||||
-rw-r--r-- | japanese/pycodec/Makefile | 3 | ||||
-rw-r--r-- | japanese/zope-ejsplitter/Makefile | 3 | ||||
-rw-r--r-- | japanese/zope-jamailhost/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/japanese/pycodec-zope/Makefile b/japanese/pycodec-zope/Makefile index 3b92e024a2f0..945da38b016c 100644 --- a/japanese/pycodec-zope/Makefile +++ b/japanese/pycodec-zope/Makefile @@ -13,6 +13,9 @@ PKGDIR= ${.CURDIR} PLIST= ${MASTERDIR}/pkg-plist PKGMESSAGE= ${MASTERDIR}/pkg-message +DEPRECATED= Handled in Python-2.4 and later +EXPIRATION_DATE=2011-11-27 + USE_ZOPE= yes .include "${MASTERDIR}/Makefile" diff --git a/japanese/pycodec/Makefile b/japanese/pycodec/Makefile index b2baf4296c27..9ef37f42c62e 100644 --- a/japanese/pycodec/Makefile +++ b/japanese/pycodec/Makefile @@ -15,6 +15,9 @@ DISTNAME= JapaneseCodecs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python Unicode codecs for Japanese charsets +DEPRECATED= Handled in Python-2.4 upwards +EXPIRATION_DATE=2011-11-27 + USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= JapaneseCodecs diff --git a/japanese/zope-ejsplitter/Makefile b/japanese/zope-ejsplitter/Makefile index 9388fa378009..381c29ffc818 100644 --- a/japanese/zope-ejsplitter/Makefile +++ b/japanese/zope-ejsplitter/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www005.upp.so-net.ne.jp/nakagami/Download/ MAINTAINER= nakaji@jp.freebsd.org COMMENT= A Japanese word splitter for searching text in Zope Products +DEPRECATED= Plone4 has newer and better splitter mechanism than ejSplitter +EXPIRATION_DATE=2011-11-27 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope diff --git a/japanese/zope-jamailhost/Makefile b/japanese/zope-jamailhost/Makefile index 7c37b820a1d5..aa4eea833681 100644 --- a/japanese/zope-jamailhost/Makefile +++ b/japanese/zope-jamailhost/Makefile @@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= nakaji@jp.freebsd.org COMMENT= A Zope hotfix Product to send mail in Japanese +DEPRECATED= Zope has changed MailHost specification and it is not sure jaMailHost works well +EXPIRATION_DATE=2011-11-27 + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec-zope |