diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-25 19:30:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-25 19:30:38 +0000 |
commit | 9ac77bc2829c494922caacc711e6eff4503066a1 (patch) | |
tree | d274c505ef4278723a66f61a9e245da6bbdb510b /www/zope-placelesstranslationservice | |
parent | ae31449126838a0cdf79af0a8fe2b25439480e45 (diff) | |
download | ports-9ac77bc2829c494922caacc711e6eff4503066a1.tar.gz ports-9ac77bc2829c494922caacc711e6eff4503066a1.zip |
Notes
Diffstat (limited to 'www/zope-placelesstranslationservice')
-rw-r--r-- | www/zope-placelesstranslationservice/Makefile | 52 | ||||
-rw-r--r-- | www/zope-placelesstranslationservice/distinfo | 2 | ||||
-rw-r--r-- | www/zope-placelesstranslationservice/pkg-descr | 7 | ||||
-rw-r--r-- | www/zope-placelesstranslationservice/pkg-message | 3 |
4 files changed, 64 insertions, 0 deletions
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. |