summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-25 19:30:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-25 19:30:38 +0000
commit9ac77bc2829c494922caacc711e6eff4503066a1 (patch)
treed274c505ef4278723a66f61a9e245da6bbdb510b /www
parentStopping using nasm when compiling pike. (diff)
PlacelessTranslationService is a translation service based on potfiles in the
filesystem for Zope. WWW: http://plone.org/collective PR: ports/63043 Submitted by: Khairil Yusof <kaeru@inigo-tech.com>
Notes
Notes: svn path=/head/; revision=102123
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/zope-placelesstranslationservice/Makefile52
-rw-r--r--www/zope-placelesstranslationservice/distinfo2
-rw-r--r--www/zope-placelesstranslationservice/pkg-descr7
-rw-r--r--www/zope-placelesstranslationservice/pkg-message3
5 files changed, 65 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 78b989fefdeb..c9052de78273 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -616,6 +616,7 @@
SUBDIR += zope-groupuserfolder
SUBDIR += zope-guf
SUBDIR += zope-parsedxml
+ SUBDIR += zope-placelesstranslationservice
SUBDIR += zope-proxyindex
SUBDIR += zope-silva
SUBDIR += zope-silvaviews
diff --git a/www/zope-placelesstranslationservice/Makefile b/www/zope-placelesstranslationservice/Makefile
new file mode 100644
index 000000000000..90694338bec9
--- /dev/null
+++ b/www/zope-placelesstranslationservice/Makefile
@@ -0,0 +1,52 @@
+# New ports collection makefile for: zope-placelesstranslationservice
+# Date created: 30 January 2004
+# Whom: Khairil Yusof
+#
+# $FreeBSD$
+#
+
+PORTNAME= placelesstranslationservice
+PORTVERSION= 1.0r1
+CATEGORIES= www zope
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= collective
+PKGNAMEPREFIX= zope-
+DISTNAME= PlacelessTranslationService-1.0fork-rc1
+
+MAINTAINER= kaeru@inigo-tech.com
+COMMENT= PlacelessTranslationService product for Zope/CMF
+
+USE_PYTHON= yes
+USE_ZOPE= yes
+DIST_SUBDIR= zope
+
+ZOPEPRODUCTNAME=PlacelessTranslationService
+
+PLIST= ${WRKDIR}/pkg-plist
+WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME}
+
+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.mk>
diff --git a/www/zope-placelesstranslationservice/distinfo b/www/zope-placelesstranslationservice/distinfo
new file mode 100644
index 000000000000..d89dc2419d79
--- /dev/null
+++ b/www/zope-placelesstranslationservice/distinfo
@@ -0,0 +1,2 @@
+MD5 (zope/PlacelessTranslationService-1.0fork-rc1.tar.gz) = 6591bd238bc685d054f2a1db48c90eec
+SIZE (zope/PlacelessTranslationService-1.0fork-rc1.tar.gz) = 67248
diff --git a/www/zope-placelesstranslationservice/pkg-descr b/www/zope-placelesstranslationservice/pkg-descr
new file mode 100644
index 000000000000..66e118eae75f
--- /dev/null
+++ b/www/zope-placelesstranslationservice/pkg-descr
@@ -0,0 +1,7 @@
+PlacelessTranslationService is a translation service based on potfiles in the
+filesystem for Zope.
+
+WWW: http://plone.org/collective
+
+- Khairil Yusof
+kaeru@inigo-tech.com
diff --git a/www/zope-placelesstranslationservice/pkg-message b/www/zope-placelesstranslationservice/pkg-message
new file mode 100644
index 000000000000..b9464efddf9b
--- /dev/null
+++ b/www/zope-placelesstranslationservice/pkg-message
@@ -0,0 +1,3 @@
+To complete the installation of PlaceLessTranslationService
+
+- Restart Zope. This may be done from the Zope Control Panel.