From kaeru@streamyx.com  Wed Feb 18 16:47:48 2004
Return-Path: <kaeru@streamyx.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 461FC16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2004 16:47:48 -0800 (PST)
Received: from ipop4.tm.net.my (service.tm.net.my [202.188.95.15])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0549143D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2004 16:47:48 -0800 (PST)
	(envelope-from kaeru@streamyx.com)
Received: from av2.secure.tmnet ([172.22.0.14])
 by ipop4.tm.net.my (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep  8
 2003)) with ESMTP id <0HTB006LZ3JMAE@ipop4.tm.net.my> for
 FreeBSD-gnats-submit@freebsd.org; Thu, 19 Feb 2004 08:47:46 +0800 (SGT)
Received: from wolverine.cerebro.net.my ([219.94.83.207])
 by av2.secure.tmnet (iPlanet Messaging Server 5.2 (built Feb 21 2002))
 with ESMTP id <0HTB00G8E3JLHH@av2.secure.tmnet> for
 FreeBSD-gnats-submit@freebsd.org; Thu, 19 Feb 2004 08:47:46 +0800 (SGT)
Received: from wolverine.cerebro.net.my (localhost.cerebro.net.my [127.0.0.1])
	by wolverine.cerebro.net.my (8.12.10/8.12.10) with ESMTP id i1J0lgPg039350	for
 <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Feb 2004 08:47:42 +0800
Received: (from kaeru@localhost)	by wolverine.cerebro.net.my
 (8.12.10/8.12.10/Submit) id i1J0lflv039308; Thu,
 19 Feb 2004 08:47:41 +0800 (MYT envelope-from kaeru)
Message-Id: <200402190047.i1J0lflv039308@wolverine.cerebro.net.my>
Date: Thu, 19 Feb 2004 08:47:41 +0800 (MYT)
From: Khairil Yusof <kaeru@streamyx.com>
Reply-To: Khairil Yusof <kaeru@inigo-tech.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: www/zope-placelesstranslationservice
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         63043
>Category:       ports
>Synopsis:       New port: www/zope-placelesstranslationservice
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 18 16:50:24 PST 2004
>Closed-Date:    Wed Feb 25 11:32:29 PST 2004
>Last-Modified:  Wed Feb 25 11:32:29 PST 2004
>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:

    PlacelessTranslationService is a translation service based on potfiles in the
    filesystem for Zope.

    WWW: http://plone.org/collective

>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-placelesstranslationservice
#	zope-placelesstranslationservice/Makefile
#	zope-placelesstranslationservice/distinfo
#	zope-placelesstranslationservice/pkg-descr
#	zope-placelesstranslationservice/pkg-message
#
echo c - zope-placelesstranslationservice
mkdir -p zope-placelesstranslationservice > /dev/null 2>&1
echo x - zope-placelesstranslationservice/Makefile
sed 's/^X//' >zope-placelesstranslationservice/Makefile << 'END-of-zope-placelesstranslationservice/Makefile'
X# New ports collection makefile for:	zope-placelesstranslationservice
X# Date created:			30 January 2004
X# Whom:					Khairil Yusof
X#
X# $FreeBSD$
X#
X
XPORTNAME=	placelesstranslationservice
XPORTVERSION=	1.0r1
XCATEGORIES=	www zope
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=     collective
XPKGNAMEPREFIX=	zope-
XDISTNAME=	PlacelessTranslationService-1.0fork-rc1
X
XMAINTAINER=	kaeru@inigo-tech.com
XCOMMENT=	PlacelessTranslationService product for Zope/CMF
X
XUSE_PYTHON=	yes
XUSE_ZOPE=	yes
XDIST_SUBDIR=	zope
X
XZOPEPRODUCTNAME=PlacelessTranslationService
X
XPLIST=		${WRKDIR}/pkg-plist
XWRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}
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.mk>
END-of-zope-placelesstranslationservice/Makefile
echo x - zope-placelesstranslationservice/distinfo
sed 's/^X//' >zope-placelesstranslationservice/distinfo << 'END-of-zope-placelesstranslationservice/distinfo'
XMD5 (zope/PlacelessTranslationService-1.0fork-rc1.tar.gz) = 6591bd238bc685d054f2a1db48c90eec
XSIZE (zope/PlacelessTranslationService-1.0fork-rc1.tar.gz) = 67248
END-of-zope-placelesstranslationservice/distinfo
echo x - zope-placelesstranslationservice/pkg-descr
sed 's/^X//' >zope-placelesstranslationservice/pkg-descr << 'END-of-zope-placelesstranslationservice/pkg-descr'
XPlacelessTranslationService is a translation service based on potfiles in the
Xfilesystem for Zope.
X
XWWW: http://plone.org/collective
X
X- Khairil Yusof
Xkaeru@inigo-tech.com
END-of-zope-placelesstranslationservice/pkg-descr
echo x - zope-placelesstranslationservice/pkg-message
sed 's/^X//' >zope-placelesstranslationservice/pkg-message << 'END-of-zope-placelesstranslationservice/pkg-message'
XTo complete the installation of PlaceLessTranslationService
X
X- Restart Zope.  This may be done from the Zope Control Panel.
END-of-zope-placelesstranslationservice/pkg-message
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Feb 25 11:32:22 PST 2004 
State-Changed-Why:  
New port added, thanks! 

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