aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED3
-rw-r--r--japanese/Makefile3
-rw-r--r--japanese/pycodec-zope/Makefile21
-rw-r--r--japanese/pycodec-zope/pkg-descr8
-rw-r--r--japanese/zope-ejsplitter/Makefile62
-rw-r--r--japanese/zope-ejsplitter/distinfo2
-rw-r--r--japanese/zope-ejsplitter/pkg-descr6
-rw-r--r--japanese/zope-ejsplitter/pkg-message3
-rw-r--r--japanese/zope-jamailhost/Makefile50
-rw-r--r--japanese/zope-jamailhost/distinfo2
-rw-r--r--japanese/zope-jamailhost/pkg-descr7
-rw-r--r--japanese/zope-jamailhost/pkg-message3
-rw-r--r--japanese/zope-jamailhost/pkg-plist6
13 files changed, 3 insertions, 173 deletions
diff --git a/MOVED b/MOVED
index 6a0ee28bfc0e..838ece958492 100644
--- a/MOVED
+++ b/MOVED
@@ -3013,3 +3013,6 @@ devel/tortoisehg1|devel/tortoisehg2|2011-11-22|Has expired: does not work with c
mail/zms||2011-11-22|Has expired: No longer under development, since 2009.
mail/dkim-milter|mail/opendkim|2011-11-23|Has expired: switch to mail/opendkim instead
lang/gcc45|lang/gcc46|2011-11-23|Superseded by gcc46
+japanese/pycodec-zope||2011-11-27|Has expired: Handled in Python-2.4 upwards
+japanese/zope-ejsplitter||2011-11-27|Has expired: Plone4 has newer and better splitter mechanism than ejSplitter
+japanese/zope-jamailhost||2011-11-27|Has expired: Zope has changed MailHost specification and it is not sure jaMailHost works well
diff --git a/japanese/Makefile b/japanese/Makefile
index d863d1a15fe9..bd65c11854dd 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -266,7 +266,6 @@
SUBDIR += py-tegaki-gtk
SUBDIR += py-zinnia
SUBDIR += pycodec
- SUBDIR += pycodec-zope
SUBDIR += qkc
SUBDIR += qt4-codecs-jp
SUBDIR += quit
@@ -372,7 +371,5 @@
SUBDIR += zinnia
SUBDIR += zinnia-tomoe
SUBDIR += zipcodes
- SUBDIR += zope-ejsplitter
- SUBDIR += zope-jamailhost
.include <bsd.port.subdir.mk>
diff --git a/japanese/pycodec-zope/Makefile b/japanese/pycodec-zope/Makefile
deleted file mode 100644
index 945da38b016c..000000000000
--- a/japanese/pycodec-zope/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: Python JapaneseCodec (for Zope)
-# Date created: 15 March 2005
-# Whom: HAYASHI Yasushi <yasi@yasi.to>
-#
-# $FreeBSD$
-#
-
-PORTREVISION= 1
-PKGNAMESUFFIX= -zope
-COMMENT= Python JapaneseCodecs works fine with Zope
-MASTERDIR= ${.CURDIR}/../../japanese/pycodec
-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-zope/pkg-descr b/japanese/pycodec-zope/pkg-descr
deleted file mode 100644
index c1519729efbe..000000000000
--- a/japanese/pycodec-zope/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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
diff --git a/japanese/zope-ejsplitter/Makefile b/japanese/zope-ejsplitter/Makefile
deleted file mode 100644
index 381c29ffc818..000000000000
--- a/japanese/zope-ejsplitter/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: zope-ejSplitter
-# Date created: 20 March 2004
-# Whom: Yasushi Hayashi
-#
-# $FreeBSD$
-#
-
-PORTNAME= ejSplitter
-PORTVERSION= 0.5.1
-PORTREVISION= 1
-CATEGORIES= japanese www zope
-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
-
-USE_PYTHON= 2.4
-USE_ZOPE= yes
-ZOPE_VERSION= 2.10
-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
- @${ECHO_CMD} @dirrmtry %%ZOPEPRODUCTDIR%% >>${PLIST}
-
-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-ejsplitter/distinfo b/japanese/zope-ejsplitter/distinfo
deleted file mode 100644
index 2a962c86960a..000000000000
--- a/japanese/zope-ejsplitter/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (zope/ejSplitter-0.5.1.tar.gz) = bf8cabba4683a1a248e6ee216fe7c0be7937f632835f590cff07e7905cf68922
-SIZE (zope/ejSplitter-0.5.1.tar.gz) = 3145
diff --git a/japanese/zope-ejsplitter/pkg-descr b/japanese/zope-ejsplitter/pkg-descr
deleted file mode 100644
index 2eaca181ba9b..000000000000
--- a/japanese/zope-ejsplitter/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Zope needs a word splitter to search in text with ZCTextIndex.
-This ejSplitter is one of Japanese splitters.
-You can use it with other Zope product, i.e. COREBlog (www/zope-coreblog),
-when you want to search Japanese text in your site.
-
-WWW: http://www005.upp.so-net.ne.jp/nakagami/tips/ZCTextIndex.html
diff --git a/japanese/zope-ejsplitter/pkg-message b/japanese/zope-ejsplitter/pkg-message
deleted file mode 100644
index d846595a6715..000000000000
--- a/japanese/zope-ejsplitter/pkg-message
+++ /dev/null
@@ -1,3 +0,0 @@
-To complete the installation of ejSplitter
-
-- Restart Zope. This may be done from the Zope Control Panel.
diff --git a/japanese/zope-jamailhost/Makefile b/japanese/zope-jamailhost/Makefile
deleted file mode 100644
index aa4eea833681..000000000000
--- a/japanese/zope-jamailhost/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: zope-jaMailHost
-# Date created: 29 May 2004
-# Whom: Yasushi Hayashi
-#
-# $FreeBSD$
-#
-
-PORTNAME= jaMailHost
-PORTVERSION= 0.4.4
-PORTREVISION= 1
-CATEGORIES= japanese www zope
-MASTER_SITES= http://www005.upp.so-net.ne.jp/nakagami/Download/
-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
-
-USE_PYTHON?= 2.4
-USE_ZOPE= yes
-ZOPE_VERSION= 2.10
-DIST_SUBDIR= zope
-
-ZOPEPRODUCTNAME=${PORTNAME}
-
-WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME}
-
-.include <bsd.port.pre.mk>
-
-PKGNAMEPREFIX:= ${PKGNAMEPREFIX}zope-
-
-do-build:
- -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/
-
-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
deleted file mode 100644
index e2968adb40b3..000000000000
--- a/japanese/zope-jamailhost/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (zope/jaMailHost-0.4.4.tgz) = 60cfc949cc49c544dd3d7ad09513e517af162c5a112b7ae6a519676a212994b0
-SIZE (zope/jaMailHost-0.4.4.tgz) = 3661
diff --git a/japanese/zope-jamailhost/pkg-descr b/japanese/zope-jamailhost/pkg-descr
deleted file mode 100644
index 8fb335f5d931..000000000000
--- a/japanese/zope-jamailhost/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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.1.
-
-WWW: http://www005.upp.so-net.ne.jp/nakagami/tips/jaMailHost.html
diff --git a/japanese/zope-jamailhost/pkg-message b/japanese/zope-jamailhost/pkg-message
deleted file mode 100644
index b6db7e2e8f48..000000000000
--- a/japanese/zope-jamailhost/pkg-message
+++ /dev/null
@@ -1,3 +0,0 @@
-To complete the installation of jaMailHost
-
-- Restart Zope. This may be done from the Zope Control Panel.
diff --git a/japanese/zope-jamailhost/pkg-plist b/japanese/zope-jamailhost/pkg-plist
deleted file mode 100644
index b274076ade32..000000000000
--- a/japanese/zope-jamailhost/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%ZOPEPRODUCTDIR%%/jaMailHost/README.ja
-%%ZOPEPRODUCTDIR%%/jaMailHost/__init__.py
-%%ZOPEPRODUCTDIR%%/jaMailHost/__init__.pyc
-%%ZOPEPRODUCTDIR%%/jaMailHost/version.txt
-@dirrm %%ZOPEPRODUCTDIR%%/jaMailHost
-@dirrmtry %%ZOPEPRODUCTDIR%%