head	1.14;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	old_RELEASE_6_2_0:1.4
	old_RELEASE_6_1_0:1.2
	old_RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.02.59;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.03.18.05.04.36;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2011.02.25.04.40.29;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2009.12.13.16.27.58;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.02.08.02.03;	author linimon;	state Exp;
branches;
next	1.9;

1.9
date	2009.01.18.17.23.54;	author nivit;	state Exp;
branches;
next	1.8;

1.8
date	2007.07.30.09.42.09;	author alexbl;	state Exp;
branches;
next	1.7;

1.7
date	2007.07.29.13.34.25;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2006.11.24.23.01.29;	author alexbl;	state Exp;
branches;
next	1.5;

1.5
date	2006.11.24.07.24.35;	author alexbl;	state Exp;
branches;
next	1.4;

1.4
date	2006.04.27.13.52.44;	author erwin;	state Exp;
branches;
next	1.3;

1.3
date	2006.04.08.13.13.58;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.28.13.14.45;	author tdb;	state Exp;
branches;
next	1.1;

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


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-cherrypy
# Date created:		2006-01-11
# Whom:			Nicola Vitale	<nivit@@email.it>
#
# $FreeBSD: head/www/py-cherrypy-old/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	cherrypy
PORTVERSION=	2.3.0
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	www python
MASTER_SITES=	http://download.cherrypy.org/${PORTNAME}/${PORTVERSION}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX=	-old
DISTNAME=	CherryPy-${PORTVERSION:C/\.b$/beta/}

MAINTAINER=	5u623l20@@gmail.com
COMMENT=	A pythonic, object-oriented web development framework

USE_PYTHON=	2.5+
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	CherryPy

PORTSCOUT=	ignore:1        # This the last version of 2.3.X branch

LN_OPTS=	-sf
RM_OPTS=	-r

EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
CPEXAMPLES=	${PYTHON_SITELIBDIR}/${PORTNAME}/tutorial

.if defined(NOPORTEXAMPLES)
PLIST_SUB=	PORTPYTHON_SITELIBDIR="@@comment "
.else
PLIST_SUB=	PORTPYTHON_SITELIBDIR=""
.endif

post-install:
.if defined(NOPORTEXAMPLES)
	@@${RM} ${RM_OPTS} ${CPEXAMPLES}
.else
	@@${MV} ${CPEXAMPLES} ${EXAMPLESDIR} && \
	${LN} ${LN_OPTS} ${EXAMPLESDIR} ${CPEXAMPLES}
.endif

.include <bsd.port.mk>
@


1.13
log
@- Set Portscout flags
- Pass maintainership to submitter

PR:		166196 165943 165915
Submitted by:	Muhammad Moinur Rahman <5u623l20@@gmail.com>
Feature safe:   yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Move over to py25
- while here drop md5 support
- Small cleanups
@
text
@d18 1
a18 1
MAINTAINER=	ports@@FreeBSD.org
d25 2
@


1.11
log
@- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
@
text
@d10 1
d21 1
a21 1
USE_PYTHON=	2.4+
@


1.10
log
@Reset alexbl@@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.

Hat:		portmgr
@
text
@d20 1
a20 1
USE_PYTHON=	2.3+
@


1.9
log
@- Update to 2.3.0
- Change download site
- Check for NOPORTEXAMPLES variable instead of WITH_EXAMPLES
- Don't mix %%PORTEXAMPLES%% with %%PYTHON_SITELIBDIR, and so make portlint happy

PR:		ports/128844
Submitted by:	Wen Heping <wenheping at gmail dot com>
Approved by:	maintainer timeout (alexbl, 9 weeks), and because required by PR: ports/130180
@
text
@d17 1
a17 1
MAINTAINER=	alexbl@@FreeBSD.org
@


1.8
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d9 1
a9 1
PORTVERSION=	2.2.1
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
d30 2
a31 2
.if !defined(WITH_EXAMPLES)
PLIST_SUB=	PORTEXAMPLES="@@comment "
d33 1
a33 1
PLIST_SUB=	PORTEXAMPLES=""
d37 1
a37 1
.if !defined(WITH_EXAMPLES)
@


1.7
log
@- This port is no longer needed, so update to 2.2.1 to match py-cherrypy port,
  which is going to get updated to 3.0.1. This will be a dependency for
  news/sabnzbd now

Sounds like a good idea to:	alexbl (maintainer)
@
text
@d23 1
@


1.6
log
@ - add a missed PORTEPOCH
@
text
@d9 1
a9 1
PORTVERSION=	2.1.1
@


1.5
log
@ - repocopy of www/py-cherrypy to www/py-cherrypy-old
 - www/py-cherrypy-old is at 2.1.1 for TurboGears 0.8

PR:		101640
Submitted by:	self
Approved by:	Nicola Vitale <nivit@@email.it> (www/py-cherrypy maintainer)
@
text
@d10 1
@


1.4
log
@Update 2.2.1

PR:		96334
Submitted by:	Nicola Vitale <nivit@@email.it> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.2.1
d14 1
d17 1
a17 1
MAINTAINER=	nivit@@email.it
@


1.3
log
@- Update to 2.2.0
- Hide examples behind WITH_EXAMPLES

PR:		ports/95366
Submitted by:	Nicola Vitale <nivit@@email.it> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.2.0
@


1.2
log
@- Update to 2.2.0.b

PR:		92448
Submitted by:	nivit@@email.it (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.2.0.b
d23 1
d28 6
d35 3
d40 1
@


1.1
log
@CherryPy is a pythonic, object-oriented web development framework.

CherryPy allows developers to build web applications in much the same
way they would build any other object-oriented Python program.
This usually results in smaller source code developed in less time.

PR:		ports/91686
Submitted by:	Nicola Vitale <nivit@@email.it>
@
text
@d9 1
a9 1
PORTVERSION=	2.1.1
d14 1
a14 1
DISTNAME=	CherryPy-${PORTVERSION}
@

