summaryrefslogtreecommitdiffstats
path: root/www/zope-placelesstranslationservice
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-02-25 19:30:38 +0000
committerpav <pav@FreeBSD.org>2004-02-25 19:30:38 +0000
commitaffc32385a1836a5f9d78fb23cccf30b4c0c8505 (patch)
tree6f5195d9785f33154a07facf279c6e5398e03858 /www/zope-placelesstranslationservice
parent5581c79ee1a33031f01ddba4e10624f7e96a12d1 (diff)
downloadFreeBSD-ports-affc32385a1836a5f9d78fb23cccf30b4c0c8505.zip
FreeBSD-ports-affc32385a1836a5f9d78fb23cccf30b4c0c8505.tar.gz
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>
Diffstat (limited to 'www/zope-placelesstranslationservice')
-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
4 files changed, 64 insertions, 0 deletions
diff --git a/www/zope-placelesstranslationservice/Makefile b/www/zope-placelesstranslationservice/Makefile
new file mode 100644
index 0000000..9069433
--- /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 0000000..d89dc24
--- /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 0000000..66e118e
--- /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 0000000..b9464ef
--- /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.
OpenPOWER on IntegriCloud