head	1.7;
access;
symbols
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.01.06.09.16.05;	author rm;	state dead;
branches;
next	1.6;

1.6
date	2011.12.06.19.00.21;	author rm;	state Exp;
branches;
next	1.5;

1.5
date	2008.01.13.03.39.24;	author rafan;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.02.12.00.32;	author vsevolod;	state Exp;
branches;
next	1.3;

1.3
date	2005.11.25.03.58.31;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2004.05.03.11.31.41;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.20.00.04.58;	author pav;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove expired zope ports.
@
text
@# New ports collection makefile for:	zope-cmfactionicons
# Date created:			21 January 2004
# Whom:					Khairil Yusof
#
# $FreeBSD: ports/www/zope-cmfactionicons/Makefile,v 1.6 2011/12/06 19:00:21 rm Exp $
#

PORTNAME=	cmfactionicons
PORTVERSION=	0.9
CATEGORIES=	www zope
MASTER_SITES=	http://www.zope.org/Members/tseaver/CMFActionIcons/CMFActionIcons-0.9/
PKGNAMEPREFIX=	zope-
DISTNAME=	CMFActionIcons-${PORTVERSION}

MAINTAINER=	kaeru@@inigo-tech.com
COMMENT=	CMFActionIcons product for Zope/CMF

DEPRECATED=	Doesn't work with modern Zope versions
EXPIRATION_DATE=	2012-01-06

RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/${ZOPEPRODUCTDIR}/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf

USE_PYTHON=	yes
USE_ZOPE=	yes
DIST_SUBDIR=	zope

ZOPEPRODUCTNAME=	CMFActionIcons

PLIST=		${WRKDIR}/pkg-plist
WRKSRC=		${WRKDIR}/${ZOPEPRODUCTNAME}-${PORTVERSION}/${ZOPEPRODUCTNAME}

CONFLICTS=	plone[0-9]*-[0-9]*

do-build:
	@@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/

pre-install:
	@@${CP} ${WRKDIR}/CMFActionIcons-${PORTVERSION}/README.txt ${WRKDIR}/${ZOPEPRODUCTNAME}-${PORTVERSION}/${ZOPEPRODUCTNAME}/README.txt
	@@${RM} -f ${PLIST}
	@@${TOUCH} ${PLIST}
	@@cd ${WRKDIR}/${ZOPEPRODUCTNAME}-${PORTVERSION} ;\
	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>
@


1.6
log
@Log:
- Deprecate third part of obsoleted zope-related ports.

Approved by:   maintainer (via ports@@), novel (mentor)
Feature safe:  yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Mark conflicts with plone3

PR:		ports/119365
Submitted by:	TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Approved by:	portmgr (pav)
@
text
@d18 3
@


1.4
log
@- Add conflicts to current plone version

PR:		86451
Submitted by:	Filippo Natali <filippo.natali at gmail.com>
@
text
@d29 1
a29 1
CONFLICTS=	plone-[0-9]*
@


1.3
log
@Chase some URLs per the distfile survey.

hat:	portmgr
@
text
@d29 2
@


1.2
log
@- Chase dependency on zope-cmf

PR:		ports/66193
Submitted by:	Khairil Yusof <kaeru@@inigo-tech.com> (maintainer)
@
text
@d11 1
a11 1
MASTER_SITES=	http://zope.org/Members/tseaver/CMFActionIcons/CMFActionIcons-0.9/
@


1.1
log
@Add zope-cmfactionicons.

This product is a add-on for the Zope Content Management Framework (CMF). It
should be useful with Plone, CPS, and other CMF-derived extensions, as well.
The product provides:

*    A new tool, portal_actionicons, which serves as a registry mapping object
     actions (using category and action ID) to a descriptive title, a priority,
     and an icon ID. The tool post-processes a set of actions (i.e., those
     generated by the portal_actions tool), decorating them with additional
     information, and sorting them according to priority.

*    ZPT macros which build either horizontal or vertical icon bars for a set
     of actions.

PR:		ports/62942
Submitted by:	Khairil Yusof <kaeru@@inigo-tech.com>
@
text
@d18 1
a18 1
RUN_DEPENDS=	${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf
@

