Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2006 10:09:09 +0800
From:      "Khairil Yusof" <khairil.yusof@gmail.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/92179: New Port: www/zope-calendaring
Message-ID:  <1137982149.33755@wolverine.inigo-tech.com>
Resent-Message-ID: <200601230210.k0N2A8wP048827@freefall.freebsd.org>

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

>Number:         92179
>Category:       ports
>Synopsis:       New Port: www/zope-calendaring
>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:   Mon Jan 23 02:10:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Khairil Yusof
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.0-STABLE #6: Sat Jan 14 01:54:07 MYT 2006
    root@wolverine.inigo-tech.com:/tmp/obj/usr/src/sys/WOLVERINE



>Description:


Calendaring is a product for Plone

Calendaring imports events from an iCalendar (.ics) file and creates Plone
event objects. You can also publish the calendar directly to a Plone site using
iCal or Mozilla Calendar.

http://plone.org/products/calendaring


>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-calendaring
#	zope-calendaring/Makefile
#	zope-calendaring/distinfo
#	zope-calendaring/pkg-descr
#	zope-calendaring/pkg-message
#
echo c - zope-calendaring
mkdir -p zope-calendaring > /dev/null 2>&1
echo x - zope-calendaring/Makefile
sed 's/^X//' >zope-calendaring/Makefile << 'END-of-zope-calendaring/Makefile'
X# New ports collection makefile for:	zope-calendaring
X# Date created:			23 January 2006
X# Whom:					Khairil Yusof
X#
X# $FreeBSD$
X#
X
XPORTNAME=	calendaring
XPORTVERSION=	0.3.0
XCATEGORIES=	www zope
XMASTER_SITES=	http://www.enfoldsystems.com/Products/Open/Downloads/
XPKGNAMEPREFIX=	zope-
XDISTNAME=	Calendaring-${PORTVERSION}
XEXTRACT_SUFX=   .tgz
X
XMAINTAINER=	kaeru@inigo-tech.com
XCOMMENT=	Calendar product for Plone
X
XRUN_DEPENDS=    ${LOCALBASE}/${PYTHON_SITELIBDIR}/dateutil/__init__.py:${PORTSDIR}/devel/py-dateutil \
X		${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFPlone/__init__.py:${PORTSDIR}/www/plone
X
XUSE_PYTHON=	yes
XUSE_ZOPE=	yes
XDIST_SUBDIR=	zope
X
XZOPEPRODUCTNAME=Calendaring
X
XPLIST=		${WRKDIR}/pkg-plist
XWRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}-${PORTVERSION}
X
Xdo-build:
X	@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -x skins ${WRKSRC}
X
Xpre-install:
X	@${RM} -f ${PLIST}
X	@${TOUCH} ${PLIST}
X	@cd ${WRKSRC} && \
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 ${WRKDIR}/
X	@${CP} -R ${WRKSRC}/${ZOPEPRODUCTNAME}  ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
X
Xpost-install:
X.if !defined(BATCH)
X	@${CAT} ${PKGMESSAGE}
X.endif
X
X.include <bsd.port.mk>
END-of-zope-calendaring/Makefile
echo x - zope-calendaring/distinfo
sed 's/^X//' >zope-calendaring/distinfo << 'END-of-zope-calendaring/distinfo'
XMD5 (zope/Calendaring-0.3.0.tgz) = ede8a9c3342b13bd7102ae7ca5f06960
XSHA256 (zope/Calendaring-0.3.0.tgz) = fdb4a738f22d01cfb20d453304216adb5a33ee76f8dd0fce767aab073b811bf2
XSIZE (zope/Calendaring-0.3.0.tgz) = 76137
END-of-zope-calendaring/distinfo
echo x - zope-calendaring/pkg-descr
sed 's/^X//' >zope-calendaring/pkg-descr << 'END-of-zope-calendaring/pkg-descr'
XCalendaring is a product for Plone
X
XCalendaring imports events from an iCalendar (.ics) file and creates Plone
Xevent objects. You can also publish the calendar directly to a Plone site using
XiCal or Mozilla Calendar.
X 
XWWW: http://plone.org/products/calendaring
X
X- Khairil Yusof
Xkaeru@inigo-tech.com
END-of-zope-calendaring/pkg-descr
echo x - zope-calendaring/pkg-message
sed 's/^X//' >zope-calendaring/pkg-message << 'END-of-zope-calendaring/pkg-message'
XInstallation
X
X- Restart your Zope instance
X
X- Use the QuickInstaller tool or Plone's Control Panel 'Add/Remove
X  Products' feature to install Calendaring
END-of-zope-calendaring/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?1137982149.33755>