Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 2004 16:03:25 +0800 (MYT)
From:      Khairil Yusof <kaeru@streamyx.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62775: New Port: zope-epoz
Message-ID:  <200402130803.i1D83PMk068771@wolverine.cerebro.net.my>
Resent-Message-ID: <200402130850.i1D8oNOm031406@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62775
>Category:       ports
>Synopsis:       New Port: zope-epoz
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 13 00:50:22 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Khairil Yusof
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
Inigo Tech	
>Environment:
System: FreeBSD wolverine.cerebro.net.my 5.2-CURRENT FreeBSD 5.2-CURRENT #4: Thu Feb 12 07:26:07 MYT 2004 root@wolverine.cerebro.net.my:/data/usr/obj/usr/src/sys/WOLVERINE i386


	
>Description:
    A port for Zope that allows WYSIWYG editing in Zope and Plone products.
>How-To-Repeat:
	
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	zope-epoz
#	zope-epoz/Makefile
#	zope-epoz/distinfo
#	zope-epoz/pkg-descr
#	zope-epoz/pkg-message
#
echo c - zope-epoz
mkdir -p zope-epoz > /dev/null 2>&1
echo x - zope-epoz/Makefile
sed 's/^X//' >zope-epoz/Makefile << 'END-of-zope-epoz/Makefile'
X# New ports collection makefile for:	zope-epoz
X# Date created:			11 Feb 2004
X# Whom:					Khairil Yusof
X#
X# $FreeBSD$
X#
X
XPORTNAME=	epoz
XPORTVERSION=	0.7.4
XCATEGORIES=	www zope
XMASTER_SITES= http://www.zope.org/Members/mjablonski/Epoz/${PORTVERSION}/
XPKGNAMEPREFIX=	zope-
XDISTNAME=  	 Epoz-${PORTVERSION}
X
XMAINTAINER=	kaeru@inigo-tech.com
XCOMMENT=	Epoz product for Zope/CMF
X
XUSE_PYTHON=	yes
XUSE_ZOPE=	yes
XDIST_SUBDIR=	zope
X
XWRKSRC=		${WRKDIR}/Epoz
X
XRUN_DEPENDS+= ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFCore/__init__.py:${PORTSDIR}/www/zope-cmf
X
XPRODUCTNAME = Epoz
X
Xdo-build:
X	@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
X
Xpre-install:
X	@${RM} -f ${PLIST}
X	@${TOUCH} ${PLIST}
X	@cd ${WRKDIR} ;\
X	for f in `${FIND} ${PRODUCTNAME} -type f`; do \
X		${ECHO_CMD} %%ZOPEPRODUCTDIR%%/$${f} >> ${PLIST}; \
X	done; \
X	for d in `${FIND} -d ${PRODUCTNAME} -type d`; do \
X		${ECHO_CMD} @dirrm %%ZOPEPRODUCTDIR%%/$${d} >> ${PLIST}; \
X	done; \
X
Xdo-install:
X	@${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
X	@${CHMOD} -R og+rX ${WRKSRC}/
X	@${CP} -R ${WRKSRC} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
X
Xpost-install:
X.if !defined(BATCH)
X	@${CAT} ${PKGMESSAGE}
X.endif
X
X.include <bsd.port.mk>
END-of-zope-epoz/Makefile
echo x - zope-epoz/distinfo
sed 's/^X//' >zope-epoz/distinfo << 'END-of-zope-epoz/distinfo'
XMD5 (zope/Epoz-0.7.4.tar.gz) = 30db2e5e335a43b72d08ac627099b68a
XSIZE (zope/Epoz-0.7.4.tar.gz) = 37575
END-of-zope-epoz/distinfo
echo x - zope-epoz/pkg-descr
sed 's/^X//' >zope-epoz/pkg-descr << 'END-of-zope-epoz/pkg-descr'
XEpoz is a product for Zope/CMF
X
XEpoz allows you to edit Zope- or Plone-objects with a wysiwyg-editor. No
Xplugins are required. You only have to use a recent browser (IE >= 5.5, Mozilla
X>= 1.3.1, Netscape >= 7.1) that supports Rich-Text-controls (called Midas for
XMozilla).
X
XWWW: http://www.zope.org/Members/mjablonski/Epoz
X
X- Khairil Yusof
Xkaeru@inigo-tech.com
END-of-zope-epoz/pkg-descr
echo x - zope-epoz/pkg-message
sed 's/^X//' >zope-epoz/pkg-message << 'END-of-zope-epoz/pkg-message'
XTo complete the installation of Epoz:
X
X- Restart Zope.  This may be done from the Zope Control Panel.
X
XWith CMFQuickInstaller (optional)
X
X- Use the QuickInstaller tool to register Epoz in your portal instance
X
XWithout CMFQuickInstaller
X
X- Add and run an External Method with the following settings in your
X  CMF/Plone root using the Zope Management Interface (ZMI):
X
Xid: install_epoz
Xtitle: Install Epoz (optional)
Xmodule: Epoz.Install
Xfunction: install
X
X- Click the Test tab to run the install script
END-of-zope-epoz/pkg-message
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402130803.i1D83PMk068771>