From filippo@widestore.net  Tue Oct 12 13:15:22 2004
Return-Path: <filippo@widestore.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A1C2C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Oct 2004 13:15:22 +0000 (GMT)
Received: from w1001.widhost.net (w1001.widhost.net [209.235.192.251])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2EE5A43D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Oct 2004 13:15:22 +0000 (GMT)
	(envelope-from filippo@widestore.net)
Received: from mx0.hq.widestore.net (unknown [212.97.46.42])
	by w1001.widhost.net (Postfix) with ESMTP id 2F704218B5
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Oct 2004 09:15:21 -0400 (EDT)
Received: from cagnina.hq.widestore.net (cagnina.hq.widestore.net [192.168.1.1])
	by mx0.hq.widestore.net (Postfix) with ESMTP id A3C4458
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Oct 2004 15:15:20 +0200 (CEST)
Message-Id: <1097586920.0@cagnina.hq.widestore.net>
Date: Tue, 12 Oct 2004 15:15:20 +0200
From: "Filippo Natali" <filippo@widestore.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [NEW PORT] www/zope-portaltransforms (replaces www/zope-cmftranforms)
X-Send-Pr-Version: gtk-send-pr 0.3.3 
X-GNATS-Notify:

>Number:         72577
>Category:       ports
>Synopsis:       [NEW PORT] www/zope-portaltransforms (replaces www/zope-cmftranforms)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 12 13:20:30 GMT 2004
>Closed-Date:    Sat Oct 16 11:02:49 GMT 2004
>Last-Modified:  Sat Oct 16 11:02:49 GMT 2004
>Originator:     Filippo Natali
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Widestore srl 
>Environment:


System: FreeBSD 4.10-STABLE #0: Wed Aug 18 12:01:49 CEST 2004
    root@cagnina.hq.widestore.net:/usr/obj/usr/src/sys/CAGNINA



>Description:


www/zope-portaltransforms: a Zope product for mime types transformations.
needed by the new version of www/zope-archetypes.

www/zope-cmftransforms can be safely removed from ports, only the old version of www/zope-archetypes depends directly from it.


>How-To-Repeat:





>Fix:


--- zope-portaltransforms-20041012.shar begins here ---
# 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-portaltransforms
#	zope-portaltransforms/Makefile
#	zope-portaltransforms/distinfo
#	zope-portaltransforms/pkg-descr
#	zope-portaltransforms/pkg-message
#
echo c - zope-portaltransforms
mkdir -p zope-portaltransforms > /dev/null 2>&1
echo x - zope-portaltransforms/Makefile
sed 's/^X//' >zope-portaltransforms/Makefile << 'END-of-zope-portaltransforms/Makefile'
X# New ports collection makefile for:	zope-portaltransforms
X# Date created:				06 Oct 2004
X# Whom:					Filippo Natali
X#
X# $FreeBSD$
X#
X
XPORTNAME=	portaltransforms
XPORTVERSION=	1.3.2
XCATEGORIES=	www zope
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	archetypes
XPKGNAMEPREFIX=	zope-
XDISTNAME=	PortalTransforms-${PORTVERSION}-4
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	filippo@widestore.net
XCOMMENT=	PortalTransforms product for Zope/CMF
X
XRUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf \
X		pdftohtml:${PORTSDIR}/textproc/pdftohtml \
X		lynx:${PORTSDIR}/www/lynx \
X		${PYTHON_SITELIBDIR}/docutils/__init__.py:${PORTSDIR}/textproc/py-docutils
X
XUSE_PYTHON=	yes
XUSE_ZOPE=	yes
XDIST_SUBDIR=	zope
XZOPEPRODUCTNAME=	PortalTransforms
XWRKSRC=${WRKDIR}/${ZOPEPRODUCTNAME}
XPLIST=	${WRKDIR}/pkg-plist
X
XOPTIONS=	WV "Add wv support" off \
X		TIDY "Add tidy support" off \
X		UNRTF "Add unrtf support" off \
X		XLHTML "Add xlhtml support" off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_WV)
XRUN_DEPENDS+=	wvHtml:${PORTSDIR}/textproc/wv
X.endif
X
X.if defined(WITH_TIDY)
XRUN_DEPENDS+=	tidy:${PORTSDIR}/www/tidy
X.endif
X
X.if defined(WITH_UNRTF)
XRUN_DEPENDS+=	unrtf:${PORTSDIR}/textproc/unrtf
X.endif
X
X.if defined(WITH_XLHTML)
XRUN_DEPENDS+=	xlhtml:${PORTSDIR}/textproc/xlhtml
X.endif
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} ${ZOPEPRODUCTNAME} -type f`; do \
X		${ECHO_CMD} %%ZOPEPRODUCTDIR%%/$${f} >> ${PLIST}; \
X	done; \
X	for d in `${FIND} -d ${ZOPEPRODUCTNAME} -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.post.mk>
END-of-zope-portaltransforms/Makefile
echo x - zope-portaltransforms/distinfo
sed 's/^X//' >zope-portaltransforms/distinfo << 'END-of-zope-portaltransforms/distinfo'
XMD5 (zope/PortalTransforms-1.3.2-4.tgz) = 469bd7dd69a7add31443e2fa65d25130
XSIZE (zope/PortalTransforms-1.3.2-4.tgz) = 150628
END-of-zope-portaltransforms/distinfo
echo x - zope-portaltransforms/pkg-descr
sed 's/^X//' >zope-portaltransforms/pkg-descr << 'END-of-zope-portaltransforms/pkg-descr'
XPortalTransforms
X                                                                                
XThis Zope product provides a new tool for the CMF in order to make MIME
Xtypes based transformations on the portal contents, and so an easy to way to
Xplugin some new transformations for previously unsupported content types. The
Xprovided tool is:
X                                                                                
X * portal_transform (the transform tool) : handle transformation of data from a
X mime type to another
X
XWWW: http://sourceforge.net/projects/archetypes
END-of-zope-portaltransforms/pkg-descr
echo x - zope-portaltransforms/pkg-message
sed 's/^X//' >zope-portaltransforms/pkg-message << 'END-of-zope-portaltransforms/pkg-message'
XTo complete the installation of PortalTransforms for Zope:
X
X- Restart Zope
X
X- either use the QuickInstaller to add this product to your CMF site or add an 
X  external method to the root of your CMF site with the following information :
X
X    :module: PortalTransforms.Install
X
X    :method: install
X
X  and click the test tab to run it.
END-of-zope-portaltransforms/pkg-message
exit

--- zope-portaltransforms-20041012.shar ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->repocopy 
State-Changed-By: pav 
State-Changed-When: Wed Oct 13 15:28:35 GMT 2004 
State-Changed-Why:  
Requesting repocopy www/zope-cmftransforms -> www/zope-portaltransforms. 
Looks like upstream name change. 


Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: pav 
Responsible-Changed-When: Wed Oct 13 15:28:35 GMT 2004 
Responsible-Changed-Why:  
Requesting repocopy www/zope-cmftransforms -> www/zope-portaltransforms. 
Looks like upstream name change. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72577 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Sat Oct 16 05:11:44 GMT 2004 
State-Changed-Why:  
Repo-copy completed. 


Responsible-Changed-From-To: portmgr->pav 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Sat Oct 16 05:11:44 GMT 2004 
Responsible-Changed-Why:  
Repo-copy completed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72577 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Oct 16 11:02:41 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72577 
>Unformatted:
